Question
Question: Find the area of triangle ABC, coordinates of whose vertices are \(A\left( 4,1 \right),B\left( 6,6 \...
Find the area of triangle ABC, coordinates of whose vertices are A(4,1),B(6,6) and C(8,4).
Solution
Assume the coordinates of vertices A(4,1),B(6,6) and C(8,4) as (x1,y1),(x2,y2) and (x3,y3) respectively. Apply the formula for area of triangle in coordinate form given as : Area=21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)] . If the area turns out to be positive then that will be the required answer but if it turns out to be negative then take modulus so that it becomes positive.
Complete step-by-step solution:
Here, we have been provided with a triangle ABC whose vertices are given as A(4,1),B(6,6) and C(8,4).
Now, assuming the coordinates of A, B and C as (x1,y1),(x2,y2) and (x3,y3), we get,
A(4,1)=(x1,y1)B(6,6)=(x2,y2)C(8,4)=(x3,y3)
Now, we know that area of triangle with coordinates (x1,y1),(x2,y2) and (x3,y3) is given by the expression :
Area=21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)]
Now, substituting the values of x1,x2,x3,y1,y2 and y3in the above expression for area, we get,
Ar.(ΔABC)=21[4(6−4)+6(4−1)+8(1−6)]⇒Ar.(ΔABC)=21[4×2+6×3+8×(−5)]⇒Ar.(ΔABC)=21[8+18−40]⇒Ar.(ΔABC)=2−14⇒Ar.(ΔABC)=−7 square units
As we can see that the area of the ΔABC turns out to be a negative value and we know that area cannot be negative. So, we must take the modulus on both sides to get the value of the area positive. Therefore, taking modulus, we get,
∴Ar.(ΔABC)=∣−7∣=7 square units
Hence, the area of the ΔABC is 7 square units.
Note: One may note that the formula for area of triangle in simplified form, can also be given as : Area=21[(x1y2−y1x2)+(x2y3−y2x3)+(x3y1−y3x1)]. Always remember that if by substituting the values of given coordinates in the formula for area, the area turns out to be negative then we have to take modulus to make it positive. Actually we can choose any of the vertices as (x1,y1),(x2,y2) and (x3,y3). It will not change the answer.