How to prove $n^{3/2} \le 2^n/n$ for all $n \geq 8$
My attempt:
$\textbf{Base case}$ is $n_0=8$: $\quad \left(8^{3/2}=4\right)\leq \left(32=\frac{2^8}{8}\right) \checkmark$
$\textbf{Induction hypothesis}$: $\exists n\in \mathbb{N}_{\geq 8}:(n+1)^{3/2}\leq \frac{2^{n+1}}{n+1}$
$\textbf{Inductive step}$: $$ \begin{gather} (n+1)^{3/2}\leq \frac{2^{n+1}}{n+1} \end{gather} \\ \iff (n+1)^{5/3}\leq 2^{n+1} \\ \iff (n+1)^{5/3}\leq 2^n \cdot 2 \quad |\uparrow ^{3/5} \\ \iff n+1\leq 2^{3n/5}\cdot 2^{3/5}\ $$ This, sadly, doesn't get me anywhere, any ideas?
Better is to prove $$n^{5/2}\le 2^n$$, then we have to prove $$(n+1)^{5/2}\le 2^{n+1}$$. Then we get by multiplying by $2$: $$2^{n+1}\geq 2\cdot n^{5/2}$$ and it remaines to show that $$2\cdot n^{5/2}\geq (n+1)^{5/2}$$