One Sentence Becomes One Equation
Of every shape in geometry, the circle has the most honest definition: a circle is the set of all points that lie one fixed distance — the radius r — from one fixed point — the centre C. That is the whole story. There is no special direction, no corner, no privileged point on the rim; the definition treats every boundary point identically. The job of coordinate geometry is simply to write that one sentence in the language of x and y, and the distance formula from earlier in this rung is the only tool we need.
Put the centre at C = (h, k) and let P = (x, y) be any point we are testing. P lies on the circle exactly when its distance to C equals r. The distance formula says that distance is sqrt((x - h)^2 + (y - k)^2), so the condition is sqrt((x - h)^2 + (y - k)^2) = r. Square both sides to clear the root, and the circle's equation appears in its standard, beautiful form: (x - h)^2 + (y - k)^2 = r^2. This is the equation of a circle, and notice it is nothing but the Pythagorean theorem in disguise — the horizontal gap (x - h) and the vertical gap (y - k) are the two legs of a right triangle whose hypotenuse is fixed at r.
Reading and Building Circles
The standard form is wonderful because it wears its meaning on its face: glance at (x - h)^2 + (y - k)^2 = r^2 and you read off the centre (h, k) and the radius r with no work at all. The equation x^2 + y^2 = 25 is the simplest case of all — centre (0, 0), radius 5 — the circle sitting plumb at the origin of the Cartesian plane. Shift the centre to (2, -1) and the same radius-5 circle becomes (x - 2)^2 + (y + 1)^2 = 25. The shape never changed; only where it sits did.
Going the other way is just as direct. To build a circle's equation you need exactly two ingredients: where the centre is and how big the radius is. If you are told the centre and a single point the circle passes through, the distance formula bridges the gap — measure from the centre to that point and you have r. Suppose the centre is (1, 2) and the circle passes through (4, 6). Then r = sqrt((4 - 1)^2 + (6 - 2)^2) = sqrt(9 + 16) = sqrt(25) = 5, so the equation is (x - 1)^2 + (y - 2)^2 = 25. Everything you need flows from the definition and one distance.
When the Circle Hides: Completing the Square
Circles do not always arrive in their tidy standard form. More often you meet one expanded out, like x^2 + y^2 - 6x + 4y - 12 = 0, where the centre and radius are nowhere in sight. This is the general form, x^2 + y^2 + Dx + Ey + F = 0, and the technique that recovers the hidden centre and radius is the very same completing the square you have already used on parabolas — applied once to the x-terms and once to the y-terms, in parallel.
- Group the x-terms together and the y-terms together, and move the bare constant to the right side: (x^2 - 6x) + (y^2 + 4y) = 12.
- For each group, take half the coefficient of the linear term and square it. Half of -6 is -3, squared gives 9; half of 4 is 2, squared gives 4.
- Add each of those numbers to BOTH sides to keep the equation balanced: (x^2 - 6x + 9) + (y^2 + 4y + 4) = 12 + 9 + 4.
- Each group is now a perfect square. Fold them up: (x - 3)^2 + (y + 2)^2 = 25.
- Read off the answer: centre (3, -2), radius r = sqrt(25) = 5.
The one rule that keeps this honest is balance: whatever you add to the left side to manufacture a perfect square, you must add to the right side too, or you have quietly changed the equation into a different one. Completing the square is not a trick that conjures a circle out of nothing — it merely rearranges the same equation into the form that lets you see what was always there. The general form and the standard form describe the identical curve; one just hides the centre and radius that the other displays openly.
Where the Circle Meets Lines and Other Curves
Once a circle is an equation, asking where it crosses a line becomes pure algebra. To find the intersection of a circle and a line, solve the two equations together: take the line's equation, isolate one variable, substitute it into the circle's equation, and you land on a single quadratic in the other variable. The number of real solutions tells the geometric story exactly — two solutions mean the line is a secant cutting clean through, one repeated solution means the line is tangent, just grazing, and no real solution means the line misses the circle entirely.
That tangent case rests on a clean geometric fact you met among the circle theorems: at the point of contact, the tangent is perpendicular to the radius. In coordinates this becomes a sharp tool. The radius from the centre to the point of tangency has a definite slope, so the tangent line must have the negative-reciprocal slope — exactly the perpendicular-slope rule from the lines guide. Combine the perpendicularity condition with the point of contact and you can write down the tangent line's equation directly, without solving any quadratic at all.
This same substitute-and-solve method handles two circles meeting each other, or a circle meeting a parabola, just as smoothly. It is worth pausing to appreciate what coordinates have bought us: a question that pure synthetic geometry would answer with a careful construction and a compass becomes, in the plane of x and y, a quadratic equation you can simply solve. That trade — picture for equation, construction for calculation — is the whole bargain of coordinate geometry, and the circle is where it pays off most vividly.
The Circle as a Locus, and What Comes Next
Step back and notice the shape of the reasoning, because it is bigger than the circle. We took a purely geometric description — every point equidistant from a fixed centre — and converted it into an equation that every point on the curve satisfies and every point off the curve fails. That is precisely the idea of a locus: a curve defined as the set of all points obeying a stated condition. The circle is the friendliest locus there is, and mastering its translation prepares you for the locus problems that fill the very next guide.
The circle is also the gateway to a whole family. Tilt the slicing plane through a cone and the circle stretches into an ellipse, then a parabola, then a hyperbola — the conic sections. Each of those gets its own coordinate equation built by exactly the strategy you just practised: state a distance condition, write it with the distance formula, and clean it up with completing the square. The circle is the special, perfectly symmetric member of that family, and because it is the simplest, it is the right place to have learned the method by heart.