I'm trying to take the inverse of:
$$f(x)=\frac{4x^3}{x^2+1}$$
When looking at the graph, it seems to be fully inversible (it is one-to-one), so I should be able to end up with another equation that is mirrored in the $x=y$ axis. However, I cannot get the formula in its nicest form, a form where the $y$ term is only on the left.
My process: exchange x and y, and try to solve for y:
$$x=\frac{4y^3}{y^2+1}$$ $$x(y^2+1)=4y^3$$ $$xy^2+x=4y^3$$ $$4y^3-xy^2=x$$ $$y^2(4y-x)=x$$ $$y^2=\frac{x}{4y-x}$$ $$f^-1(x)=y=\sqrt{\frac{x}{4y-x}}$$
This does seem to be correct, but the equation has a stray $y$ on the right side which I cant get rid of. Also, the inverse function has lost half of its graph because of the root.
So is $f(x)$ fully inversible, and if so how do I achieve this form?
The real solution of the cubic equation $4 x^3 = (x^2 + 1) y$ (for $y \ne 0$) is
$$ x = \frac{1}{12} \left(\sqrt [3]{216\,y+{y}^{3}+12\,\sqrt {3\,{y}^{4}+324\,{y}^{2}}}+ {\frac {{y}^{2}}{\sqrt [3]{216\,y+{y}^{3}+12\,\sqrt {3\,{y}^{4}+ 324\,{y}^{2}}}}}+y\right) $$