I am a scientist who is trying to come up with some analytic solutions for a system that I only have approximate answers to and I have run into the problem of proving that the following function is monotone.
$$\sqrt{\lambda} \left[ \frac{I_0(2\sqrt{\lambda})}{I_1(2\sqrt{\lambda})} - \frac{I_1(2\sqrt{\lambda})}{I_0(2\sqrt{\lambda})} \right].$$
Where $I_n(x)$ is modified Bessel function of the first kind.
I am honestly not sure where to begin and any help or direction would be much appreciated!
This is not an answer, but may be helpful as a start.
First of all, we might as well define $x = 2 \sqrt{\lambda}$. Then with $g(x) = I_0(x)/I_1(x)$, you want $x (g(x) - 1/g(x))$ to be monotone (decreasing) for $x > 0$. This turns out to be equivalent to $$ - {{ I}_{0}\left(x\right)} ^{4}x+ {{ I}_{1 }\left(x\right)} ^{4}x+2\, {{ I}_{0}\left(x\right)} ^{3}{{ I}_{1}\left(x\right)} < 0 $$
It's certainly true when $x$ is small and when $x$ is large (by using the first couple of terms of the known Maclaurin series and asymptotics of $I_0$ and $I_1$). With some effort it should be possible to translate those into explicit bounds: say $0 < x < \epsilon$ and $x > N$. That leaves a finite interval: by careful numerical evaluation at a finite number of points, plus bounds on derivatives, it should be possible to cover this interval by subintervals on which the inequality is true.