I needed to solve
$$\lim_{x \to 0} x * \ln x.$$
and I wasn't sure how I would do it so I looked up the answer.
They used L'Hoptial to solve this and I don't understand why this works.
$\lim_{x\to0} x * \ln x = \lim_{x\to0} \frac{\ln x}{1/x} $ but I can't use L'Hopital here because this is
$\frac{\text{undefined}}{0}$, so I looked up if $\ln 0$ is really undefined and it turns out that the limit of $\ln 0$ is $- \infty$
My textbook says I can only use L'Hopital with $\frac{\infty}{\infty}$ or $\frac{0}{0}$, so why am I allowed to use L'Hopital in this case?