Evaluate $\lim \limits_{n \to \infty\ } \Biggl( \frac{2,7}{(1+\frac{1}{n})^n}\Biggr)^n=0?$

220 Views Asked by At

$\lim \limits_{n \to \infty\ } \Biggl( \frac{2,7}{(1+\frac{1}{n})^n}\Biggr)^n$

I would like to replace $(1+\frac{1}{n})^n$ by $e$, and then $\frac{2,7}{e}<1$, so $\lim \limits_{n \to \infty\ } \Biggl( \frac{2,7}{(1+\frac{1}{n})^n}\Biggr)^n=0$, and I will get correct result, but I think this replacement is inadmissible.

I'm looking for the easiest way ( without advanced tools)

4

There are 4 best solutions below

8
On BEST ANSWER

Yes the limit is zero indeed by root test

$$\sqrt[n]{\Biggl( \frac{2,7}{(1+\frac{1}{n})^n}\Biggr)^n}= \frac{2,7}{(1+\frac{1}{n})^n}\to\frac{2.7}e<1$$

As an alternative, to make your way rigorous we need to observe that eventually

$$\frac{2,7}{\left(1+\frac{1}{n}\right)^n}\le \frac{2,7}{\frac{e+2.7}{2}}<1$$

and conclude by squeeze theorem

$$\left(\frac{2,7}{\left(1+\frac{1}{n}\right)^n}\right)^n\le \left(\frac{2,7}{\frac{e+2.7}{2}}\right)^n\to 0$$

2
On

You're right – one cannot replace only a part of an expression with its limit.

The simplest way consists in determining the limit of the log, using Taylor's formula at order $12$: \begin{align} n\log(2.7)-n^2\log\Bigl(1+\frac1n\Bigr)&=n\log(2.7)-n^2\biggl(\frac1n-\frac1{2n^2}+o\Bigl(\frac1{n^2}\Bigr)\biggr) \\ &=n\log(2.7)-n+\frac12+o(1)\\ &=n(\underbrace{\log 2.7-1}_{<\,0})+\frac12+o(1)\bigg]\to -\infty. \end{align}

Without Taylor's formula:

From the inequalities $\;1-x<\dfrac1{1+x}<1$ $(x>0)$, you can deduce with the mean value theorem that $$x-\frac{x^2}2<\log(1+x)<x\quad\forall x>0$$ so that \begin{align} n\log(2.7)-n^2\log\Bigl(1+\frac1n\Bigr)&<n\log(2.7)-n^2\biggl(\frac1n-\frac1{2n^2}\biggr) = n(\underbrace{\log 2.7-1}_{<\,0})+\frac12 \end{align} The same conclusion as above follows by the comparison theorem.

0
On

You need two results here. First is that the limit of $(1+(1/n))^n$ exists and is commonly denoted by $e$. Second is the fact that $e>2.7$.

Next note that if $a_n=2.7/(1+(1/n))^n$ then by above two facts the sequence $a_n\to l$ where $0<l<1$. Let's choose a specific number $\epsilon>0$ such that $$0<l-\epsilon<l+\epsilon<1$$ This we can choose $\epsilon$ to be any positive number less than $\min(l, 1-l)$.

Since $a_n\to l$ it follows by definition of limit that there is a positive integer $m$ such that $$l-\epsilon <a_n<l+\epsilon, \forall n\geq m$$ Note that each term of the inequality is positive and hence if we raise each term to $n$'th power we get $$(l-\epsilon) ^n<a_n^n<(l+\epsilon) ^n, \forall n\geq m$$ Applying squeeze theorem we get the desired limit as $0$ because both $l-\epsilon, l+\epsilon $ lie between $0$ and $1$.

2
On

It sounds like you already know that $(1 +1/n)^n \to e$. By the definition of a limit: for all $\epsilon > 0$, there exists $N > 0$ so that $|(1 + 1/n)^n - e| < \epsilon$ for all $n \geq N$.

Consider $\epsilon = 1/100$. Then, $|(1 + 1/n)^n - e| < 1/100$ for $n \geq N$ for some $N$. Thus, $(1 + 1/n)^n \geq 2.708$ for $n \geq N$.

Finally we have $2.7 / (1 +1/n)^n \leq 2.7/2.708$, and hence $\left( 2.7 / (1 +1/n)^n\right)^n \leq \left(2.7/2.708\right)^n$ for $n \geq N$.