$y = 2x^2 + 5x - 3$ can be written in the form $y = 2(x+a)^2 + b$ . Find the value of $a$ and the value of $b$.
Edit: Answers were $a= 1.25, b= -6.125$.
I dont understand how that's the answer.
$y = 2x^2 + 5x - 3$ can be written in the form $y = 2(x+a)^2 + b$ . Find the value of $a$ and the value of $b$.
Edit: Answers were $a= 1.25, b= -6.125$.
I dont understand how that's the answer.
Expand \begin{align} (x+a)^2 &= x^2+2ax + a^2\\ \implies 2(x+a)^2 +b &= 2x^2+4ax+2a^2+b \end{align} Which allows for \begin{align} 4a&= 5\\ 2a^2 +b &= -3 \end{align} Now solve for $(a, b)$.