Analyzing the Setup
Imagine you are standing in a coordinate plane. At the center, there sits a perfect, serene unit circle, defined by the equation x2+y2=1.
Now, imagine a line—a tangent—that kisses this circle at a single, precise point T(x1,y1). As this line rotates around the circle, it carves out intercepts on the x and y axes, which we label as points P and Q.
Our goal is to track the heartbeat of this system: the midpoint M(h,k) of the segment PQ. As the tangent dances around the circle, we seek the path traced by this midpoint.
Capturing the Tangent
To begin, we must pin down the equation of our moving tangent. For any point (x1,y1) on the circle x2+y2=1, the equation of the tangent line is given by:
To find where this line hits the axes, we set one coordinate to zero. For the x-intercept P, we set y=0, yielding x=x11. Thus, P=(x11,0).
Similarly, for the y-intercept Q, we set x=0, yielding y=y11. Thus, Q=(0,y11).
The Midpoint's Path
Now, we define our midpoint M(h,k). By the midpoint formula, we have:
h=2x11+0=2x11andk=20+y11=2y11
These equations bridge the tangent's position and the midpoint's location. Rearranging these, we express the original tangency point (x1,y1) in terms of our midpoint coordinates:
The Constraint of the Circle
The point (x1,y1) is a prisoner of the circle and must satisfy the constraint x12+y12=1. This constraint dictates the entire motion of the midpoint.
By substituting our expressions for x1 and y1 into this constraint, we obtain:
The Final Unveiling
Expanding the squares, we get:
Multiplying the entire equation by 4, we arrive at:
Taking the common denominator, we have h2k2k2+h2=4. Cross-multiplying yields h2+k2=4h2k2.
Finally, replacing (h,k) with the general coordinates (x,y), we reach our destination:
This is the equation of the locus. You have successfully mapped the path, turning a dynamic, moving system into a static, elegant expression of geometry.