ALGEBRA 1 • EQUIVALENT EXPRESSIONS

Complete the Square to Find Extrema

Rewrite any quadratic to instantly reveal its highest or lowest point.

Historical Context & Motivation

People have been solving quadratic equations for thousands of years. Ancient mathematicians didn't have graphing calculators or coordinate planes, but they still needed to find unknown lengths and areas. The technique we now call completing the square was one of the earliest algebraic methods ever invented, and it remains one of the most powerful tools in algebra today.

The core idea behind completing the square is simple: you can rewrite a quadratic expression so that the maximum or minimum value of the function is visible at a glance. Before this technique existed, finding the extreme value of a parabola required trial-and-error or geometric reasoning. Completing the square changed everything by giving us a direct algebraic path to the answer.

~2000 BCE
Babylonian Geometric Algebra
Babylonian scribes solved quadratic problems by literally completing a square shape made of tiles. They added a small square piece to a rectangle to form a perfect square, which is the geometric origin of this technique.
~825 CE
Al-Khwarizmi's Algebraic Method
The Persian mathematician al-Khwarizmi wrote one of the first algebra textbooks. He described completing the square as a step-by-step procedure, turning a geometric trick into a reliable algorithm.
1637
Descartes and the Coordinate Plane
René Descartes introduced the coordinate plane, making it possible to graph equations. Now quadratics became parabolas, and the completed-square form revealed the vertex — the highest or lowest point on the curve.
Modern Era
Common Core Standard A-SSE.3.b
Today, completing the square is a key algebra skill. Standard A-SSE.3.b asks you to rewrite a quadratic expression to reveal the maximum or minimum value of the function it defines — the same idea mathematicians developed over millennia.

So here's the big question this lesson answers: given a quadratic function like f(x) = x² + 6x + 2, how do you rewrite it so you can immediately see its minimum or maximum value without graphing or guessing? That's exactly what completing the square does for you.

Core Principles & Definitions

Before we dive into the method, let's lock down the key ideas you need. A quadratic expression is any expression where the highest power of the variable is 2, like x² + 6x + 2. When we set y equal to that expression, we get a quadratic function whose graph is a U-shaped curve called a parabola. Every parabola has a turning point — and that's where the function reaches its extreme value.

1

Standard Form

A quadratic written as f(x) = ax² + bx + c. The coefficients a, b, and c are numbers you can read off directly. This form is easy to recognize but hides the vertex.
2

Vertex Form

A quadratic written as f(x) = a(x − h)² + k. The vertex is the point (h, k). If a > 0 the parabola opens up and k is the minimum. If a < 0 it opens down and k is the maximum.
3

Completing the Square

The algebraic process of rewriting standard form into vertex form. You create a perfect-square trinomial inside the expression so the vertex (h, k) becomes visible.
4

Perfect-Square Trinomial

An expression like x² + 6x + 9 that factors neatly as (x + 3)². Recognizing these patterns is the heart of the technique. The constant term is always (b/2)².
5

Extrema (Maximum / Minimum)

The greatest or least value a function can take. For a quadratic, the extreme value occurs at the vertex of the parabola and equals the k-value in vertex form.
KEY TAKEAWAY
Think of standard form as a locked box and vertex form as the same box opened up. The treasure inside — the vertex — tells you the minimum or maximum value. Completing the square is the key that opens the box. You aren't changing the function; you're just rewriting it so the answer is staring right at you.

Visualizing Completing the Square

The diagram below shows the geometric idea behind completing the square. We start with the expression x² + 6x. Imagine an x-by-x square and a rectangle that is 6 units wide and x units tall. We split that rectangle in half, rearrange the pieces, and discover a missing corner. Filling in that corner — adding (6/2)² = 9 — completes a perfect square.

The purple square represents x², the cyan rectangles represent the 6x term (split into two 3x pieces), and the yellow corner square is the 9 we add to complete the perfect square (x + 3)².

This geometric picture is exactly what the Babylonians did thousands of years ago. The key insight is that when you split the bx rectangle evenly and rearrange the halves, there's always a small square missing in the corner. The area of that missing square is (b/2)². Adding it completes a perfect square, and then you subtract that same amount so the expression's value doesn't change.

The Algebraic Process Step by Step

