Analyzing the Setup
Imagine you are standing on the coordinate plane, looking at a unit circle centered at the origin, defined by the equation x2+y2=1. A line 2x+y=4 is positioned nearby.
For any point P(h,k) chosen on this line, we draw two tangents from P to the circle. Connecting the points of tangency forms a chord of contact.
The objective is to find the fixed point through which all such chords of contact must pass, regardless of the position of P on the line.
The Power of the General Point
We define our point P(h,k) on the line 2x+y=4. Because P is constrained to this line, its coordinates must satisfy the equation:
This allows us to express k as k=4−2h. By reducing the complexity from two variables to one, we simplify the problem significantly.
This is a classic JEE strategy: whenever a point is constrained to a line, use the line's equation to reduce the number of variables.
The Equation of the Chord
For any point (h,k) outside the circle x2+y2=1, the equation of the chord of contact is given by the T=0 form:
Substituting our constraint k=4−2h into this equation, the chord of contact becomes:
The Dance of the Family of Lines
To isolate the variable h, we expand the equation:
Rearranging the terms to group those containing h together, we obtain:
This equation is in the form L1+hL2=0, where L1=4y−1 and L2=x−2y. This represents a family of lines passing through the intersection of L1=0 and L2=0.
The Final Intersection
To find the fixed point, we solve the system of equations formed by L1 and L2:
1) 4y−1=0⟹y=41
2) x−2y=0⟹x=2y
Substituting y=41 into the second equation, we find:
Thus, the fixed point is (21,41). No matter how P moves along the line 2x+y=4, the chord of contact is destined to pivot around this single, elegant coordinate.