Determine whether $\int^{\infty}_{2} \frac{1}{x\sqrt{x^2-4}} dx$ converges.

1.6k Views Asked by At

Determine whether $$\int^{\infty}_{2} \frac{1}{x\sqrt{x^2-4}} dx$$ converges.

Doing some rough work, I realize that this function near $\infty$, behaves like $$\frac{1}{x\sqrt{x^2}} = \frac{1}{x^2}$$ I know this function converges, but I am having a hard time finding a $larger$ function that converges too.

I know that:

$$\frac{1}{x\sqrt{x^2-4}} \leq \frac{1}{\sqrt{x^2-4}}$$

but the bigger function diverges, so it doesn't work.

5

There are 5 best solutions below

0
On BEST ANSWER

Hint:

For $x>2$, $$x^2-4>x^2-4(x-2)-4=(x-2)^2$$

0
On

As $x\to2^+$ :

$$\frac{1}{x\sqrt{x^2-4}}\sim\frac{1}{4\sqrt{x-2}}$$

and we know that $\int_2^3\frac{dx}{\sqrt{x-2}}$ converges.

As $x\to+\infty$ :

$$\frac{1}{x\sqrt{x^2-4}}\sim\frac1{x^2}$$

and we know that $\int_3^{+\infty}\frac{dx}{x^2}$ converges.

Hence the requested integral converges.

Remark Finding equivalent of (nonnegative) functions usually helps to find whether an integral is convergent or not (I mean : it's sometimes easier than finding a sufficient inequality).

0
On

Let $x=2\sec t$. \begin{align} \int^{\infty}_{2} \frac{1}{x\sqrt{x^2-4}} dx = \frac12\int_0^{\pi/2} \frac{\sec t\tan t\, dt}{\sec t\sqrt{\sec^2 t-1}}=\frac12\int_0^{\pi/2}dt = \frac\pi4 \end{align}

1
On

Let $x-2=u$. Then $dx=du$. The integral becomes \begin{align*} \int_0^\infty \frac{du}{(u+2)\sqrt{(u+2)^2-4}}&=\int_0^\infty \frac{du}{(u+2)\sqrt{u^2+4u}}=\int_0^\infty \frac{du}{\sqrt{u^3+6u^2+8u}} \\ \\ &= \underbrace{\int_0^1 \frac{du}{\sqrt{u^3+6u^2+8u}}}_{=I_1} +\underbrace{\int_1^\infty \frac{du}{\sqrt{u^3+6u^2+8u}}}_{=I_2} \end{align*}

$\bullet$ Now, since $\displaystyle \frac{1}{\sqrt{u^3+6u^2+8u}} \geq \frac{1}{\sqrt{u^3}} = \frac{1}{u^{3/2}}$, $\ I_2$ converges by $p-$test ($3/2>1)$.

$\bullet$ Since, $\displaystyle \frac{1}{\sqrt{u^3+6u^2+8u}} \geq \frac{1}{\sqrt{8u}} = \frac{1}{\sqrt 8 u^{1/2}}$, $ \ \displaystyle \frac{I_1}{\sqrt 8}$ converges and hence $I_1$ converges by

$p-$test ($1/2<1)$.

0
On

Easier and more accurate to evaluate directly. I took a look at that integral and it reminded me of something to do with secant or was that inverse secant? Tried an integral table quick search but failed to find the one needed. Paper and pen a couple of minutes gives:

By trig substitution

Let $x/2 = \sec u;\ \ x = 2 \sec u$

$dx = 2 \sec u \tan u \ du; \ \ \sqrt{x^2 - 4} = \sqrt{4\sec^2 u -4} = 2 \tan u $

$$ \int\frac{dx}{x\sqrt{x^2 - 4}} = \int \frac{2 \sec u \tan u \ du}{ 2 \sec u \ 2 \tan u} = \frac{1}{2}\int du = u = \frac{1}{2}\sec^{-1}(\frac{x}{2}) $$

$$ \int_2^{\infty}\frac{dx}{x\sqrt{x^2 - 4}}=\lim_{b \rightarrow \infty} \frac{1}{2}\sec^{-1}(\frac{x}{2})]_{x=2}^b $$

$$ = \frac{1}{2}(\lim_{b \rightarrow \infty} \sec^{-1}(\frac{b}{2}) - \sec^{-1}(\frac{2}{2})) $$

$$ = \frac{1}{2} (\pi/2 - 0) = \pi/4$$

So yes it converges and we have the limit.