Find Equation of Circle Given Centre and Radius

easy CBSE JEE-MAIN JEE-ADVANCED NCERT Class 11 3 min read

Question

Find the equation of a circle with centre (3,2)(3, -2) and radius 55.


Solution — Step by Step

The equation of any circle with centre (h,k)(h, k) and radius rr is:

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

We use this form because every point (x,y)(x, y) on the circle is exactly rr units away from the centre — and this equation is just the distance formula squared.

From the problem: h=3h = 3, k=2k = -2, r=5r = 5.

Write these down before substituting — one sign error here ruins the whole answer.

Plug in the values:

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

The equation of the circle is:

(x3)2+(y+2)2=25\boxed{(x-3)^2 + (y+2)^2 = 25}

This is the answer in standard form. NCERT sometimes asks you to expand it — we’ll do that in the Alternative Method below.


Why This Works

The standard form comes directly from the definition of a circle: the set of all points equidistant from a fixed centre. If (x,y)(x, y) is any point on the circle and (h,k)(h, k) is the centre, the distance between them equals rr.

The distance formula gives (xh)2+(yk)2=r\sqrt{(x-h)^2 + (y-k)^2} = r. We square both sides to get the clean standard form. No approximations, no tricks — just the Pythagoras theorem dressed up.

This is a Class 11 NCERT direct formula question. In JEE Main, this concept appears embedded in harder problems — finding the circle passing through three points, or finding tangent lengths — so getting the sign conventions right here pays off later.


Alternative Method — Expanded General Form

Sometimes a question or answer key gives the general form: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0.

Expand our standard form:

(x3)2+(y+2)2=25(x-3)^2 + (y+2)^2 = 25 x26x+9+y2+4y+4=25x^2 - 6x + 9 + y^2 + 4y + 4 = 25 x2+y26x+4y+13=25x^2 + y^2 - 6x + 4y + 13 = 25 x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0

Here g=3g = -3, f=2f = 2, c=12c = -12. You can verify: centre =(g,f)=(3,2)= (-g, -f) = (3, -2) ✓ and radius =g2+f2c=9+4+12=25=5= \sqrt{g^2 + f^2 - c} = \sqrt{9 + 4 + 12} = \sqrt{25} = 5

Always verify by recovering the centre and radius from your expanded form. Two seconds of checking saves marks in board exams.


Common Mistake

When the kk value is negative — like k=2k = -2 here — students write (y2)2(y - 2)^2 instead of (y+2)2(y + 2)^2.

The formula has (yk)(y - k). With k=2k = -2: (y(2))=(y+2)(y - (-2)) = (y + 2). The double negative flips to a plus. This is the single most common error on this type of problem — especially under exam pressure.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next