NDA Maths · Circles

Circles Through Given Points & Concyclicity

Building a circle from given data — three points, two points plus a constraint on the centre, or a chord — and testing whether a fourth point is concyclic. This is the construction half of the chapter, and where the HARD marks live.

Why this matters

This subtopic is the chapter's HARD pocket (9 PYQs, 7 of them HARD, in two passage sets plus singles). The questions ask you to CONSTRUCT a circle from data rather than read one off, then extract its centre, radius, or diameter. Three methods cover almost everything: the general-equation system for three points, the perpendicular-bisector / centre-on-a-line method, and the family-of-circles trick through a chord. Add the concyclicity test and the right-triangle circumcentre shortcut and the whole pocket is yours.

Concept 1 of 7

Building a Circle From Diameter Endpoints

Intuition

The quickest construction of all: if you are handed the two ends of a diameter, the angle-in-a-semicircle fact writes the circle in one line, with no need to find the centre or radius separately.

Definition

Given the endpoints of a diameter (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2), the circle is

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

  • This is the constructive use of the diameter form — every point sees the diameter at 9090^\circ, so PAPB=0\vec{PA}\cdot\vec{PB}=0.
  • Equivalently, find the centre as the midpoint (x1+x22,y1+y22)\left(\tfrac{x_1+x_2}{2},\tfrac{y_1+y_2}{2}\right) and the radius as half the distance 12(x2x1)2+(y2y1)2\tfrac12\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}, then use standard form.

Circle on a diameter

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

Worked example

Write the circle whose diameter has endpoints (2,3)(2,3) and (6,7)(6,7).
  1. Apply the diameter form: (x2)(x6)+(y3)(y7)=0(x-2)(x-6)+(y-3)(y-7)=0.
  2. Expand: x28x+12+y210y+21=0x^2-8x+12+y^2-10y+21=0, i.e. x2+y28x10y+33=0x^2+y^2-8x-10y+33=0.
Answer:x2+y28x10y+33=0x^2+y^2-8x-10y+33=0.
Practice this concept2 quick reps

Practice — Level 1 (2 reps)

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

  1. 1.
    Diameter endpoints (0,0)(0,0) and (4,0)(4,0) — write the circle.
  2. 2.
    Centre of the circle (x1)(x7)+(y2)(y2)=0(x-1)(x-7)+(y-2)(y-2)=0?

From the bank · past-year question

