Prove sequence $a_n = \frac{\ln{n}}{\sqrt{n+1}}$ is strictly decreasing for big $n$ (using elementary methods). Although I can use different methods to get this result, I would like to have this done without derivatives, etc, just basic definitions, limits, inequalities with $\exp$ and $\ln$.
EDIT: Details have been added to the question. Rohit Pandey's answer was addressing previous question statement.
\begin{align} \frac{\log{n}}{\sqrt{n+1}} &> \frac{\log{(n+1)}}{\sqrt{n+2}} \\ \iff \sqrt{1 + \frac{1}{n+1}} \log n &> \log(n+1) \end{align}
Now $ \sqrt{1 + x} > 1 + x/3$ for $x < 1,$ (this arises since I know $\sqrt{1+x} \approx 1 + x/2$ for small $x$, and then an elementary proof by factoring a quadratic is easy if I replace the $2$ with something bigger (like $3$) )
so it suffices to show that $$ \log n + \frac{\log n}{3(n+1)} > \log (n+1) \iff \frac{\log n}{3(n+1)} > \log (1 + \frac{1}{n})$$
Further, since $\log (1 + x) < x,$ it suffices to show that
$$ \frac{\log n}{3(n+1)} > \frac{1}{n}$$
But this is true for large $n$ - for $n \ge 1,$ $3(n+1)/n \le 6$, and picking $n > e^6$ does the job.
It remains to argue that $\log(1 + x) < x$ is elementary. The simplest way I know is to note that this is equivalent to $1 + x < e^x,$ which is true for $x >0$ by simply truncating the series definition of $e^x$.