Now let's turn that geometric idea into an algebraic recipe. We want to convert standard form into vertex form. Here are the two forms side by side, followed by the step-by-step process.

STANDARD FORM
f(x) = ax² + bx + c
a, b, and c are real numbers; a ≠ 0. This form is easy to read but hides the vertex.
VERTEX FORM
f(x) = a(x − h)² + k
The vertex is (h, k). If a > 0, the parabola opens upward and k is the minimum value. If a < 0, the parabola opens downward and k is the maximum value.

The Recipe (when a = 1)

  1. Identify b. In x² + bx + c, find the coefficient of x.
  2. Compute (b/2)². Take half of b and square it. This is the number you need.
  3. Add and subtract (b/2)². Write x² + bx + (b/2)² − (b/2)² + c. You haven't changed the value — you added zero.
  4. Factor the perfect-square trinomial. The first three terms become (x + b/2)².
  5. Simplify the constant. Combine −(b/2)² + c into a single number k. The result is (x + b/2)² + k.

When a ≠ 1

If the leading coefficient a is not 1, factor it out from the first two terms first. For example, 2x² + 12x + 5 becomes 2(x² + 6x) + 5. Then complete the square inside the parentheses. Remember that whatever you add inside the parentheses is multiplied by a, so you must subtract a × (b/2)² outside.

THE KEY FORMULA
(b/2)² = the number you add to complete the square
This is the most important formula in the entire process. Half the linear coefficient, squared.

Minimum vs. Maximum — How the Sign of a Decides

Once you have vertex form f(x) = a(x − h)² + k, how do you know whether k is a minimum or a maximum? The answer depends entirely on the sign of a, the leading coefficient. When a is positive, the parabola opens upward like a bowl, and the vertex is the lowest point. When a is negative, the parabola opens downward like an upside-down bowl, and the vertex is the highest point.

Left: when a > 0, the parabola opens upward and the vertex gives the minimum value k. Right: when a < 0, the parabola opens downward and the vertex gives the maximum value k.
How the sign of a determines whether the vertex is a minimum or maximum.
Featurea > 0 (positive)a < 0 (negative)
Direction of openingUpward (U-shape)Downward (∩-shape)
Vertex is a…MinimumMaximum
Range of f(x)f(x) ≥ kf(x) ≤ k
Examplef(x) = (x − 2)² + 5 → min is 5f(x) = −(x + 1)² + 7 → max is 7

Worked Example — Finding the Minimum

Let's complete the square for f(x) = x² + 8x + 10 to find the minimum value of the function. We'll follow each step carefully.

Complete the Square: f(x) = x² + 8x + 10
1
Step 1 — Identify a, b, and cThe expression is in standard form with a = 1, b = 8, and c = 10. Since a = 1 (positive), we know this parabola opens upward, so the vertex will give us a minimum.
a = 1, b = 8, c = 10
2
Step 2 — Compute (b/2)²Take half of b: 8 ÷ 2 = 4. Then square it: 4² = 16. This is the number we need to create a perfect-square trinomial.
(b/2)² = (8/2)² = 4² = 16
3
Step 3 — Add and subtract 16Rewrite the expression by inserting +16 and −16 after the first two terms. We haven't changed the expression's value because +16 − 16 = 0.
x² + 8x + 16 − 16 + 10
4
Step 4 — Factor the perfect-square trinomialThe first three terms, x² + 8x + 16, factor as (x + 4)². This is the completed square.
(x + 4)² − 16 + 10
5
Step 5 — Simplify the constant and state the resultCombine the constants: −16 + 10 = −6. Now we have vertex form. The vertex is (−4, −6). Since a = 1 > 0, the parabola opens up, so the minimum value of f(x) is −6, occurring at x = −4.
f(x) = (x + 4)² − 6 → minimum value is −6 at x = −4
CHECK YOUR ANSWER
You can verify by plugging x = −4 back into the original expression: (−4)² + 8(−4) + 10 = 16 − 32 + 10 = −6. ✓ You can also try nearby values like x = −3 or x = −5 and confirm they give results greater than −6.

Completing the Square vs. Other Methods

Completing the square isn't the only way to work with quadratics. You might wonder when to use it instead of factoring, using the quadratic formula, or just reading the vertex from a graph. Here's a comparison to help you choose the right tool for the job.

