Using Residues to calculate $\int_{-\infty}^{\infty} \frac{dx}{(1+x^2)^{n+1}}$

173 Views Asked by At

I don't know how to calculate this integral:

$$\int_{-\infty}^{\infty} \frac{d x}{(1+x^2)^{n+1}}$$

If we denote by $\Gamma$ a curve = semicircle centered at $0$ with radius $R$ + segment $[\ R, R]$, then the integral above is equal to $\lim_{R \rightarrow \infty} \int_{\Gamma} \frac{d z}{(1+z^2)^{n+1}}$ and the integral over the semicircle vanishes.

So I'm left with

$$\int_{\Gamma} \frac{d z}{(1+z^2)^{n+1}} = 2 \pi i \cdot res_i \frac{1}{(1 + z^2)^{n+1}} = 2 \pi i \frac{1}{(2i)^{n+1}} $$

What can I do now?

1

There are 1 best solutions below

6
On BEST ANSWER

Keep in mind that, when $f(z)$ has an $(n+1)$th-order pole at $z=z_0$, the residue may be computed using

$$\operatorname*{Res}_{z=z_0} f(z) = \frac1{n!} \left [ \frac{d^n}{dz^n} \left [(z-z_0)^{n+1}f(z)\right ] \right ]_{z=z_0} $$

Thus in your case, as you are interested in the residue of the function $f(z) = (1+z^2)^{-(n+1)}$ at $z=i$, you must compute, as the integral,

$$\begin{align}\frac{i 2 \pi}{n!} \left [ \frac{d^n}{dz^n}(z+i)^{-(n+1)} \right ]_{z=i} &= \frac{i 2 \pi}{n!} (-1)^n\frac{(n+1)(n+2) \cdots (n+n-1) (n+n)}{(2 i)^{2 n+1}} \\ &= \pi \frac{(2 n)!}{2^{2 n} n!^2} \\ &= \frac{\pi}{2^{2 n}} \binom{2 n}{n} \end{align}$$