How do you solve #y=-2x^2+4x+7# using the completing square method?
1 Answer
See below.
Explanation:
To complete the square, we take a quadratic equation of the form
#ax^2+bx+c=0#
And turn it into
#a(x+d)^2+e=0#
Begin by factoring out
#y=-2(x^2-2x-7/2)#
Now look at the coefficient of the
#y=-2(x^2color(blue)(-2)x-7/2)#
Divide this coefficient by
#(-2/2)^2=(1)^2=1#
I will rewrite the equation:
#y=-2(x^2-2x+f-7/2-f)#
Replace
#=>y=-2(x^2-2x+1-7/2-1)#
We separate off the first part of the parentheses from the second:
#=>y=-2[(x^2-2x+1)-7/2-1]#
Simplify:
#=>y=-2[(x^2-2x+1)-9/2]#
What we have left in the parentheses is a perfect square. Factor:
#=>y=-2[(x-1)^2-9/2]#
Distribute
#=>y=-2(x-1)^2+9#
Or, equivalently:
#y=9-2(x-1)^2#