Photo AI

Last Updated Sep 26, 2025

Equation of a Circle Simplified Revision Notes

Revision notes with simplified explanations to understand Equation of a Circle quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

224+ students studying

3.2.1 Equation of a Circle

Circles

infoNote

A circle centred at the origin with radius r has the equation: x2+y2=r2x^2 + y^2 = r^2

If we perform an "inside transformation" to both xx and yy, i.e.,

(x+a)2+(y+b)2=r2(x + a)^2 + (y + b)^2 = r^2

we translate (a,b)(-a, -b) so the circle is now centred at (a,b)(-a, -b).

Summary

infoNote

A circle with the equation (x+a)2+(y+b)2=r2(x + a)^2 + (y + b)^2 = r^2 has radius r and centre (a,b)(-a, -b).

infoNote

Example: Find the centre and radius of the circle with the equation

x2+y2+3x2y+1=0x^2 + y^2 + 3x - 2y + 1 = 0

Problem:

This looks nothing like the equation of a circle given above.


Solution:

Complete the square for xx and for yy.

  1. Start with the given equation: x2+3x+y22y+1=0x^2 + 3x + y^2 - 2y + 1 = 0

  2. Complete the square for xx: x2+3x=(x+32)294x^2 + 3x = \left( x + \frac{3}{2} \right)^2 - \frac{9}{4}

  3. Complete the square for yy: y22y=(y1)21y^2 - 2y = (y - 1)^2 - 1

  4. Substitute these into the equation: (x+32)294+(y1)21+1=0\left( x + \frac{3}{2} \right)^2 - \frac{9}{4} + (y - 1)^2 - 1 + 1 = 0

  5. Simplify and rearrange: (x+32)2+(y1)2=94\left( x + \frac{3}{2} \right)^2 + (y - 1)^2 = \frac{9}{4}

  6. Identify the centre and radius: Center=(32,1)\text{Center} = \left( -\frac{3}{2}, 1 \right)

Radius=94=32\text{Radius} = \sqrt{\frac{9}{4}} = \frac{3}{2}

Final Result

  • Centre: (32,1)\left( -\frac{3}{2}, 1 \right)
  • Radius: 32\frac{3}{2}

infoNote

Example: Write in the form x2+y2+ax+by+c=0x^2 + y^2 + ax + by + c = 0 the equation of the circle with centre (2,4)(2, 4) and radius 77.

  1. Equation of the circle: (x2)2+(y4)2=49(x - 2)^2 + (y - 4)^2 = 49
  • Centre: (2,4)(2, 4)
  • Radius: r=49=7r = \sqrt{49} = 7
  1. Expand and rearrange: (x2)2+(y4)2=49(x - 2)^2 + (y - 4)^2 = 49

x24x+4+y28y+16=49x^2 - 4x + 4 + y^2 - 8y + 16 = 49

x2+y24x8y+2049=0x^2 + y^2 - 4x - 8y + 20 - 49 = 0

x2+y24x8y29=0x^2 + y^2 - 4x - 8y - 29 = 0

infoNote

For any circle question, draw a diagram.


infoNote

Example: A circle has center (4,3)(4, -3) and passes through (10,3)(10, 3). Find its equation.

  1. Find the radius: r=(104)2+(3+3)2r = \sqrt{(10 - 4)^2 + (3 + 3)^2}

r=62+62r = \sqrt{6^2 + 6^2}

r=36+36r = \sqrt{36 + 36}

r=72r = \sqrt{72}

r=62r = 6\sqrt{2}

  1. Equation of the circle: (x4)2+(y+3)2=72(x - 4)^2 + (y + 3)^2 = 72

infoNote

Example: Q3 (Jan 2010, Q8)

A circle has the equation x2+y2+6x4y4=0x^2 + y^2 + 6x - 4y - 4 = 0.


(i) Find the centre and radius of the circle.

  1. Complete the square: x2+6x+y24y=4x^2 + 6x + y^2 - 4y = 4

