MATH 3 • GEOMETRY

Completing Square for Circles — I can connect completing the square to rewriting a circle equation in standard form at my level.

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

Historical Context & Motivation

For thousands of years, mathematicians have been fascinated by the circle — the most symmetric shape in all of geometry. Ancient civilizations recognized that every point on a circle sits the same distance from its center, but expressing that idea algebraically took centuries of development. The technique of completing the square connects algebra and geometry in a powerful way, letting us decode a jumbled polynomial into a clean geometric description of a circle.

~300 BCE
Euclid's Elements
Euclid formally defined a circle as all points equidistant from a center, establishing the geometric foundation that still underlies our modern equation.
~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-Kitab al-Mukhtasar.
1637
Descartes and Coordinate Geometry
René Descartes merged algebra and geometry by placing shapes on coordinate axes, making it possible to describe circles with equations instead of just compass constructions.
Modern Day
GPS, Engineering & Design
Today, circle equations power GPS triangulation, computer graphics, robotics, and architectural design — all relying on the ability to extract center and radius from algebraic expressions.

Here's the core problem: circle equations often appear in expanded (general) form — a messy expression like x² + y² − 6x + 4y − 12 = 0. Looking at that, you can't immediately tell where the circle is centered or how big it is. Completing the square is the algebraic tool that transforms this into standard form, where the center and radius are visible at a glance. How exactly does that work? Let's build the skill step by step.

Core Principles & Definitions

Before diving into the algebra, you need a clear understanding of what each form of a circle equation tells you and why the standard form is so useful. The following foundational ideas will guide every step of the process.

1

Standard Form of a Circle

The equation (x − h)² + (y − k)² = r² immediately reveals the center (h, k) and the radius r of the circle.
2

General (Expanded) Form

The equation x² + y² + Dx + Ey + F = 0 is the same circle, just expanded. The center and radius are hidden inside the coefficients D, E, and F.
3

Completing the Square

An algebraic technique that rewrites x² + bx as (x + b/2)² − (b/2)². It creates a perfect square trinomial so you can factor neatly.
4

Balance Both Sides

Whatever number you add to complete the square on one side of the equation, you must also add to the other side to keep the equation balanced.
5

Two Completions Needed

A circle equation has both x-terms and y-terms, so you must complete the square twice — once for x and once for y — to reach standard form.
KEY TAKEAWAY
Think of completing the square like rearranging a messy room into labeled boxes. The expanded equation is clothes, books, and supplies scattered everywhere. Completing the square sorts the x-stuff into one box and the y-stuff into another, so you can instantly see what you have — the center and the radius of your circle.

Visual Explanation

The diagram below shows how the same circle can be described by two different-looking equations. On the left you see the general form equation, and on the right the standard form. The circle itself doesn't change — only the way we write the equation changes, and the standard form makes the geometry obvious.

The circle with center (3, −2) and radius 5 is the same in both forms. The general form hides this information, while the standard form reveals it immediately. The golden dot marks the center and the pink dashed segment shows the radius.

Notice how the standard form (x − 3)² + (y + 2)² = 25 directly tells you the center is at (3, −2) — you read the opposite signs of the numbers inside the parentheses — and the radius is √25 = 5. The general form x² + y² − 6x + 4y − 12 = 0 contains the exact same information, but it's buried in the coefficients. Completing the square is the bridge between these two representations.

Mathematical Framework

Let's formalize the two forms of a circle equation and the completing-the-square technique that connects them.

STANDARD FORM OF A CIRCLE
(x − h)² + (y − k)² = r²
Here (h, k) is the center and r is the radius. Reading the center requires taking the opposite sign of whatever appears inside each parenthesis.
GENERAL FORM OF A CIRCLE
x² + y² + Dx + Ey + F = 0
D, E, and F are constants. The coefficients of x² and y² must both be 1 (if they are something else, divide the whole equation by that coefficient first).
COMPLETING THE SQUARE — CORE IDENTITY
x² + bx = (x + b/2)² − (b/2)²
Take half the coefficient of x, square it, and add it to both sides. This converts x² + bx into a perfect square.

