1

Can someone please prove the following?

$$\sqrt[n]n>\sqrt[n+1]{n+1} \quad \text{for all } n\geq 3.$$

I have tried lots of different approaches but none of them has worked. I tried induction and also tried to modify the expression but nothing worked.

Baquesh
  • 113

2 Answers2

0

Hint: Remember that $n \geq 3$. $$\sqrt[n]{n} > \sqrt[n+1]{n+1}\Leftrightarrow n^{n+1} > (n+1)^n$$

One more step,

$$n > (1+\frac{1}{n})^n$$

Aaron Maroja
  • 17,571
0

This can be proved by calculus. Let $y = \sqrt[x]{x} = x^{1/x}$. Then $\displaystyle\ln y = \frac{\ln x}{x}$, so that $$ \frac{1}{y} y' = \frac{1-\ln x}{x^2} \implies y' = x^{1/2} \cdot \frac{1-\ln x}{x^2} = \frac{1-\ln x}{x^{3/2}}. $$ Since $1-\ln x < 0$ for all $x \geq 3$, we have $y'<0$ on $[3,\infty)$, that is, $y$ is a decreasing function on $[3,\infty)$.

E W H Lee
  • 2,336