\begin{align*} & \lim\limits_{j \to \infty}{j^{\,j/2} \over j!} \\ \end{align*}
This problem is from a real analysis textbook in the chapter on the natural log and properties of exponents. I'm struggling with how to approach this. I don't think you would use L'Hopital's rule.
Let $L$ be the limit. Then, it is :
$$L = \lim_{n \to \infty} \frac{n^{n/2}}{n!} \Leftrightarrow \ln L = \lim_{n \to \infty} \left(\ln n^{n/2}-\ln n! \right)$$ $$\Leftrightarrow$$ $$\ln L =\lim_{n \to \infty} \left(\frac{n}{2}\ln n - \ln n!\right)$$
Now we will use the fact
$$\ln n! = n \ln n - n + \mathcal{O}\left(\ln n\right)$$
which is called Stirling's Approximation (actually it is a consquence of the original formula, more information can be found in the link and credits to Jack D'Aurizio for mentioning it as well).
$$\begin{align*}\ln L &=\lim_{n \to \infty} \left(\frac{n}{2}\ln n - n \ln n + n - \mathcal{O}\left(\ln n\right)\right)\\&=\lim_{n \to \infty} \left(n-\frac{n}{2}\ln n\; -\mathcal{O}\left(\ln n\right)\right) \end{align*}$$
But $\mathcal{O}\left(\ln n\right) \to 0$ and you should be able to finish now.