Comparison of methods for analyzing quadratic functions.
MethodBest ForLimitations
Completing the squareFinding the vertex, max/min value, and converting to vertex form. Works for every quadratic.More steps than some methods. Requires careful arithmetic with fractions when b is odd.
FactoringFinding x-intercepts (roots) quickly when the expression factors over integers.Many quadratics don't factor neatly. Doesn't directly show the vertex or min/max.
Quadratic formulaFinding exact roots for any quadratic. Always works.Gives roots, not the vertex. You'd still need extra steps to find the min/max value.
Vertex formula x = −b/(2a)Quick shortcut to find the x-coordinate of the vertex.It's actually derived from completing the square! Doesn't give you practice rewriting expressions.
GraphingVisualizing the shape and approximate location of the vertex.Not exact unless you use technology. Doesn't provide an algebraic equivalent form.
WHY COMPLETING THE SQUARE MATTERS MOST HERE
Standard A-SSE.3.b specifically asks you to rewrite the expression to reveal the max or min. Think of it like this: factoring is great for finding where the ball hits the ground (x-intercepts), but completing the square tells you how high the ball flies (the vertex). When the question is about the extreme value, completing the square is the right tool.

Connections to Advanced Topics

Completing the square is not just an Algebra 1 skill — it's a building block that shows up again and again in more advanced math. Understanding how it works now gives you a serious head start on several important topics you'll encounter later.

How completing the square connects to advanced mathematics.
This LessonWhere It Leads
Rewriting f(x) = ax² + bx + c in vertex formIn Algebra 2, you'll complete the square to derive the quadratic formula itself.
Finding the vertex of a parabolaIn Pre-Calculus and Calculus, optimization problems find max/min values of more complex functions. Completing the square is the simplest case.
Recognizing (x − h)² + (y − k)² = r² as a circleIn Geometry and Algebra 2, you complete the square on both x and y terms to find the center and radius of a circle from its general equation.
Understanding how rewriting reveals structureIn all future math, the idea that equivalent forms reveal different information is a central theme.

The most important takeaway for your mathematical future is the principle of strategic rewriting. The expression ax² + bx + c and the expression a(x − h)² + k represent the exact same function. They're equivalent. But they emphasize different features. Standard form makes the y-intercept (c) easy to see, while vertex form makes the extreme value (k) easy to see. Learning to choose the most useful form of an expression is one of the most powerful skills in all of algebra.

Practice Problems

Try these five problems on your own. They start easy and get progressively more challenging. For each one, complete the square and identify the maximum or minimum value of the function.

PROBLEM 1CONCEPTUAL
The function g(x) = (x − 5)² + 3 is already in vertex form. Without completing the square, state the minimum or maximum value. How do you know which one it is?
PROBLEM 2BASIC CALCULATION
Complete the square for f(x) = x² + 10x + 20. Write the function in vertex form and state the minimum value.
PROBLEM 3INTERMEDIATE
Complete the square for f(x) = −x² + 4x + 1. Determine whether the function has a maximum or minimum, find that value, and state the vertex.
PROBLEM 4APPLIED
A baseball is hit into the air. Its height in feet is modeled by h(t) = −16t² + 64t + 4, where t is time in seconds. Complete the square to find the maximum height the baseball reaches and when it gets there.
PROBLEM 5CRITICAL THINKING
Consider f(x) = 3x² + bx + 7. For what value of b will the minimum value of f(x) be the largest possible? What is that minimum value? (Hint: the minimum value depends on b.)

Lesson Summary

Completing the square is the algebraic process of rewriting a quadratic from standard form (ax² + bx + c) into vertex form (a(x − h)² + k). The key step is computing (b/2)², adding and subtracting it, and then factoring the resulting perfect-square trinomial. The vertex (h, k) reveals the extreme value of the function: if a > 0, then k is the minimum; if a < 0, then k is the maximum.

This technique connects directly to CCSS standard A-SSE.3.b: you are rewriting an expression in an equivalent form to reveal a specific property — in this case, the maximum or minimum value of the function it defines. Remember that different forms of the same expression emphasize different features, and choosing the right form is a skill that will serve you throughout all of mathematics.

Varsity Tutors • Algebra 1 • Complete the Square to Find Extrema