I am to find the inverse of $x^2+4x+1, [-2,0)$.
I am unsure how to 'untangle' the equation in a certain form. I made one step:
$$x=y^2+4y+1$$ $$x-1=y^2+4y$$
I realize this should probably be simple. Because on the right side I have $y$ appear in two pieces, $y^2$ and $4y$ I am uncertain on my next step.
If I square root both sides: $$\sqrt{x-1}=\sqrt{y^2-4y}$$
Can I write the right side as $\sqrt{y^2} + \sqrt{4y}$ which would be $y$ and $2y$ respectivly? This would give me:
$$\sqrt{x-1}=y-2y$$
But I feel like I'm adrift and uncertain here.
I'm seeking hand holding and baby steps. If I am here: $$x-1=y^2+4y$$
What is the prescribed next step to isolate y on it's own (Solve for y)?
Using the quadratic formula, you get that$$x=y^2+4y+1\iff y=-2\pm\sqrt{4-(1-x)}=-2\pm\sqrt{x+3}.$$You will have to take the $+$ sign here; otherwise, $x<-2$. So, $f^{-1}(x)=-2+\sqrt{x+3}$ when $x\in[-2,0)$.