$\lim_{x \to0} (\sin(2x)-2x)/x^3$

541 Views Asked by At

Evaluate $$ \lim_{x\to0} \frac{\sin(2x)-2x}{x^3} $$

I thought that I could use L'Hopital's rule to get to an answer of $-1$ but according to the answer manual that isn't correct. What am I doing wrong?

2

There are 2 best solutions below

0
On

enter image description here

This is the solution, you keep using L Hospital's Rule until you get the denominator as a number or an integer instead of x, since x-> 0 means the denominator will be 0 which wont solve our problem.

Kindly message me if you have problems or concerns in understanding this.

0
On

A better method would be using Taylor series: $$ \lim_{x\to 0} \frac{\sin(2x)-2x}{x^3} = \lim_{x\to 0} \frac{2x-\frac{(2x)^3}{3!}+O(x^5)-2x}{x^3} = -\frac{4}{3}, $$ where we used $\sin(x)=\sum_{n=0}^{\infty}\frac{(-1)^n}{(2n+1)!}x^{2n+1}$.