How to prove that a sequence is divergent?

84 Views Asked by At

For this question, I know that the sequence diverges, but I don't know how to prove it. Can anyone please help me out?

Determine whether the following sequence is convergent or divergent.

$\{\sqrt{n}+1\}$

$\lim_{n\to \infty} (\sqrt{n} + 1) = \infty$

2

There are 2 best solutions below

5
On

Note that

$$\sqrt{n}+1>\sqrt{n}\to \infty$$

thus we can simply prove $\sqrt{n}\to \infty$.

Then fix $M$ and find $\bar n$ such that

$$\sqrt{\bar n}>M\implies \bar n>M^2$$

8
On

Let $L$ be a positive real number. Choose a positive integer $N$ such that $N>(L-1)^2$. Then for $n\geqslant N$, we have $$\sqrt n+1\geqslant \sqrt N+1>L,$$ and hence $\sqrt n+1\stackrel{n\to\infty}\longrightarrow+\infty$.