(x+3)29+(y2)24=4(x + 3)^2 - 9 + (y - 2)^2 - 4 = 4

(x+3)2+(y2)2=17(x + 3)^2 + (y - 2)^2 = 17

  1. Identify the centre and radius: Center=(3,2)\text{Center} = (-3, 2)

Radius=17\text{Radius} = \sqrt{17}


(ii) Find the coordinates of the points where the circle meets the line with equation y=3x+4y = 3x + 4.

  1. Substitute y=3x+4y = 3x + 4 into the circle equation: x2+y2+6x4y4=0x^2 + y^2 + 6x - 4y - 4 = 0 x2+(3x+4)2+6x4(3x+4)4=0x^2 + (3x + 4)^2 + 6x - 4(3x + 4) - 4 = 0

x2+9x2+24x+16+6x12x164=0x^2 + 9x^2 + 24x + 16 + 6x - 12x - 16 - 4 = 0

10x2+18x=010x^2 + 18x = 0

x(10x+18)=0x(10x + 18) = 0

x=0x = 0

y=3(0)+4=4y = 3(0) + 4 = 4

  1. Find the yy**-**coordinate for the other solution: x=1810x = -\frac{18}{10}

x=95x = -\frac{9}{5}

y=3(95)+4y = 3\left(-\frac{9}{5}\right) + 4

y=275+205y = -\frac{27}{5} + \frac{20}{5}

y=75y = -\frac{7}{5}

  1. Points of intersection: (0,4)(0, 4)

(95,75)\left(-\frac{9}{5}, -\frac{7}{5}\right)


Using the Quadratic Solver

infoNote
  1. Solve the quadratic equation: 10x2+18x4=010x^2 + 18x - 4 = 0
  • Using the quadratic formula or a calculator: x=18±182410(4)210x = \frac{-18 \pm \sqrt{18^2 - 4 \cdot 10 \cdot (-4)}}{2 \cdot 10}

x=18±324+16020x = \frac{-18 \pm \sqrt{324 + 160}}{20}

x=18±48420x = \frac{-18 \pm \sqrt{484}}{20}

x=18±2220x = \frac{-18 \pm 22}{20}

x=420=15x = \frac{4}{20} = \frac{1}{5}

x=4020=2x = \frac{-40}{20} = -2

  1. Find the corresponding yy-values:
  • For x=15x = \frac{1}{5}: y=3(15)+4=35+4=35+205=235(15,235)y = 3\left(\frac{1}{5}\right) + 4 = \frac{3}{5} + 4 = \frac{3}{5} + \frac{20}{5} = \frac{23}{5} \left( \therefore \frac{1}{5}, \frac{23}{5} \right)

  • For x=2x = -2: y=3(2)+4=6+4=2y = 3(-2) + 4 = -6 + 4 = -2 (2,2)(-2, -2)

Final Points of Intersection:

(15,235)\left( \frac{1}{5}, \frac{23}{5} \right)

(2,2)(-2, -2)

These are the points where the circle meets the line y=3x+4y = 3x + 4.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Equation of a Circle

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Equation of a Circle

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

6 quizzes

Quizzes on Equation of a Circle

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

10 questions

Exam questions on Equation of a Circle

Boost your confidence with real exam questions.

Try Maths Pure Questions

3 exams created

Exam Builder on Equation of a Circle

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Equation of a Circle

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Equation of a Circle you should explore

Discover More Revision Notes Related to Equation of a Circle to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Circles

Finding the Centre & Radius

user avatar
user avatar
user avatar
user avatar
user avatar

445+ studying

198KViews

96%

114 rated

Circles

Bisection of Chords

user avatar
user avatar
user avatar
user avatar
user avatar

483+ studying

180KViews

96%

114 rated

Circles

Angle in a Semicircle

user avatar
user avatar
user avatar
user avatar
user avatar

313+ studying

184KViews

96%

114 rated

Circles

Radius & Tangent

user avatar
user avatar
user avatar
user avatar
user avatar

248+ studying

198KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered