The Geometry of Elegance
Solving the Equilateral Triangle Problem
Welcome, future engineer. Today, we are not just solving a problem; we are embarking on a journey of coordinate geometry.
Often, when you see a problem involving parallel lines and triangles, your instinct might be to reach for trigonometry or complex geometric theorems. But there is a more elegant path—a path of pure, unadulterated algebra. Let us walk through it together.
Phase 1
The Power of the Origin
Imagine you are standing in a coordinate plane. You have two parallel lines separated by a distance of 5 units.
We place point P at the origin, (0,0). This is our anchor.
Since P is 1 unit from one line, let's define that line, L1, as y=1. Because the total distance between the lines is 5, the second line, L2, must be at y=−4.
Just like that, we have transformed a vague geometric description into a precise mathematical landscape.
Phase 2
The Equilateral Constraint
Now, we introduce the equilateral triangle PQR. We place Q on L1 and R on L2.
Let the side length of this triangle be L. The beauty of an equilateral triangle is that all sides are equal, which means PQ2=PR2=QR2=L2.
For point Q on L1, its coordinates are (x1,1). For point R on L2, its coordinates are (x2,−4).
Using the distance formula from the origin (0,0), we get:
PR2=x22+(−4)2=L2⟹x22=L2−16
These two equations are the foundation of our solution. They link the horizontal positions of Q and R directly to the side length L.
Phase 3
The Algebraic Symphony
Now, let's look at the third side, QR. The distance between Q(x1,1) and R(x2,−4) is given by:
QR2=(x1−x2)2+(1−(−4))2=L2
If we expand the term (x1−x2)2, we get x12+x22−2x1x2+25=L2. Substituting our expressions for x12 and x22, we get:
(L2−1)+(L2−16)−2x1x2+25=L2
Simplifying this, we find 2L2−17−2x1x2+25=L2, which reduces to L2+8=2x1x2.
Phase 4
The Final Cancellation
We have one last hurdle: the x1x2 term. To eliminate it, we square both sides of our equation:
(L2+8)2=(2x1x2)2=4x12x22
Substituting our expressions for x12 and x22 one last time:
Expanding both sides carefully, we get:
Notice the 64 on both sides? They vanish! We are left with 3L4−84L2=0.
Factoring this, we get 3L2(L2−28)=0. Since L cannot be zero, we arrive at the beautiful conclusion: L2=28.