Evaluate $\lim\limits_{x\to+\infty}\frac{\left(x+\sqrt{x^2-1}\right)^n+\left(x-\sqrt{x^2-1}\right)^n}{x^n},n\in \mathbb{N}$

192 Views Asked by At

If we use the following $$a^n-b^n=\left(a-b\right)\left(a^{n-1}+a^{n-2}b+\cdots+ab^{n-2}+b^{n-1}\right)=u\times t$$

$$u=x+\sqrt{x^2-1}-x+\sqrt{x^2-1}=2\sqrt{x^2-1}=2x\sqrt{1-\frac{1}{x}}$$

Now, the limit is $$2\lim\limits_{x\to+\infty}\frac{x\sqrt{1-\frac{1}{x}}\times t}{x^n}$$

What to do next, if this is a good approach?

4

There are 4 best solutions below

1
On BEST ANSWER

Use this properties: $$\frac{a^n}{b^n}=\left(\frac{a}{b}\right)^n\tag{1}$$ $$\lim_{x\to\infty}\left[f(x)\pm g(x)\right]=\lim_{x\to\infty}f(x)\pm \lim_{x\to\infty}g(x)\tag{2}$$

if and only if the limit of $f(x)$ and $g(x)$ exists


Therefore:

$$\begin{align}\lim_{x\to\infty}\frac{(x+\sqrt{x^2-1})^n+(x-\sqrt{x^2-1})^n}{x^n}&=\lim_{x\to\infty}\left(\frac{x+\sqrt{x^2-1}}{x}\right)^n+\lim_{x\to\infty}\left(\frac{x-\sqrt{x^2-1}}{x}\right)^n\\&=\lim_{x\to\infty}\left[\frac{x(1+\sqrt{1-\frac{1}{x^2}})}{x}\right]^n+\lim_{x\to\infty}\left[\frac{x(1-\sqrt{1-\frac{1}{x^2}}}{x}\right]^n\\&=\underbrace{\lim_{x\to\infty}\left(1+\sqrt{1-\frac{1}{x^2}}\right)^n}_{2^n}+\underbrace{\lim_{x\to\infty}\left(1-\sqrt{1-\frac{1}{x^2}}\right)^n}_{0}\\&=2^n\end{align}$$

0
On

Correction to your answer: $$2\sqrt{x^2-1}=2x\sqrt{1-\frac{1}{x^2}}$$

Your approach is going to have trouble because $t$ is a fairly complicated mess.

Note:

$$\frac{x+\sqrt{x^2-1}}{x} = 1+\sqrt{1-\frac{1}{x^2}}\to 2\text{ as } x\to +\infty$$

and

$$\frac{x-\sqrt{x^2-1}}{x}= 1-\sqrt{1-\frac{1}{x^2}}\to 0\text{ as }x\to+\infty$$

0
On

$$\lim\limits_{x\to+\infty}\frac{(x+\sqrt{x^2-1})^n+(x-\sqrt{x^2-1})^n}{x^n} $$ $$= \lim\limits_{x\to+\infty}(1+\sqrt{1-x^{-2}})^n+ \lim\limits_{x\to+\infty}(1-\sqrt{1-x^{-2}})^n = 2^n + 0 = 2^n$$

1
On

Let $a= x+\sqrt{x^2-1}$, then we have $x-\sqrt{x^2-1}=\frac{1}{a}$ and $a+ \frac{1}{a}= 2x$. Next, we can write $$\lim\limits_{x\to+\infty}\frac{(x+\sqrt{x^2-1})^n+(x-\sqrt{x^2-1})^n}{x^n} =\lim\limits_{a\to+\infty}\frac{a^n+\frac{1}{a^n}}{\frac{1}{2^n}(a+\frac{1}{a})^n}=\lim\limits_{a\to+\infty}\frac{a^n}{\frac{1}{2^n}(a)^n}= 2^{n}$$