Analyzing the Setup
Imagine you are standing on a coordinate plane with two lines, L1:x=2y and L2:x=y. A point P slides along L1, and from this point, you drop a perpendicular line segment to L2.
As P moves, this segment moves, and its midpoint traces a path. This path is the geometric signature of the motion, known as the locus.
Phase 1
Parametric Elegance
To capture the motion, we use parameters. Since P lies on x=2y, we define its coordinates as P(2α,α).
Now, consider the foot of the perpendicular, Q, which lies on x=y. Since any point on this line has equal coordinates, we define Q(β,β).
Phase 2
The Geometric Soul
The condition that PQ is perpendicular to L2 is the heartbeat of this problem. The slope of L2 is 1.
Therefore, the slope of the segment PQ must be −1, because the product of perpendicular slopes is −1. We write this as:
Solving this, we find β−α=−β+2α, which simplifies to 2β=3α, or:
We have successfully linked the two parameters.
Phase 3
The Midpoint Journey
Now, we define the midpoint M(h,k). Using the midpoint formula, h=2xP+xQ and k=2yP+yQ.
Substituting our values, we get:
Phase 4
The Final Elimination
To find the locus, we must eliminate α. By dividing h by k, we get:
This leads us to 5h=7k. Replacing (h,k) with (x,y), we arrive at the final equation:
This is the path of the midpoint. It is a straight line, elegant and precise, just like the logic that brought us here.