How can you find the inverse of $f(x) = 2x^2+8x+13?$ This is what I've tried so far:
- $y = 2x^2+8x+13$
- $x = 2y^2+8y+13$
- $x-13 = 2y^2+8y$
- $x-13=y(y+8)$
This is where I got stuck. To be clear, I want to write $x$ in terms of $y.$ Credit to Jenna for fixing this.
Another way I tried to do it was the quadratic formula on the right side after step $2$ but I ended up with a discriminant of $-40.$
Edit: I meant inverse, not inverse function specifically. Sorry for asking the wrong thing. Should I delete and post another question or just keep this the way it is, edited?
This function does not have an inverse as it is not injective: check that $f(x-2) = f(-x-2)$ whatever $x$ is - for example, $f(1) = f(-5)$, etc.
We want to solve $y=2x^2+8x+13$ for $x$. Applying the quadratic formula for $2x^2+8x+(13-y)=0$ yields $$x = \frac{-8\pm \sqrt{64-4\cdot 2 \cdot (13-y)}}{4} = -2\pm \frac{\sqrt{16-26+2y}}{2} = -2\pm\frac{\sqrt{-10+2y}}{2}.$$The choice in $\pm$ depends on whether you pick $x \geq -2$ or $x \leq -2$ as your domain.