For a long time I've been messing around with the factorial function (I've discovered a way to define it for all real numbers!! but that's beside the point.), and in a math "project" (I guess you could call it a project), the following function came up:
$$f(x) = x!^{1/x}$$
If you put that into Desmos, you can see that as $x$ becomes greater and greater, $f(x)$ seems to become more and more like a line, like there is a slanted asymptote. My goal was then to find the slope of that asymptote. I can approximate it by taking the derivative of $f(x)$, and plugging in an arbitrarily large $x$.
In math terms, the slope of the asymptote is defined as follows:
$$m = \lim_{x\to\infty} \frac d{dx} x!^{1/x}$$
Through Wolfram Alpha's magic, I have learned that the slope of that asymptote is $1/e$. However, I have not been able to prove that the derivative of $f(x)$ converges at that value, or even that it converges at all.
Could someone please show me a proof that it converges?
Thanks!