StepWorking
01given
Circle C:2x2+2y2−(1+a)x−(1−a)y=0, point P(x1,y1)=(21+a,21−a) lies on the circle, and the line L:x+y=0 bisects two distinct chords drawn from P.
02goal
Find the range of values of a2 such that there exist two distinct chords through P whose midpoints lie on x+y=0.
03approach
Let a midpoint of a chord through P lying on x+y=0 be M(h,−h). Since M is the midpoint of chord PQ with Q on the circle, the equation of the chord with midpoint M(h,−h) is given by T=S1. Since P(x1,y1) must lie on this chord, we can substitute P into T=S1, yielding a quadratic equation in h. Alternatively, using the slope m of the chord, the midpoint M of PQ where line OP is a diameter (note that (0,0) and P form a diameter because x(x−x1)+y(y−y1)=0 passes through the origin and P) must make PM⊥QM. Thus the circle on diameter OP is x(x−x1)+y(y−y1)=0, and the midpoint of any chord from P lies on the circle with diameter OP scaled by half, or more simply, the midpoint M(h,−h) satisfies the condition that M lies strictly inside the circle and lies on the locus of midpoints of chords through P. Let's use the quadratic equation in the chord's slope or the midpoint coordinate h.
04execute
Note that the circle is x2+y2−x1x−y1y=0, where x1=21+a and y1=21−a. The center is C=(2x1,2y1).
Let M(h,−h) be the midpoint of a chord from P. The equation of the chord having midpoint M(h,k) is T=S1:
xh+yk−2x1(x+h)−2y1(y+k)=h2+k2−x1h−y1k.
Since P(x1,y1) lies on this chord:
x1h+y1k−2x1(x1+h)−2y1(y1+k)=h2+k2−x1h−y1k.
Simplify this:
21x1h+21y1k−21(x12+y12)=h2+k2−x1h−y1k
h2+k2−23x1h−23y1k+21(x12+y12)=0.
Wait, simpler: the midpoint M of chord PQ where P is fixed and Q is on the circle x2+y2−x1x−y1y=0 satisfies Q=2M−P.
Since Q is on the circle:
(2h−x1)2+(2k−y1)2−x1(2h−x1)−y1(2k−y1)=0
4h2−4hx1+x12+4k2−4ky1+y12−2hx1+x12−2ky1+y12=0
4(h2+k2)−6x1h−6y1k+2(x12+y12)=0
2(h2+k2)−3x1h−3y1k+(x12+y12)=0.
Since M lies on x+y=0, substitute k=−h:
2(h2+h2)−3x1h+3y1h+(x12+y12)=0
4h2−3(x1−y1)h+(x12+y12)=0.
05execute
Substitute x1=21+a and y1=21−a:
x1−y1=2(1+a)−(1−a)=a
x12+y12=4(1+a)2+(1−a)2=42(1+a2)=21+a2.
Thus the quadratic equation in h is:
4h2−3ah+21+a2=0, which is 8h2−6ah+(1+a2)=0.
For two distinct chords, there must be two distinct midpoints M (and neither can be P itself, since a chord has two endpoints and its midpoint cannot be an endpoint unless it's degenerate). For two distinct real roots of h, the discriminant must be strictly positive:
D>0⟹(−6a)2−4(8)(1+a2)>0
36a2−32(1+a2)>0
36a2−32−32a2>0
4a2−32>0⟹4a2>32⟹a2>8.
✓verify
Check if M=P can be a root: M=P⟹h=x1=21+a and −h=y1=21−a⟹x1+y1=0⟹1=0, impossible! So P never lies on x+y=0, meaning the chords are never degenerate tangents. Thus, a2>8 completely guarantees two distinct real chords, giving a2∈(8,∞).