How to integrate following
$$\int\frac{u^3}{(u^2+1)^3}du\,?$$
What I did is here:
Used partial fractions
$$\dfrac{u^3}{(u^2+1)^3}=\dfrac{Au+B}{(u^2+1)}+\dfrac{Cu+D}{(u^2+1)^2}+\dfrac{Au+B}{(u^2+1)^3}$$ After solving I got $A=0, B=0, C=1, D=0, E=-1, F=0$ $$\dfrac{u^3}{(u^2+1)^3}=\dfrac{u}{(u^2+1)^2}-\dfrac{u}{(u^2+1)^3}$$ Substitute $u^2+1=t$, $2u\ du=dt$, $u\ du=dt/2$
$$\int\frac{u^3}{(u^2+1)^3}du=\int \frac{dt/2}{t^2}-\int \frac{dt/2}{t^3}$$ $$=\frac12\dfrac{-1}{t}-\frac{1}{2}\dfrac{-1}{2t^2}$$ $$=-\dfrac{1}{2t}+\dfrac{1}{4t^2}$$ $$=-\dfrac{1}{2(u^2+1)}+\dfrac{1}{4(u^2+1)^2}+c$$
My question: Can I integrate this with suitable substitution? Thank you
Substitute $u=\tan\theta\implies du=\sec^2\theta \ d\theta$ $$\int \frac{u^3}{(u^2+1)^3}du=\int \frac{\tan^3\theta}{(\tan^2\theta+1)^3}\sec^2\theta\ d \theta$$ $$=\int \frac{\tan^3\theta\sec^2\theta}{\sec^6\theta}\ d\theta$$ $$=\int\sin^3\theta\cos\theta d\theta$$ $$=\int\sin^3\theta\ d(\sin\theta)$$ $$=\frac{\sin^4\theta}{4}+C$$