3

How to calculate $\lim\limits_{x\to 0} \frac{[\sin{x}-x][\cos({3x})-1]}{x[e^x -1]^4}$ without using L'Hôpital's Rule?

I tried Taylor expansion but I couldn't solve the resulting summations. I also tried expanding them out but there were way too many terms.

What is a valid way to solve the question?

1412
  • 871

1 Answers1

5

Very rough analysis with Taylor series: $\sin x - x$ vanishes to third order and $\cos(3x) - 1$ vanishes to second order. The denominator vanishes to fifth order, so the limit should be a non-zero real number.

To be much more precise,

$$\sin x - x = -\frac 1 6 x^3 + O(x^5)$$ $$\cos(3x) - 1 = -\frac{(3x)^2}{2} + O(x^4)$$ $$e^x - 1 = x + O(x^2)$$

Convince yourself that all these high order terms can indeed be neglected, and then compute $(-1/6)(-(3/2)^2) = 3/4$.