Equation of a Circle

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

\( Circle: x^2+y^2=50. Which is true for point (5,5)? \)

Hint (H)
\( Check 5^2+5^2=25+25=50 \)

Explanation

Show / hide — toggle with X

Statement

The equation of a circle with centre at the origin \((0,0)\) and radius \(r\) is:

\[ x^2 + y^2 = r^2 \]

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

Why it’s true

  • The distance from the origin to any point \((x,y)\) is \(\sqrt{x^2+y^2}\).
  • On the circle, this distance is always equal to the radius \(r\).
  • So, \(\sqrt{x^2+y^2}=r\). Squaring both sides gives \(x^2+y^2=r^2\).

Recipe (how to use it)

  1. Square the x-coordinate and the y-coordinate of the point.
  2. Add them together.
  3. If the sum equals \(r^2\), the point lies on the circle.
  4. If the sum is less than \(r^2\), the point is inside the circle.
  5. If the sum is greater than \(r^2\), the point is outside the circle.

Spotting it

This formula is used whenever the circle is centred at the origin and you need to check if a point lies on it or describe its boundary.

Common pairings

  • Distance formula (since it derives from it).
  • Coordinate geometry problems involving circle equations.
  • General circle equation: \((x-h)^2+(y-k)^2=r^2\) when the centre is \((h,k)\).

Mini examples

  1. Circle: \(x^2+y^2=25\). Point: \((3,4)\). Check: \(3^2+4^2=9+16=25\). Lies on circle.
  2. Circle: \(x^2+y^2=100\). Point: \((6,8)\). Check: \(36+64=100\). Lies on circle.
  3. Circle: \(x^2+y^2=16\). Point: \((2,1)\). Check: \(4+1=5<16\). Point inside circle.

Pitfalls

  • Forgetting the centre is at the origin (the general equation includes \((h,k)\)).
  • Mixing up radius \(r\) with \(r^2\).

Exam strategy

  • When checking if a point lies on a circle, always substitute into \(x^2+y^2\).
  • Be careful with negative values: squaring ensures they contribute positively.

Summary

The equation \(x^2+y^2=r^2\) describes a circle of radius \(r\) centred at the origin. It comes directly from the distance formula and is a key result in coordinate geometry.

Worked examples

Show / hide (10) — toggle with E
  1. \( Does point (3,4) lie on the circle x^2+y^2=25? \)
    1. \( Check: 3^2+4^2=9+16=25 \)
    2. \( 25=25, so lies on circle. \)
    Answer: Yes
  2. \( For circle x^2+y^2=16, does (2,2) lie on the circle? \)
    1. \( 2^2+2^2=4+4=8 \)
    2. 8<16, so inside circle.
    Answer: Inside the circle
  3. \( Circle: x^2+y^2=100. Is (6,8) on the circle? \)
    1. \( 6^2+8^2=36+64=100 \)
    2. \( 100=100, so lies on circle. \)
    Answer: Yes
  4. \( Equation: x^2+y^2=9. Does (0,3) lie on the circle? \)
    1. \( 0^2+3^2=9 \)
    2. \( 9=9, on circle. \)
    Answer: Yes
  5. \( Equation: x^2+y^2=25. Does (0,0) lie on the circle? \)
    1. \( 0^2+0^2=0 \)
    2. 0<25, so inside circle.
    Answer: Inside circle
  6. \( Equation: x^2+y^2=49. Is (7,0) on the circle? \)
    1. \( 7^2+0^2=49 \)
    2. \( 49=49, lies on circle. \)
    Answer: Yes
  7. \( Circle x^2+y^2=81. Check (9,0). \)
    1. \( 9^2+0^2=81 \)
    2. \( 81=81, lies on circle. \)
    Answer: Yes
  8. \( Circle x^2+y^2=20. Point (2,3). Inside, outside, or on? \)
    1. \( 2^2+3^2=4+9=13 \)
    2. 13<20, inside.
    Answer: Inside
  9. \( Equation: x^2+y^2=25. Point (5,5). Where is it? \)
    1. \( 5^2+5^2=25+25=50 \)
    2. 50>25, outside circle.
    Answer: Outside
  10. \( Circle: x^2+y^2=4. Does (1,√3) lie on circle? \)
    1. \( 1^2+(√3)^2=1+3=4 \)
    2. \( 4=4, on circle. \)
    Answer: Yes