Academy
Formulas/maths/Straight Lines/Area of Triangle Formed by Three Lines

Area of Triangle Formed by Three Lines

Area of the triangle formed by three lines a₁x+b₁y+c₁=0, a₂x+b₂y+c₂=0, a₃x+b₃y+c₃=0.
Derivation

Given three lines L1:a1x+b1y+c1=0L_1: a_1x+b_1y+c_1=0, L2:a2x+b2y+c2=0L_2: a_2x+b_2y+c_2=0, L3:a3x+b3y+c3=0L_3: a_3x+b_3y+c_3=0.

Derivation

Find the three vertices by solving each pair of lines:

  • A=L2L3A = L_2 \cap L_3
  • B=L1L3B = L_1 \cap L_3
  • C=L1L2C = L_1 \cap L_2

Each vertex is found by Cramer's rule. For example:

A:x=b2c3b3c2a2b3a3b2,y=a3c2a2c3a2b3a3b2A: \quad x = \frac{b_2c_3-b_3c_2}{a_2b_3-a_3b_2}, \quad y = \frac{a_3c_2-a_2c_3}{a_2b_3-a_3b_2}

Substituting all three vertices into the area formula Δ=12xA(yByC)+\Delta = \frac{1}{2}|x_A(y_B-y_C)+\ldots| and simplifying gives:

Δ=12a1b1c1a2b2c2a3b3c32(a1b2a2b1)(a2b3a3b2)(a3b1a1b3)\boxed{\Delta = \frac{1}{2}\left|\frac{\begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix}^2}{(a_1b_2-a_2b_1)(a_2b_3-a_3b_2)(a_3b_1-a_1b_3)}\right|}

The numerator is the square of the 3×33\times 3 determinant of the coefficients. The denominator is the product of the three 2×22\times 2 determinants of each pair of lines.

Note: When Δ=0\Delta = 0 in the numerator, the three lines are concurrent (no triangle formed).