Coordinate Geometry: Question 10

Syllabus 1.3

Structured AS 8 marks

A circle has equation x2+y2=8x^2 + y^2 = 8. A line has equation y=x+ky = x + k, where kk is a constant.

(a) Show that substituting y=x+ky = x + k into the equation of the circle gives 2x2+2kx+(k28)=02x^2 + 2kx + (k^2 - 8) = 0. [2]

(b) Given that the line is a tangent to the circle, use the discriminant of the quadratic in part (a) to find the two possible values of kk. [4]

(c) For the positive value of kk found in part (b), find the coordinates of the point where the line touches the circle. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Substituting the line into the circle

The circle’s equation is x2+y2=8x^2 + y^2 = 8. Substitute y=x+ky = x + k:

x2+(x+k)2=8.x^2 + (x + k)^2 = 8.

Expand (x+k)2=x2+2kx+k2(x+k)^2 = x^2 + 2kx + k^2:

x2+x2+2kx+k2=8x^2 + x^2 + 2kx + k^2 = 8

2x2+2kx+k2=82x^2 + 2kx + k^2 = 8

2x2+2kx+(k28)=0.2x^2 + 2kx + (k^2 - 8) = 0. \quad \blacksquare

This matches the quadratic given in the question.

Part (b): Finding kk using the discriminant

A line is a tangent to a curve exactly when the resulting quadratic has a repeated root, i.e. discriminant b24ac=0b^2 - 4ac = 0.

For 2x2+2kx+(k28)=02x^2 + 2kx + (k^2 - 8) = 0, we have a=2a = 2, b=2kb = 2k, c=k28c = k^2 - 8.

b24ac=(2k)24(2)(k28)=4k28(k28)=4k28k2+64=4k2+64.b^2 - 4ac = (2k)^2 - 4(2)(k^2 - 8) = 4k^2 - 8(k^2 - 8) = 4k^2 - 8k^2 + 64 = -4k^2 + 64.

Setting this equal to zero for tangency:

4k2+64=0    4k2=64    k2=16    k=±4.-4k^2 + 64 = 0 \implies 4k^2 = 64 \implies k^2 = 16 \implies k = \pm 4.

So the two possible values are k=4 or k=4\boxed{k = 4 \text{ or } k = -4}.

Check (k=4k=4): 2x2+8x+(168)=2x2+8x+8=0    x2+4x+4=0    (x+2)2=02x^2+8x+(16-8)=2x^2+8x+8=0 \implies x^2+4x+4=0 \implies (x+2)^2=0, a repeated root. \checkmark

Check (k=4k=-4): 2x28x+(168)=2x28x+8=0    x24x+4=0    (x2)2=02x^2-8x+(16-8)=2x^2-8x+8=0 \implies x^2-4x+4=0 \implies (x-2)^2=0, also a repeated root. \checkmark

Part (c): Point of tangency for the positive value of kk

Using k=4k = 4, the quadratic from part (a) becomes:

2x2+2(4)x+(428)=0    2x2+8x+8=0.2x^2 + 2(4)x + (4^2 - 8) = 0 \implies 2x^2 + 8x + 8 = 0.

Dividing by 22:

x2+4x+4=0    (x+2)2=0    x=2 (repeated root).x^2 + 4x + 4 = 0 \implies (x + 2)^2 = 0 \implies x = -2 \text{ (repeated root)}.

Substituting into the line y=x+k=x+4y = x + k = x + 4:

y=2+4=2.y = -2 + 4 = 2.

Check on the circle: (2)2+22=4+4=8.(-2)^2 + 2^2 = 4 + 4 = 8. \checkmark This matches the circle’s equation x2+y2=8x^2+y^2=8 exactly.

So for k=4k = 4, the line touches the circle at (2,2)\boxed{(-2, 2)}.

Final answers

  • (a) 2x2+2kx+(k28)=02x^2 + 2kx + (k^2 - 8) = 0, shown
  • (b) k=4k = 4 or k=4k = -4
  • (c) Point of tangency (for k=4k=4): (2,2)(-2, 2)