Equation of a Circle (Centre (h,k))

\( (x-h)^2+(y-k)^2=r^2 \)
Coordinate Geometry GCSE

\( Find the centre and radius of circle (x-4)^2+(y+2)^2=36. \)

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
\( Compare with (x-h)^2+(y-k)^2=r^2. \)

Explanation

Show / hide — toggle with X

Statement

The equation of a circle with centre at \((h,k)\) and radius \(r\) is:

\[ (x-h)^2 + (y-k)^2 = r^2 \]

This represents all points \((x,y)\) that are exactly distance \(r\) from the centre \((h,k)\).

Why it’s true

  • The distance between two points \((x,y)\) and \((h,k)\) is given by the distance formula: \(\sqrt{(x-h)^2+(y-k)^2}\).
  • On the circle, this distance is always equal to the radius \(r\).
  • So, \(\sqrt{(x-h)^2+(y-k)^2}=r\). Squaring gives \((x-h)^2+(y-k)^2=r^2\).

Recipe (how to use it)

  1. Identify the centre \((h,k)\) and radius \(r\) of the circle.
  2. Substitute into \((x-h)^2+(y-k)^2=r^2\).
  3. To check if a point lies on the circle, substitute its coordinates and see if the equation holds.

Spotting it

This form is used whenever a circle is not centred at the origin. The terms \((x-h)\) and \((y-k)\) show the horizontal and vertical shift of the circle.

Common pairings

  • Distance formula (basis of derivation).
  • Equation of a circle at the origin: \(x^2+y^2=r^2\).
  • Circle geometry problems involving translations.

Mini examples

  1. Equation: \((x-2)^2+(y-3)^2=25\). Centre: (2,3), Radius: 5.
  2. Equation: \((x+1)^2+(y-4)^2=9\). Centre: (-1,4), Radius: 3.
  3. Equation: \((x-0)^2+(y+2)^2=16\). Centre: (0,-2), Radius: 4.

Pitfalls

  • Forgetting the minus signs: if the equation is \((x-h)^2+(y-k)^2=r^2\), then the centre is \((h,k)\), not \((-h,-k)\).
  • Mixing up radius \(r\) with \(r^2\).

Exam strategy

  • Always expand carefully if you need the circle in standard form.
  • Check the sign: if it’s \((x+3)^2\), the centre x-coordinate is \(-3\).
  • Use substitution to test whether a point lies inside, outside, or on the circle.

Summary

The equation \((x-h)^2+(y-k)^2=r^2\) describes a circle with centre \((h,k)\) and radius \(r\). It generalises the origin-centred case and is central to coordinate geometry.

Worked examples

Show / hide (10) — toggle with E
  1. \( What are the centre and radius of the circle (x-3)^2+(y+2)^2=36? \)
    1. \( Centre=(3,-2) \)
    2. \( Radius=√36=6 \)
    Answer: Centre (3,-2), Radius 6
  2. \( Find the centre and radius of (x+1)^2+(y-4)^2=9. \)
    1. \( Centre=(-1,4) \)
    2. \( Radius=√9=3 \)
    Answer: Centre (-1,4), Radius 3
  3. \( Equation: (x-2)^2+(y-5)^2=25. Does (5,9) lie on the circle? \)
    1. \( (5-2)^2+(9-5)^2=3^2+4^2=9+16=25 \)
    2. \( 25=25 so point lies on circle \)
    Answer: Yes
  4. \( Equation: (x-2)^2+(y-3)^2=16. Where is (2,3)? \)
    1. \( (2-2)^2+(3-3)^2=0 \)
    2. 0<16 so point is centre (inside circle)
    Answer: Inside circle (at centre)
  5. \( Equation: (x-4)^2+(y-1)^2=100. Does (10,1) lie inside, outside or on? \)
    1. \( (10-4)^2+(1-1)^2=36 \)
    2. 36<100 so inside circle
    Answer: Inside
  6. \( Equation: (x-1)^2+(y+2)^2=20. Does (5,2) lie on circle? \)
    1. \( (5-1)^2+(2+2)^2=16+16=32 \)
    2. 32>20 so outside
    Answer: Outside
  7. \( Find centre and radius of circle (x+2)^2+(y-3)^2=49. \)
    1. \( Centre=(-2,3) \)
    2. \( Radius=√49=7 \)
    Answer: Centre (-2,3), Radius 7
  8. \( Equation: (x-3)^2+(y+4)^2=25. Does (0,0) lie inside, outside, or on? \)
    1. \( (0-3)^2+(0+4)^2=9+16=25 \)
    2. \( 25=25 so lies on circle \)
    Answer: On circle
  9. \( Equation: (x-6)^2+(y-8)^2=100. Is (6,18) inside, outside or on? \)
    1. \( (6-6)^2+(18-8)^2=0+100=100 \)
    2. \( 100=100 so on circle \)
    Answer: On circle
  10. \( Circle: (x-1)^2+(y-7)^2=9. Which of the following points is on the circle? A:(1,7) B:(4,7) C:(1,10) \)
    1. \( For A: (1-1)^2+(7-7)^2=0 (inside) \)
    2. \( For B: (4-1)^2+(7-7)^2=9 (on circle) \)
    3. \( For C: (1-1)^2+(10-7)^2=9 (on circle too) \)
    Answer: Points (4,7) and (1,10) are on circle