MethodMath
Sarah Mitchell
May 4, 2026

My calculus teacher marked this limit question wrong but I think my answer is correct can you check it

I had an exam question:

limx0sin(2x)2sinxx3\lim_{x \to 0} \frac{\sin(2x) - 2\sin x}{x^3}

I wrote:

Using LHopitals rule:

limx02cos(2x)2cosx3x2\lim_{x \to 0} \frac{2\cos(2x) - 2\cos x}{3x^2}
limx04sin(2x)+2sinx6x\lim_{x \to 0} \frac{-4\sin(2x) + 2\sin x}{6x}
limx08cos(2x)+2cosx6\lim_{x \to 0} \frac{-8\cos(2x) + 2\cos x}{6}
=8(1)+2(1)6=66=1= \frac{-8(1) + 2(1)}{6} = \frac{-6}{6} = -1

My teacher marked it wrong and said answer is 0. But I applied LHopital 3 times since it was 0/0 each time. Where did I go wrong?

I think it might be because sinxxx36\sin x \approx x - \frac{x^3}{6} and Taylor series might give a different answer. Please help me understand!

1 answers543 views

Login to comment

1 Answer

David Kim
David KimMay 26, 2026
For limits, I would first classify the expression before applying any rule. If direct substitution gives a number, you are done. If it gives $0/0$ or $\infty/\infty$, then algebra, series expansion, or L'Hopital's rule may be useful. If it gives something like $0\cdot\infty$ or $\infty-\infty$, rewrite it into a quotient first. For example, near $0$ the expansion $$\sin x=x-\frac{x^3}{6}+O(x^5)$$ often gives the cleanest answer. It also explains why repeated L'Hopital works in some cases but can hide the structure of the expression.
1 comment
Amara Okafor
Amara OkaforMay 27, 2026

This is clearer than expanding everything at once.

Login to comment

Login or Register to post an answer