[Math] How to find the roots in a quadratic function in vertex form

polynomialsquadratic-formsquadraticsroots

I have been assigned the task to express the vertex form quadratic function from 2(x - (sqrt(2)/2))^2 - 3 - sqrt(2) into the standard form and the x-intercept form. The vertex form, in my reference, is f(x) = a(x-h)^2 + k. How can I convert this into the standard form f(x) = ax^2 + bx + c and from there find the roots and find the root form f(x) = a(x-r)(x-s) where r and s are roots?

Best Answer

While you can get it into standard form by using FOIL or the binomial theorem to square $(x-h)^2=x^2-2hx+h^2$, it's actually easier not to go through the standard form:

$$\begin{align} a(x-h)^2+k&=0 \\ a(x-h)^2&=-k \\ (x-h)^2&=-k/a \\ x-h&=\pm\sqrt{-k/a}\\ x&=h\pm \sqrt{-k/a} \end{align}.$$