If $f(x)=\frac{e^x}{x}$, evaluate $$\lim_{n\to\infty}\frac{f^{(n)}(1)}{n!}$$ where $f^{(n)}(x)$ is the $n$-th derivative of $f(x)$.
This is from a local contest held in my city last year. I tried by calculating first few derivatives of $f(x)$ to have an estimation of $f^{(n)}(x)$ and got the following results: $$\begin{align} f'(x) &= \frac{e^x(x-1)}{x^2}\\ f''(x) &= \frac{e^x(x^2-2x+2)}{x^3}\\ f'''(x) &= \frac{e^x(x^3-3x^2+6x-6)}{x^4} \end{align}$$ As it can be seen, the derivatives are getting complicated in each step and I can't expect to have a nice expression for $f^{(n)}(x)$. Then how do I solve the problem?
Also, I would like to share my current knowledge of the topic to receive an answer that I can understand. I'm currently a high schooler and am learning calculus as an amateur. I have done almost all elementary concepts of differentiation and limits. I have not learnt integration yet. I don't know about Taylor and Maclaurin series but I know the expansions of $e^x$, $\ln(1+x)$ etc. I hope the answerers will consider these and provide a detailed solution if needed.
Edit: As figured out in the comments, the limit should be $$\lim_{n\to\infty}\bigg|\frac{f^{(n)}(1)}{n!}\bigg|.$$ Sorry for the inconveniences.
Equivalently, define $g(x) = \frac{e^x}{x + 1}$. Then we seek $e\lim\limits_{n \to \infty} \frac{g^{(n)}(0)}{n!}$.
Now consider that the MacLaurin series for $e^x$ is $\sum\limits_{i = 0}^\infty \frac{x^i}{i!}$. And consider that the MacLaurin series for $\frac{1}{1 + x}$ is $\sum\limits_{i = 0}^\infty (-1)^i x^i$.
Therefore the MacLaurin series for $g(x)$ is $\sum\limits_{i = 0}^\infty x^i \sum\limits_{j = 0}^i \frac{1}{j!} (-1)^{i - j}$. The idea is that when we multiply two MacLaurin series, we can collect all the terms of the form $c x^i$ just like when we multiply two polynomials.
From this, we see that $\frac{g^{(n)}(0)}{n!} = \sum\limits_{j = 0}^n \frac{1}{j!} (-1)^{n - j} = (-1)^n \sum\limits_{i = 0}^n \frac{(-1)^j}{j!}$.
Therefore, we see that $\lim\limits_{n \to \infty} \frac{g^{(n)}(0)}{n!}$ does not exist. For note that $\lim\limits_{n \to \infty} \sum\limits_{i = 0}^n \frac{(-1)^j}{j!} = e^{-1}$. Therefore, for sufficiently large $n$, we have $\frac{g^{(n)}}{n!}$ is very close to $e^{-1}$ when $n$ is even, and very close to $-e^{-1}$ when $n$ is odd. This proves that the limit does not exist.
If you throw in an absolute value, then we see that $\lim\limits_{n \to \infty} | \frac{g^{(n)}(0)}{n!}| = e^{-1}$ and thus $\lim\limits_{n \to \infty} |\frac{f^{(n)}(1)}{n!}| = 1$.