The Step-by-Step Algorithm

  1. Group: Rearrange the equation so x-terms are together, y-terms are together, and the constant is on the other side.
  2. Complete for x: Take half the coefficient of x, square it, and add that value to both sides.
  3. Complete for y: Take half the coefficient of y, square it, and add that value to both sides.
  4. Factor: Write each trinomial as a squared binomial.
  5. Read: Identify the center (h, k) and the radius r = √(right side).
⚠️ Watch the Signs!
The standard form uses subtraction: (x − h)² and (y − k)². If your equation has (x + 3)², that means h = −3, not 3. A plus sign inside the parenthesis means the coordinate is negative.

Step-by-Step Breakdown with Visuals

Let's visualize each stage of completing the square on the equation x² + y² − 6x + 4y − 12 = 0. The diagram below traces the algebraic transformation and shows what's happening geometrically at each step.

Each colored box represents one step. Notice how we add 9 (from the x-terms) and 4 (from the y-terms) to both sides, keeping the equation balanced.

The key insight is in Steps 2 and 3. When you take half the linear coefficient and square it, you're creating exactly the missing piece that turns a two-term expression (like x² − 6x) into a perfect square trinomial (x² − 6x + 9 = (x − 3)²). You must add that same value to the right side too, because an equation is like a balance scale — whatever you add to one side, you must add to the other.

Practice recognizing the pattern: half → square → factor
ExpressionHalf the coefficientSquare itPerfect square form
x² − 6x−6 ÷ 2 = −3(−3)² = 9(x − 3)²
y² + 4y4 ÷ 2 = 22² = 4(y + 2)²
x² + 10x10 ÷ 2 = 55² = 25(x + 5)²
y² − 8y−8 ÷ 2 = −4(−4)² = 16(y − 4)²

Worked Example

Let's work through a complete example from start to finish. We'll convert the equation x² + y² + 8x − 10y + 5 = 0 into standard form and identify the circle's center and radius.

Rewrite x² + y² + 8x − 10y + 5 = 0 in standard form
1
Step 1 — Group and Move the ConstantRearrange the equation to group x-terms together and y-terms together. Move the constant to the right side by subtracting 5 from both sides:
(x² + 8x) + (y² − 10y) = −5
2
Step 2 — Complete the Square for xThe coefficient of x is 8. Half of 8 is 4, and 4² = 16. Add 16 to both sides:
(x² + 8x + 16) + (y² − 10y) = −5 + 16
3
Step 3 — Complete the Square for yThe coefficient of y is −10. Half of −10 is −5, and (−5)² = 25. Add 25 to both sides:
(x² + 8x + 16) + (y² − 10y + 25) = −5 + 16 + 25
4
Step 4 — Factor Each Perfect Square Trinomialx² + 8x + 16 factors as (x + 4)². y² − 10y + 25 factors as (y − 5)². Simplify the right side: −5 + 16 + 25 = 36.
(x + 4)² + (y − 5)² = 36
5
Step 5 — Identify Center and RadiusCompare with (x − h)² + (y − k)² = r². Here (x + 4) = (x − (−4)), so h = −4. And (y − 5) means k = 5. Since r² = 36, we get r = 6.
Center: (−4, 5) Radius: 6
🚨 Common Mistake Alert
Students often forget to add the completing-the-square values to the right side. In this example, adding 16 and 25 to both sides changed the right side from −5 to 36. If you only add them on the left, your final equation will be wrong and you'll get the wrong radius.

General Form vs. Standard Form — When and Why

Both forms describe the same circle, so why do we need both? Each form has strengths depending on the situation. Understanding when to use each one makes you a more flexible problem solver.

