Coordinate Geometry: Question 5

Syllabus 1.3

Structured AS 8 marks

A circle has equation (x1)2+(y2)2=25(x - 1)^2 + (y - 2)^2 = 25. A line has equation 3x+y=203x + y = 20.

(a) Find the coordinates of the two points at which the line intersects the circle. [6]

(b) Find the exact length of the chord joining these two points of intersection. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Points of intersection

Rearrange the line for substitution. From 3x+y=203x + y = 20:

y=203x.y = 20 - 3x.

Substitute into the circle’s equation. In (x1)2+(y2)2=25(x-1)^2 + (y-2)^2 = 25, replace yy:

(x1)2+(203x2)2=25    (x1)2+(183x)2=25.(x - 1)^2 + (20 - 3x - 2)^2 = 25 \implies (x-1)^2 + (18 - 3x)^2 = 25.

Expand each bracket.

(x1)2=x22x+1(x-1)^2 = x^2 - 2x + 1

(183x)2=324108x+9x2(18 - 3x)^2 = 324 - 108x + 9x^2

Adding these together:

x22x+1+9x2108x+324=25x^2 - 2x + 1 + 9x^2 - 108x + 324 = 25

10x2110x+325=2510x^2 - 110x + 325 = 25

10x2110x+300=0.10x^2 - 110x + 300 = 0.

Solve the quadratic. Dividing through by 1010:

x211x+30=0    (x5)(x6)=0    x=5 or x=6.x^2 - 11x + 30 = 0 \implies (x - 5)(x - 6) = 0 \implies x = 5 \text{ or } x = 6.

Find the corresponding yy-coordinates, using y=203xy = 20 - 3x:

  • x=5x = 5: y=2015=5y = 20 - 15 = 5, giving the point (5,5)(5, 5).
  • x=6x = 6: y=2018=2y = 20 - 18 = 2, giving the point (6,2)(6, 2).

Check both points lie on the circle:

(51)2+(52)2=16+9=25.(61)2+(22)2=25+0=25.(5-1)^2 + (5-2)^2 = 16 + 9 = 25. \checkmark \qquad (6-1)^2 + (2-2)^2 = 25 + 0 = 25. \checkmark

So the line meets the circle at (5,5)\boxed{(5, 5)} and (6,2)\boxed{(6, 2)}.

Part (b): Length of the chord

Using the distance formula between (5,5)(5, 5) and (6,2)(6, 2):

length=(65)2+(25)2=12+(3)2=1+9=10.\text{length} = \sqrt{(6 - 5)^2 + (2 - 5)^2} = \sqrt{1^2 + (-3)^2} = \sqrt{1 + 9} = \sqrt{10}.

Since 10=2×510 = 2 \times 5 has no square factor greater than 11, 10\sqrt{10} is already in its simplest surd form.

So the chord has exact length 10\boxed{\sqrt{10}}.

Final answers

  • (a) Points of intersection: (5,5)(5, 5) and (6,2)(6, 2)
  • (b) Chord length: 10\sqrt{10}