Coordinate Geometry of the Circle

~55 min · WMA12 · 3.1

WMA12 · 3.1 · 55 min

A is not a special formula to memorise — it is Pythagoras' theorem, written for a point that is free to move. Every fact this topic tests falls out of that one identity: where the centre and radius are hiding inside an equation that has been multiplied out, why a radius meets its at a right angle, why the line from a centre to a 's midpoint is perpendicular to the chord, why any triangle drawn on a diameter has a right angle at its third vertex. And the paper's own examiners record that the single most commonly lost mark on this topic isn't a hard one — it's the very first one on a question, spotting the centre inside an equation that doesn't look like (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2 yet.

Key terms in this lesson

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

The two forms a circle's equation takes, and why only one of them can be read at a glance

A circle is the set of all points lying at some fixed distance rr (the radius) from a fixed point (the centre) — spec 3.1 gives that fixed distance directly as the equation (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2, for a circle with centre (a,b)(a, b). This is called centre-radius form, and when an equation is already written this way, the centre and radius can be read off directly: three numbers, two of them needing a sign flip. (xa)2(x-a)^2 is zero exactly when x=ax = a, so if the equation is written with (x+5)(x+5), the bracket is zero at x=5x=-5 — the centre's x-coordinate is the *negative* of whatever is added in the bracket. This is not a new rule to learn: it is the identical mechanic to a quadratic's turning point, (x+3)28(x+3)^2 - 8 having its minimum at x=3x=-3, and it costs the same kind of mark when it goes wrong.

Almost no exam question is generous enough to hand over centre-radius form directly. The far more common presentation is fully multiplied out: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, with no brackets anywhere, sometimes with the x2x^2 and y2y^2 terms separated by other terms, sometimes not even collected in a standard order. This is called general form, and getting the sign right when reading a centre back off it is a genuinely well-documented trap — a real WMA12 general-form circle question records the vast majority of candidates gaining full marks on this step, but with one specific, recurring error confirmed by the examiner report: stating the centre with a sign flip, e.g. (4,2)(4,-2) instead of the correctly-signed pair (Jan 2023, Q6). The two forms are algebraically the same circle; they are not equally readable. General form has to be converted to centre-radius form — by in xx and in yy separately, exactly the technique from the WMA11 pilot lesson, applied twice in the same line — before a centre or radius can be stated at all. Nothing about general form is unsolvable; the failure mode that actually costs marks is not skipping the conversion (nearly everyone attempts it) but reading the bracket's sign straight across afterwards instead of flipping it (the trap-taxonomy item below), and — in a question that carries an unresolved constant across several parts — continuing to quote the general symbolic centre once a specific value for that constant has actually been solved for (a separate trap-taxonomy item further down).

One more consistency check catches a genuine mistake before it starts: for x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 to represent a real circle with a positive radius at all, the completed-square form must end with a positive number on the right-hand side, i.e. g2+f2c>0g^2+f^2-c > 0. If it does not — if completing the square leaves a negative or zero constant — there is no real circle, or only a single point, and no amount of further algebra recovers one. This is worth checking as a matter of habit whenever a question's numbers look unfamiliar, the same way a quadratic's discriminant is checked before assuming two real roots exist.

Building a circle's equation from geometric information, not just reading it back

The reverse skill — building the equation from a description rather than reading one already given — comes up just as often. Given a centre (a,b)(a,b) and one point PP known to lie on the circle, the radius is simply the distance from the centre to PP: r=(xPa)2+(yPb)2r = \sqrt{(x_P - a)^2 + (y_P - b)^2}, and that value substitutes straight into (xa)2+(yb)2=r2(x-a)^2+(y-b)^2=r^2. This is the same distance formula the mechanism block below derives the whole equation from, used here in the other direction.

Given the two endpoints of a diameter instead of a centre and radius, two facts pin the circle down completely: the centre is the midpoint of the two endpoints (the point exactly between them), and the radius is the distance from that midpoint to either endpoint (equivalently, half the length of the diameter itself). This construction is also the setup the angle-in-a-semicircle property, derived below, applies to directly — any third point where the two diameter endpoints appear to subtend a right angle is a genuine test for whether that third point lies on the same circle.

Testing whether a specific point (p,q)(p, q) lies inside, on, or outside a given circle (xa)2+(yb)2=r2(x-a)^2+(y-b)^2=r^2 needs no new idea at all — it is the same distance calculation compared against r2r^2. Compute (pa)2+(qb)2(p-a)^2+(q-b)^2: if it equals r2r^2, the point is on the circle; if it is less than r2r^2, the point is strictly inside; if it is greater, the point is strictly outside. This follows directly from the definition a circle is built from — every point on it is at distance exactly rr from the centre, and distance from the centre is exactly what this calculation measures.

Mechanism

Where the circle's equation actually comes from — Pythagoras, applied to a point that moves

Take a centre (a,b)(a, b) and ask which points (x,y)(x, y) sit at distance exactly rr from it. Draw the right-angled triangle formed by the horizontal gap xax - a, the vertical gap yby - b, and the straight-line distance between the two points as the hypotenuse. Pythagoras' theorem gives that distance directly: (xa)2+(yb)2=r\sqrt{(x-a)^2 + (y-b)^2} = r. Squaring both sides — legal here because both sides are non-negative, a distance and a radius — removes the square root and produces exactly (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2. Nobody invented this equation as a definition to memorise; it is the distance formula, itself just Pythagoras' theorem restated in coordinates, applied to every point that happens to be exactly rr away from one fixed point. This is also why the coefficients of x2x^2 and y2y^2 in ANY valid circle equation are always equal (both 11, after dividing through if needed): both terms come from squaring a genuine coordinate gap in the same Pythagorean sum, and an equation where they differ, or where an xyxy term appears, is not describing a circle at all.

Now multiply the standard form out and see what general form actually is. (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2 expands to x22ax+a2+y22by+b2=r2x^2 - 2ax + a^2 + y^2 - 2by + b^2 = r^2, which rearranges to x2+y22ax2by+(a2+b2r2)=0x^2 + y^2 - 2ax - 2by + (a^2+b^2-r^2) = 0. Matching this term by term against x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 gives 2g=2a2g = -2a, so a=ga = -g; identically b=fb = -f; and c=a2+b2r2c = a^2+b^2-r^2, so r2=a2+b2c=g2+f2cr^2 = a^2+b^2-c = g^2+f^2-c. Every part of "complete the square, then read off the centre and radius" is just running this exact expansion in reverse — the coefficient of xx is always 2×-2 \times(the centre's x-coordinate), which is precisely why the centre's x-coordinate is minus half that coefficient, and the constant term always has r2r^2 hidden inside it as g2+f2cg^2+f^2-c, which is precisely why the radius cannot be read off without first isolating that combination. There is no separate fact to memorise here beyond this one piece of algebra, expanded once and then run the other way every time a general-form equation shows up.

Mechanism

Why the three named circle properties are true — one right-angled triangle, used three times

All three properties spec 3.1 names are the same Pythagorean idea from the block above, applied to a different triangle each time — not three separate facts to learn.

Perpendicular from the centre bisects a chord. Let a chord ABAB sit on a circle with centre OO, and let NN be the foot of the perpendicular dropped from OO onto the chord. Both OAOA and OBOB are radii, so OA=OB=rOA = OB = r. Triangles ONAONA and ONBONB are both right-angled at NN and share the leg ONON, so Pythagoras gives OA2=ON2+NA2OA^2 = ON^2 + NA^2 and OB2=ON2+NB2OB^2 = ON^2 + NB^2. Since OA=OBOA = OB, subtracting ON2ON^2 from both leaves NA2=NB2NA^2 = NB^2, and since lengths are never negative, NA=NBNA = NB: NN is equidistant from AA and BB along the chord, which makes NN the chord's midpoint. The perpendicular from the centre lands exactly at the midpoint — every time, because the two radii to the chord's endpoints are always equal.

Perpendicularity of radius and tangent. Suppose a line \ell touches the circle at a point CC (so OC=rOC = r), and suppose — to see why it can't happen — that \ell is NOT perpendicular to OCOC. Let FF be the foot of the perpendicular from OO to \ell; since \ell is not perpendicular to OCOC, FF is a different point from CC. Reflect CC across FF, staying on the line \ell, to get a second point CC'. Because FF is the foot of a perpendicular and C,CC, C' sit symmetrically either side of it, OFOF is the perpendicular bisector of CCCC' — and that is exactly the isosceles-triangle situation just proved above, which guarantees OC=OC=rOC' = OC = r. So CC' is a second, genuinely different point on the circle, and \ell meets the circle twice — it is a chord, not a tangent, contradicting the assumption. The only way to avoid that contradiction is for FF to already equal CC, i.e. for OCOC itself to be perpendicular to \ell. A tangent touches at one point precisely because it is the one direction, out of every line through CC, that doesn't let a second intersection point exist.

Angle in a semicircle. Let ABAB be a diameter of a circle with centre OO, so OO is the midpoint of AA and BB; write A=(a+p,b+q)A = (a+p, b+q) and B=(ap,bq)B = (a-p, b-q) for some p,qp, q with p2+q2=r2p^2+q^2 = r^2 (since AA is on the circle, at distance rr from OO). Let C=(x,y)C = (x,y) be any other point on the circle, and write u=xau = x-a, v=ybv = y-b, so u2+v2=r2u^2+v^2 = r^2 too. The gradient of ACAC is vqup\frac{v-q}{u-p} and the gradient of BCBC is v+qu+p\frac{v+q}{u+p}; their product is (vq)(v+q)(up)(u+p)=v2q2u2p2\frac{(v-q)(v+q)}{(u-p)(u+p)} = \frac{v^2-q^2}{u^2-p^2}. Since v2=r2u2v^2 = r^2-u^2 and q2=r2p2q^2=r^2-p^2, the numerator becomes (r2u2)(r2p2)=p2u2(r^2-u^2)-(r^2-p^2) = p^2-u^2, which is exactly the negative of the denominator u2p2u^2-p^2. The ratio is therefore 1-1 for every point CC on the circle other than AA or BB themselves — so ACAC and BCBC are always perpendicular, and the angle at CC is always 90°90°, regardless of where on the circle CC actually sits.

Worked, in full

Find the equation of the tangent to the circle x2+y26x+2y15=0x^2 + y^2 - 6x + 2y - 15 = 0 at the point (7,2)(7, 2)

  1. 01

    Recognise this is general form, not centre-radius form — nothing can be read off it directly. Complete the square in xx and in yy separately: x26x=(x3)29x^2-6x = (x-3)^2 - 9 and y2+2y=(y+1)21y^2+2y = (y+1)^2 - 1, so the equation becomes (x3)2+(y+1)29115=0(x-3)^2 + (y+1)^2 - 9 - 1 - 15 = 0, i.e. (x3)2+(y+1)2=25(x-3)^2 + (y+1)^2 = 25.

    Earns: M1 — attempts to complete the square in both x and y from the general-form equation.

  2. 02

    Read off the centre and radius, and confirm the given point actually lies on the circle before using it: centre (3,1)(3,-1), radius 55; and (73)2+(2(1))2=16+9=25(7-3)^2 + (2-(-1))^2 = 16+9=25 ✓.

    Earns: B1 — correct centre: an independent mark, credited without needing the completing-the-square method shown, matching two real WMA12 schemes (Jan 2021 Q9(a), Jan 2023 Q6(a)) that both credit a circle's centre this way. A1 — correct radius, dependent on the M1 method above (matching Jan 2023 Q6(a)(ii), where the radius is an accuracy mark following through on the centre, unlike the centre itself). Verifying the given point is good exam habit rather than a separately credited step — real questions state the point is on the circle rather than asking for proof of it. That said, when the circle's own equation still contains an unresolved constant, some real questions (Jan 2021, Q9(b)(i)) use that exact same given fact the other way round — not as a free check, but as the entire substrate of a 'show that' mark. The worked-chain below is built around exactly that variant.

  3. 03

    Find the gradient of the radius from the centre to the given point, then use the perpendicularity property to take its negative reciprocal for the tangent: 2(1)73=34\frac{2-(-1)}{7-3} = \frac{3}{4}, so the tangent's gradient is 43-\frac{4}{3}.

    Earns: M1 — attempts the gradient between the centre and the given point AND takes its negative reciprocal. Two real WMA12 schemes for this exact skill (Jan 2021 Q9(c), Jan 2023 Q6(c)) both credit finding the radius gradient and applying the perpendicularity property as ONE method mark, not two separate ones.

  4. 04

    Form the tangent's equation through (7,2)(7,2) with gradient 43-\frac{4}{3}: y2=43(x7)y - 2 = -\frac{4}{3}(x-7). Multiply through by 3 and rearrange to integer form: 4x+3y34=04x + 3y - 34 = 0.

    Earns: dM1 — forms the tangent's equation using their gradient and the given point, dependent on stage 3. A1 — correct equation in integer form. Check: 4(7)+3(2)34=28+634=04(7)+3(2)-34 = 28+6-34=0 ✓.

Source — Examiner report, Jan 2021

"Of the solutions that made progress most began by finding the gradient of the radius and using that to find the gradient of the tangent and then its equation, though a small number were able to find the gradient of the tangent directly. Very few attempted to differentiate the equation of the circle, and these often made little progress even though the next method marks were available."

Complete it yourself

Complete the chain — the equation of the tangent to x2+y2+4x10y+4=0x^2 + y^2 + 4x - 10y + 4 = 0 at the point (2,8)(2, 8)

  1. 01

    x2+y2+4x10y+4=0x^2+y^2+4x-10y+4=0 is in general form — nothing can be read off it yet. Complete the square in xx and in yy separately: x2+4x=(x+2)24x^2+4x=(x+2)^2-4 and y210y=(y5)225y^2-10y=(y-5)^2-25, so the equation becomes (x+2)2+(y5)2425+4=0(x+2)^2+(y-5)^2-4-25+4=0, i.e. (x+2)2+(y5)2=25(x+2)^2+(y-5)^2=25. Centre (2,5)(-2,5), radius 55.

  2. 02

    Confirm the given point (2,8)(2,8) really does lie on this circle before using it: (2(2))2+(85)2=16+9=25(2-(-2))^2+(8-5)^2=16+9=25 ✓. It does.

Worked, in full

The circle CC has equation (xk)2+(y3k)2=2k+6(x-k)^2 + (y-3k)^2 = 2k + 6, where kk is a positive constant. Given that the point P(1,5)P(-1, 5) lies on CC, show that k23k+2=0k^2 - 3k + 2 = 0

  1. 01

    P(1,5)P(-1, 5) lies on CC, so its coordinates must satisfy CC's equation exactly as it stands — with kk still unresolved rather than found first: (1k)2+(53k)2=2k+6(-1-k)^2 + (5-3k)^2 = 2k + 6.

    Earns: M1 — substitutes the given point into the equation of the circle while kk remains an unresolved constant, and attempts to multiply out what results. A real WMA12 'show that' question of exactly this shape awards substitution and the attempt to expand as one combined method mark, not two separate ones.

  2. 02

    Expand each bracket separately: (1k)2=k2+2k+1(-1-k)^2 = k^2 + 2k + 1 and (53k)2=9k230k+25(5-3k)^2 = 9k^2 - 30k + 25. Add them and collect: 10k228k+26=2k+610k^2 - 28k + 26 = 2k + 6.

    Earns: Nothing new on its own — this expansion is the 'attempts to multiply out' half of the same M1 already earned in stage 1, not a second mark.

  3. 03

    Collect every term onto one side: 10k228k+262k6=010k^2 - 28k + 26 - 2k - 6 = 0, i.e. 10k230k+20=010k^2 - 30k + 20 = 0. Divide throughout by the common factor 10: k23k+2=0k^2 - 3k + 2 = 0 — exactly the printed target, reached with no gap left for the reader to fill in.

    Earns: A1* — cso (correct solution only) and 'ag' (answer given). Because k23k+2=0k^2 - 3k + 2 = 0 was already printed on the question before any working began, this mark requires every line above to be algebraically correct and fully shown; landing on an equivalent but differently-arranged line — 10k230k+20=010k^2 - 30k + 20 = 0, left undivided — has not yet earned it until the final matching step is also shown explicitly.

  4. 04

    Notice what would have gone unchecked if the working jumped straight from stage 1 to 'so k23k+2=0k^2 - 3k + 2 = 0': the expansion and the divide-by-10 step are exactly the two places a genuine slip could hide, and also exactly the two places a fudged, reverse-engineered solution would skip past silently, precisely because the destination is already known in advance.

    Earns: Nothing — both marks were already earned by stage 3. It stays on the chain anyway because this is the actual discipline a 'show that' question is testing: the answer being printed ahead of time makes it MORE important that every line is genuinely shown, not less.

Source — Mark scheme, Jan 2021

"M1: Substitutes (2,3) into the equation of the circle and attempts to multiply out. A1*: Proceeds to 5k² − 17k + 6 = 0 with no errors."

Same question, every valid method

The line \ell has equation x2y8=0x - 2y - 8 = 0. The circle CC has equation x2+y28x+4y=0x^2 + y^2 - 8x + 4y = 0. Find the coordinates of the two points where \ell meets CC. (VERIDIAN-original question — not a reproduction of any past-paper question.)

2 valid methods · every one reaches (8,0)(8, 0) and (0,4)(0, -4) · 4 marks available

  1. 01

    Rearrange \ell: y=x82y = \frac{x-8}{2}.

    Method mark for rearranging the line to substitute into the circle equation. Either variable may be made the subject — the choice affects only how much arithmetic follows, not whether the mark is earned.

    M1
  2. 02

    Substitute into C: x2+(x82)28x+4(x82)=0x^2 + \left(\frac{x-8}{2}\right)^2 - 8x + 4\left(\frac{x-8}{2}\right) = 0. Multiply every term by 4 to clear the fraction: 4x2+(x8)232x+8(x8)=04x^2 + (x-8)^2 - 32x + 8(x-8) = 0, which expands and collects to 5x240x=05x^2 - 40x = 0.

    Accuracy mark for the correctly simplified three-term equation. This is where the fraction created by making y the subject has to be cleared — an extra step the other method avoids entirely.

    A1
  3. 03

    Factorise: 5x(x8)=05x(x-8) = 0, so x=0x = 0 or x=8x = 8.

    Method mark for solving the resulting quadratic, dependent on the M1 above — a real WMA12 scheme for this exact skill scores this mark for solving whatever three-term equation resulted, even an incorrect one, as long as the earlier elimination method was attempted (Jan 2023, Q6(b): "dependent on the first method mark", singular, not on the equation itself being right). Any of the standard three-term-quadratic routes earns this.

    dM1
  4. 04

    Substitute back into the (rearranged) line, not the circle: x=0x=0 gives y=082=4y = \frac{0-8}{2}=-4; x=8x=8 gives y=882=0y=\frac{8-8}{2}=0. Points (0,4)(0,-4) and (8,0)(8,0).

    Accuracy mark for both points. Substituting back into the line rather than the circle avoids reintroducing a square root and a possible sign ambiguity.

    A1

Works perfectly well, and there is nothing mathematically wrong with it — but making y the subject here means dividing by the line's y-coefficient, and that fraction has to survive an extra multiply-through step before the resulting equation is even in a factorisable state. Reach for this direction when the line's x-coefficient, not its y-coefficient, is the one that would leave a fraction.

Marked, line by line

The circle CC has equation x2+y2+6x4y12=0x^2 + y^2 + 6x - 4y - 12 = 0. (a) Find the coordinates of the centre of CC and the radius of CC. (3) (b) The point A(1,5)A(1, 5) lies on CC. Find an equation of the tangent to CC at AA, giving your answer in the form px+qy+r=0px + qy + r = 0, where pp, qq and rr are integers. (3) (c) The tangent at AA meets the x-axis at the point TT. OO is the origin. Find the area of triangle OATOAT. (3) — VERIDIAN-original question, inspired by the structure of real WMA12 items that pair a centre/radius part with a tangent part and a further geometric part (spec 3.1, confirmed as this topic's typical multi-part shape by Jan 2021 Q9 and Jan 2023 Q6). Not a reproduction of any past-paper question, and the per-line mark allocations below are modelled on verified mark-scheme conventions rather than copied from a real scheme.

9 marks available

(a)3 marks

  1. 01

    Complete the square in xx and yy separately: x2+6x=(x+3)29x^2+6x=(x+3)^2-9 and y24y=(y2)24y^2-4y=(y-2)^2-4, so (x+3)2+(y2)29412=0(x+3)^2+(y-2)^2-9-4-12=0, i.e. (x+3)2+(y2)2=25(x+3)^2+(y-2)^2=25.

    Method mark for attempting to complete the square in both variables from the general-form equation.

    M1
  2. 02

    Centre (3,2)(-3, 2).

    Independent mark, correct answer only — no method needs to be shown for this one, since two real WMA12 mark schemes (Jan 2021 Q9(a), Jan 2023 Q6(a)) both credit a general-form circle's centre this way, unlinked to whichever method reached it. (x+3)2(x+3)^2 is zero at x=3x=-3: the sign in the bracket has to be flipped to read off the coordinate, the same mechanic as a quadratic's turning point.

    B1
  3. 03

    Radius =25=5= \sqrt{25} = 5.

    Accuracy mark, correct answer only, and independent of the centre's sign: the radius comes from the constant 2525 on the right-hand side, unaffected by which sign gets attached to either coordinate when the centre is read off.

    A1

(b)3 marks

  1. 101

    Gradient of the radius from the centre (3,2)(-3,2) to A(1,5)A(1,5): 521(3)=34\frac{5-2}{1-(-3)} = \frac{3}{4}. Tangent gradient =43= -\frac{4}{3}, the negative reciprocal, using radius ⊥ tangent.

    Method mark for attempting the tangent's gradient via the perpendicularity property. Finding the radius gradient and taking its negative reciprocal are credited together as ONE mark, not two — two real WMA12 schemes for this exact skill (Jan 2021 Q9(c), Jan 2023 Q6(c)) both bundle the two steps into a single method mark rather than splitting them.

    M1
  2. 102

    y5=43(x1)y - 5 = -\frac{4}{3}(x-1), using point A and the tangent gradient.

    Method mark for forming the tangent line through the given point A with their gradient, dependent on the gradient M1 above.

    dM1
  3. 103

    Multiply through by 3 and rearrange: 4x+3y19=04x + 3y - 19 = 0.

    Accuracy mark, correct answer only, in the required integer form. Check: 4(1)+3(5)19=4+1519=04(1)+3(5)-19=4+15-19=0 ✓.

    A1

(c)3 marks

  1. 201

    T is where the tangent meets the x-axis: set y=0y=0 in 4x+3y19=04x+3y-19=0, giving x=194x=\frac{19}{4}. T=(194,0)T=\left(\frac{19}{4},0\right).

    Method mark for finding T by setting y = 0 in the tangent equation from (b).

    M1
  2. 202

    O and T both lie on the x-axis, so OT is the triangle's base, length 194\frac{19}{4}, and the perpendicular height from A to that base is simply A's y-coordinate, 55.

    Method mark for recognising that placing the base along an axis makes the height readable directly, avoiding a general triangle-area formula.

    M1
  3. 203

    Area =12×194×5=958= \frac{1}{2} \times \frac{19}{4} \times 5 = \frac{95}{8}.

    Accuracy mark, exact answer only. Left as the fraction 958\frac{95}{8}: the general marking guidance's exact-answer rule states that marks are normally lost for resorting to a rounded decimal where an exact value is available.

    A1

In your own words

In one sentence: why does the same right-angled-triangle argument that shows the perpendicular from a centre bisects a chord also show why a tangent has to be perpendicular to its radius?

Named traps

centre-sign-not-flipped
A real WMA12 centre/radius question confirms candidates stating the circle's centre with a sign flip — the value read straight off a completed-square bracket, instead of its negative (Jan 2023, Q6). (x+3)2(x+3)^2 is zero at x=3x=-3, not x=3x=3: the bracket has to be interpreted, not transcribed. This is the exact same mechanism the WMA11 pilot documents for a quadratic's turning point, and it costs a mark for the identical reason in both places.
general-form-read-as-centre-radius-form
Completing the square in both xx and yy is not optional preparation, it is the entire first step whenever a circle's equation is presented multiplied out — reading a centre or radius off general form directly, without converting first, is a genuine error type. It is not, however, the step most candidates actually lose the mark on: a real WMA12 general-form question confirms the vast majority of candidates successfully completed this conversion (Jan 2023, Q6), with the one error that does recur being the sign flip covered in the next trap item, not a failure to attempt the conversion at all.
solved-parameter-not-substituted-into-earlier-general-centre
When a circle's equation is given in terms of an unresolved constant (e.g. centre (k,2k)(k, 2k), found correctly in an earlier part), and a later part requires a SPECIFIC numeric value of that constant — found by solving elsewhere in the same question — the mark for "identifying the centre" in that later part requires substituting the specific solved value back into the earlier general expression, not re-deriving from the original equation and not stopping after substituting the value into the circle's own equation without extracting actual coordinates. A real WMA12 examiner report confirms this directly, on a question where this exact substitution step was the single biggest mark-loss point of the whole question: "after nearly 90% of candidates successfully navigating the first two parts, fewer than 60% managed even the first mark, for identifying the centre of the circle... A few candidates chose the wrong value of k and so lost the mark, while others attempted to use the original equation to find where the circle meets the x axis thus making no progress at all with the question. Others simply put the value of k into the equation of the circle and then stopped. This did not gain any marks" (Jan 2021, Q9). Whenever a constant is left unresolved across multiple parts of the same question, the centre to use from that point on is the one built from the specific value just solved for — not the general symbolic form quoted correctly in an earlier part.
radius-given-as-decimal-not-exact-surd
The general marking guidance's exact-answer rule states plainly that "where, for example, an exact answer is asked for, or working with surds is clearly required, marks will normally be lost if the candidate resorts to using rounded decimals" — and a real WMA12 circle question specifically required an exact-form radius rather than a decimal approximation (Jan 2023, Q6). A radius of 252\sqrt{5} rounded to 4.474.47 looks harmless; the mark scheme treats it as a lost mark.
implicit-differentiation-chosen-over-the-property
A tangent's gradient can, in principle, be found by implicitly differentiating the circle's equation instead of using the radius-perpendicularity property — but a real WMA12 report records that "very few attempted to differentiate the equation of the circle, and these often made little progress even though the next method marks were available" (Jan 2021, Q9). Valid on paper is not the same as safe under time pressure: the perpendicularity property reaches the same gradient in two lines, with no unfamiliar technique to execute correctly first.
origin-and-circle-centre-both-labelled-o
A real WMA12 question let a circle's centre and the point O — meaning the origin — sit in the same problem, and a report records "the misunderstanding that O was the centre of the circle rather than the origin... a special case was permitted, and candidates were able to score all but the final A mark" (Jan 2021, Q9). The scheme was generous that one time; reading which O is which before starting is the version of this habit that doesn't rely on generosity.
substitution-direction-not-checked-for-fractions
Before substituting a rearranged line into a circle equation, check which variable's coefficient is smaller — a real WMA12 mark scheme records that "the (−2y−10) substitution for x was more successful than the (−0.5x−5) for y which led to work involving fractions" on a genuine tangent-and-normal intersection question (Jan 2023, Q6). Both directions reach the same answer for the same marks; only one of them does it without an extra fraction-clearing step in the middle.
general-area-formula-chosen-over-axis-aligned-base-height
When a triangle's base lies along an axis, its height is simply the third vertex's coordinate on the other axis — no trig or formula needed. But a real WMA12 examiner report records that "many candidates [were] not using the simple formula for the area of the triangle, electing instead to use ½ab sinC" or even a shoelace formula, "not appreciating the geometry of the situation, with the requisite triangle being right-angled" (Jan 2021, Q9). The mark scheme itself credits either route as a complete method, so no mark is actually lost by reaching for the general formula — but the marked solution above finds T on the x-axis and reads the base OT and height (A's y-coordinate) straight off in two lines precisely because that axis-alignment is there to exploit, while ½ab sinC or a shoelace calculation forces extra side-length and angle work under time pressure for the same credit.

Retrieval — with feedback on every choice

Question 1
3 marks

The circle CC has equation x2+y24x+2y+k=0x^2 + y^2 - 4x + 2y + k = 0, where kk is a constant. CC has radius 33. What is the value of kk?

Question 2
3 marks

The circle CC has equation x2+y2+10x4y7=0x^2 + y^2 + 10x - 4y - 7 = 0. What are the coordinates of its centre?

Question 3
2 marks

The circle CC has equation (x2)2+(y+3)2=20(x-2)^2 + (y+3)^2 = 20. Give the radius of CC exactly, in simplified surd form.

Question 4
2 marks

A chord of a circle has midpoint M(3,4)M(3, 4). The circle's centre is at (7,1)(7, 1). What is the gradient of the chord?

Question 5
2 marks

AA and BB are the endpoints of a diameter of a circle. PP is another point on the circle. The gradient of APAP is 25\frac{2}{5}. What must the gradient of BPBP be?

Question 6
2 marks

To find where the line x2y8=0x - 2y - 8 = 0 meets a circle, one route substitutes y=x82y = \frac{x-8}{2} into the circle's equation, and another substitutes x=2y+8x = 2y+8. Which statement about the two routes is correct?

Reference — not a study method, a lookup
  • (x−a)² + (y−b)² = r²: centre (a,b), radius r. Sign flips — centre coordinate is minus the value in the bracket.
  • General form x²+y²+2gx+2fy+c=0: complete the square first. Centre (−g,−f); r² = g²+f²−c.
  • Radius ⊥ tangent at any point on the circle: gradients multiply to −1.
  • Perpendicular from centre bisects a chord. Angle in a semicircle = 90° for any point on the circle.
  • Give radii and coordinates exactly (surd form) — never a rounded decimal unless told otherwise.

Not affiliated with or endorsed by Pearson Edexcel. Every quotation and figure attributed to a mark scheme or examiner report in this lesson was independently verified against the primary Pearson document, not carried over from prior course material. Every question in this lesson — prequestion, worked chain, chain drill, method comparison, marked solution and MCQ alike — is VERIDIAN-original wording, inspired by confirmed real question types, never a reproduction of a real Pearson question; and because the questions are original, the per-line mark allocations attached to them are modelled on verified mark-scheme conventions (what M, A, dM and B marks mean, when follow-through applies and when the separate misreading rule applies instead) rather than transcribed from a real mark scheme, which for an original question does not exist.

Question 13 marks

The circle CC has equation x2+y24x+2y+k=0x^2 + y^2 - 4x + 2y + k = 0, where kk is a constant. CC has radius 33. What is the value of kk?

  • k=4k = -4

    Correct. Completing the square: (x2)2+(y+1)241+k=0(x-2)^2 + (y+1)^2 - 4 - 1 + k = 0, so (x2)2+(y+1)2=5k(x-2)^2+(y+1)^2 = 5-k. Setting the radius to 3 means 5k=95-k=9, so k=4k=-4.

  • Bk=9k = 9

    This treats kk as if it were r2r^2 directly, ignoring the g2+f2g^2+f^2 correction the completed square adds. The right-hand side after completing the square is 5k5-k, not k-k — the 55 comes from the two halved-and-squared coefficients and cannot be dropped.

  • Ck=4k = 4

    This solves k5=9k - 5 = 9 instead of 5k=95 - k = 9 — the sign of the completed-square correction has been reversed. Completing the square turns +k+k into a term that gets subtracted alongside 44 and 11, not added to them.

  • Dk=9k = -9

    This solves k=9-k = 9, skipping the g2+f2g^2+f^2 correction entirely (the same missing step as option B, with the opposite sign error layered on top). The full equation to solve is 5k=95-k=9, not k=9-k=9.

Traps tested: G squared plus f squared correction dropped · Sign of constant term reversed

Question 23 marks

The circle CC has equation x2+y2+10x4y7=0x^2 + y^2 + 10x - 4y - 7 = 0. What are the coordinates of its centre?

  • (5,2)(-5, 2)

    Correct. x2+10x=(x+5)225x^2+10x = (x+5)^2-25 and y24y=(y2)24y^2-4y=(y-2)^2-4, giving (x+5)2+(y2)22547=0(x+5)^2+(y-2)^2-25-4-7=0, i.e. (x+5)2+(y2)2=36(x+5)^2+(y-2)^2=36. The centre is (5,2)(-5,2): the sign in each bracket is flipped to read off the coordinate.

  • B(5,2)(5, -2)

    Both signs are read straight off the brackets without being flipped. (x+5)2(x+5)^2 is zero at x=5x=-5 and (y2)2(y-2)^2 is zero at y=+2y=+2 — this is the reverse of both.

  • C(5,2)(5, 2)

    The x-coordinate's sign has not been flipped; the y-coordinate's has. (x+5)2(x+5)^2 being zero at x=5x=-5 applies the same way for both variables — there's no reason for one sign to flip and not the other.

  • D(10,4)(-10, 4)

    This uses the equation's own coefficients (1010 and 4-4) directly as centre coordinates, without halving them first. The coefficient of xx is always 2×2 \times (the negative of the centre's x-coordinate) — it has to be halved before it becomes a coordinate at all.

Traps tested: Both centre signs flipped · Centre signs not flipped · Coefficient not halved before reading centre

Question 32 marks

The circle CC has equation (x2)2+(y+3)2=20(x-2)^2 + (y+3)^2 = 20. Give the radius of CC exactly, in simplified surd form.

  • 252\sqrt{5}

    Correct. 20=4×5=25\sqrt{20} = \sqrt{4 \times 5} = 2\sqrt{5}. The general marking guidance's exact-answer rule expects a value like this to be left in exact form, not converted to a decimal.

  • B4.474.47

    This is a correct decimal approximation and still loses the mark: where working with surds is clearly involved, the general marking guidance states marks are normally lost for resorting to a rounded decimal instead of the exact value.

  • C2020

    This is r2r^2, the number on the right-hand side of the equation — the square root has not been taken at all. The radius is the square root of that number, not the number itself.

  • D1010

    This halves 2020 instead of taking its square root. Halving and square-rooting are different operations, and only one of them undoes the squaring that produced r2=20r^2 = 20 in the first place.

Traps tested: Decimal given when exact form required · R squared mistaken for r · Halved instead of square rooted

Question 42 marks

A chord of a circle has midpoint M(3,4)M(3, 4). The circle's centre is at (7,1)(7, 1). What is the gradient of the chord?

  • 43\frac{4}{3}

    Correct. The gradient from the centre to MM is 4137=34\frac{4-1}{3-7} = -\frac{3}{4}. The perpendicular from the centre bisects the chord, so the chord's own gradient is the negative reciprocal of that: 43\frac{4}{3}.

  • B34-\frac{3}{4}

    This is the gradient of the line from the centre to MM itself, used directly as the chord's gradient. That line and the chord are perpendicular to each other, not parallel — the property is specifically that they meet at a right angle.

  • C43-\frac{4}{3}

    This has flipped the sign of the centre-to-MM gradient without taking its reciprocal. Perpendicular gradients multiply to 1-1: 34×(43)=1-\frac{3}{4} \times \left(-\frac{4}{3}\right) = 1, not 1-1.

  • D34\frac{3}{4}

    This has taken the reciprocal without flipping the sign. 34×34=916-\frac{3}{4} \times \frac{3}{4} = -\frac{9}{16}, not 1-1 — both the reciprocal and the sign flip are needed together.

Traps tested: Chord gradient not perpendicular to bisector · Perpendicular gradient not reciprocated · Perpendicular gradient sign not flipped

Question 52 marks

AA and BB are the endpoints of a diameter of a circle. PP is another point on the circle. The gradient of APAP is 25\frac{2}{5}. What must the gradient of BPBP be?

  • 52-\frac{5}{2}

    Correct. Since ABAB is a diameter, the angle at PP between APAP and BPBP is always 90°90°, whichever point on the circle PP actually is — so their gradients multiply to 1-1, making BPBP's gradient the negative reciprocal of APAP's: 52-\frac{5}{2}.

  • B52\frac{5}{2}

    The reciprocal is right; the sign is not. 25×52=1\frac{2}{5} \times \frac{5}{2} = 1, not 1-1 — perpendicular lines need both the reciprocal AND the sign flip together.

  • C25\frac{2}{5}

    This assumes APAP and BPBP have equal gradients, which would mean AA, PP and BB are all on the same straight line — but PP is a separate point on the circle, and the semicircle property is specifically about the angle between two DIFFERENT lines meeting at a right angle, not about them coinciding.

  • D25-\frac{2}{5}

    This flips the sign but keeps the same fraction instead of its reciprocal. 25×(25)=425\frac{2}{5} \times \left(-\frac{2}{5}\right) = -\frac{4}{25}, not 1-1.

Traps tested: Perpendicular gradient sign not flipped · Assumes equal gradients instead of perpendicular · Perpendicular gradient not reciprocated

Question 62 marks

To find where the line x2y8=0x - 2y - 8 = 0 meets a circle, one route substitutes y=x82y = \frac{x-8}{2} into the circle's equation, and another substitutes x=2y+8x = 2y+8. Which statement about the two routes is correct?

  • Both reach the same answer for the same marks, but substituting x=2y+8x = 2y+8 avoids introducing a fraction, since it is the smaller coefficient being isolated

    Correct. Mark schemes credit any valid method reaching the correct answer — there is no house method here — but the two routes are not equally quick. Isolating xx keeps every substituted term as a whole number; isolating yy divides by 2 immediately and forces an extra step later to clear the resulting fraction.

  • BOnly substituting y=x82y = \frac{x-8}{2} is a valid method; xx must always be the subject when solving simultaneously with a circle

    There is no such rule. Either variable can be made the subject of the line's equation before substituting into the circle — the general principles for marking explicitly credit any correct method, and the direction is a matter of efficiency, not validity.

  • CThe two routes give different answers, because substituting in a different order changes which points the line actually meets

    The line and the circle are fixed before any substitution happens — how the resulting equation is solved cannot change which geometric points they actually meet. Both routes must, and do, reach the identical pair of points.

  • DNeither route is safe; the only reliable method is reading the intersection points off a graph

    A sketch is genuinely useful for checking an answer looks sensible, but it cannot produce the exact coordinates a mark scheme requires — both algebraic substitution routes are reliable and each reaches the exact answer directly.

Traps tested: Assumes only one substitution direction is valid · Believes method choice changes the answer · Overclaims that algebra is unreliable

Practice this for real

This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.

Examiner report
Jan 2021 · Q9 — cited directly in this lesson
Mark scheme
Jan 2021 · Q9(b)(i) — cited directly in this lesson
Pearson's official past-papers portal

Select International Advanced Level → Mathematics → any series, then look for WMA12.

Pure Mathematics 2 · progress saved in this browser · sign in to sync across devices

Up next

Sequences, Recurrence Relations and Arithmetic Series

A sequence can be handed to you two structurally different ways — a formula that computes any term directly, or a rule, x_{n+1} = f(x_n), that only tells you how to get the next term from the one you already have — and almost every mark lost on this topic comes from treating the second kind like the first: applying a rule one time too many or too few, because "the 4th term" and "4 applications of the rule" are not the same count. Arithmetic sequences are the one case where both descriptions collapse into the same clean formula, u_n = a + (n-1)d, and the proof of where that formula — and its partner for the sum, S_n = \frac{1}{2}n[2a+(n-1)d] — actually comes from is not optional background reading. The specification says outright that you are expected to be able to produce it.

50 min