NDA Maths · Circles

Circle Equation — Centre, Radius & Properties

A circle is the set of points a fixed distance (the radius) from a fixed point (the centre); its equation comes in two forms, and almost every question starts by reading the centre and radius off that equation.

Why this matters

This is the chapter's foundation and its largest pocket (11 PYQs, all EASY/MODERATE). Most questions never go beyond converting the general equation to centre-and-radius form and then applying one everyday property — a chord intercept, a perpendicular from the centre, a circle touching the axes, or two circles intersecting. Get fluent at completing the square (including the divide-by-the-leading-coefficient step that the NDA loves to hide) and you clear half the chapter without effort.

Concept 1 of 8

What a Circle Equation Is

Intuition

A circle is every point that sits exactly one radius away from the centre. Writing that distance condition with the distance formula gives the standard equation directly — there is nothing to memorise, it is just 'distance from centre = radius', squared.

Definition

A circle is the set of all points at a fixed distance rr (the radius) from a fixed point C=(h,k)C=(h,k) (the centre).

  • Standard (centre–radius) form: a point (x,y)(x,y) is on the circle when its distance to the centre equals rr. Squaring the distance formula,

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

  • A chord is a segment joining two points on the circle; the longest chord, passing through the centre, is a diameter =2r=2r.
  • The circle centred at the origin with radius rr is simply x2+y2=r2x^2 + y^2 = r^2.

Standard form

(xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2
  • (h,k)centre
  • rradius (diameter = 2r)
Crdiameter = 2rchord

Worked example

Write the equation of the circle with centre (3,1)(3,-1) and radius 44.
  1. Substitute h=3, k=1, r=4h=3,\ k=-1,\ r=4 into (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2.
  2. (x3)2+(y+1)2=16(x-3)^2 + (y+1)^2 = 16.
Answer:(x3)2+(y+1)2=16(x-3)^2 + (y+1)^2 = 16.
Practice this concept3 quick reps

Practice — Level 1 (3 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Centre (0,0)(0,0), radius 55 — write the equation.
  2. 2.
    What is the radius of (x2)2+(y+4)2=49(x-2)^2+(y+4)^2=49?
  3. 3.
    Centre (1,2)(-1,2), diameter 66 — write the equation.

Concept 2 of 8

General Form — Centre and Radius by Completing the Square

Intuition

Expanding the standard form scatters the centre into the linear coefficients. To get the centre back, you either complete the square or read it straight off the general form: the centre is minus half the x- and y-coefficients, and the radius comes from a fixed combination.

Definition

Expanding (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2 gives the general form

x2+y2+2gx+2fy+c=0,x^2 + y^2 + 2gx + 2fy + c = 0,
from which you read off:

  • Centre =(g,f)= (-g,\,-f) — minus half the coefficient of xx and of yy.
  • Radius =g2+f2c= \sqrt{g^2 + f^2 - c} (a real circle needs g2+f2c>0g^2+f^2-c > 0).
  • Watch the leading coefficient: if the equation reads Ax2+Ay2+=0Ax^2+Ay^2+\ldots=0 with A1A\neq 1, **divide through by AA first** so the x2x^2 and y2y^2 coefficients are 11 — otherwise the centre/radius formulas give wrong numbers.

General form

x2+y2+2gx+2fy+c=0    centre (g,f),    r=g2+f2cx^2+y^2+2gx+2fy+c=0 \;\Rightarrow\; \text{centre }(-g,-f),\;\; r=\sqrt{g^2+f^2-c}

Worked example

Find the centre and radius of x2+y26x+8y11=0x^2 + y^2 - 6x + 8y - 11 = 0.
  1. Compare with x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0: 2g=6g=32g=-6\Rightarrow g=-3; 2f=8f=42f=8\Rightarrow f=4; c=11c=-11.
  2. Centre =(g,f)=(3,4)=(-g,-f)=(3,-4).
  3. Radius =g2+f2c=9+16+11=36=6=\sqrt{g^2+f^2-c}=\sqrt{9+16+11}=\sqrt{36}=6.
Answer:Centre (3,4)(3,-4), radius 66.
Practice this conceptself-check

Try it yourself

Find the radius of 4x2+4y28x+12y3=04x^2 + 4y^2 - 8x + 12y - 3 = 0.

From the bank · past-year question

Example 2CirclesEASY
If (a,b)(a,b) is the centre and cc is the radius of the circle x2+y2+2x+6y+1=0x^2+y^2+2x+6y+1=0, then what is the value of a2+b2+c2a^2+b^2+c^2?

[Q51 · Apr · 2024]

Divide by the leading coefficient BEFORE reading g, f, c

A 4x2+4y2+4x^2+4y^2+\ldots circle is the single most common NDA trap here. The centre is NOT (g,f)(-g,-f) of the un-divided equation — you must first make the x2x^2 coefficient 11. Skipping this scales the centre and radius by the wrong factor.

Centre is MINUS g and MINUS f

From x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 the centre is (g,f)(-g,-f). Many slips come from reading the centre as (g,f)(g,f) or as (2g,2f)(2g,2f) — it is half the coefficient, negated.

Concept 3 of 8

Diameter Form — Circle From Two Endpoints

Intuition

If you know the two ends of a diameter, you do not need the centre at all. Any point on the circle sees the diameter at a right angle (angle in a semicircle), so the two vectors from it to the endpoints are perpendicular — that dot-product-equals-zero condition IS the circle.

Definition

The circle with a diameter from (x1,y1)(x_1,y_1) to (x2,y2)(x_2,y_2) is

(xx1)(xx2)+(yy1)(yy2)=0.(x-x_1)(x-x_2) + (y-y_1)(y-y_2) = 0.

  • It comes from the angle-in-a-semicircle fact: a point P=(x,y)P=(x,y) is on the circle exactly when PAPB\vec{PA}\perp\vec{PB}, i.e. their dot product is zero.
  • Recognising a circle ALREADY in this factored shape ((xp)(xq)+(ys)(yt)=0)\big((x-p)(x-q)+(y-s)(y-t)=0\big) hands you the diameter endpoints (p,s)(p,s) and (q,t)(q,t) — and the centre is their midpoint (p+q2,s+t2)\big(\tfrac{p+q}{2},\tfrac{s+t}{2}\big).

Diameter form

(xx1)(xx2)+(yy1)(yy2)=0(x-x_1)(x-x_2) + (y-y_1)(y-y_2) = 0

Worked example

Find the centre of the circle (x1)(x5)+(y2)(y8)=0(x-1)(x-5)+(y-2)(y-8)=0.
  1. This is diameter form with endpoints (1,2)(1,2) and (5,8)(5,8).
  2. Centre = midpoint of the diameter =(1+52,2+82)=(3,5)=\left(\tfrac{1+5}{2},\tfrac{2+8}{2}\right)=(3,5).
Answer:Centre (3,5)(3,5).

From the bank · past-year question

Example 3CirclesEASY
The center of the circle (x2a)(x2b)+(y2c)(y2d)=0(x-2a)(x-2b)+(y-2c)(y-2d)=0 is

[Q51 · Apr · 2020]

The x-factors and y-factors are separate

In (xx1)(xx2)+(yy1)(yy2)=0(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0 the endpoints are (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2) — you pair the FIRST x-factor with the FIRST y-factor. A common error mixes them, e.g. reading endpoints as (x1,y2)(x_1,y_2), giving the wrong diameter.

Concept 4 of 8

Intercepts a Circle Cuts on the Axes

Intuition

Where a circle meets the x-axis, y is zero; where it meets the y-axis, x is zero. Set the relevant variable to zero and you get a quadratic in the other — the gap between its two roots is the length of the intercept.

Definition

For a circle, the chord it cuts on an axis is found by zeroing the other coordinate:

  • y-axis intercept: put x=0x=0; the equation becomes a quadratic in yy. Its two roots y1,y2y_1,y_2 are where the circle meets the y-axis, and the intercept length is y1y2|y_1 - y_2|.
  • x-axis intercept: put y=0y=0 and read the gap between the roots in xx the same way.
  • In general-form symbols, the x-axis intercept length is 2g2c2\sqrt{g^2-c} and the y-axis intercept length is 2f2c2\sqrt{f^2-c} (real only when the bracket is positive).

Axis intercept lengths

x-axis: 2g2cy-axis: 2f2c\text{x-axis: }2\sqrt{g^2-c}\qquad \text{y-axis: }2\sqrt{f^2-c}

Worked example

Find the length of the chord that x2+y22x8=0x^2+y^2-2x-8=0 cuts on the x-axis.
  1. Set y=0y=0: x22x8=0(x4)(x+2)=0x^2 - 2x - 8 = 0 \Rightarrow (x-4)(x+2)=0, so x=4x=4 or x=2x=-2.
  2. Intercept length =4(2)=6=|4-(-2)|=6.
Answer:66 units.

From the bank · past-year question

Example 4CirclesEASY
The circle x2+y2+4x7y+12=0x^2+y^2+4x-7y+12=0, cuts an intercept on y-axis equal to

[Q60 · Apr · 2019]

Intercept is the GAP between roots, not a single root

After zeroing a variable you get two roots — the intercept length is y1y2|y_1-y_2| (or x1x2|x_1-x_2|), the distance between them. Reporting just one root, or their sum, is the standard slip. If the quadratic has no real roots, the circle simply doesn't meet that axis.

Concept 5 of 8

Perpendicular From the Centre Bisects a Chord

Intuition

Drop a perpendicular from the centre onto any chord and it lands exactly at the chord's midpoint. So to find a chord's midpoint you do not solve for the chord's endpoints — you just intersect the chord with the line through the centre perpendicular to it.

Definition

A fundamental circle property: the perpendicular from the centre to a chord bisects the chord (and, conversely, the line from the centre to a chord's midpoint is perpendicular to the chord).

  • **Midpoint of a chord on a line LL:** drop a perpendicular from the centre CC to LL; the foot of that perpendicular is the midpoint. Build the line through CC with slope =1/(slope of L)=-1/(\text{slope of }L) and intersect it with LL.
  • Length of a chord at perpendicular distance dd from the centre: 2r2d22\sqrt{r^2 - d^2}.

Chord length from centre distance

chord=2r2d2(d=distance from centre to the chord)\text{chord} = 2\sqrt{r^2 - d^2}\quad(d=\text{distance from centre to the chord})

Worked example

Find the midpoint of the chord that the line x+y=4x+y=4 cuts on the circle x2+y2=16x^2+y^2=16.
  1. Centre is (0,0)(0,0). The line x+y=4x+y=4 has slope 1-1, so the perpendicular through the centre has slope 11: y=xy=x.
  2. Intersect y=xy=x with x+y=4x+y=4: 2x=4x=2, y=22x=4\Rightarrow x=2,\ y=2.
  3. The foot of the perpendicular is the midpoint.
Answer:Midpoint (2,2)(2,2).

From the bank · past-year question

Example 5CirclesMODERATE
If 3x+y5=03x+y-5=0 is the equation of a chord of the circle x2+y225=0x^2+y^2-25=0, then what are the coordinates of the mid-point of the chord?

[Q84 · Sep · 2023]

Use the NEGATIVE-reciprocal slope for the perpendicular

If the chord's line has slope mm, the line from the centre is perpendicular with slope 1/m-1/m — not mm, not 1/m1/m. Getting the sign or the reciprocal wrong lands you at the wrong point on the chord (the sign-of-slope slip is exactly what trips this PYQ).

Concept 6 of 8

Circles That Touch the Axes

Intuition

A circle touches a line when its centre is exactly one radius away from that line. Touching an axis pins one coordinate of the centre to the radius — and touching BOTH axes forces the centre to be (r, r) (up to signs), which collapses the problem to a single unknown.

Definition

Tangency to a line = distance from centre equals radius.

  • Touches the x-axis     \iff k=r|k| = r (the centre's height equals the radius). Touches the y-axis     h=r\iff |h| = r.
  • Touches BOTH axes in the first quadrant     \iff centre =(r,r)=(r,r), so the equation is (xr)2+(yr)2=r2(x-r)^2+(y-r)^2=r^2.
  • **Touches a general line ax+by+c=0ax+by+c=0**     \iff ah+bk+ca2+b2=r\dfrac{|ah+bk+c|}{\sqrt{a^2+b^2}} = r.

Tangency condition

ah+bk+ca2+b2=r\frac{|ah+bk+c|}{\sqrt{a^2+b^2}} = r
  • (h,k)centre
  • rradius

Worked example

Find the equation of the circle that touches both axes in the first quadrant and also the line x=6x=6.
  1. Touching both axes in the first quadrant \Rightarrow centre (r,r)(r,r), radius rr.
  2. Touching x=6x=6: the horizontal distance from the centre to x=6x=6 is 6r|6-r|, set equal to rr: 6r=rr=36-r=r\Rightarrow r=3.
  3. Centre (3,3)(3,3): (x3)2+(y3)2=9(x-3)^2+(y-3)^2=9.
Answer:(x3)2+(y3)2=9(x-3)^2+(y-3)^2=9, i.e. x2+y26x6y+9=0x^2+y^2-6x-6y+9=0.

From the bank · past-year question

Example 6CirclesMODERATE
What is the equation of the circle which touches both the axes in the first quadrant and the line y2=0y-2=0?

[Q83 · Apr · 2022]

Touching an axis is |coordinate| = r, not coordinate = r

A circle touching both axes can sit in any quadrant: centre (±r,±r)(\pm r,\pm r). The PYQ usually pins it to the first quadrant, giving (r,r)(r,r) — but read the quadrant condition. And touching a line means distance =r=r (tangent), which is stricter than merely crossing it.

Concept 7 of 8

Two Circles — Intersecting, Touching, Separate

Intuition

Whether two circles cross, kiss, or miss is decided entirely by one number: the distance between their centres, compared to the sum and difference of their radii. Picture sliding one circle toward the other — it first touches externally, then overlaps, then touches internally, then one swallows the other.

Definition

For circles with centres C1,C2C_1,C_2, radii r1,r2r_1,r_2, and centre distance d=C1C2d=|C_1C_2|:

  • Two distinct intersection points     r1r2<d<r1+r2\iff |r_1 - r_2| < d < r_1 + r_2.
  • Touch externally (one common point)     d=r1+r2\iff d = r_1+r_2; touch internally     d=r1r2\iff d = |r_1-r_2|.
  • Lie outside each other (no common point)     d>r1+r2\iff d > r_1+r_2; one inside the other     d<r1r2\iff d < |r_1-r_2|.

Two distinct intersections

r1r2<d<r1+r2|r_1 - r_2| < d < r_1 + r_2

Worked example

For which r>0r>0 do x2+y2=r2x^2+y^2=r^2 and (x6)2+y2=4(x-6)^2+y^2=4 intersect at two points?
  1. Centres (0,0)(0,0) and (6,0)(6,0), so d=6d=6; radii rr and 22.
  2. Two intersections need r2<6<r+2|r-2|<6<r+2.
  3. Right inequality: r>4r>4. Left inequality: r2<64<r<8|r-2|<6\Rightarrow -4<r<8. Combine with r>4r>4.
Answer:4<r<84 < r < 8.

From the bank · past-year question

Example 7CirclesMODERATE
The two circles x2+y2=r2x^2+y^2=r^2 and x2+y210x+16=0x^2+y^2-10x+16=0 intersect at two distinct points. Then which one of the following is correct?

[Q54 · Apr · 2017]

Both inequalities matter — it's a band, not a single bound

"Intersect at two points" is the strict double inequality r1r2<d<r1+r2|r_1-r_2|<d<r_1+r_2. Using only d<r1+r2d<r_1+r_2 lets one circle sit entirely inside the other (which has NO intersection). Always check the lower bound too.

Concept 8 of 8

Circle Through the Origin With Given Axis Intercepts

Intuition

A circle through the origin that also crosses the axes at known points is fully determined: those three points (the origin and the two axis-crossings) fix the circle. Because two of the points lie on the axes, the diameter form makes the centre fall out instantly.

Definition

A circle through the origin making intercepts aa on the x-axis and bb on the y-axis passes through (0,0),(a,0),(0,b)(0,0),(a,0),(0,b):

  • Its general form is x2+y2axby=0x^2+y^2-ax-by=0 (the constant term is 00 because it passes through the origin).
  • Centre =(a2,b2)=\left(\tfrac a2,\tfrac b2\right) — the midpoint of the axis-crossings, since (a,0)(a,0) and (0,b)(0,b) are ends of a diameter (the angle at the origin is a right angle).
  • To test which line the centre lies on, substitute (a2,b2)\left(\tfrac a2,\tfrac b2\right) into each candidate.

Circle through origin, intercepts a, b

x2+y2axby=0,centre (a2,b2)x^2+y^2-ax-by=0,\qquad \text{centre }\left(\tfrac a2,\tfrac b2\right)

Worked example

A circle through the origin makes positive intercepts 88 on the x-axis and 66 on the y-axis. Find its centre and radius.
  1. It passes through (0,0),(8,0),(0,6)(0,0),(8,0),(0,6). Centre = midpoint of (8,0)(8,0) and (0,6)(0,6) =(4,3)=(4,3).
  2. Radius = distance from (4,3)(4,3) to the origin =16+9=5=\sqrt{16+9}=5.
Answer:Centre (4,3)(4,3), radius 55.

From the bank · past-year question

Example 8CirclesMODERATE
The centre of the circle passing through origin and making positive intercepts 4 and 6 on the coordinate axes, lies on the line

[Q59 · Sep · 2022]

Through the origin forces the constant term to vanish

Substituting (0,0)(0,0) into x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 gives c=0c=0 — a circle through the origin has no constant term. Forgetting this adds a spurious unknown and the system stops being solvable from the three points.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (8)

Watch out for (8)

Mastery check — 4 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1CirclesEASY
What is the equation of the circle whose diameter is 10 cm and the equations of two of its diameters are x+y=0x + y = 0 and xy=0x - y = 0?

[Q56 · Apr · 2025]

Example 2CirclesMODERATE
What is the radius of the circle 4x2+4y220x+12y15=04x^2+4y^2-20x+12y-15=0?

[Q56 · Apr · 2021]

Example 3CirclesMODERATE
The equation of a circle is (x24x+3)+(y26y+8)=0(x^2-4x+3)+(y^2-6y+8)=0. Which of the following statements are correct? A. The end points of a diameter of the circle are at (1,2)(1,2) and (3,4)(3,4). B. The end points of a diameter of the circle are at (1,4)(1,4) and (3,2)(3,2). C. The end points of a diameter of the circle are at (2,4)(2,4) and (4,2)(4,2). Select the answer using the code given below.

[Q59 · Sep · 2024]

Example 4CirclesMODERATE
Consider 4x2+4y24ax4ay+a2=04x^2+4y^2-4ax-4ay+a^2=0. (1) Circle touches both axes. (2) Diameter is 2a2a. (3) Centre lies on x+y=ax+y=a. How many statements are correct?

[Q87 · Sep · 2023]

Drill every past-year question on this subtopic

11 questions from the bank — paginated, with cart and Word-export support.