How To Solve Quadratic Equations By Completing The Square | A Method

Completing the square transforms a quadratic equation into a perfect square trinomial, allowing for direct calculation of its roots by taking the square root.

Quadratic equations appear throughout mathematics and various scientific fields, describing phenomena from projectile motion to economic models. Finding the values of the variable that satisfy these equations, known as roots or solutions, is a foundational skill. While several methods exist, completing the square offers a unique insight into the structure of quadratic expressions and provides a clear path to their solutions.

Understanding Quadratic Equations

A quadratic equation is a polynomial equation of the second degree, meaning the highest power of the variable is two. Its standard form is expressed as ax^2 + bx + c = 0, where x represents the variable, and a, b, and c are known coefficients. The coefficient a cannot be zero, as this would reduce the equation to a linear form.

The primary objective when solving a quadratic equation is to determine the specific values of x that make the equation true. These values correspond to the points where the parabola represented by the quadratic function intersects the x-axis. Completing the square is a robust algebraic technique for achieving this, offering a systematic approach even when factoring is not straightforward.

The Core Idea: Perfect Square Trinomials

The method of completing the square hinges on creating a perfect square trinomial. A perfect square trinomial is a trinomial that results from squaring a binomial, such as (x + k)^2 or (x - k)^2. Expanding (x + k)^2 yields x^2 + 2kx + k^2.

Observe the relationship between the middle term’s coefficient and the constant term in a perfect square trinomial. The constant term, k^2, is always the square of half the coefficient of the linear term, (2k / 2)^2 = k^2. This relationship is the key to transforming any quadratic expression into a perfect square, making it solvable by taking a square root.

Step-by-Step: Completing the Square (when a=1)

When the leading coefficient a is 1, the process simplifies. Consider a quadratic equation in the form x^2 + bx + c = 0. The steps below guide the transformation:

Isolate the Variable Terms

  1. Begin by rearranging the equation to move the constant term c to the right side of the equation. This isolates the terms involving x on the left side: x^2 + bx = -c.

Find the “Magic Number”

  1. Calculate the value needed to complete the square. This value is found by taking half of the coefficient of the x term (which is b), and then squaring the result: (b/2)^2.
  2. Add this calculated value, (b/2)^2, to both sides of the equation. Adding it to both sides maintains the equality of the equation: x^2 + bx + (b/2)^2 = -c + (b/2)^2.

Factor and Solve

  1. The left side of the equation is now a perfect square trinomial. Factor it into the form (x + b/2)^2. The equation becomes: (x + b/2)^2 = -c + (b/2)^2.
  2. Take the square root of both sides of the equation. Remember to include both the positive and negative roots on the right side: x + b/2 = ±√(-c + (b/2)^2).
  3. Isolate x by subtracting b/2 from both sides: x = -b/2 ±√(-c + (b/2)^2). This yields the two solutions for x.

This systematic approach ensures that the quadratic equation is transformed into a form where x can be directly solved.

Key Steps Summary for a=1
Step Action Purpose
1 Move c to the right side. Isolate x^2 and bx terms.
2 Calculate (b/2)^2. Determine the constant for a perfect square.
3 Add (b/2)^2 to both sides. Complete the square on the left, balance equation.
4 Factor the left side as (x + b/2)^2. Create a perfect square binomial.
5 Take square root of both sides (±). Simplify to a linear equation.
6 Solve for x. Find the roots of the quadratic equation.

Working with a Coefficient (a ≠ 1)

When the leading coefficient a is not equal to 1, an additional initial step is necessary. Consider the general form ax^2 + bx + c = 0.

  1. Divide every term in the entire equation by the coefficient a. This action transforms the equation into the form x^2 + (b/a)x + (c/a) = 0. This step ensures that the leading coefficient becomes 1, allowing the application of the standard completing the square procedure.
  2. After dividing by a, proceed with the steps outlined previously for when a=1. The new b coefficient will be (b/a) and the new constant will be (c/a).

This preliminary division is critical for accurately applying the method, as the formula for completing the square (specifically (b/2)^2) relies on the coefficient of the x^2 term being one. You can learn more about these foundational algebraic transformations from resources like Khan Academy.

Practical Example Walkthrough

Let’s solve the quadratic equation x^2 + 6x + 5 = 0 using the completing the square method.

  1. Isolate the variable terms: Move the constant term to the right side.
    x^2 + 6x = -5
  2. Find the “magic number”: Take half of the coefficient of x (which is 6) and square it.
    (6/2)^2 = 3^2 = 9
  3. Add the “magic number” to both sides:
    x^2 + 6x + 9 = -5 + 9
    x^2 + 6x + 9 = 4
  4. Factor the left side as a perfect square:
    (x + 3)^2 = 4
  5. Take the square root of both sides: Remember to include both positive and negative roots.
    √(x + 3)^2 = ±√4
    x + 3 = ±2
  6. Solve for x: Subtract 3 from both sides.
    x = -3 ± 2

This gives two distinct solutions:

  • x1 = -3 + 2 = -1
  • x2 = -3 - 2 = -5

The roots of the equation x^2 + 6x + 5 = 0 are x = -1 and x = -5.

Types of Solutions for Quadratic Equations
Condition of Value Under Square Root Nature of Solutions
Positive (e.g., √4) Two distinct real solutions
Zero (e.g., √0) One real solution (a repeated root)
Negative (e.g., √-4) Two complex (non-real) solutions

Understanding the Solutions: Real and Complex

When solving quadratic equations by completing the square, the nature of the solutions depends on the value under the square root in the final steps. This value determines whether the roots are real or complex.

If the value under the square root is positive, there will be two distinct real solutions for x. This occurs when the parabola intersects the x-axis at two different points.

If the value under the square root is zero, there will be exactly one real solution, also known as a repeated root. Graphically, this means the parabola touches the x-axis at precisely one point, its vertex.

If the value under the square root is negative, the equation has no real solutions. Instead, it yields two complex solutions involving the imaginary unit i, where i = √-1. For example, if you encounter √-9, the solution involves 3i. This indicates that the parabola does not intersect the x-axis at all.

The Enduring Value of Completing the Square

Completing the square is more than just an algebraic procedure for finding roots; it is a foundational concept with broad applications and mathematical significance. Its utility extends beyond simple problem-solving.

One of its most significant contributions is its role in the derivation of the quadratic formula. By applying the completing the square method to the general quadratic equation ax^2 + bx + c = 0, one can systematically arrive at the quadratic formula, x = (-b ± √(b^2 - 4ac)) / 2a. This derivation demonstrates the method’s power and generality. The National Council of Teachers of Mathematics provides resources on the historical development of these algebraic methods, underscoring their importance in mathematics education. You can explore more about this at NCTM.

Additionally, completing the square is instrumental in transforming a quadratic function from standard form y = ax^2 + bx + c into vertex form y = a(x - h)^2 + k. The vertex form directly reveals the coordinates of the parabola’s vertex (h, k), which is the minimum or maximum point of the graph. This transformation simplifies graphing parabolas and analyzing their properties, such as symmetry and extrema.

Understanding completing the square also deepens one’s comprehension of algebraic manipulation and the structure of polynomial expressions. It builds a solid conceptual framework for more advanced topics in algebra and calculus.

References & Sources

  • Khan Academy. “khanacademy.org” Offers a wide range of free educational resources, including detailed lessons and practice exercises on algebra and quadratic equations.
  • National Council of Teachers of Mathematics. “nctm.org” A professional organization dedicated to mathematics education, providing resources for educators and students on mathematical concepts and their historical context.