I came across with this limit:
$\lim_{x \to 0}\frac{\tan x - \sin x}{x^3}$
I started working it out this way:
$\lim_{x \to 0}(\frac{\tan x}{x}\times \frac{1}{x^2}) - (\frac{sin x }{x}\times \frac{1}{x^2})$ = $\lim_{x \to 0}(1\times \frac{1}{x^2}) - (1\times \frac{1}{x^2})$ = $\lim_{x \to 0}\frac{1}{x^2} - \frac{1}{x^2}$ = $0$
This is wrong since the solution is $\frac{1}{2}$. So my question is why can't I do this?