What is the value of the following limit? $$\lim_{x \to 0} \frac{d}{dx}\,\frac{\sin^2 x}{x}$$
A) $0$
B) $2$
C) $1$
D) $\frac{1}{2}$
Any quick or easy way to do this, without differentiating it first ?
What is the value of the following limit? $$\lim_{x \to 0} \frac{d}{dx}\,\frac{\sin^2 x}{x}$$
A) $0$
B) $2$
C) $1$
D) $\frac{1}{2}$
Any quick or easy way to do this, without differentiating it first ?
Personally, I'd say that differentiating is the quick and easy way to do it.
However, a way to guess the numerical value knowing beforehand that it exists is observing that, if you apply l'Hopital to $$\lim_{x\to 0}\frac{\sin^2 x}{x^2}=\lim_{x\to 0}\frac{\frac{\sin^2 x}{x}}{x}=\lim_{x\to 0}\frac{\frac{\sin x}{x}\cdot\sin x}{x}=\left[\frac{1\cdot 0}0\right]$$
you'll end up evaluating exactly that limit there.
A possible solution using Taylor series.
$$\sin(x)=x-\frac{x^3}{6}+O\left(x^4\right)$$ $$\sin^2(x)=x^2-\frac{x^4}{3}+O\left(x^6\right)$$ $$\frac{\sin^2(x)}x=x-\frac{x^3}{3}+O\left(x^5\right)$$ $$\left(\frac{\sin^2(x)}x\right)'=1-x^2+O\left(x^3\right)$$
We will first differentiate the expression, then take the limit.
Let $y=\frac{\sin^2 x}{x}$.
$$\therefore \ln{y}=\ln(\sin^2x)-\ln x$$
Using logarithmic differentiation:
$$y'=\left[\frac{x\sin2x-\sin^2x}{x\sin^2x}\right]\cdot\left[\frac{\sin^2x}{x}\right]$$
Simplifying:
$$y'=\frac{x\sin 2x-\sin^2x}{x^2}$$
Now taking the limit:
$$\lim_{x\to0}\frac{x\sin 2x-\sin^2x}{x^2}$$
L'Hopital
$$=\lim_{x\to0}\frac{\sin2x+2x\cos x-\sin2x}{2x}$$
Cancelling terms:
$$\lim_{x\to0}(\cos x)=1$$
Let $f(x) =(\sin^{2}x)/x,f(0)=0$ then we can see easily by definition of derivative that $f'(0)=1$. The limit in question is $\lim_{x\to 0}f'(x)$ and if it exists it has to be $f'(0)=1$. That the limit exists follows from the fact that $f'(x) $ is continuous. But I think you can't avoid the act of differentiation.