Comparing the two circle equation forms
FeatureStandard FormGeneral Form
Reveals center?Yes — directly as (h, k)No — hidden in coefficients
Reveals radius?Yes — r = √(right side)No — requires calculation
GraphingEasy — plot center, measure radiusHard — must convert first
SubstitutionHarder — binomials are bulkyEasier — no parentheses
Systems of equationsUseful for geometric reasoningUseful for algebraic elimination
Verifying a pointPlug in and compare to r²Plug in and check if = 0
KEY TAKEAWAY
General form is like a zip file — compact and easy to manipulate algebraically, but you can't see what's inside without unpacking it. Standard form is the unzipped version — everything is visible and ready to use for graphing or geometric analysis. Completing the square is the 'unzip' tool.

Connections to Advanced Topics

Completing the square for circles is not an isolated skill — it connects to broader ideas you'll encounter throughout math. The same technique appears in several important contexts, and mastering it here gives you a head start.

How this skill extends into future math courses
This LessonWhere It Leads
Completing the square for x² + bxDeriving the quadratic formula — the proof uses completing the square on ax² + bx + c = 0
Circle equations in two variablesEllipse and hyperbola equations — conic sections all use the same grouping-and-completing technique
Finding center and radius3D geometry — the equation of a sphere is (x − h)² + (y − k)² + (z − l)² = r², requiring three completions
Rewriting equations to reveal structureVertex form of a parabola — y = a(x − h)² + k is found by completing the square on a quadratic function

In precalculus and calculus, you'll encounter the other conic sections — ellipses, parabolas, and hyperbolas — which all use the same completing-the-square approach. For ellipses the equation looks like (x − h)²/a² + (y − k)²/b² = 1, and for hyperbolas you'll see a subtraction instead of an addition. The circle is actually the simplest conic section, making it the perfect place to learn the technique. Once you're comfortable completing the square twice for a circle, extending it to these other shapes is a natural next step.

📡 Real-World Connection
GPS technology determines your location by finding where three circles intersect (trilateration). Each satellite gives a circle equation, and solving the system requires converting between general and standard form — exactly the skill you're learning here.

Practice Problems

Try these five problems to build confidence. They progress from conceptual understanding to more challenging applications. Work through each step carefully and check your answers below.

PROBLEM 1CONCEPTUAL
Why do you need to add the same number to both sides when completing the square? What would go wrong if you only added it to the left side?
PROBLEM 2BASIC CALCULATION
Rewrite x² + y² − 4x + 6y − 3 = 0 in standard form. State the center and radius of the circle.
PROBLEM 3INTERMEDIATE
Rewrite x² + y² + 10x − 2y + 17 = 0 in standard form. Then determine whether the point (−3, 1) lies inside, on, or outside the circle.
PROBLEM 4APPLIED
A circular fountain in a park is described by the equation x² + y² − 12x + 8y + 27 = 0, where units are in meters. Find the center and radius of the fountain. A bench is located at (10, −1). How far is the bench from the nearest edge of the fountain?
PROBLEM 5CRITICAL THINKING
Consider the equation x² + y² + Dx + Ey + F = 0. After completing the square, the right side becomes (D/2)² + (E/2)² − F. What conditions on D, E, and F must be true for this equation to represent a real circle with a positive radius? What happens if those conditions are not met?

Lesson Summary

A circle equation can appear in two forms: the general form x² + y² + Dx + Ey + F = 0 and the standard form (x − h)² + (y − k)² = r². The standard form immediately reveals the center (h, k) and the radius r. To convert from general to standard form, use completing the square: group the x- and y-terms, take half the linear coefficient and square it, add that value to both sides, factor each perfect square trinomial, then read off center and radius.

Remember to balance both sides every time you add a number, and watch the signs inside the parentheses — a plus sign means the coordinate is negative, since standard form uses subtraction. This technique is the foundation for working with all conic sections and will reappear when you study ellipses, hyperbolas, and even the derivation of the quadratic formula.

Varsity Tutors • Math 3 • Completing Square for Circles