Worked solution
Part (a): Substituting the line into the circle
The circle’s equation is x2+y2=8. Substitute y=x+k:
x2+(x+k)2=8.
Expand (x+k)2=x2+2kx+k2:
x2+x2+2kx+k2=8
2x2+2kx+k2=8
2x2+2kx+(k2−8)=0.■
This matches the quadratic given in the question.
Part (b): Finding k using the discriminant
A line is a tangent to a curve exactly when the resulting quadratic has a repeated root, i.e. discriminant b2−4ac=0.
For 2x2+2kx+(k2−8)=0, we have a=2, b=2k, c=k2−8.
b2−4ac=(2k)2−4(2)(k2−8)=4k2−8(k2−8)=4k2−8k2+64=−4k2+64.
Setting this equal to zero for tangency:
−4k2+64=0⟹4k2=64⟹k2=16⟹k=±4.
So the two possible values are k=4 or k=−4.
Check (k=4): 2x2+8x+(16−8)=2x2+8x+8=0⟹x2+4x+4=0⟹(x+2)2=0, a repeated root. ✓
Check (k=−4): 2x2−8x+(16−8)=2x2−8x+8=0⟹x2−4x+4=0⟹(x−2)2=0, also a repeated root. ✓
Part (c): Point of tangency for the positive value of k
Using k=4, the quadratic from part (a) becomes:
2x2+2(4)x+(42−8)=0⟹2x2+8x+8=0.
Dividing by 2:
x2+4x+4=0⟹(x+2)2=0⟹x=−2 (repeated root).
Substituting into the line y=x+k=x+4:
y=−2+4=2.
Check on the circle: (−2)2+22=4+4=8.✓ This matches the circle’s equation x2+y2=8 exactly.
So for k=4, the line touches the circle at (−2,2).
Final answers
- (a) 2x2+2kx+(k2−8)=0, shown
- (b) k=4 or k=−4
- (c) Point of tangency (for k=4): (−2,2)