Linear Equations: Area of Triangle Formed by Three Lines

Calculate the area of the triangle formed by the pairwise intersections of three lines using geometric decomposition.

Solved: 0

Slope-Intercept Form & Function Notation

When three distinct lines intersect pairwise at three distinct points, they form a triangle. To determine its area, we find the three intersection vertices and apply geometric decomposition with a reference right triangle.

Triangle Area Decomposition Visualizer

Lines:
L1:y=0,L2:y=โˆ’2x+8,L3:y=2xL_1: y = 0, \quad L_2: y = -2x + 8, \quad L_3: y = 2x
Triangle vertices: A(0,0),B(4,0),C(2,4)A(0,0), B(4,0), C(2,4)
Additive Area Calculation:
Sฮ”ABC=SADC+SBDC=2โ‹…42+2โ‹…42=4+4=8S_{\Delta ABC} = S_{ADC} + S_{BDC} = \frac{2 \cdot 4}{2} + \frac{2 \cdot 4}{2} = 4 + 4 = 8
D(2,0)A(0,0)B(4,0)C(2,4)

1. Calculate the Three Vertices

Solve pairwise linear systems to determine the three intersection coordinates: A(xA,yA)A(x_A, y_A), B(xB,yB)B(x_B, y_B), and C(xC,yC)C(x_C, y_C).

2. Construct a Reference Right-Angled Triangle

Draw a horizontal or vertical auxiliary line through one vertex to construct a right-angled reference triangle alongside two additional triangles.

Additive Method

Given vertices A(0,0)A(0,0), B(4,0)B(4,0), C(2,4)C(2,4):
  • Auxiliary Line: An auxiliary vertical line through C(2,4)C(2,4) intersects base ABAB at D(2,0)D(2,0).
  • Sub-regions: This divides the triangle into two adjacent right triangles:
    • S1=โ–ณADCS_1 = \triangle ADC: base AD=2AD = 2, height CD=4โ€…โ€ŠโŸนโ€…โ€ŠS1=2โ‹…42=4CD = 4 \implies S_1 = \frac{2 \cdot 4}{2} = 4
    • S2=โ–ณBDCS_2 = \triangle BDC: base BD=2BD = 2, height CD=4โ€…โ€ŠโŸนโ€…โ€ŠS2=2โ‹…42=4CD = 4 \implies S_2 = \frac{2 \cdot 4}{2} = 4
  • Calculation: Sฮ”ABC=S1+S2=SADC+SBDC=4+4=8S_{\Delta ABC} = S_1 + S_2 = S_{ADC} + S_{BDC} = 4 + 4 = 8

Subtractive Method 1: Reference Triangle Subtraction

Given vertices A(0,0)A(0,0), B(4,4)B(4,4), C(3,1)C(3,1):
  • Reference Right Triangle: Construct auxiliary point D(4,0)D(4,0) on the x-axis to form reference right-angled triangle โ–ณABD\triangle ABD with base AD=4AD = 4, height BD=4BD = 4, and area Sref=4โ‹…42=8S_{\text{ref}} = \frac{4 \cdot 4}{2} = 8.
  • Triangles to Subtract:
    • S1=โ–ณBCDS_1 = \triangle BCD: base BD=4BD = 4, height =1โ€…โ€ŠโŸนโ€…โ€ŠS1=4โ‹…12=2= 1 \implies S_1 = \frac{4 \cdot 1}{2} = 2
    • S2=โ–ณACDS_2 = \triangle ACD: base AD=4AD = 4, height =1โ€…โ€ŠโŸนโ€…โ€ŠS2=4โ‹…12=2= 1 \implies S_2 = \frac{4 \cdot 1}{2} = 2
  • Calculation: Sฮ”ABC=Srefโˆ’S1โˆ’S2=Sฮ”ABDโˆ’Sฮ”BCDโˆ’Sฮ”ACD=8โˆ’2โˆ’2=4S_{\Delta ABC} = S_{\text{ref}} - S_1 - S_2 = S_{\Delta ABD} - S_{\Delta BCD} - S_{\Delta ACD} = 8 - 2 - 2 = 4

Subtractive Method 2: Bounding Box Subtraction

Given vertices A(1,1)A(1,1), B(5,2)B(5,2), C(2,5)C(2,5):
  • Bounding Box: Enclose the triangle inside a bounding box from (1,1)(1,1) to (5,5)(5,5) with width 44, height 44, and area Sbox=4โ‹…4=16S_{\text{box}} = 4 \cdot 4 = 16.
  • Exterior Triangles to Subtract:
    • S1S_1: base =4= 4, height =1โ€…โ€ŠโŸนโ€…โ€ŠS1=4โ‹…12=2= 1 \implies S_1 = \frac{4 \cdot 1}{2} = 2
    • S2S_2: base =3= 3, height =3โ€…โ€ŠโŸนโ€…โ€ŠS2=3โ‹…32=4.5= 3 \implies S_2 = \frac{3 \cdot 3}{2} = 4.5
    • S3S_3: base =1= 1, height =4โ€…โ€ŠโŸนโ€…โ€ŠS3=1โ‹…42=2= 4 \implies S_3 = \frac{1 \cdot 4}{2} = 2
  • Calculation: Sฮ”ABC=Sboxโˆ’S1โˆ’S2โˆ’S3=16โˆ’2โˆ’4.5โˆ’2=7.5S_{\Delta ABC} = S_{\text{box}} - S_1 - S_2 - S_3 = 16 - 2 - 4.5 - 2 = 7.5
Learning Topics

Frequently Asked Questions

What is the slope-intercept form of a linear equation?

The slope-intercept form is $y = ax + b$, where **$a$ is the slope** and **$b$ is the y-intercept**.

How do we express $y$ as a function of $x$?

When we rewrite a linear equation to isolate $y$ in the form $y = ax + b$, the value of $y$ is determined entirely by $x$. This allows us to use function notation and write $y = f(x)$.

Area of Triangle Formed by Three Lines | SealMath