What would be a relatively simple method for computing the indefinite integral below?
$\displaystyle \int \frac{dx}{(x^4+1)^2}$
Furthermore, how would one evaluate the following, possibly by detouring the computation of the indefinite integral?
$\displaystyle\int\nolimits_{-\infty}^\infty \frac{dx}{(x^4+1)^2}$
Note: The resolved value of the definite integral (according to wolfram alpha) is $\displaystyle \frac{3\pi}{4\sqrt{2}}$
Well, the problem is tagged "partial fractions," that seems to me to be the way to go. Of course, first you need to factor $x^4+1$ into irreducible quadratics; that can be done by $$x^4+1=x^4+2x^2+1-2x^2=(x^2+1)^2-(\sqrt2x)^2$$
It will be messy - do you have any reason to think there is a simpler method?
Edit: for the definite integral, if you've done complex variables, you'll know about contour integration, which ought to handle this example without difficulty. If you haven't done complex variables, you have something truly wonderful to look forward to.