4

Show that $$ a_n=n^{1\over n}$$ is eventually decreasing.

I am not allowed to used derivatives and I have been trying for a while. I graphed it and it is decreasing if $n>2$, but how can you show it?

I have tried to look at ${a_{n+1}/a_n}$ but it gets me nowhere.

Gary
  • 31,845
Niebla
  • 444

3 Answers3

4

Assume $(n-1)^n\gt n^{n-1}$, which is easily verified for $n=4$. Then

$$n^{n+1} =n\left(n\over(n-1)\right)^n(n-1)^n \gt \left({n^2\over n-1}\right)^n =\left({n^2-1+1\over n-1}\right)^n =\left(n+1+{1\over n-1}\right)^n \gt(n+1)^n$$

The first inequality uses the induction hypothesis; the second uses the fact that $n\gt1$.

Barry Cipra
  • 79,832
1

Show that if $n\geq 3$ then $$\left(1+\frac{1}{n}\right)^n<n.$$

You can actually show by elementary means (without logarithms, calculus, or $e$, just binomial theorem and some simple inequalities) that:

$$\left(1+\frac{1}{n}\right)^n\leq 3$$

Thomas Andrews
  • 177,126
1

The solution follows Daniel Fischer's hint.

Using the inequality (for $x \ne 0$) $$ 1 + x < e^x, $$ with $x = 1/n$, we have $$ \frac{n+1}{n} \le e^{1/n}. $$ But for $n \ge 3 > e$ $$ e^{1/n} < n^{1/n}. $$ So $$ \frac{n+1}{n} < n^{1/n}, $$ or $$ n+1 < n^{\frac{n+1}{n}}, $$ Taking the $(n+1)$th root yields the desired result.

hbp
  • 157