From earlier classes, the triangle with vertices (x1,y1), (x2,y2), (x3,y3) has area 21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)]. That expression is exactly a determinant expansion, so the formula packs into
Δ=21x1x2x3y1y2y3111
— one row per vertex, a column of 1s on the right.
Three remarks carry all the marks in this section:
Area is positive — always take the absolute value of the determinant. A negative determinant just means the vertices were listed clockwise.
When the area is given, work with both signs: set 21(determinant)=±area. Solving with only the + sign silently throws away half the answers — the single most common error here.
Collinear points give zero area. Three points lie on one line exactly when the determinant vanishes — a clean collinearity test with no slopes to compare.
Equation of a line through two points
Remark 3 doubles as a line-finding tool. A point P(x,y) lies on the line through A and B exactly when the triangle ABP is flat:
xx1x2yy1y2111=0
Expanding gives the equation of the line directly — no slope formula, no point-slope juggling, and it never breaks on vertical lines.
Solved Examples
Example 1 — A straight area computation
Find the area of the triangle whose vertices are (3,8), (−4,2) and (5,1).
Step 1 — set up the determinant:Δ=213−45821111
Step 2 — expand along R1:Δ=21[3(2−1)−8(−4−5)+1(−4−10)]=21(3+72−14)
Answer:Δ=261 square units.
Example 2 — Line through two points, then a vertex hunt
Find the equation of the line joining A(1,3) and B(0,0) using determinants, and find k if D(k,0) makes the area of triangle ABD equal to 3 square units.
Step 1 — line as a flat triangle: for any point P(x,y) on AB, the triangle ABP has zero area:
2101x03y111=0
Step 2 — expand:21(y−3x)=0, so the line is y=3x.
Step 3 — impose the given area (both signs!):2110k300111=±3⇒2−3k=±3
Answer: the line is y=3x and k=∓2 — both k=2 and k=−2 work, one on each side of the line.
Example 3 — Given area, find the unknown vertex
Find the values of k if the area of the triangle with vertices (k,0), (4,0), (0,2) is 4 square units.
Step 1 — set up with ±:21k40002111=±4
Step 2 — expand along C2 (two zeros): the only nonzero entry in C2 is the 2 at position (3,2), sign (−1)3+2=−1:
21[−2k411]=21[−2(k−4)]=4−k
Answer:k=0 or k=8 — two triangles of area 4, one with the moving vertex on each side.
Example 4 — The collinearity test
Show that the points A(a,b+c), B(b,c+a), C(c,a+b) are collinear.
Step 1 — area determinant:Δ=21abcb+cc+aa+b111
Step 2 — expand and watch it cancel:2Δ=a[(c+a)−(a+b)]−(b+c)(b−c)+1[b(a+b)−c(c+a)]=a(c−b)−(b2−c2)+ab+b2−c2−ac=ac−ab−b2+c2+ab+b2−c2−ac=0
Answer: the determinant vanishes, so the area is 0 and the three points are collinear. (Notice each row sums to a+b+c in its first two entries plus the constant 1 — a structural reason for the collapse that Section 8's properties will make instant.)
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.