I have a function in the form $$y=a\sqrt[^4]{b^2-(x-c)^2}, \qquad a, b, c\in \mathbb{R}$$
but I'm having trouble finding its inverse. That is, solving for $x$. The solution should seem pretty trivial with putting both sides to the $4^{\text{th}}$ power, rearranging, and applying the quadratic formula, but I can't seem to obtain the correct solution. Any suggestions? Thanks!
Taking the forth power, you get $$ y^4 = a^4 (b^2-(x-c)^2) \Leftrightarrow \frac{y^4}{a^4}-b^2 = -(x-c)^2 \Leftrightarrow (x-c)^2 = b^2-\frac{y^4}{a^4} $$
so, finally
$$ x = c \pm \sqrt{b^2-\frac{y^4}{a^4}}. $$
We do know that $a \ne 0$ (if it was zero, then $y=0$ and there would be no inverse!), but now you must discuss how to pick the $\pm$ sign and what does that say about the existence of the inverse in appropriate intervals.
If look into it, you'll see that you must have $x \in [c-b, c+b]$ and that $y(x)$ is invertible on $[c-b,c]$ and on $[c,c+b]$, but not on the full interval. Hence the choice of the sign.