Example 1CirclesEASY
The equation of a circle whose end points of a diameter are (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is

[Q51 · Sep · 2018]

Concept 2 of 7

Circle Through Three Points — the General-Equation System

Intuition

Three non-collinear points fix a unique circle. The reliable machine is to write the general equation with three unknowns (D, E, F), substitute each point to get three linear equations, and solve — no geometry insight needed, just careful algebra.

Definition

To find the circle through three points, start from the general form with unknowns:

x2+y2+Dx+Ey+F=0.x^2+y^2+Dx+Ey+F=0.

  • Substitute each of the three points to get three linear equations in D,E,FD,E,F; solve the system.
  • The centre is then (D2,E2)\left(-\tfrac D2,-\tfrac E2\right) and the radius is D24+E24F\sqrt{\tfrac{D^2}{4}+\tfrac{E^2}{4}-F}.
  • Subtracting pairs of the equations eliminates the x2+y2x^2+y^2 terms and gives the two perpendicular-bisector lines; their intersection is the centre — a useful shortcut.

Unknown-coefficient circle

x2+y2+Dx+Ey+F=0,centre (D2,E2)x^2+y^2+Dx+Ey+F=0,\quad \text{centre }\left(-\tfrac D2,-\tfrac E2\right)

Worked example

Find the circle through (0,0)(0,0), (4,0)(4,0) and (0,6)(0,6).
  1. Through (0,0)(0,0): F=0F=0.
  2. Through (4,0)(4,0): 16+4D=0D=416+4D=0\Rightarrow D=-4. Through (0,6)(0,6): 36+6E=0E=636+6E=0\Rightarrow E=-6.
  3. So x2+y24x6y=0x^2+y^2-4x-6y=0, centre (2,3)(2,3), radius 4+9=13\sqrt{4+9}=\sqrt{13}.
Answer:x2+y24x6y=0x^2+y^2-4x-6y=0.

From the bank · past-year question

Example 2CirclesHARD
The equation of the circle which passes through the points (1,0)(1, 0), (0,6)(0, -6) and (3,4)(3, 4) is

[Q58 · Sep · 2017]

Clear fractions, then match the option's scale

The system often gives fractional D,E,FD,E,F. The answer options may be scaled up (e.g. 4x2+4y2+4x^2+4y^2+\ldots) to clear them — multiply through to match, but remember the circle is the same. Don't read g=Dg=D; the general form uses 2g=D2g=D, so centre is D/2-D/2 not D-D.

Concept 3 of 7

Extracting Centre and Radius From Three Points

Intuition

Once the three-point system is solved, the centre and radius drop straight out — but the radius is often the deciding quantity (a question may only ask whether r exceeds a threshold). Compute r² from the centre and any one of the three points; you rarely need its exact decimal.

Definition

After solving the three-point system x2+y2+Dx+Ey+F=0x^2+y^2+Dx+Ey+F=0:

  • Centre =(D2,E2)=\left(-\tfrac D2,-\tfrac E2\right).
  • Radius is most safely found as the distance from the centre to any one of the three given points: r2=(x0h)2+(y0k)2r^2=(x_0-h)^2+(y_0-k)^2. This avoids sign errors in g2+f2c\sqrt{g^2+f^2-c}.
  • When the question only asks a comparison ("is r>60r>60?"), compare r2r^2 against the threshold squared — no square root needed.

Radius from centre and a point

r2=(x0h)2+(y0k)2r^2 = (x_0-h)^2 + (y_0-k)^2
  • (h,k)centre
  • (x_0,y_0)any point on the circle

Worked example

A circle has centre (5,12)(-5,-12) and passes through the origin. Is its radius greater than 1212?
  1. r2=(0+5)2+(0+12)2=25+144=169r^2=(0+5)^2+(0+12)^2=25+144=169, so r=13r=13.
  2. Compare: 13>1213>12.
Answer:Yes, r=13>12r=13>12.

From the bank · past-year question

Example 3CirclesHARD
Direction: Consider the following for the items that follow. A circle is passing through the points (5, -8), (-2, 9) and (2, 1).
What are the coordinates of the centre of the circle?

[Q51 · Sep · 2021]

Compute r² and compare squares — skip the root

If the question asks only whether rr beats a bound, compare r2r^2 with (bound)². Forcing a messy square root invites arithmetic slips. And always take the radius from a KNOWN point on the circle, not from a half-remembered formula.

Concept 4 of 7

Centre on a Given Line — Perpendicular-Bisector Method

Intuition

When the circle passes through two points and its centre is restricted to a line, you have just enough to pin it down. The centre is equidistant from the two points, so it lies on their perpendicular bisector — intersect that with the given line and the centre is fixed.

Definition

Given two points the circle passes through and a line the centre lies on:

  • The centre is equidistant from the two points A,BA,B, so it lies on the perpendicular bisector of ABAB. Form that bisector (equate CA2=CB2CA^2=CB^2).
  • Intersect the perpendicular bisector with the given line to get the centre (h,k)(h,k).
  • The radius is the distance from (h,k)(h,k) to either point; write the circle in standard form, then expand to general form to match the options.

Equidistance condition

(hx1)2+(ky1)2=(hx2)2+(ky2)2(h-x_1)^2+(k-y_1)^2 = (h-x_2)^2+(k-y_2)^2

Worked example

Find the circle through (1,0)(1,0) and (5,4)(5,4) whose centre lies on the line x=4x=4.
  1. Equidistance: (h1)2+k2=(h5)2+(k4)2(h-1)^2+k^2=(h-5)^2+(k-4)^2. Expand and cancel h2,k2h^2,k^2: 2h+1=10h8k+418h+8k=40h+k=5-2h+1=-10h-8k+41\Rightarrow 8h+8k=40\Rightarrow h+k=5.
  2. Centre on x=4x=4 means h=4h=4, so k=1k=1: centre (4,1)(4,1).
  3. Radius =(41)2+12=10=\sqrt{(4-1)^2+1^2}=\sqrt{10}: (x4)2+(y1)2=10(x-4)^2+(y-1)^2=10.
Answer:(x4)2+(y1)2=10(x-4)^2+(y-1)^2=10, centre (4,1)(4,1).
Practice this conceptself-check

Try it yourself

Find the centre of the circle through (2,3)(2,3) and (4,5)(4,5) whose centre lies on the line y=2y=2.

From the bank · past-year question

Example 4CirclesHARD
What is the equation of the circle which passes through the points (3,2)(3, -2) and (2,0)(-2, 0) and having its centre on the line 2xy3=02x - y - 3 = 0?

[Q55 · Apr · 2017]

Two through-points give ONE equation, not two

Equating the distances to the two given points yields a single line (the perpendicular bisector), so you still need the centre-on-a-line constraint to fix the point. With only the two points you'd have a whole family of circles — the extra line is what makes the answer unique.

Concept 5 of 7

Concyclicity — Does a Fourth Point Lie on the Circle?

Intuition

Four points are concyclic when a fourth lies on the circle fixed by the first three. So build the circle through three points, then substitute the fourth: if it satisfies the equation, the points are concyclic — and an unknown coordinate becomes a clean equation to solve.

Definition

Concyclicity test: four points are concyclic     \iff the fourth lies on the circle through the first three.

  • Find the circle through three of the points (general-equation system), then substitute the fourth point; it must give 00.
  • If the fourth point has an unknown coordinate (0,k)(0,k), substitution produces a quadratic in kk — its roots are the value(s) that make all four concyclic.
  • Once the circle is known, its diameter is 2r=2g2+f2c2r=2\sqrt{g^2+f^2-c}.

Concyclicity

(x4,y4) on x2+y2+Dx+Ey+F=0    x42+y42+Dx4+Ey4+F=0(x_4,y_4)\text{ on }x^2+y^2+Dx+Ey+F=0 \iff x_4^2+y_4^2+Dx_4+Ey_4+F=0

Worked example

The points (0,0),(4,0),(0,4)(0,0),(4,0),(0,4) and (0,k)(0,k) are concyclic. Find the non-zero kk.
  1. Circle through (0,0),(4,0),(0,4)(0,0),(4,0),(0,4): F=0F=0, 16+4D=0D=416+4D=0\Rightarrow D=-4, 16+4E=0E=416+4E=0\Rightarrow E=-4. So x2+y24x4y=0x^2+y^2-4x-4y=0.
  2. Put (0,k)(0,k): k24k=0k(k4)=0k^2-4k=0\Rightarrow k(k-4)=0, so k=0k=0 or k=4k=4.
  3. The non-zero value is k=4k=4 (and indeed (0,4)(0,4) is already one of the points).
Answer:k=4k=4.

From the bank · past-year question

Example 5CirclesHARD
for the items that follow: Consider the points A(0,2), B(2,3), C(4,5) and D(0,k).
If the points lie on a circle, then what is/are the possible value(s) of k?

[Q59 · Apr · 2026]

An unknown coordinate gives TWO values — keep both

Substituting (0,k)(0,k) yields a quadratic, so there are usually two valid kk (one may coincide with a given point). The NDA answer often lists BOTH; discarding one because it 'looks like' an existing point loses a mark.

Concept 6 of 7

Family of Circles Through a Chord (the S + λL Trick)

Intuition

Every circle that passes through the two points where a circle S meets a line L can be written as S + λL = 0 — one parameter λ sweeps the whole family. Pick λ to enforce the extra condition (a particular centre, a point it must pass through) and you've found the specific circle without solving for the intersection points.

Definition

If Sx2+y2+=0S\equiv x^2+y^2+\ldots=0 is a circle and Lax+by+c=0L\equiv ax+by+c=0 a line cutting it in a chord, then

S+λL=0S + \lambda L = 0
is the family of all circles through the two chord endpoints, for any real λ\lambda.

  • Apply the extra condition to fix λ\lambda: e.g. "the chord is a diameter" means the new circle's centre lies on LL — set the centre (λa2,λb2)\left(-\tfrac{\lambda a}{2},-\tfrac{\lambda b}{2}\right) on LL and solve for λ\lambda.
  • Similarly S1+λS2=0S_1+\lambda S_2=0 (two circles) gives the family through their common points; λ=1\lambda=-1 gives the radical axis (common chord).

Family through a chord

S+λL=0S + \lambda L = 0

Worked example

Find the circle on the chord of x2+y2=9x^2+y^2=9 cut by x+y=3x+y=3 as diameter.
  1. Family: x2+y29+λ(x+y3)=0x^2+y^2-9+\lambda(x+y-3)=0. Centre =(λ2,λ2)=\left(-\tfrac\lambda2,-\tfrac\lambda2\right).
  2. Chord as diameter \Rightarrow centre lies on x+y=3x+y=3: λ2λ2=3λ=3λ=3-\tfrac\lambda2-\tfrac\lambda2=3\Rightarrow -\lambda=3\Rightarrow\lambda=-3.
  3. Substitute: x2+y293(x+y3)=0x2+y23x3y=0x^2+y^2-9-3(x+y-3)=0\Rightarrow x^2+y^2-3x-3y=0.
Answer:x2+y23x3y=0x^2+y^2-3x-3y=0.

From the bank · past-year question

Example 6CirclesHARD
A circle is drawn on the chord of a circle x2+y2=a2x^2+y^2=a^2 as diameter. The chord lies on the line x+y=ax+y=a. What is the equation of the circle?

[Q52 · Apr · 2019]

"Chord as diameter" = the new centre sits on the chord line

The condition that makes λ\lambda solvable is geometric: the chord is a diameter of the new circle exactly when the new centre lies ON the chord line LL. Trying to force the new circle to pass through a chord endpoint instead leaves λ\lambda undetermined.

Concept 7 of 7

Circumcentre of a Right Triangle — Midpoint of the Hypotenuse

Intuition

A right triangle's hypotenuse is a diameter of its circumcircle (the right angle is the angle in a semicircle). So the circumcentre is simply the midpoint of the hypotenuse — no perpendicular bisectors to solve.

Definition

For a triangle with a right angle, the circumcentre (centre of the circle through all three vertices) is the midpoint of the hypotenuse, and the circumradius is half the hypotenuse.

  • Spotting the right angle: two of the bounding lines are perpendicular (e.g. x=constx=\text{const} and y=consty=\text{const}, or slopes whose product is 1-1).
  • Then set the midpoint of the hypotenuse equal to the given circumcentre and solve for the unknown parameter.

Right-triangle circumcentre

circumcentre=midpoint of hypotenuse,R=12(hypotenuse)\text{circumcentre} = \text{midpoint of hypotenuse},\quad R=\tfrac12(\text{hypotenuse})

Worked example

A right triangle has its right angle at (0,0)(0,0) and the other two vertices at (6,0)(6,0) and (0,8)(0,8). Find its circumcentre and circumradius.
  1. The hypotenuse joins (6,0)(6,0) and (0,8)(0,8). Circumcentre = its midpoint =(3,4)=(3,4).
  2. Hypotenuse length =36+64=10=\sqrt{36+64}=10, so circumradius =5=5.
Answer:Circumcentre (3,4)(3,4), circumradius 55.

From the bank · past-year question

Example 7CirclesMODERATE
If the circumcentre of the triangle formed by the lines x+2=0x+2=0, y+2=0y+2=0 and kx+y+2=0kx+y+2=0 is (1,1)(-1,-1), then what is the value of kk?

[Q54 · Apr · 2020]

Only works when there IS a right angle

The midpoint-of-hypotenuse shortcut needs a right-angled triangle. Confirm two sides are perpendicular first (perpendicular lines, or slopes multiplying to 1-1). For a general triangle you must intersect two perpendicular bisectors instead.

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 (7)

Watch out for (6)

Mastery check — 2 interleaved questions

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

Example 1CirclesHARD
Direction: Consider the following for the items that follow. A circle is passing through the points (5, -8), (-2, 9) and (2, 1).
If rr is the radius of the circle, then which one of the following is correct?

[Q52 · Sep · 2021]

Example 2CirclesHARD
for the items that follow: Consider the points A(0,2), B(2,3), C(4,5) and D(0,k).
If a circle is drawn through A, B and D, then what is the diameter of the circle?

[Q60 · Apr · 2026]

Drill every past-year question on this subtopic

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