I'm trying to find the following integral: $$\int_{-\infty}^\infty \frac{\mathrm dx}{(a^2 - x^2)^2 + (bx)^2}$$
The result is $\pi/a^2b$ but somehow I can't recover that.
I tried the residue theorem but it gave me an awfully long square root of square root residue. Mathematica is giving me also an exact integral with tan$^{-1}$ that I can't get close to the expected result and that is equally complex. Any help is appreciated.
$$\int_{-\infty}^\infty \dfrac{dx}{(a^2 - x^2)^2 + (bx)^2}$$
= $$\int_{-\infty}^\infty \dfrac{dx}{(a^4+(-2a^2+b^2)x^2+x^4)}$$
Let $(-2a^2+b^2)$ = $\ p$. Now, dividing and multiplying by $\ 2a^2$, we get:
= $$\frac{1}{2a^2}\int_{-\infty}^\infty \dfrac{(x^2+a^2)-(x^2-a^2)dx}{(a^4+px^2+x^4)}$$
Let $\ I_1$ = $\int_{-\infty}^\infty \dfrac{(x^2+a^2)}{a^4+px^2+x^4}$ and $\ I_2$ = $\int_{-\infty}^\infty \dfrac{(x^2-a^2)}{a^4+px^2+x^4}$
Note that
$$\ I_1 = \int_{-\infty}^\infty \dfrac{(x^2+a^2)}{a^4+px^2+x^4}$$
$$ = \int_{-\infty}^\infty \dfrac{1+\frac{a^2}{x^2}dx}{x^2 + \frac{a^4}{x^2} + p}$$
Now, let $$\ x - \frac{a^2}{x} = t$$
Then $\ dt$ = $\ 1 + \frac{a^2}{x^2}$ $\cdot$ $\ dx$
Substituting t for x, we get
$$\ I_1 = \int_{-\infty}^{\infty} \dfrac{dt}{t^2+p+2a^2}$$
Thus,
$$\ I_1 = 2\cdot \dfrac{\pi}{2 \sqrt{p+2a^2}} = \dfrac{\pi}{b}$$
Proceed in a similar manner for $\ I_2$.