About 15 minutes ago I came across a question on MSE asking about $$\lim_{x\rightarrow 0} \left(\frac{9}{x} - 9\cot(x)\right)$$ Four people instantly answered it - two of the solutions used L'H$\hat{\mathrm{o}}$pital's rule, and the other two used Taylor series. I was wondering if there was a method of proving that the limit is zero using only trigonemtric identities and no powerful tools - then I came across this incredibly brief proof.
Let $x \in \mathbb{R}$. Then $$\frac{9}{-x} - 9\cot(-x) = -\frac{9}{x} + 9\cot(x) = -\left(\frac{9}{x} - 9\cot(x)\right)$$ As the function is odd, $\lim_{x\rightarrow 0}\left(\frac{9}{x} - 9\cot(x)\right) = 0$.
I'm certain I've overlooked something, because this is too good to be true. Where did I go wrong?