✦ For everyone, free.

Practical knowledge for real and everyday life

Home

60 Square Root Method and Completing the Square

Square Root Method and Completing the Square are algebraic techniques for solving quadratic equations by isolating variables and forming perfect squares.

Square Root Method and Completing the Square is the study of two related quadratic-solving techniques that succeed even when a quadratic expression does not factor over the integers: the square root method, applicable when a quadratic equation already reduces to a squared binomial equal to a constant, and completing the square, a systematic procedure for transforming any quadratic equation into that exact form.

The Scope of Square Completion Methods

Unlike factoring, which depends on a quadratic expression having a clean integer factorization, the square root method and completing the square both work for every quadratic equation, including those with irrational or non-real solutions, making them more broadly applicable general-purpose solving techniques.

The Quadratic Square Root Method

When a quadratic equation is already in, or can be easily rearranged into, the form (expression)² = k, the square root method solves it directly by taking the square root of both sides, remembering to include both the positive and negative roots on the side containing the constant.

(x-3)2 = 16 x - 3 = ±16 x = 3 ± 4

This produces two solutions, x = 7 and x = -1, reflecting the fact that a quadratic equation generally has two solutions unless the constant k equals zero (producing one repeated solution) or is negative (producing no real solutions, since a real square can never be negative).

(x − 3)² = 16 x − 3 = ±4 x = 7 or x = −1

Preparing to Complete the Square

Completing the square transforms a quadratic that is not already in squared-binomial form into that form. Preparation begins by ensuring the leading coefficient is 1, dividing every term by the original leading coefficient if it is not, and then moving the constant term to the opposite side of the equation, leaving only the x² and x terms on the side to be transformed.

x2 + 6x + 2 = 0 x2 + 6x = -2

Completing the Square and Solving

With the equation prepared, the value that completes the square is found by taking half of the linear coefficient (the current x term's coefficient), squaring it, and adding that value to both sides of the equation.

(62)2 = 9 x2 + 6x + 9 = -2 + 9

Adding this value transforms the left side into a perfect square trinomial, which factors as a squared binomial by construction: x² + 6x + 9 = (x + 3)², reducing the equation to (x + 3)² = 7. From this point, the square root method is applied directly to reach the final solutions, x = -3 ± √7.

x² + 6x = −2 add (6/2)² = 9 to both sides (x + 3)² = 7 → square root method

Verifying Completing-the-Square Solutions

A solution obtained through the square root method or completing the square is verified by substituting it back into the original quadratic equation and confirming the equation is satisfied; because irrational solutions are common with these methods, the verification often requires simplifying an expression involving a radical rather than a purely numerical check, and this simplification should be carried out carefully rather than skipped for convenience.

Diagnosing Errors in Square Completion Methods

Common errors in this area include forgetting to include both the positive and negative square root when applying the square root method, attempting to complete the square without first ensuring the leading coefficient equals 1, adding the completing value to only one side of the equation rather than both, and miscalculating the completing value itself by squaring the linear coefficient directly instead of first halving it. Because completing the square requires several sequential steps performed in a specific order, working through each stage explicitly — isolate the x² and x terms, halve and square the linear coefficient, add that value to both sides, factor the resulting perfect square trinomial, and apply the square root method — helps prevent skipped or misordered steps.

Content in this section