I'm revising quadratics from a textbook which shows me the following forms of the quadratic equation (few of which, I recognise). However, there are some others that I'd never seen. The exercises which follow ask me to express different equations in such forms, but I don't know if they give you specific info as in vertex form or they are just an exercise for practising.
$\alpha x^2+ \beta x + \gamma$ (standard form)
$(x+\alpha)^2 + \beta$
$\alpha (x+\beta)^2 + \gamma$
$\alpha-(x+\beta)^2$
$p-q(x+r)^2$
$(\alpha x+\beta)^2+\gamma$
Other than "where $\alpha, \beta, \gamma, p, q, r$ are constants to be found" , the exercise itself doesn't shed much light on me.
For example: "Express $2x^2-12x+3$ in the form $\alpha (x+\beta)^2 + \gamma$ where $\alpha, \beta, \gamma$ are constants to be found"
$2x^2-12x+3=\alpha (x+\beta)^2 + \gamma$
$2x^2-12x+3=\alpha x^2 - 2\alpha \beta x+ \alpha \beta ^2 + \gamma$
Comparing coefficients of $x^2$ , coefficients of $x$ and the constant gives: $2=\alpha$ (1) , $-12= -2\alpha \beta$ (2) , and $3=\alpha \beta ^2 + \gamma$ (3). By substituting $p=2$ in equation (2) gives $q=3$, and by substituting $p$ and $q$ in equation (3) therefore gives $\gamma=-15$
Hence, $2x^2-12x+3= 2(x-3)^2+15$
My question is as regards this one:
$$13+4x-2x^2$$in the form $p-q(x+r)^2$
I don't know how to approach it and, more importantly, what kind of information can I get out of these... are they just variations of the vertex form?
Thank you very much! (First post here)