How do you solve #x^2 - 5x + 1 = 0# by completing the square?

1 Answer
Jul 28, 2015

#{ (x_1 = 5/2 + sqrt(21)/2), (x_2 = 5/2 - sqrt(21)/2) :}#

Explanation:

Starting from the general form of the quadratic equation

#ax^2 + bx + c = 0#

get your quadratic to the form

#x^2 + b/ax = -c/a#

In your case, #a=1#, which means that all you have to do is move #1# on the other side of the equation

#x^2 - 5x + color(red)(cancel(color(black)(1))) - color(red)(cancel(color(black)(1))) = 0-1#

#x^2 - 5x = -1#

Now, in order to solve this equation by completing the square, you need to find a term to add to both sides of the equation such that the left side of the equation can be written as the square of a binomial.

The coefficient of the #x#-term will help you determine what term you need to add to both sides of the equation.

So, divide this coefficient by 2, then square the result. In your case, you have

#((-5))/2 = -5/2#, then

#(-5/2)^2 = 25/4#

This means that the quadratic becomes

#x^2 - 5x + 25/4 = -1 + 25/4#

Using the formula for the square of a binomial

#color(blue)((x - n)^2 = x^2 - 2n + n^2)#

the left side of the equation can now be written as

#x^2 -5x + 25/4 = x^2 -2 (5/2)x + (-5/2)^2 = (x-5/2)^2#

Your quadratic is now equivalent to

#(x-5/2)^2 = 21/4#

Take the square root of both sides to get

#x-5/2 = +- sqrt(21/4) = +- sqrt(21)/2#

The two solutions to this equation will be

#x_1 = color(green)(5/2 + sqrt(21)/2)# and #x_2 = color(green)(5/2 - sqrt(21)/2)#