Skip to main content
Calkulon
Back to Guides
6 min read5 Steps

How to Solve Quadratics by Completing the Square: Step-by-Step Guide

Master completing the square to solve quadratic equations. Learn the formula, visualize the geometry, and work through examples by hand.

Skip the math — use the calculator

Step-by-Step Instructions

1

Prepare Your Quadratic Equation

First, identify your quadratic equation in the form `ax^2 + bx + c = 0`. Your goal is to isolate the `x^2` and `x` terms on one side and move the constant term `c` to the other side. If the coefficient `a` (the number in front of `x^2`) is not `1`, divide the *entire* equation by `a` before proceeding. This ensures your `x^2` term has a coefficient of `1`.

2

Calculate the "Completing" Term

Once your equation looks like `x^2 + bx = -c` (or a similar form after dividing by `a`), identify the coefficient `b` (the number in front of `x`). To complete the square, you need to find the value `(b/2)^2`. First, divide `b` by `2`, and then square that result. This term will always be positive.

3

Form the Perfect Square Trinomial

Add the "completing" term `(b/2)^2` (calculated in Step 2) to *both* sides of your equation. Adding it to the left side creates a perfect square trinomial. The left side can then be factored into the form `(x + b/2)^2`. The right side will simply be a numerical sum.

4

Isolate x Using Square Roots

Now that you have `(x + b/2)^2 = (a number)`, take the square root of *both* sides of the equation. This will remove the square from the left side, leaving you with `x + b/2`. On the right side, remember to include *both* the positive and negative square roots (`±`). Simplify any radicals if possible.

5

Solve for x and Check Your Work

You'll now have two separate linear equations to solve: one for the positive square root and one for the negative square root. Solve each equation for `x` to find your two solutions. Finally, take a moment to plug both of your `x` values back into the *original* quadratic equation to ensure they make the equation true. This is a great way to catch any potential errors!

How to Solve Quadratics by Completing the Square: Step-by-Step Guide

Hello, math adventurers! Ever stared at a quadratic equation like ax^2 + bx + c = 0 and wished there was a magical way to solve it without a calculator? Well, there is! It's called "Completing the Square," and it's a super powerful technique that transforms a tricky quadratic into a neat, solvable form. Not only will you find the values of x, but you'll also gain a deeper understanding of quadratic functions.

Completing the Square is a fantastic skill to add to your math toolbox. It's not just for solving equations; it's also incredibly useful for converting quadratic functions into vertex form, which helps you easily find the parabola's turning point. Let's dive in!

Prerequisites

Before we jump into completing the square, make sure you're comfortable with these basics:

  • Basic Algebra: Manipulating equations, adding/subtracting from both sides, multiplying/dividing.
  • Square Roots: Understanding what they are and how to take them (and remembering the positive and negative roots!).
  • Factoring Simple Trinomials: Recognizing patterns like x^2 + 2x + 1 = (x+1)^2.
  • Quadratic Equation Form: Knowing that a quadratic is generally written as ax^2 + bx + c = 0.

The Big Idea: What is "Completing the Square"?

Imagine you have a square with side length x. Its area is x^2. Now, imagine you add two rectangles, each with dimensions (b/2) by x. The total area is x^2 + (b/2)x + (b/2)x = x^2 + bx. This shape is almost a square, but it has a corner missing!

To "complete the square," you need to add a small square in that missing corner. The side length of this small square would be b/2, so its area would be (b/2)^2. Once you add this term, your expression x^2 + bx + (b/2)^2 becomes a perfect square trinomial, which can be factored beautifully as (x + b/2)^2.

This is the instant geometry result: you're literally turning an incomplete rectangle into a perfect square by adding a specific area! This visual helps explain why we add (b/2)^2.

The Formula at a Glance

The core idea is to transform x^2 + bx into a perfect square trinomial:

x^2 + bx + (b/2)^2 = (x + b/2)^2

When solving a quadratic equation ax^2 + bx + c = 0, our goal is to manipulate it so that one side is a perfect square trinomial and the other side is a constant, allowing us to take the square root of both sides.

Variable Legend

