$$ \int \:\frac{2y^3}{\sqrt{1-y^2}}\mathrm dy $$
I substitute $$ y = \sin t $$ then $$ 2 \int \:\frac{\sin^3 t \cdot \cos t}{\cos t}\;\mathrm dt = 2 \int \sin^2 t\;\mathrm d \cos t $$ What should I do next, and how do I convert back to the original variable $y$?
$$I=2\int\frac{x^3}{\sqrt{1-x^2}}\mathrm{d}x$$ $x=\sin u$: $$I=2\int\sin^3u\ \mathrm{d}u$$ $$I=2\int(1-\cos^2u)\sin u\ \mathrm{d}u$$ $w=\cos u$: $$I=2\int(w^2-1)\mathrm{d}w$$ $$I=2\int w^2\mathrm{d}w-2\int \mathrm{d}w$$ $$I=\frac23w^3-2w$$ $$I=\frac23\cos^3u-2\cos u$$ $$I=\frac23(1-x^2)^{3/2}-2(1-x^2)^{1/2}+C$$ $$I=-\frac23(2+x^2)\sqrt{1-x^2}+C$$