BPT find-x problem: why the quadratic terms disappear
·7 min read
Question
In triangle ABC, DE is parallel to BC. AD = x, DB = x − 2, AE = x + 2 and EC = x − 1. Find x.
BPT trick: how a vanishing quadratic makes you miss 2 solutions! · Watch on YouTube
We need to form the correct Basic Proportionality Theorem ratio, solve the resulting equation and then test the value against the original segment lengths. No value will be accepted until both the algebra and the geometry have been checked.
Because DE is parallel to BC, the two sides are cut proportionally. Match upper segment with upper segment and lower segment with lower segment.
Step 1: check which values of x are possible
In geometry, every side length must be strictly positive (l>0). Before solving, find the domain restriction for each of the four segments:
1
For segment AD>0⟹x>0
2
For segment DB>0⟹x−2>0⟹x>2
3
For segment AE>0⟹x+2>0⟹x>−2
4
For segment EC>0⟹x−1>0⟹x>1
5
Combining conditions: x>0,x>2,x>−2,x>1
6
Common restriction for all sides: x>2
The final value of x must be strictly greater than 2 (x>2). This ensures all segment lengths remain positive and no denominator equals zero.
Step 2: form the BPT equation
Since line segment DE∥BC, we apply the Basic Proportionality Theorem (Thales' Theorem):
1
DBAD=ECAE[By Basic Proportionality Theorem, as DE∥BC]
2
Given: AD=x,DB=x−2,AE=x+2,EC=x−1
3
Substitute values into ratio: x−2x=x−1x+2
Step 3: cross-multiply without cancelling early
Cross-multiply the denominators and expand each side carefully: