1

I want to calculate $$\int_{C^+(2,2)} \frac {e^\sqrt z} {(z-2)^2}dz\quad\mbox{and}\quad\int_{0}^{\infty} \frac 1 {1+x \sqrt x}dx$$ using complex integration. In the first part $\sqrt z$ denotes the principal value. Can somebody guide me how to use the Residue theorem here.

Julien
  • 44,791
  • Please ask only one question per question. The evaluation of second integral can be found here. That answer deals with the generalization $$\int_0^\infty \frac{x^a}{1+x^b} dx,$$ and the same evaluation using complex analysis can be found elsewhere in that thread. – Eric Naslund Mar 31 '13 at 18:12

2 Answers2

1

The second integral may be transformed into a standard integral used in residue theory by the substitution $u=x^{3/2}$ to get

$$\int_0^{\infty} \frac{dx}{1+x \sqrt{x}} = \frac{2}{3} \int_0^{\infty} du \: \frac{u^{-1/3}}{1+u}$$

The integral on the RHS may be evaluated by considering

$$\oint_C dz \: \frac{z^{-1/3}}{1+z}$$

over a keyhole contour about the positive real axis. The integral over the large and small circular arcs vanish in the limits of the radii of those arcs going to infinity and zero, respectively. The contour integral, which is equal to $i 2 \pi$ times the residue at the pole $z=-1$, is then equal to the contributions up and back along the positive real axis. The result is

$$(1-e^{-i 2 \pi/3}) \int_0^{\infty} du \: \frac{u^{-1/3}}{1+u} = i 2 \pi e^{-i \pi/3}$$

I leave it to the reader to work the algebra. The result is

$$\int_0^{\infty} du \: \frac{u^{-1/3}}{1+u} =\frac{2 \pi}{ \sqrt{3}}$$

and therefore

$$\int_0^{\infty} \frac{dx}{1+x \sqrt{x}} = \frac{4 \pi}{3 \sqrt{3}}$$

Ron Gordon
  • 138,521
  • This is done in full generality here: http://math.stackexchange.com/a/37372/6075 – Eric Naslund Mar 31 '13 at 18:33
  • 1
    ...and in full specificity right here. Seriously, this is a lot shorter and gets to the nub of the derivation, although it requires the OP to convince him/herself of the convergence at infinity and zero. – Ron Gordon Mar 31 '13 at 18:35
1

I'm guessing that $C^+(2,2)$ denotes the positively-oriented circle of radius $2$ centred at $2$. Use the generalized Cauchy integral formula

$$ f^{(n)}(a) = \frac{n!}{2\pi i}\oint_\Gamma \frac{f(z)}{(z-a)^{n+1}}$$

Robert Israel
  • 448,999