Last verified · v1.0
Calculator · math
Triangle Proportionality Theorem Calculator
Solve for any unknown segment using the Triangle Proportionality Theorem (AD/DB = AE/EC) by entering the three known side lengths.
Inputs
Unknown Segment Length
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
Triangle Proportionality Theorem
The Triangle Proportionality Theorem — also called the Side Splitter Theorem — is a foundational result in Euclidean geometry. It states that when a line is drawn parallel to one side of a triangle and intersects the other two sides, it divides those sides into proportional segments. The relationship is expressed as:
AD / DB = AE / EC
This proportion allows any one of the four segment lengths to be calculated whenever the other three are known.
Variables Defined
Consider triangle ABC with apex vertex A and base vertices B and C. A line segment DE is drawn parallel to base BC, where point D lies on side AB and point E lies on side AC. The four segments are:
- AD — the upper portion of the left side, from apex A down to intersection point D
- DB — the lower portion of the left side, from point D down to base vertex B
- AE — the upper portion of the right side, from apex A down to intersection point E
- EC — the lower portion of the right side, from point E down to base vertex C
Derivation from Similar Triangles
Because DE is parallel to BC, triangles ADE and ABC share angle A and have equal corresponding angles formed by the parallel lines — satisfying the AA (Angle-Angle) similarity postulate. The ratio of corresponding sides in similar triangles is constant:
AD / AB = AE / AC
Substituting AB = AD + DB and AC = AE + EC, then cross-multiplying and simplifying, yields AD × EC = AE × DB, which rearranges directly to AD / DB = AE / EC. According to Maricopa Open Digital Press — Section G.3: Triangles, Pythagorean Theorem and Similarity, this proportionality is one of the central results of triangle similarity theory in secondary and post-secondary mathematics.
Solving for Each Unknown Segment
Cross-multiplying the base proportion AD × EC = AE × DB isolates any unknown:
- Solve for AD: AD = (AE × DB) / EC
- Solve for DB: DB = (AD × EC) / AE
- Solve for AE: AE = (AD × EC) / DB
- Solve for EC: EC = (AE × DB) / AD
Worked Example
A surveyor needs to find segment EC in a triangular plot. Known measurements are AD = 6 m, DB = 4 m, and AE = 9 m. Applying the theorem:
6 / 4 = 9 / EC ⇒ EC = (9 × 4) / 6 = 36 / 6 = 6 m
Verification: left ratio = 6/4 = 1.5 and right ratio = 9/6 = 1.5. Both sides match, confirming the result.
Second Example
To find DB when AD = 10 cm, AE = 15 cm, and EC = 9 cm:
DB = (AD × EC) / AE = (10 × 9) / 15 = 90 / 15 = 6 cm
Check: 10/6 ≈ 1.667 and 15/9 ≈ 1.667 — confirmed.
Conditions for Applicability
The theorem requires three conditions: (1) a valid non-degenerate triangle ABC must exist; (2) segment DE must be strictly parallel to side BC — any angular deviation invalidates the proportion; and (3) all four segment values must be positive real numbers. The Lane Community College Geometry Review Sheets — Similar Triangles emphasize confirming parallelism before applying proportionality theorems, as this is the most common source of error in student solutions.
Real-World Applications
- Land surveying: Partitioning triangular parcels with a boundary line parallel to one edge, then calculating unknown side lengths proportionally.
- Architecture: Determining unknown rafter or beam lengths when structural cross-members run parallel to a triangular roof base.
- Computer graphics: Interpolating texture coordinates across triangular mesh polygons in 3D rendering pipelines.
- Scale drawing: Establishing proportional distances on site plans where reference lines cut triangular layout sections.
Relationship to Broader Geometry
The Triangle Proportionality Theorem connects directly to the Basic Proportionality Theorem (Thales' Intercept Theorem) and serves as a prerequisite for the Triangle Angle Bisector Theorem and Menelaus' Theorem. Fluency with this result supports work in coordinate geometry, trigonometric ratios, and calculus-based related-rates problems where similar geometric structures appear in dynamic contexts.
Reference