MATH 2 • GEOMETRY

Completing Square for Circle Equations — I can connect completing the square to writing the equation of a circle in standard form at my level.

Transform messy expanded equations into elegant circle equations that reveal center and radius instantly.

Historical Context & Motivation

Circles have fascinated mathematicians for thousands of years. Ancient civilizations recognized that every point on a circle is the same distance from its center, but it took centuries to develop the algebraic tools needed to express that idea as an equation. The technique of completing the square — a method for rewriting quadratic expressions — became the bridge between messy expanded equations and the clean standard form of a circle that reveals its center and radius at a glance.

~300 BCE
Euclid's Elements
Euclid defined a circle as the set of all points equidistant from a given center point, establishing the geometric foundation that would later be translated into algebra.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi introduced systematic methods for completing the square to solve quadratic equations, giving algebra its name from his book al-Kitāb al-Mukhtaṣar.
1637
Descartes' Coordinate Geometry
René Descartes merged algebra and geometry by introducing the coordinate plane, making it possible to represent circles — and all shapes — as algebraic equations.
Modern Day
Standard Form in Classrooms
Today, completing the square is a core skill in geometry and precalculus courses, used to convert general second-degree equations into the standard form (x − h)² + (y − k)² = r².

Here is the key question this lesson addresses: when you encounter an equation like x² + y² + 6x − 4y − 12 = 0, how do you figure out where the circle sits and how big it is? The answer lies in rearranging that equation into standard form by completing the square on both the x-terms and the y-terms.

Core Principles & Definitions

Before diving into the algebra, you need a solid understanding of a few foundational ideas. Each one builds on the last, so take a moment to make sure each concept clicks before moving on.

1

Standard Form of a Circle

The equation (x − h)² + (y − k)² = r² describes a circle with center (h, k) and radius r. The minus signs inside the parentheses mean you take the opposite of the numbers you see.
2

General (Expanded) Form

When you expand the standard form, you get something like x² + y² + Dx + Ey + F = 0. This general form hides the center and radius — completing the square recovers them.
3

Perfect Square Trinomial

An expression like x² + 6x + 9 factors neatly into (x + 3)². Completing the square means finding the constant that turns a binomial (x² + bx) into one of these perfect square trinomials.
4

The Magic Number: (b/2)²

For any expression x² + bx, the value you add is (b ÷ 2)². For example, x² + 6x needs (6 ÷ 2)² = 9 added to complete the square. This single rule drives the entire technique.
KEY TAKEAWAY
Think of completing the square like unpacking a gift that's been wrapped inside-out. The general form of a circle equation is the messy wrapping paper — completing the square is how you carefully unwrap it to reveal the gift inside: the center and radius. The key move is always the same — take half the coefficient of x (or y), square it, and add it to both sides.

Visual Explanation

The diagram below shows a circle plotted on the coordinate plane. The center is marked at (−3, 2), and the radius extends from the center to any point on the circle. Notice how the standard form equation directly encodes these two pieces of information.

A circle with center (−3, 2) and radius 5. The cyan ring is the circle itself, the pink dot marks the center, and the gold dashed line shows the radius. Both the standard form and general form equations are displayed below the graph.

Looking at the standard form (x + 3)² + (y − 2)² = 25, you can immediately read off the center as (−3, 2) — remember to take the opposite sign of what appears inside the parentheses. The right side, 25, equals r², so the radius is √25 = 5. Compare that to the general form x² + y² + 6x − 4y − 12 = 0, which tells you almost nothing at first glance. The power of completing the square is turning the second equation into the first.

Mathematical Framework

The entire process rests on a few key equations and one repeated algebraic move. Let's lay out the formulas first, then see how they connect.

STANDARD FORM OF A CIRCLE
(x − h)² + (y − k)² = r²
Where (h, k) is the center and r is the radius.
GENERAL FORM OF A CIRCLE
x² + y² + Dx + Ey + F = 0
Where D, E, and F are real-number constants. The coefficients of x² and y² must both equal 1.
COMPLETING THE SQUARE RULE
x² + bx + (b/2)² = (x + b/2)²
Take half of b, square it, and add it. The expression then factors into a perfect square binomial.

