How can I evaluate the right hand limit of $x \log\{\sin(x) \}$ as $x \to 0$ ; that is: $$\lim_{x \to 0^+} x \log\{\sin(x) \}=?$$
My Approach:
Let $f(x)= x \log\{\sin(x) \}$
then, $f(0.1)=0.1 \log\{\sin(0.1) \}$ ; and we know for small values of $x : \quad \sin(x) \approx x$
so, $f(0.1)=0.1 \log\{0.1 \}=0.1\log\{10^{-1} \}=-0.1$
similarly, $f(0.01)=0.01 \log\{\sin(0.01) \}=0.01 \log\{0.01 \}=0.01\log\{10^{-2} \}=-0.02$
so we conclude as $x \to 0$ , $f(x) \to 0$
Therefore , $\lim_{x \to 0^+} x \log\{\sin(x) \}=0$
But, how can we find it in a systematic process? please help...
\begin{align} \lim_{x \to 0^+} x \log(\sin(x)) &= \lim_{x \to 0^+} \frac{\log(\sin x)}{\frac1x}\\ &= \lim_{x \to 0^+} -\frac{x^2\cos x}{\sin x}\\ &= -\lim_{x \to 0^+ }x \cos x \\&=0 \end{align}