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

3 Answers
Feb 28, 2016

Given expression is
#5x^2+3x−1=0#

We are required to solve for #x# by using *Completing the Square method.

  1. Observe that first term can be made a perfect square if it is multiplied by #5#. Therefore multiply#diamond# both sides by #5#.

#5xx(5x^2+3x−1)=5xx0#
#=> 25x^2+15x−5=0#
#=> (5x)^2+15x−5=0#

  1. Remember that #(ax+b)^2=(ax)^2+2abx+b^2#.
    We need to make the second term #15x# look like #2abx#.
    While comparing the coefficient of #x^2# we see that #a=5#.
    Therefore, #15x=2abx=2cdot5cdot3/2x#. With this substitution our equation becomes
    # (5x)^2+2cdot5cdot3/2x−5=0#
  2. Now to make a perfect square we need to make the constant term as #b^2#.
    We see that #b=3/2#. Easiest way to do this is take the third term #-5# in the problem to the other side With this our equation becomes
    # (5x)^2+2cdot5cdot3/2x=5#
    and then add #b^2=(3/2)^2# to both sides. With this our equation becomes

# (5x)^2+2cdot5cdot3/2x+(3/2)^2=5+(3/2)^2#
Simplify right side of the equation and putting left hand side as perfect square
# (5x)^2+2cdot5cdot3/2x+(3/2)^2=5+9/4#
# (5x+3/2)^2=29/4#
Taking square root of both sides
# 5x+3/2=+-sqrt(29/4)#
Solving for #x#
# x=(-3/2+-sqrt(29/4))/5# Simplifying
# x=(-3+-sqrt29)/10#
-.-.-.-.-.-.-.-.-.-.-.-.-..-.-.-.-.-.-..--

#diamond# Note that the first term can be made a perfect square if it is divided by #5# also.

You may divide both sides of equation with #5# to obtain the solution. In such a case involvement of fractions in the solution will be more compared to multiplication option

Verify that we got the correct answer by inserting in

# x=(-b+-sqrt(b^2-4ac))/(2a)#

Feb 29, 2016

#x = -3/10 +- sqrt29/10#

Explanation:

#x^2 + 3/5 x = 1/5#
#(x^2 + 3/5x) + 9/100 = 1/5 + 9/100 = 29/100#
#(x + 3/10)^2 = 29/100#
#(x + 3/10) = +- sqrt29/10#
#x = -3/10 +- sqrt29/10#

Mar 6, 2016

Multiply the quadratic equation through by #20# first to make the arithmetic work out better and find:

#x = (-3+-sqrt(29))/10#

Explanation:

Below, we use the difference of square identity:

#a^2-b^2 = (a-b)(a+b)#

with #a=10x+3# and #b=sqrt(29)#

#color(white)()#
When asked to solve #5x^2+3x-1 = 0# by "completing the square", there are two red flags:

  1. The leading coefficient is not a perfect square.
  2. The middle coefficient is not an even number.

This will lead to working with fractions and multiplying or dividing the whole equation by some factor. Either that or working with irrational coefficients, e.g. #5x^2 = (sqrt(5)x)^2#.

To make things work out nicer, multiply the whole equation up front by #20 = 2^2 * 5# to get:

#100x^2+60x-20 = 0#

Now the leading term is a square (#(10x)^2 = 100x^2#), we find:

#0 = 100x^2+60x-20#

#=(10x+3)^2-9-20#

#=(10x+3)^2-29#

#=(10x+3)^2-(sqrt(29))^2#

#=((10x+3)-sqrt(29))((10x+3)+sqrt(29))#

#=(10x+3-sqrt(29))(10x+3+sqrt(29))#

Hence #x = (-3+-sqrt(29))/10#