For a standard quadratic equation ax^2 + bx + c = 0:

  • a: The coefficient of the x^2 term.
  • b: The coefficient of the x term.
  • c: The constant term.

Worked Example: Let's Do It!

Let's solve the quadratic equation x^2 + 6x + 5 = 0 by completing the square.

Step 1: Prepare Your Quadratic Equation

Our first goal is to get the x^2 and x terms on one side and the constant term on the other. Also, ensure the coefficient of x^2 (which is a) is 1. If a is not 1, you'll need to divide the entire equation by a first.

For x^2 + 6x + 5 = 0:

  1. Move the constant term c to the right side of the equation. x^2 + 6x = -5

  2. Check a. Here, a = 1, so we don't need to divide by anything. Perfect!

Step 2: Calculate the "Completing" Term

Now, we need to find that special number, (b/2)^2, that will complete our square. From our prepared equation x^2 + 6x = -5, we can see that b = 6.

  1. Take half of b: b/2 = 6/2 = 3.
  2. Square the result: (b/2)^2 = 3^2 = 9.

This "magic number" is 9.

Step 3: Form the Perfect Square Trinomial

This is where the magic happens! We'll add our "completing" term (from Step 2) to both sides of the equation. Remember, whatever you do to one side, you must do to the other to keep the equation balanced.

  1. Add 9 to both sides of x^2 + 6x = -5: x^2 + 6x + 9 = -5 + 9

  2. Simplify the right side and factor the left side into its perfect square form (x + b/2)^2: (x + 3)^2 = 4

Notice how the 3 inside the parenthesis is our b/2 from Step 2!

Step 4: Isolate x Using Square Roots

With a perfect square on one side and a constant on the other, we can now easily solve for x.

  1. Take the square root of both sides of the equation. Crucially, remember to include both the positive and negative square roots! √(x + 3)^2 = ±√4

  2. Simplify both sides: x + 3 = ±2

Step 5: Solve for x and Check Your Work

We now have two separate linear equations to solve for x.

  1. Case 1 (Positive root): x + 3 = 2 x = 2 - 3 x = -1

  2. Case 2 (Negative root): x + 3 = -2 x = -2 - 3 x = -5

So, the solutions to x^2 + 6x + 5 = 0 are x = -1 and x = -5.

Check Your Work (Optional but Recommended!)

Plug your solutions back into the original equation to ensure they work.

For x = -1: (-1)^2 + 6(-1) + 5 = 1 - 6 + 5 = 0. (Correct!)

For x = -5: (-5)^2 + 6(-5) + 5 = 25 - 30 + 5 = 0. (Correct!)

Common Pitfalls to Avoid

  • Forgetting to Divide by 'a': If a is not 1, the very first thing you must do is divide the entire equation by a. Forgetting this is a common mistake that leads to incorrect b values.
  • Sign Errors with b/2: Be careful with negative b values. If b = -8, then b/2 = -4, and (b/2)^2 = (-4)^2 = 16. The (b/2)^2 term will always be positive.
  • Not Adding to Both Sides: Whatever you add to one side of the equation to complete the square, you must add to the other side to maintain equality.
  • Forgetting ± When Taking the Square Root: This is crucial! A number has both a positive and a negative square root (e.g., √9 = ±3). Forgetting the negative root means you'll only find one solution when there are usually two.
  • Not Simplifying Radicals: If you end up with √12, simplify it to 2√3.

When to Grab Your Calculator

While the steps are manual, your calculator can be a handy assistant for:

  • Square Roots: Especially when you encounter non-perfect squares (e.g., √17). Your calculator can give you a decimal approximation if needed.
  • Checking Your Solutions: Quickly plug your final x values back into the original equation to verify your answers.
  • Basic Arithmetic: For larger numbers, a calculator can help ensure accuracy in additions, subtractions, and squaring.

Completing the Square is a powerful technique that will make you feel like a true math wizard. Keep practicing, and you'll master it in no time! Happy calculating!

Ready to Calculate?

Skip the manual work and get instant results.

Open Calculator

Settings

PrivacyTermsAbout© 2026 Calkulon