Coordinate Geometry: Question 8

Syllabus 1.3

Structured AS 8 marks

A circle has centre (3,2)(3, -2) and passes through the point (7,1)(7, 1).

(a) Find the equation of the circle, giving your answer in the form (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2. [3]

(b) Determine whether the point D(1,2)D(-1, 2) lies inside, on, or outside the circle. [3]

(c) The point (7,1)(7, 1) lies on the circle. Find the coordinates of the point that is diametrically opposite (7,1)(7, 1) on this circle. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Equation of the circle

The radius is the distance from the centre (3,2)(3, -2) to the point (7,1)(7, 1) on the circle:

r=(73)2+(1(2))2=42+32=16+9=25=5.r = \sqrt{(7 - 3)^2 + (1 - (-2))^2} = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5.

Substituting centre (a,b)=(3,2)(a, b) = (3, -2) and r=5r = 5 into (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2:

(x3)2+(y(2))2=52    (x3)2+(y+2)2=25.(x - 3)^2 + (y - (-2))^2 = 5^2 \implies (x-3)^2 + (y+2)^2 = 25.

So the equation of the circle is (x3)2+(y+2)2=25\boxed{(x-3)^2 + (y+2)^2 = 25}.

Part (b): Testing the point D(1,2)D(-1, 2)

Find the distance from the centre (3,2)(3, -2) to D(1,2)D(-1, 2):

CD=(13)2+(2(2))2=(4)2+42=16+16=32.CD = \sqrt{(-1 - 3)^2 + (2 - (-2))^2} = \sqrt{(-4)^2 + 4^2} = \sqrt{16 + 16} = \sqrt{32}.

Compare this to the radius, r=5r = 5 (note r2=25r^2 = 25). Since 32>2532 > 25, we have 32>5\sqrt{32} > 5, i.e. CD>rCD > r.

As a decimal check, 325.657\sqrt{32} \approx 5.657, which is indeed greater than 55.

Since the distance from DD to the centre is greater than the radius, DD lies outside\boxed{\text{outside}} the circle.

Part (c): Point diametrically opposite (7,1)(7, 1)

If (7,1)(7, 1) and the unknown point QQ are the two ends of a diameter, the centre (3,2)(3, -2) must be the midpoint of (7,1)(7, 1) and QQ. So:

(7+xQ2,1+yQ2)=(3,2).\left(\frac{7 + x_Q}{2}, \frac{1 + y_Q}{2}\right) = (3, -2).

Solving for QQ:

7+xQ2=3    7+xQ=6    xQ=1\frac{7 + x_Q}{2} = 3 \implies 7 + x_Q = 6 \implies x_Q = -1

1+yQ2=2    1+yQ=4    yQ=5.\frac{1 + y_Q}{2} = -2 \implies 1 + y_Q = -4 \implies y_Q = -5.

Check: the distance from the centre (3,2)(3,-2) to Q(1,5)Q(-1,-5) is (13)2+(5(2))2=(4)2+(3)2=16+9=25=5\sqrt{(-1-3)^2+(-5-(-2))^2} = \sqrt{(-4)^2+(-3)^2} = \sqrt{16+9} = \sqrt{25} = 5, equal to the radius, confirming QQ lies on the circle. \checkmark

So the point diametrically opposite (7,1)(7, 1) is (1,5)\boxed{(-1, -5)}.

Final answers

  • (a) (x3)2+(y+2)2=25(x-3)^2 + (y+2)^2 = 25
  • (b) DD lies outside the circle (CD=325.66>5CD = \sqrt{32} \approx 5.66 > 5)
  • (c) Diametrically opposite point: (1,5)(-1, -5)