I need to find the definite integral of $\int(1+x^2)^{-4}~dx$ from $0$ to $\infty$ .
I rewrite this as $\dfrac{1}{(1+x^2)^4}$ .
The $\dfrac{1}{1+x^2}$ part, from $0$ to $\infty$ , seems easy enough: $\arctan(\infty)-\arctan(0)$ which gives $\dfrac{\pi}{2}$ .
How do I deal with the "$^4$" part of the equation.
I know the answer is $\dfrac{5\pi}{32}$ . What steps am I missing?
Thank you.
Substitute $x=\tan{t}$. Then, $$\int_0^\infty \frac{dx}{(x^2+1)^4} dx=\int_0^\frac{\pi}{2} \cos^6{t} dt=\int_0^{\frac{\pi}{2}} (\frac{1+\cos{2t}}{2})^3 dt.$$ By repeated use of formula $\cos^2{t}=\frac{1+\cos{2t}}{2}$, it is easy to get result $\frac{5\pi}{32}$.