I am asked to solve following limit problem:
$\lim_{x \to 0}\frac{\sin x}{x}$
It is pretty straightforward using L'Hôpital's rule:
Since $$ \lim_{x \to 0}\frac{\sin x}{x} = \frac{0}{0}$$ Then we take derivative of the numerator and denominator, getting: $$ \lim_{x \to 0}\frac{\cos x}{1} =1$$
However, I would like to know whether there is a way to solve the limit problem above without L'Hôpital's rule. Is there?