0

I'm trying to calculate the integral from one to infinity of the integrand $1/(x*\sqrt{x^2-1})$. On Youtube I've found calculations using integration by substitution, but those calculations don't satisfy me since I prefer to use methods from complex analysis.

My first question is what's going on at the point $x=1$. Is that a pole of the integrand? If so, of what order is it? According to Wolfram Alpha it's a pole of order $1/2$, but that seems strange since I thought that the order of a pole is always an integer. Maybe the concepts of pole and order are not applicable to the given integrand at all since it involves the square root function, which is maybe not meromorphic? What about the concept of residue. Is that applicable to non meromorphic functions? Complex analysis is really a confusing subject.

Furthermore I don't know what contour I should construct. If I draw a vertical line straight up from the point $z=1$ I get a nasty parametrization involving a sum of the form $1 + iy$. So maybe my contour should go partly along the imaginary axis instead, but a problem with that seems to be that the integral doesn't converge between $0$ and $1$, at least not according to Wolfram Alpha.

Can someone clear the confusion and tell me how to proceed?

Maybe the mentioned integral is discussed elsewhere on MSE, but there I can't find answers to my questions about the concepts of pole, order, meromorphic, and residue, so please don't delete what I've written.

TShiong
  • 1,257
A A
  • 569

2 Answers2

1

Did you mean, from one to infinity? This integral diverges if you take it from zero to infinity.

Wolfram just means a generalised statement: if $\lim_{x\to1}(x-1)^{1/2}f(x)$ is nonzero and finite, it is reasonable to say the pole is order $1/2$. However this is not in the sense of complex analysis, where poles only have integer order. The integrand is indeed not meromorphic at $1$.

The concept of residue is "not applicable" directly here since the function fails to be meromorphic in any annulus at $1$ (there is no local Laurent series expansion and hence no meaningful residue). Besides, to use the residue theorem you first need to choose a closed contour.

If you want to evaluate: $$\int_1^\infty\frac{1}{x\sqrt{x^2-1}}\,\mathrm{d}x$$I suggest first taking $x\mapsto\sqrt{x}$ in the integrand so that you only have to deal with: $$\frac{1}{2}\int_1^\infty\frac{1}{x\sqrt{x-1}}\,\mathrm{d}x$$And then using a "keyhole contour" method around the branch cut of square root on $[1,\infty)$.

FShrike
  • 40,125
-1

The function

f(x) = 1/(xsqrt(x^2-1))*

has a simple pole at x = 1. The order of a pole can only be an integer, so Wolfram Alpha's result of 1/2 must be due to the square root. However, the concept of order still applies to this pole, and it is of order 1.

The residue at x = 1 can be found by using the formula:

Res(f, 1) = lim (x → 1) (x - 1) f(x)

We have:

f(x) = 1/(xsqrt(x^2-1))* *f(x) = 1/[(x-1)sqrt((x-1)^2+2x-1)]

Using L'Hopital's rule, we can evaluate the limit:

Res(f, 1) = lim (x → 1) 1/sqrt((x-1)^2+2x-1) = 1/sqrt(2)

So the residue at x = 1 is 1/sqrt(2).

To evaluate the integral, we can use the residue theorem. Since the integrand has singularities at x = ±1, we can choose a contour that consists of the real axis from 0 to , a small semicircle in the upper half-plane around x = 1, and a large semicircle in the upper half-plane that encloses the entire real axis.

The integral over the large semicircle goes to zero as the radius goes to infinity, since the integrand decays faster than 1/r as r → ∞. The integral over the small semicircle can be evaluated using the residue at x = 1. We have:

∫C f(z) dz = 2πi Res(f, 1)

where C is the contour we have chosen. The integral over the real axis can be evaluated using the Cauchy principal value. We have:

∫-∞^∞ f(x) dx = lim ε → 0+ [∫0^1 f(x) dx + ∫1+ε^∞ f(x) dx - πi Res(f, 1)]

Putting everything together, we get:

∫0^∞ f(x) dx = π/sqrt(2)

So the value of the integral is π/sqrt(2).