Is it possible to solve the value of lambda that maximizes the following equation analytically?:
$$ \frac{1-e^{-30 \lambda}}{30 \lambda} - e^{-30 \lambda} $$,
So then the derivative is equal to:
$$ \frac{e^{-30\lambda}}{\lambda} - \frac{30}{900\lambda^2} + \frac{30e^{-30\lambda}}{900 \lambda^2} + 30e^{-30\lambda} = 0$$,
Is it possible to get an analytical solution for lambda or does it need to be solved numerically?
By a simple calculation, a better closed form for the equation is $$e^{-30\lambda}={1\over 900\lambda^2+30\lambda+1}$$defining a new variable $u=30\lambda$ we obtain$$e^{u}={ u^2+u+1}$$ or$$u=\ln u^2+u+1$$ which has a trivial answer $u=0$ and the other roots can only be found numerically. The only non-trivial root is about $1.7933$. The function $f(u)=u-\ln (u^2+u+1)$ has been plotted below:
Also the function to be plotted is as following
As can be seen, the only maximal point is $u\approx 1.7933$ equivalent to $\lambda\approx 0.0598$