How could someone in high-school solve this limit without using L'Hopitals Rule? $$\lim _{x \rightarrow 0} \frac{\sin x \cos x-\sin x}{x^{2}} = 0$$ I assume that it involves the fact that $$ \lim _{x \rightarrow 0} \frac{\sin (x)}{x}=1 $$ but I'm not seeing how.
Asked
Active
Viewed 90 times
0
-
1Factor out $\frac{\sin(x)}{x}$ and use $1-\cos(x)=2\sin^2(x/2)$ – Mark Viola Oct 28 '20 at 18:17
3 Answers
5
Notice that $$\lim_{x\to 0} \frac{\sin x \cos x - \sin x}{x^2} = \lim_{x\to 0} \frac{\sin x}{x} \cdot \frac{\cos x - 1}{x} = \lim_{x\to 0} \frac{\sin x}{x} \cdot \lim_{x\to 0} \frac{\cos x - 1}{x}$$
I'm assuming you already know the derivatives of sine and cosine.

Alex G.
- 8,848
-
1The second limit can be solved in the following way, provided that we have a proof that $\lim_{x \to 0} \sin x / x = 1$: \begin{align} \lim_{x \to 0} \frac{\cos x - 1}{x}&=\lim_{x \to 0} \frac{(\cos x - 1)(\cos x + 1)}{x(\cos x + 1)} \ &=\lim_{x \to 0} \frac{\cos^2 x-1}{x(\cos x + 1)} \ &=\lim_{x \to 0} \frac{-\sin^2 x}{x(\cos x + 1)} \ &=\lim_{x \to 0} \frac{\sin x}{x} \cdot \lim_{x \to 0} \frac{-\sin x}{\cos x + 1} \ &=1 \cdot 0 \ &= 0 , \text{.}\end{align} Once again, we can avoid using L'Hospital's rule. – Joe Oct 28 '20 at 18:48
-
1Alex, why does your approach require that you already know the derivatives of sine and cosine? The first limit can be evaluated using a geometric argument followed by applying the squeeze theorem; and the second limit can be evaluated in the way as shown above. These limits are typically used to prove that the derivative of sine is cosine. – Joe Oct 28 '20 at 18:54
-
@Joe My answer does not require using L'Hospital's rule either. Note that the two limits are the definitions of the derivatives of sine and cosine, respectively. The geometric argument you link is simply the main part of the proof that $d/dx \sin x = \cos x$ – Alex G. Oct 28 '20 at 19:58
-
There may have been a misunderstanding. What I was questioning was why you specified 'I'm assuming you already know the derivatives of sine and cosine'—I took that to mean 'this argument requires you to know these derivatives'. Since your answer doesn't require L'Hospital's rule, it is clear that we can use your approach without knowing that the derivative of sine and cosine. And then we can use the fact that $\lim_{x \to 0}\frac{\sin x}{x}=1$ and $\lim_{x \to 0}\frac{\cos x - 1}{x}=0$ to prove that the derivative of sine is cosine. – Joe Oct 28 '20 at 20:36
-
My original comment was simply meant to complement your answer—we can use the first limit to evaluate the second. – Joe Oct 28 '20 at 20:38
1
Hint:
$$\sin x\cos x-\sin x=-\sin x(1-\cos x)=-\dfrac{\sin^3x}{1+\cos x}$$
as $(1+\cos x)(1-\cos x)=\sin^2x$

lab bhattacharjee
- 274,582
1
Hint:we have $$\lim_{x \to 0} \frac{\sin x}{x}.\frac{(-2\sin^2 (x/2))}{x^2/4}.4x=?$$

Albus Dumbledore
- 11,860