In earlier classes, you learned that the area of a triangle whose vertices are (x1,y1), (x2,y2) and (x3,y3) is given by the expression:
Δ=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
This expression can be written in the form of a determinant as:
Δ=21x1x2x3y1y2y3111
Important Remarks
When applying this determinant formula, you must keep the following points in mind:
1.Absolute Value
Since area is a positive quantity, we always take the absolute value of the determinant for calculating the area.
2. Given Area
If the area is given in a problem (e.g., to find an unknown variable like k), use both positive and negative values of the determinant for calculation. i.e., 21x1x2x3y1y2y3111=±Area
3.Collinearity
The area of the triangle formed by three collinear points is zero. Thus, points (x1,y1), (x2,y2) and (x3,y3) are collinear if and only if x1x2x3y1y2y3111=0
Equation of a Line
The determinant formula can also be used to find the equation of a line passing through two given points (x1,y1) and (x2,y2). Let (x,y) be any general point on the line. Since the three points (x,y), (x1,y1), and (x2,y2) are collinear, the area of the triangle formed by them must be zero.
Therefore, the equation of the line is:
xx1x2yy1y2111=0
Example 1: Finding Area of a Triangle
Find the area of the triangle whose vertices are (3,8), (−4,2) and (5,1).
Solution:
Step 1: Identify the coordinates of the vertices.
(x1,y1)=(3,8)(x2,y2)=(−4,2)(x3,y3)=(5,1)
Step 2: Set up the determinant for the area.
Δ=213−45821111
Step 3: Expand the determinant along the first row (R1).
Δ=21[32111−8−4511+1−4521]Δ=21[3(2(1)−1(1))−8(−4(1)−5(1))+1(−4(1)−5(2))]Δ=21[3(2−1)−8(−4−5)+1(−4−10)]Δ=21[3(1)−8(−9)+1(−14)]Δ=21[3+72−14]Δ=21[61]=261
Answer:261 square units.
Example 2: Area with Negative Determinant
Find the area of the triangle whose vertices are (2,7), (1,1) and (10,8).
Step 2: Set up the determinant.
Δ=212110718111
Step 3: Expand the determinant along R1.
Δ=21[2(1−8)−7(1−10)+1(8−10)]Δ=21[2(−7)−7(−9)+1(−2)]Δ=21[−14+63−2]Δ=21[47]=247
Answer:247 square units.
Example 3: Checking Collinearity
Show that points A(a,b+c), B(b,c+a) and C(c,a+b) are collinear.
Solution:
Step 1: For the points to be collinear, the area of the triangle formed by them must be zero. Let's evaluate the determinant.
Δ=21abcb+cc+aa+b111
Step 2: Apply properties of determinants to simplify. Let's perform the operation C2→C2+C1 (Add Column 1 to Column 2).
Δ=21abca+b+ca+b+ca+b+c111
Step 3: Take out the common factor (a+b+c) from Column 2 (C2).
Δ=21(a+b+c)abc111111
Step 4: Observe that Column 2 (C2) and Column 3 (C3) are identical.
According to properties of determinants, if any two rows or columns are identical, the determinant is zero.
Δ=21(a+b+c)×0=0
Step 5: Since the area is zero, the points are collinear.
Answer: Proved.
Example 4: Finding an Unknown Variable Given Area
Find the values of k if the area of the triangle is 4 sq. units and vertices are (k,0), (4,0) and (0,2).
Solution:
Step 1: Set up the area formula. Since the area is given, we must use ±4.
21k40002111=±4
Step 2: Multiply both sides by 2.
k40002111=±8
Step 3: Expand the determinant. Expanding along Column 2 (C2) is easiest because it has two zeros.
−0+0−2k411=±8−2(k(1)−4(1))=±8−2(k−4)=±8
Step 4: Solve the two cases.
Case 1: −2(k−4)=8k−4=−4⇒k=0
Case 2: −2(k−4)=−8k−4=4⇒k=8
Answer:k=0,8
Example 5: Finding Equation of a Line
Find the equation of the line joining (1,2) and (3,6) using determinants.
Solution:
Step 1: Let P(x,y) be any point on the line passing through A(1,2) and B(3,6).
Step 2: Since P,A,B are collinear on the same line, the area of the triangle formed by them is zero.
21x13y26111=0
Step 3: Multiply by 2 and expand along R1.
x(2(1)−6(1))−y(1(1)−3(1))+1(1(6)−3(2))=0x(2−6)−y(1−3)+1(6−6)=0x(−4)−y(−2)+1(0)=0−4x+2y=0
Step 4: Simplify the equation.
Divide by −2:
2x−y=0 or y=2x
Answer:y=2x
Example 6: Collinear Points with an Unknown
If the points (2,−3), (k,−1) and (0,4) are collinear, find the value of k.
Solution:
Step 1: For collinear points, the area determinant is zero.
2k0−3−14111=0
Step 2: Expand the determinant along R1.
2(−1(1)−4(1))−(−3)(k(1)−0(1))+1(k(4)−0(−1))=02(−1−4)+3(k−0)+1(4k−0)=02(−5)+3k+4k=0
Step 3: Solve for k.
−10+7k=0⇒7k=10⇒k=710
Answer:k=710
Example 7: Area with Origin as a Vertex
Find the area of the triangle whose vertices are (0,0), (4,0) and (0,5).
Solution:
Step 1: Set up the determinant.
Δ=21040005111
Step 2: Expand along R1. Since the first two elements are zero, we only calculate the cofactor of the third element.
Δ=21[0−0+1(4(5)−0(0))]Δ=21[1(20−0)]⇒Δ=21[20]=10
Answer:10 square units.
Example 8: Area and Unknown Coordinate
If the area of a triangle is 35 sq units with vertices (2,−6), (5,4) and (k,4). Then find the value of k.
Solution:
Step 1: Set up the equation using the area formula, remembering the ± sign for given area.
2125k−644111=±35
Step 2: Multiply by 2.
25k−644111=±70
Step 3: Expand the determinant along C3 (or R1). Let's use R1.
2(4(1)−4(1))−(−6)(5(1)−k(1))+1(5(4)−k(4))=±702(0)+6(5−k)+(20−4k)=±70⇒0+30−6k+20−4k=±7050−10k=±70
Step 4: Solve the two cases.
Case 1: 50−10k=70⇒−10k=20⇒k=−2
Case 2: 50−10k=−70⇒−10k=−120⇒k=12
Answer:k=12,−2
Example 9: Equation of line and third point
Find the equation of the line joining A(3,1) and B(9,3) using determinants. Also find k if D(k,0) is a point such that area of triangle ABD is 3 sq units.
Solution:
Step 1: Find the equation of line AB. Let P(x,y) be a point on AB.
21x39y13111=0x(1−3)−y(3−9)+1(9−9)=0−2x−y(−6)+0=0−2x+6y=0⇒x−3y=0
So, the equation of the line is x−3y=0.
Step 2: Use the area of triangle ABD to find k.
2139k130111=±339k130111=±6
Step 3: Expand along R3.
k(1(1)−3(1))−0+1(3(3)−9(1))=±6k(−2)+(9−9)=±6−2k=±6
Step 4: Solve for k.
k=−2±6=∓3⇒k=3 or k=−3
Answer: Equation of line is x−3y=0. Value of k is 3,−3.
Example 10: Condition for Points on X-axis
Find the area of the triangle formed by points (a,0), (b,0), and (c,d). What does this result signify if d=0?
Solution:
Step 1: Set up the area determinant.
Δ=21abc00d111
Step 2: Expand along Column 2 (C2) since it has two zeros.
Δ=21[−0+0−dab11]Δ=21[−d(a(1)−b(1))]Δ=−21d(a−b)=21d(b−a)
Taking absolute value, Area =21∣d(b−a)∣.
(Notice this is exactly 21×base×height, where base is distance between (a,0) and (b,0) which is ∣b−a∣, and height is ∣d∣).
Step 3: If d=0, then Area =21(0)(b−a)=0.
Significance: If d=0, the third point (c,0) also lies on the x-axis. Since all three points lie on the x-axis, they are collinear, and the area of the triangle is naturally 0.
Answer: Area =21∣d(b−a)∣. If d=0, the points are collinear on the x-axis.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.