I've been trying to prove that $(n+1)^n \leq 3n^n$ and got down to prove that $n(3^{1/n}-1)>1$, but I can't go further from here, can anyone pls help?
2026-04-08 11:25:53.1775647553
On
On
Prove that $n (3^{1/n} - 1) > 1$ for $n \in \mathbb{N}$!
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
1
On
Hint: Your inequality is equivalent to $$\left(1+\frac{1}{n}\right)^n\le 3$$, think about the Euler number $e$.
1
On
You can write $$n\left(3^\frac{1}{n}-1\right)=n \left(e^{\frac{1}{n}\log 3}-1 \right).$$Then your claim follows from $$e^y > 1+y,\quad y \neq 0$$ and the fact that $\log 3 > 1$.
$$3^{x}>e^{x}=1+\frac x {1!}+\frac {x^{2}} {2!}+...$$ so $3^{x}>1+x$ for all positive numbers $x$.
Take $x=\frac 1 n$.