Question Statement
Find the area of the following figures using the coordinate geometry method:
(i) Triangle with vertices A ( − 3 , − 1 ) , B ( 2 , 3 ) , and C ( 2 , − 1 )
(ii) Triangle with vertices A ( 1 , 3 ) , B ( − 2 , − 3 ) , and C ( 4 , − 3 )
Background and Explanation
The area of a triangle given the coordinates of its three vertices ( x 1 , y 1 ) , ( x 2 , y 2 ) , and ( x 3 , y 3 ) can be calculated using the determinant method. This involves constructing a 3 × 3 matrix with the coordinates and a column of 1s, then evaluating half the absolute value of the determinant.
Solution
Given: Triangle A B C with vertices A ( − 3 , − 1 ) , B ( 2 , 3 ) , and C ( 2 , − 1 ) .
The area is calculated using the formula:
Area = 2 1 x 1 x 2 x 3 y 1 y 2 y 3 1 1 1
Substituting the coordinates:
Area = 2 1 − 3 2 2 − 1 3 − 1 1 1 1
Expanding along the first row using cofactor expansion:
= 2 1 [ − 3 3 − 1 1 1 + 1 2 2 1 1 + 1 2 2 3 − 1 ]
Calculating each 2 × 2 determinant:
First minor: ( 3 ) ( 1 ) − ( 1 ) ( − 1 ) = 3 + 1 = 4
Second minor: ( 2 ) ( 1 ) − ( 1 ) ( 2 ) = 2 − 2 = 0
Third minor: ( 2 ) ( − 1 ) − ( 3 ) ( 2 ) = − 2 − 6 = − 8
Substituting back:
= 2 1 [ − 3 ( 4 ) + 1 ( 0 ) + 1 ( − 8 )]
= 2 1 [ − 12 + 0 − 8 ]
= 2 1 ( − 20 ) = − 10
Since area is always positive, we take the absolute value:
Area = ∣ − 10∣ = 10 sq. units
Given: Triangle A B C with vertices A ( 1 , 3 ) , B ( − 2 , − 3 ) , and C ( 4 , − 3 ) .
Using the determinant formula:
Area = 2 1 1 − 2 4 3 − 3 − 3 1 1 1
Expanding along the first row:
= 2 1 [ 1 − 3 − 3 1 1 − 3 − 2 4 1 1 + 1 − 2 4 − 3 − 3 ]
Calculating each 2 × 2 determinant:
First minor: ( − 3 ) ( 1 ) − ( 1 ) ( − 3 ) = − 3 + 3 = 0
Second minor: ( − 2 ) ( 1 ) − ( 1 ) ( 4 ) = − 2 − 4 = − 6
Third minor: ( − 2 ) ( − 3 ) − ( − 3 ) ( 4 ) = 6 + 12 = 18
Substituting back:
= 2 1 [ 1 ( 0 ) − 3 ( − 6 ) + 1 ( 18 )]
= 2 1 [ 0 + 18 + 18 ]
= 2 1 ( 36 )
= 18 sq. units
Area of Triangle (Determinant Method): For vertices ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) :
Area = 2 1 x 1 x 2 x 3 y 1 y 2 y 3 1 1 1
Cofactor Expansion: Expansion of 3 × 3 determinant along first row: a 11 C 11 + a 12 C 12 + a 13 C 13 where C ij = ( − 1 ) i + j M ij
Absolute Value Property: Area is always positive, so take ∣ determinant value ∣ if negative
Summary of Steps
Identify coordinates of the three vertices of the triangle
Construct the 3 × 3 matrix with x coordinates in column 1, y coordinates in column 2, and 1s in column 3
Expand the determinant along the first row (or any row/column) using cofactor expansion
Calculate the 2 × 2 minors for each element in the chosen row
Sum the terms with appropriate signs (+ − + pattern for first row)
Multiply by 2 1 and take the absolute value to get the final area in square units