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.
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.