How do I evaluate $$\lim_{\theta \to 0^+}\frac{\sin\theta}{\theta^2}?$$
I tried the following:
$$\lim_{\theta \to 0^+}\frac{\sin\theta}{\theta^2} = \lim_{\theta \to 0^+}\frac{1}{\theta}\cdot \lim_{\theta \to 0^+}\frac{\sin\theta}{\theta} = \lim_{\theta \to 0^+}\frac{1}{\theta} = +\infty$$
However, I feel that there is an error with my work, since I believe it isn't acceptable to separate a limit when it separates into something that has a value of infinity. Is there an issue with my work here?