MHB Solving Limits: l'Hopital's Rule & Degree Rule

Click For Summary
The discussion focuses on finding the limit of the expression limx→0 (cos(5x) - cos(6x)) / x². The user initially attempted to apply l'Hôpital's Rule but was unsuccessful with various values. After differentiating the numerator and denominator twice, the limit was correctly calculated as 11/2. The conversation emphasizes that this method is valid due to the presence of a 0/0 indeterminate form. Overall, the application of l'Hôpital's Rule and the degree rule are central to solving the limit problem.
riri
Messages
28
Reaction score
0
Hi, I'm having some trouble with finding the limit for this question:

I can use the l'hopital's rule which I tried.. I tried pi, 2pi, 0, inf, none seem to work so if I could have some help that would be appreciated!

limx→0 $$\frac{cos5x-cos6x}{x^2}$$

Would the degree rule apply here? It wouldn't just be the 5x/x^2 and 6x/x^2 right? because that would give me 0...

Thanks!
 
Physics news on Phys.org
$$\lim_{x\to0}\dfrac{\cos(5x)-\cos(6x)}{x^2}$$

Differentiate numerator and denominator once:

$$\lim_{x\to0}\dfrac{-5\sin(5x)+6\sin(6x)}{2x}$$

Differentiate again:

$$\lim_{x\to0}\dfrac{-25\cos(5x)+36\cos(6x)}{2}=\dfrac{11}{2}$$
 
greg1313 said:
$$\lim_{x\to0}\dfrac{\cos(5x)-\cos(6x)}{x^2}$$

Differentiate numerator and denominator once:

$$\lim_{x\to0}\dfrac{-5\sin(5x)+6\sin(6x)}{2x}$$

Differentiate again:

$$\lim_{x\to0}\dfrac{-25\cos(5x)+36\cos(6x)}{2}=\dfrac{11}{2}$$

Of course, this method only works because you have 0/0 indeterminate forms.