Analyzing the Setup
Imagine you are standing on a coordinate plane. You see two lines stretching out before you: L1, defined by the equation x=2y, and L2, the classic x=y. These lines intersect at the origin, creating a beautiful, sharp angle.
Now, imagine a point P sliding along L1. As it moves, you drop a perpendicular line from P down to L2, hitting it at a point Q. Your task is to track the midpoint R of this segment PQ.
This is the essence of a locus problem—finding the hidden path traced by a point under a geometric constraint.
The Geometry of the Perpendicular
To solve this, we must first understand the geometry of our perpendicular. The line L2 is y=x, which has a slope of 1.
Any line perpendicular to this must have a slope m such that the product of the slopes is −1. Thus, m⋅1=−1, giving us m=−1.
This is our key! Any line perpendicular to L2 must take the form y=−x+c, or more elegantly, x+y=c. Here, c is our 'parameter'—a variable that changes as P moves, effectively labeling every possible perpendicular line we could draw.
Capturing the Points
Now, let us find the coordinates of P and Q. Since Q is the intersection of our perpendicular line x+y=c and the line L2 (x=y), we substitute y=x into the perpendicular equation: x+x=c, which gives x=2c.
Therefore, the coordinates of
Q are:
Q=(2c,2c)
Next, we find P. P is the intersection of the same perpendicular line x+y=c and the line L1 (x=2y). Substituting x=2y into x+y=c, we get 2y+y=c, so 3y=c, which means y=3c.
Since
x=2y, we find
x=32c. Thus, the coordinates of
P are:
P=(32c,3c)
The Midpoint Transformation
We define the midpoint R as (h,k). Using the midpoint formula, we know that h=2xP+xQ and k=2yP+yQ.
Substituting our expressions for P and Q into these formulas, we get:
h=232c+2c=264c+3c=127c
k=23c+2c=262c+3c=125c
Look at the elegance of these results! We have expressed the coordinates of our moving midpoint R entirely in terms of the parameter c.
The Final Unveiling
To find the locus, we must eliminate c. From our equations, we see that c=712h and c=512k.
Since both expressions equal c, they must be equal to each other:
Canceling the 12 from both sides and cross-multiplying, we arrive at 5h=7k. Replacing (h,k) with the general coordinates (x,y), we find the equation of the locus:
This is the path of the midpoint! It is a straight line passing through the origin, perfectly bisecting the space between the original lines. You have successfully navigated the geometry, mastered the parameter, and uncovered the hidden path.