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

1 Answer
Feb 19, 2015

To start completing the square, you must factor your first coefficient out of your equation (in this case the 3). So pull the 3 out of the first two terms (leave the 3rd one out for now), and this is what you'll get:

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

Then, you need to add something to this equation that makes it a perfect square (which is, after all, what completing the square is).

But what do we need to add? Well, we know that the equation of a perfect square binomial #(a-b)^2# is #a^2+b^2-2ab#. Therefore, to get the right number, we simply need to divide our 2nd term (without the #x#, as that is the "#a#") by 2 and square it. If we do that, we get:

#((4/3)/2)^2 => 4/9#

Now, we need to add this to our equation. However, keep in mind that because we're adding, we need to add it to the other side as well.

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

Now you may have noticed that I added #4/3# to the other side instead of #4/9#. Why did I do this, you may ask? Well, if you notice carefully, we added the #4/9# inside the parenthesis. Therefore, we technically also multiplied it by 3. So we must do the same to the other side as well.

Now, you can bring it together as an #(a-b)^2# expression:

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

Now. it's just a matter of simplifying and solving for #x#:

#3(x-2/3)^2 = -11/3#
#(x-2/3) = +-sqrt(-11/3)#
#x=2/3+-isqrt(33)/3#

Those are your solutions.

Also, here's a video I made that you can watch on completing the square in general.

Hope that helped :)