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=242+242=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=242=4CD = 4 \implies S_1 = \frac{2 \cdot 4}{2} = 4
    • S2=BDCS_2 = \triangle BDC: base BD=2BD = 2, height CD=4    S2=242=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=442=8S_{\text{ref}} = \frac{4 \cdot 4}{2} = 8.
  • Triangles to Subtract:
    • S1=BCDS_1 = \triangle BCD: base BD=4BD = 4, height =1    S1=412=2= 1 \implies S_1 = \frac{4 \cdot 1}{2} = 2
    • S2=ACDS_2 = \triangle ACD: base AD=4AD = 4, height =1    S2=412=2= 1 \implies S_2 = \frac{4 \cdot 1}{2} = 2
  • Calculation: SΔABC=SrefS1S2=SΔABDSΔBCDSΔACD=822=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=44=16S_{\text{box}} = 4 \cdot 4 = 16.
  • Exterior Triangles to Subtract:
    • S1S_1: base =4= 4, height =1    S1=412=2= 1 \implies S_1 = \frac{4 \cdot 1}{2} = 2
    • S2S_2: base =3= 3, height =3    S2=332=4.5= 3 \implies S_2 = \frac{3 \cdot 3}{2} = 4.5
    • S3S_3: base =1= 1, height =4    S3=142=2= 4 \implies S_3 = \frac{1 \cdot 4}{2} = 2
  • Calculation: SΔABC=SboxS1S2S3=1624.52=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+by = ax + b, where aa is the slope and bb is the y-intercept.
How do we express yy as a function of xx?
When we rewrite a linear equation to isolate yy in the form y=ax+by = ax + b, the value of yy is determined entirely by xx. This allows us to use function notation and write y=f(x)y = f(x).
How do you analyze a linear function?
To analyze a linear function y=ax+by = ax + b, follow these main steps:
1. Slope-Intercept Form: Isolate yy to rewrite the equation as y=ax+by = ax + b.
2. Parameters: Identify the slope aa and the Y-intercept value bb.
3. X- and Y-Intercepts: Calculate the y-intercept at (0,b)(0, b) and the x-intercept at (ba,0)\left(-\frac{b}{a}, 0\right) (when a0a \neq 0).
4. Function Behavior: Determine whether the function is increasing (a>0a > 0), decreasing (a<0a < 0), or constant (a=0a = 0).
5. Graphing: A line is completely determined by two distinct points. Since the exercise checks the required points rather than a continuous drawn line, plot the x- and y-intercepts and the required additional points that lie on the line.
How do you find the area of a triangle formed by three lines?
1. Find the 3 intersection points by solving pairwise linear equations.
2. Draw a horizontal or vertical auxiliary line through a vertex to construct a reference right-angled triangle.
3. Compute the area using Additive Method (S1+S2S_1 + S_2) or Subtractive Method (SrefS1S2S_{\text{ref}} - S_1 - S_2) depending on the geometry.