1

I am trying to find the limit of the sequence $$ \left(\frac{3-4n}{1+n}\right)\left(1+\frac1n\right)^n $$ I am aware that if one sequence converges and another sequence converges then the multiplication of two sequences also converge. The limit of the first sequence is $-4$. However I do not know how to calculate the limit of the second sequence.

2 Answers2

3

Here is one approach $$ \left( 1+\frac{1}{n}\right)^{n}=e^{ n \ln(1+\frac{1}{n}) } = e^{ n (\frac{1}{n}-\frac{1}{2 n^2}+\dots) } = e^{1-\frac{1}{2n}+\dots}\underset{\infty}{\longrightarrow} e $$

robjohn
  • 345,667
2

This is the constant known as $e$. In this answer, it is shown to be equal to $$ \sum_{n=0}^\infty\frac1{n!}\tag{1} $$ In this answer, Bernoulli's Inequality is used to show that $$ \left(1+\frac1n\right)^n\tag{2} $$ is an increasing sequence and that $$ \left(1+\frac1n\right)^{n+1}\tag{3} $$ is a decreasing sequence. Thus, $e$ is greater than any term in $(2)$ and less than any term in $(3)$.

$n=1$ in $(2)$ shows that $e\ge2$ and $n=5$ in $(3)$ shows that $e\lt3$.

robjohn
  • 345,667