compare $a=2016^\sqrt{2014}, b=2015^\sqrt{2015},c=2014^\sqrt{2016}$
I took 2 functions to solve this question:
$f(x)=\sqrt{x+1}\ln(x-1)-\sqrt{x}\ln x$ and $g(x)=\sqrt{x}\ln x - \sqrt{x-1}\ln(x+1).$
$f(x)$ has a local maxima at a point of abscissa $x_1\in(62,63)$ and $\lim_{x\to\infty}f(x)=0$ and $f'(x)<0$ on $[x_1,\infty).\implies f(2015)>0\implies c>b.$
$g(x)$ has a local maxima in the point of absicssa $x_2\in(45,46), \lim_{x\to\infty}g(x)=0$ and $g'(x)<0$ on $[x_2,\infty)\implies g(2015)>0\implies b > a.$
Leaving us with the answer $c > b > a.$
However, I was thinking of a way of verifying this (comparing these numbers) using only $1$ function and I was thinking maybe something like $f(x)=\sqrt{x}\ln(4030+x)...$ but it doesn't really work out... how could i compare these numbers using only one function?
Consider $f(x)=\sqrt{x}\ln(4030-x)$. It is an elementary function, so it is differentiable in $[{2000,3000}]$. Now, $f'(x)=\frac{1}{2\sqrt{x}}\ln(4030-x)-\frac{\sqrt{x}}{4030-x}$.
Intuitively, $\ln(4030-x)$ is way larger than $2$ around $x=2015$, at the same time $\sqrt{x}/(4030-x)\approx \sqrt{x}$ there, so $f'(x)>0$ around $x=2015$, therefore, $c=e^{f(2016)}>b=e^{f(2015)}>a=e^{f(2014)}$, by the monotonicity of the exponential function.
The second paragraph can be made rigorous if required...