The strategy for converting general form to standard form follows a consistent pattern. First, group the x-terms together and the y-terms together. Then move the constant F to the other side of the equation. Next, complete the square for the x-group by adding (D/2)² to both sides. Do the same for the y-group by adding (E/2)² to both sides. Finally, factor each group into a squared binomial and simplify the right side. The right side becomes r², and you can take the square root to find the radius.

⚠️ Don't Forget Both Sides!
When you add a number to complete the square on the left side of the equation, you must add the same number to the right side to keep the equation balanced. This is the most common mistake students make.

The Completing-the-Square Process, Step by Step

The diagram below walks through the entire algebraic process visually, showing how the general form x² + y² + 6x − 4y − 12 = 0 transforms into standard form through each step. Follow the arrows from top to bottom.

The flowchart traces how the general form equation transforms into standard form through four steps: grouping terms, completing the square for x, completing the square for y, and factoring. Notice that every number added to the left side is also added to the right side.
  1. Step 1 — Group and rearrange: Collect x-terms and y-terms in their own parentheses, and move the constant to the right side.
  2. Step 2 — Complete the square for x: Take half the coefficient of x, square it, and add that value to both sides.
  3. Step 3 — Complete the square for y: Take half the coefficient of y, square it, and add that value to both sides.
  4. Step 4 — Factor and simplify: Rewrite each trinomial as a squared binomial and combine the constants on the right.

Worked Example

Let's convert a different circle equation from general form to standard form and identify the center and radius.

Convert x² + y² − 8x + 2y + 8 = 0 to standard form
1
Step 1 — Group and Move the ConstantGroup x-terms and y-terms, then move the constant 8 to the right side by subtracting 8 from both sides. This gives us: (x² − 8x) + (y² + 2y) = −8.
(x² − 8x) + (y² + 2y) = −8
2
Step 2 — Complete the Square for xThe coefficient of x is −8. Half of −8 is −4. Squaring −4 gives 16. Add 16 to both sides: (x² − 8x + 16) + (y² + 2y) = −8 + 16.
(x² − 8x + 16) + (y² + 2y) = 8
3
Step 3 — Complete the Square for yThe coefficient of y is 2. Half of 2 is 1. Squaring 1 gives 1. Add 1 to both sides: (x² − 8x + 16) + (y² + 2y + 1) = 8 + 1.
(x² − 8x + 16) + (y² + 2y + 1) = 9
4
Step 4 — Factor Each TrinomialFactor x² − 8x + 16 into (x − 4)². Factor y² + 2y + 1 into (y + 1)². The equation becomes (x − 4)² + (y + 1)² = 9.
(x − 4)² + (y + 1)² = 9
5
Step 5 — Identify Center and RadiusComparing to (x − h)² + (y − k)² = r², we see h = 4 and k = −1, so the center is (4, −1). Since r² = 9, the radius is r = 3.
Center: (4, −1), Radius: 3
💡 Sign Check Tip
After factoring, always double-check by expanding your answer mentally. For example, (x − 4)² expands to x² − 8x + 16 ✓ and (y + 1)² expands to y² + 2y + 1 ✓. This quick verification catches sign errors before they snowball.

Common Mistakes & How to Avoid Them

Completing the square is a systematic process, but there are several places where students commonly slip up. The table below compares correct and incorrect approaches for the most frequent errors.

