Show that the function $\displaystyle \frac {\ln{n}}{\sqrt{n+1}}$ is decreasing from some $n_0$
My try: $\displaystyle a_{n+1}=\frac{\ln{(n+1)}}{\sqrt{n+2}}\le \frac{\ln{(n)+\frac{1}{n}}}{\sqrt{n+2}}$
so we want to show that $\ln{n}\cdot(\sqrt{n+1}-\sqrt{n+2})+\frac{\sqrt{n+1}}{n}\le 0$ or equivalently $n\cdot \ln{n} \cdot (\sqrt{\frac{n+2}{n+1}}-1)\ge1$ and I'm stuck here.
First, you can show very easily without calculus that $k!>4^k$ whenever $k\ge18$: we then have $$\eqalign{k! &=(1\times2\times3)\times(4\times5\times\cdots\times15)\times(16\times17\times18)\times19\times\cdots\times k\cr &>(1\times1\times1)\times(4\times4\times\cdots\times4)\times(4^2\times4^2\times4^2)\times4\times\cdots\times4\cr &=4^k\ .\cr}$$ (In fact, this is true for $k\ge9$, but the proof takes a little more work.) Now for any $n$ we have $$\eqalign{\Bigl(1+\frac1n\Bigr)^{2n+3} &=\sum_{k=0}^{2n+3}\binom{2n+3}k\frac1{n^k}\cr &\le\sum_{k=0}^{2n+3}\frac{(3n)^k}{k!}\frac1{n^k}\cr &\le\sum_{k=0}^{17}\frac{3^k}{k!}+\sum_{k=18}^\infty\Bigl(\frac34\Bigr)^k\cr &=\Bigl(\sum_{k=0}^{17}\frac{3^k}{k!}\Bigr)+3\Bigl(\frac34\Bigr)^{17}\ .\cr}$$ This last quantity is a specific, fixed number. So if $n$ is large enough we have $$\eqalign{ n>\Bigl(1+\frac1n\Bigr)^{2n+3} &\Rightarrow n^{2n+4}>(n+1)^{2n+3}\cr &\Rightarrow n^{n+2}>(n+1)^{n+\frac32}\cr &\Rightarrow n^{n+2}>(n+1)^{\sqrt{(n+1)(n+2)}}\cr &\Rightarrow n^{1/\sqrt{n+1}}>(n+1)^{1/\sqrt{n+2}}\cr &\Rightarrow \frac{\log n}{\sqrt{n+1}}>\frac{\log(n+1)}{\sqrt{n+2}}\ .\cr}$$