simplification of quadratic standard form equation

374 Views Asked by At

I'm trying to find the vertex form of a standard form quadratic equation through completing the square, and I'm using this page to try and get through it: http://www.purplemath.com/modules/sqrvertx.htm

in step 5, it says 'convert the right-hand side to squared form'. what is this? the site itself uses the term seven times but has no explanation of it, and I really can't follow how they combined what they had into the 'squared form'.

the equation I'm working with is $2(x^2+3x+2.25)=y+9.5$, but I'd like a general explanation that I could try to apply myself.

do note that I'm aware this question is probably really dumb, and I'm most likely missing something basic or it's just an alternate term for something I know.

2

There are 2 best solutions below

1
On

May as well post this as an answer.

$x^2+3x+2.25=x^2+3x+\frac{9}{2}=x^2+2\left(\frac{3}{2}\right)x+\left(\frac{3}{2}\right)^2=\left(x+\frac{3}{2}\right)^2$

I just put it in squared form.

When you correctly perform the steps of the 'complete the square' procedure, you are guaranteed to be able to put it in squared form the same way it was done above.

After completing the square your quadratic expression should always be in the form

$$ x^2+2tx +t^2=(x+t)^2$$

In your example you can see that $2t=3$ so $t=\frac{3}{2}$. Then you check to make sure that $\left(\frac{3}{2}\right)^2=2.25$ and you know you are on the right path.

2
On

first solve for y.

y=2x^2 +6x-4.5

Then factorise out the value on front of the x^2

y= 2[x^2 +3x-2.25]

Once the coefficient of x^2 is one, you're ready for the next step. Half the value of the coefficient of x and square (x+ half the coefficient of x) and minus (the coefficient of x) squared. This may seem complicated but observe the example.

y= 2[(x-1.5)^2 -2.25-(1.5)^2]

Now just simplify and expand out again.

y= 2[(x-1.5)^2 -2.25-(1.5)^2]

y= 2[(x-1.5)^2 -4.5]

y= 2(x-1.5)^2 -9

aaaaand done. Tell me if I've made any mistakes and or if you have any questions.