To find the area of a triangle when the coordinates of its vertices are known, we use the determinant method (also called the shoelace formula). This involves constructing a 3×3 matrix from the coordinates and evaluating its determinant. The absolute value of half the determinant gives the area.
The area of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is given by:
Area=21x1x2x3y1y2y3111
Substituting the coordinates of A, B, and C:
Area=21141215−1111
Expanding the determinant along the first row using cofactor expansion (multiplying each element by its corresponding 2×2 minor with appropriate sign):
=21[15−111−141211+14125−1]
Calculating each 2×2 determinant using the formula acbd=ad−bc:
Therefore, the area of the triangle is 21 square units.
Key Formulas or Methods Used
Determinant Formula for Triangle Area: Area=21x1x2x3y1y2y3111
Cofactor Expansion: Expanding a 3×3 determinant along the first row using minors and cofactors (signs alternate: +, −, +)
2×2 Determinant: acbd=ad−bc
Absolute Value Property: Area is always positive, so we take ∣result∣ if the determinant yields a negative value
Summary of Steps
Set up the matrix: Write the coordinates as a 3×3 matrix with x and y coordinates in the first two columns and 1 in the third column for each vertex.
Expand the determinant: Use cofactor expansion along the first row to break the 3×3 determinant into three 2×2 determinants with alternating signs (+, −, +).
Calculate minors: Evaluate each 2×2 determinant using the rule ad−bc.
Sum and simplify: Multiply each minor by its cofactor, sum the results, and multiply by 21.
Final answer: Take the absolute value of the result to ensure the area is positive.