Find the area of triangle formed by the points A(5,2), B(4,7) and C(7,-4).
If A(x1,y1), B(x2,y2) , C(x3,y3) are vertices of triangle ABC, then its area is equal to
△ABC=12∣∣ ∣∣x1y11x2y21x3y31∣∣ ∣∣
Here, vertices are placed in anticlockwise if vertices are placed in the clockwise sense =, the above formula given negative value.
After simplification we get,
Area of triangle = 12[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)]
Substituting the value of (x1,y1)(x2,y2) and (x3,y3).
= 12[5(7+4)+4(−4−2)+7(2−7)]
= 12[55−24−35]=−42=−2
Since area is a measure, which cannot be negative, we will take the numerical value of -2
Therefore, the area the triangle is 2 square units.