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

1 Answer
Sep 12, 2017

For #x^2 - 3x + 3 = 0#

Divide through by the coefficient of #x^2# if this is not #1#:

Move the constant to the right hand side.

#x^2 - 3x = -3#

Add to both sides the square of half the coefficient of #x#

The square of half the coefficient in this case is #(3/2)^2#

So we have: #x^2 - 3x + (3/2)^2 = -3 + (3/2)^2#

Convert #x^2 - 3x + (3/2)^2# into the square of a binomial.

#(x - 3/2 )^2#

We now have : #(x - 3/2 )^2 = -3 + (3/2)^2#

Collect terms on right hand side:

#(x - 3/2 )^2 = -3/4#

Taking roots of both sides:

#x - 3/2 = sqrt(-3/4)#

Factoring inside the radical:

#sqrt((1/4 * 3 * -1 )) => sqrt(1/4)* sqrt(3) * sqrt( -1 )#

#sqrt( -1 ) = color(blue)(i)#
where #i# is the imaginary unit.

#x = 3/2 +- ( sqrt(1/4)* sqrt(3) * sqrt( -1 ))#

taking any exact roots and simplifying:

#x = 3/2 +- (1/2)sqrt(3) color(blue)(i)#

Note:
If this is your first time solving quadratics by completion of the square, it would have been best to choose an equation that had real rather than imaginary roots. This would have been easier to start of with.