I have a problem converting an equation. I want to flip an independent to dependent.
Volume of a spherical shell is:
$$V= \frac{4}{3}\pi\bigl[(R+t)^3-(R-t)^3\bigl]$$
Where R is radius, t is half of shell's thickness. It is important to me that it has a form of ± t rather than the most common $V= \frac{4}{3}\pi\bigl[R^3-(R-2t)^3\bigl]$
How to turn the equation to have the following form?: $$t(V,R) = ...$$
I know it must be simple but no matter what I do, I end up with R somehow tangled to t. Please, help. I am getting mad...
Mathematica gives:
$$t(V,R)=\frac{2\cdot(2\pi)^{1/3}R^2}{\left(-3V+\sqrt{256\pi^2R^6+9V^2}\right)^{1/3}}-\frac{\left(-3V+\sqrt{256\pi^2R^6+9V^2}\right)^{1/3}}{2\cdot(2\pi)^{1/3}}$$