AoPSWiki
Support local problem solving programs by contributing to the Art of Problem Solving Foundation.
Click here for more information about the Foundation.
Personal tools

Completing the square

From AoPSWiki

The idea of completing the square is to add something to an equation to make that equation a perfect square. This makes solving a lot of equations easy. In fact, all quadratic equations can be solved by completing the square.

As an example, we have the equation . Look at the part. If 9 was added to this, then we would have a perfect square, . To do this, add 7 to each side of the equation to get

x^2-6x+9=7\Rightarrow(x-3)^2=7\Rightarrow x=3\pm\sqrt{7}

Contents

Motivations

All quadratic equations in the form can be solved by taking the square root of and subtracting . Completing the square is a technique to manipulate every quadratic into the easily solvable form above.

General Solution For A Quadratic by Completing the Square

Let the quadratic be in the form , with ..

Subtracting from both sides of the equation, we obtain

.

Dividing by and adding to both sides yields

x^2+\frac{b}{a}x+\frac{b^2}{4a^2}=-\frac{c}{a}+\frac{b^2}{4a^2}.

Factoring the LHS gives

\left(x+\frac{b}{2a}\right)^2=\frac{b^2-4ac}{4a^2}

As described above, an equation in this form can be solved, yielding

{x=\frac{-b \pm \sqrt{b^2-4ac}}{2a}}.

This formula is also called the quadratic formula.

Applications of Adding and Factoring

Other degrees of polynomials may be solved by adding constant terms and factoring.

Another common usage is in conic sections. The equations for conic sections typically contain a squared term such as . However, the problem may be posed as to convert from an expanded form to a factored perfect square. Completing the square is the standard method.

All kinds of exotic factoring techniques are used on the AIME, including completing the square.


Problems

Introductory

Intermediate

Olympiad

Add a glimpse of the Art of Problem Solving Forum to your own site!
Click here for details!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us