Equations of Circles in the Coordinate Plane
Learn to derive the circle equation from the distance formula, read center and radius from standard form, and complete the square to convert general form.
What you'll do in this lesson
A voice-first session with the Crimsora tutor on Equations of Circles in the Coordinate Plane, then targeted practice and FRQs — with the tutor adapting to where you get stuck.
What this lesson covers
Every point on a circle sits exactly the same distance from the center. That single sentence, combined with the distance formula you learned in coordinate geometry, is enough to build the equation of any circle in the plane — no new tools required. In this lesson you will see where the standard form comes from, pull the center and radius straight out of it, and build equations from a center and a point, or from the two endpoints of a diameter.
Then you will run the process backwards. Circles often show up written as , which hides the center completely. Completing the square rewrites that general form into standard form so the geometry becomes visible again. The sign errors that trip people up here are predictable, so we will name them before they cost you anything.
Then you will run the process backwards. Circles often show up written as , which hides the center completely. Completing the square rewrites that general form into standard form so the geometry becomes visible again. The sign errors that trip people up here are predictable, so we will name them before they cost you anything.
Building the Equation from the Distance Formula
A circle is the set of all points a fixed distance from a fixed center point. Call the center and let be any point on the circle. The distance formula saysSquaring both sides clears the radical and gives the standard form of a circle:That is the whole derivation, and your teacher may ask you to reproduce it. Notice that squaring is safe here because both sides are nonnegative — a distance and a radius are never negative — so no solutions are gained or lost.
A useful way to picture it: the expression is a machine that measures squared distance from the center. Setting it equal to selects exactly the points on the circle. Setting it less than describes the interior, and greater than describes the exterior. That gives you a fast test for whether a point lies on, inside, or outside a circle: substitute the coordinates and compare the result to .
When the center is the origin, and the equation collapses to . This is the same relationship as the Pythagorean Theorem, which is not a coincidence: the horizontal and vertical legs from the center to a point on the circle form a right triangle whose hypotenuse is the radius.
A useful way to picture it: the expression is a machine that measures squared distance from the center. Setting it equal to selects exactly the points on the circle. Setting it less than describes the interior, and greater than describes the exterior. That gives you a fast test for whether a point lies on, inside, or outside a circle: substitute the coordinates and compare the result to .
When the center is the origin, and the equation collapses to . This is the same relationship as the Pythagorean Theorem, which is not a coincidence: the horizontal and vertical legs from the center to a point on the circle form a right triangle whose hypotenuse is the radius.
Reading Center and Radius from Standard Form
Standard form is written with subtraction inside each set of parentheses, so the center coordinates are the opposites of the numbers you see. The right side is , not , so you must take a square root to get the radius.
To handle a plus sign, rewrite it as subtraction of a negative: , so . Students who skip this step reliably report the center as instead of .
The second common slip is reporting the radius as the number on the right. In , the radius is , not 20. Leave irrational radii in simplified radical form unless the problem asks for a decimal.
A missing variable term means that coordinate of the center is zero, not that the term is missing from the circle. In , the -term is really .
To graph from standard form, plot the center, then step units right, left, up, and down to get four points on the circle, and sketch a smooth curve through them.
| Equation | Center | Radius |
|---|---|---|
The second common slip is reporting the radius as the number on the right. In , the radius is , not 20. Leave irrational radii in simplified radical form unless the problem asks for a decimal.
A missing variable term means that coordinate of the center is zero, not that the term is missing from the circle. In , the -term is really .
To graph from standard form, plot the center, then step units right, left, up, and down to get four points on the circle, and sketch a smooth curve through them.
Writing Equations from Geometric Descriptions
Most problems hand you the geometry and ask for the algebra. Two setups appear constantly.
Center and a point on the circle. The radius is the distance from the center to that point, so compute directly with the distance formula and never bother taking a square root — is what the equation needs. If the center is and the circle passes through , then , and the equation is .
Endpoints of a diameter. The center is the midpoint of the diameter, and the radius is half the diameter's length. For endpoints and , use for the center, then find as the squared distance from that center to either endpoint. Finding the full diameter length and forgetting to halve it is the single most common mistake here; the resulting circle is four times too large in area.
Tangent to an axis. If a circle with center is tangent to the -axis, the shortest distance from the center to that line is the radius, so . Tangent to the -axis gives . Sketching the situation makes this obvious and prevents guessing.
Always finish by checking one known point. Substitute the given point back into your equation; if the two sides are not equal, an arithmetic slip happened somewhere in the radius computation.
Center and a point on the circle. The radius is the distance from the center to that point, so compute directly with the distance formula and never bother taking a square root — is what the equation needs. If the center is and the circle passes through , then , and the equation is .
Endpoints of a diameter. The center is the midpoint of the diameter, and the radius is half the diameter's length. For endpoints and , use for the center, then find as the squared distance from that center to either endpoint. Finding the full diameter length and forgetting to halve it is the single most common mistake here; the resulting circle is four times too large in area.
Tangent to an axis. If a circle with center is tangent to the -axis, the shortest distance from the center to that line is the radius, so . Tangent to the -axis gives . Sketching the situation makes this obvious and prevents guessing.
Always finish by checking one known point. Substitute the given point back into your equation; if the two sides are not equal, an arithmetic slip happened somewhere in the radius computation.
Completing the Square: General Form to Standard Form
Expanding standard form produces the general form , in which the center and radius are invisible. Completing the square reverses the expansion.
The procedure, for :
Center , radius .
The most common error is adding the completing-the-square constants to only the left side. Whatever you add inside the parentheses must also be added to the right side, or the equation is no longer equivalent.
If the squared terms have a common coefficient other than 1 — for example — divide every term by that coefficient first, then complete the square. (If the coefficients on and are different, the graph is not a circle at all.)
Finally, interpret the right side. If it comes out positive, you have a genuine circle. If it equals zero, the graph is a single point, sometimes called a degenerate circle. If it is negative, no real points satisfy the equation and the graph is empty — that is a legitimate answer, not a sign that you made a mistake, though it is worth rechecking your arithmetic.
The procedure, for :
| Step | Result |
|---|---|
| Group terms and terms, move the constant | |
| Half of is ; square it to get | add to both sides |
| Half of is ; square it to get | add to both sides |
| Factor each perfect-square trinomial |
The most common error is adding the completing-the-square constants to only the left side. Whatever you add inside the parentheses must also be added to the right side, or the equation is no longer equivalent.
If the squared terms have a common coefficient other than 1 — for example — divide every term by that coefficient first, then complete the square. (If the coefficients on and are different, the graph is not a circle at all.)
Finally, interpret the right side. If it comes out positive, you have a genuine circle. If it equals zero, the graph is a single point, sometimes called a degenerate circle. If it is negative, no real points satisfy the equation and the graph is empty — that is a legitimate answer, not a sign that you made a mistake, though it is worth rechecking your arithmetic.
Where Students Actually Go Wrong
Four errors account for most lost work on this topic, and all four are avoidable with a habit.
First, sign flips on the center. The form is , so the center coordinate is the opposite of the constant you read. Write as on scratch paper the first few times.
Second, confusing and . If a problem gives a radius of , the right side is . If a problem gives a radius of , the right side is . Ask yourself which one you were handed before writing anything.
Third, halving mistakes with diameters. A diameter of length gives and , not .
Fourth, incomplete balancing when completing the square. Track the added constants explicitly on the right side as you go.
A reliable self-check: pick a point that should be on the circle and substitute. For with center and radius , the point should work: . It checks.
This coordinate description of circles connects back to the chord, arc, and tangent relationships from earlier in the unit. Once you can write a circle's equation, you can find where a line meets it by substitution, verify that a radius drawn to a tangent point is perpendicular to the tangent line, or confirm that a given point lies inside or outside a region.
First, sign flips on the center. The form is , so the center coordinate is the opposite of the constant you read. Write as on scratch paper the first few times.
Second, confusing and . If a problem gives a radius of , the right side is . If a problem gives a radius of , the right side is . Ask yourself which one you were handed before writing anything.
Third, halving mistakes with diameters. A diameter of length gives and , not .
Fourth, incomplete balancing when completing the square. Track the added constants explicitly on the right side as you go.
A reliable self-check: pick a point that should be on the circle and substitute. For with center and radius , the point should work: . It checks.
This coordinate description of circles connects back to the chord, arc, and tangent relationships from earlier in the unit. Once you can write a circle's equation, you can find where a line meets it by substitution, verify that a radius drawn to a tangent point is perpendicular to the tangent line, or confirm that a given point lies inside or outside a region.
Key terms
- Circle.
- The set of all points in a plane at a fixed distance (the radius) from a fixed point (the center).
- Standard form of a circle.
- , where is the center and is the radius.
- General form of a circle.
- ; an expanded version of standard form in which the center and radius are not directly visible.
- Completing the square.
- Adding the square of half the linear coefficient to both sides of an equation to create a perfect-square trinomial such as .
- Radius.
- The distance from the center of a circle to any point on the circle; it equals half the diameter.
- Diameter.
- A chord passing through the center; its midpoint is the center and its length is .
- Degenerate circle.
- The graph of an equation in standard form whose right side is zero, which is a single point rather than a curve.
- Distance formula.
- , the algebraic statement of the Pythagorean Theorem used to derive the circle equation.
Worked example
Convert to standard form. State the center and radius, then determine whether the point lies inside, on, or outside the circle.
Step 1: The coefficients on and match but are not 1, so divide every term by 2: .
Step 2: Group like variables and move the constant to the right: .
Step 3: Complete the square for . Half of is , and . Add to both sides.
Step 4: Complete the square for . Half of is , and . Add to both sides. The right side becomes .
Step 5: Factor: .
Step 6: Read the answers. Center is because . Radius is , since the right side is , not .
Step 7: Test the point . Substitute into the left side: . Compare to . Since , the squared distance from the center is less than the squared radius, so lies inside the circle.
Quick sanity check: the point is directly below the center by 4 units, and 4 is less than , so it should indeed be inside.
Step 2: Group like variables and move the constant to the right: .
Step 3: Complete the square for . Half of is , and . Add to both sides.
Step 4: Complete the square for . Half of is , and . Add to both sides. The right side becomes .
Step 5: Factor: .
Step 6: Read the answers. Center is because . Radius is , since the right side is , not .
Step 7: Test the point . Substitute into the left side: . Compare to . Since , the squared distance from the center is less than the squared radius, so lies inside the circle.
Quick sanity check: the point is directly below the center by 4 units, and 4 is less than , so it should indeed be inside.
Practice questions
Which equation represents the circle with center and radius ?
Answer:
Standard form subtracts the center coordinates: simplifies to . The right side must be . Choices with and flip both signs of the center, and choices ending in 3 use the radius where belongs.
A circle has a diameter with endpoints and . Write the equation of the circle in standard form and state its center and radius.
Answer: , with center and radius .
The center is the midpoint of the diameter: . For the radius, find the distance from the center to either endpoint: from to the horizontal change is 4 and the vertical change is 3, so and . (Equivalently, the full diameter is , so the radius is 5 — the halving step is where most errors occur.) Substituting gives .
Convert to standard form and describe its graph.
Answer: ; the graph is the single point .
Group and move the constant: . Half of 2 is 1, so add ; half of is , so add . The right side becomes , giving . Since squares cannot be negative, the only solution is and . This is a degenerate circle with radius zero — a single point, not an error in your work.
FAQ
- Why is the right side instead of ?
- Because the equation comes from squaring both sides of the distance formula. Starting from , squaring removes the radical and turns the right side into . So whenever a problem gives you a radius, square it before writing the equation, and whenever an equation gives you the right-hand number, take its square root to get the radius.
- How do I tell whether an equation is a circle at all?
- In general form, the and terms must both be present, have the same sign, and have equal coefficients, and there can be no term. If the coefficients differ, you get an ellipse or hyperbola instead. Even when it looks like a circle, complete the square and check the right side: positive gives a real circle, zero gives a single point, and negative gives no graph.
- What if the equation has a plus sign, like ?
- Rewrite it as subtraction of a negative: , so . The center coordinate is always the opposite of the number you see inside the parentheses. Doing this rewrite on paper for the first several problems will break the habit of reporting the sign backwards.
- Do I need the midpoint formula for these problems?
- Only when a circle is described by the endpoints of a diameter. In that case the center is the midpoint of those endpoints, and the radius is the distance from that midpoint to either endpoint. If the problem gives you the center directly along with a point on the circle, you only need the distance formula.
Learn this with a teacher, not a page
The Crimsora tutor teaches Equations of Circles in the Coordinate Plane live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.