Five most common errors when completing the square for circle equations
Common MistakeWhat Goes WrongCorrect Approach
Forgetting to add to both sidesAdding 9 to the left but not to the right changes the equation's meaning entirely, producing a wrong circle.Whatever you add to the left, add the same amount to the right. The equation must stay balanced.
Sign errors in (b/2)²Writing (−4/2)² = −4 instead of +4. Squaring always gives a positive result.Remember that (−2)² = 4, not −4. The number you add is always positive.
Misreading the centerSeeing (x + 3)² and writing h = 3 instead of h = −3. The standard form uses subtraction.Compare to (x − h)²: if you have (x + 3)², that's (x − (−3))², so h = −3.
Forgetting to take the square rootStating that the radius is 25 when r² = 25. The radius is r, not r².Always take the square root of the right side. If r² = 25, then r = 5.
Not moving the constant firstTrying to complete the square with the constant still mixed in with the variable terms leads to confusion and arithmetic errors.Always isolate the constant on the right side before you begin completing the square.
KEY TAKEAWAY
Think of the equation as a balanced scale. Completing the square is like adding identical weights to both pans of the scale — if you add 9 grams to the left pan, you must add 9 grams to the right pan too, or the scale tips. The balance principle is the single most important thing to remember throughout this process.

Connections to Advanced Topics

Completing the square for circles is just the beginning. The same technique extends to other conic sections — ellipses, hyperbolas, and parabolas — and shows up again in precalculus and calculus. The table below shows how the skill you are learning now connects to what comes next.

How completing the square for circles connects to future math courses
This Lesson (Circles)What Comes Next
Complete the square on x² + y² + Dx + Ey + F = 0Complete the square on Ax² + By² + Dx + Ey + F = 0 where A ≠ B (ellipses and hyperbolas)
The resulting r² must be positive for a real circleWhen r² = 0, the "circle" is a single point; when r² < 0, no real graph exists — these are called degenerate cases
Center (h, k) and radius r describe the circleFoci, vertices, and axes describe ellipses and hyperbolas — all found by completing the square
Works with equations of degree 2 in two variablesIn calculus, completing the square helps integrate expressions involving x² + bx under a square root

Mastering completing the square now gives you a versatile algebraic tool. In precalculus, you will apply it to classify and graph all four conic sections from a single general equation. In calculus, the technique returns when evaluating certain integrals. The good news is that the core move — take half, square it, add to both sides — never changes, no matter how advanced the application.

Practice Problems

Try these five problems on your own before checking the answers. They start with a concept check and build up to a challenge that requires synthesis of everything in this lesson.

PROBLEM 1CONCEPTUAL
Explain in your own words why you need to add the same number to both sides of the equation when completing the square. What would go wrong if you only added it to one side?
PROBLEM 2BASIC CALCULATION
Convert x² + y² + 4x − 6y + 4 = 0 to standard form. Identify the center and radius.
PROBLEM 3INTERMEDIATE
Convert x² + y² − 10x + 12y + 12 = 0 to standard form. Find the center, radius, and determine whether the point (9, −2) lies inside, on, or outside the circle.
PROBLEM 4APPLIED
A circular fountain in a park has its boundary described by x² + y² − 14x + 8y + 40 = 0, where each unit represents 1 meter. A landscaper needs to know the center of the fountain and how many meters of decorative tile are needed to go around it (the circumference). Find both.
PROBLEM 5CRITICAL THINKING
Consider the equation x² + y² + 2x − 6y + k = 0. For what values of k does this equation represent a real circle? For what value of k does it represent a single point? When does it represent no real graph at all?

Lesson Summary

The standard form of a circle is (x − h)² + (y − k)² = r², where (h, k) is the center and r is the radius. When a circle equation is given in general form (x² + y² + Dx + Ey + F = 0), you can convert it to standard form by completing the square on both the x-terms and y-terms. The critical algebraic move is: take half the coefficient of x (or y), square it, and add it to both sides of the equation.

After completing the square, factor each perfect square trinomial into a squared binomial, and simplify the right side to find r². Remember to take the opposite sign of what appears inside each parenthesis to read the center coordinates. This technique is the gateway to analyzing all conic sections in future courses — ellipses, hyperbolas, and parabolas all use the same completing-the-square strategy.

Varsity Tutors • Math 2 • Completing Square for Circle Equations