Why does the function $f(x)=x\ln(x)$ is well-behaved at $x=0$? Should zero not belong to the domain of $f$, since we have natural log function?
I tried to compute the limit of $f$ when it goes to zero:
$$\lim_{x \to 0} f(x) = 0 \cdot (-\infty)$$
This limit leads us to zero or indeterminate form?
A simple manipulation and evaluation using L'Hopital's Rule:$$\lim_{x\to0}x\ln x=\lim_{x\to 0}\frac{\ln x}{\frac1x}\overset{\text{L'H}}=\lim_{x\to0}\frac{\frac1x}{-\frac1{x^2}}=0.$$
This tells us the limit exists. It does not tell us that $f(0)$ is defined.