1

How to find the value of this limit by using the definition of derivative :

$$ \lim_{h\to 0}\frac{\sin (x^{2}+h)-\sin x^{2}}{h} $$

Frank
  • 2,738

2 Answers2

2

First substitute $y=x^2$, so that you have

$$\lim_{h \to 0} \frac{\sin(y+h) - \sin y}{h}$$

Does this look familiar? It's the definition of the derivative of $\sin$ evaluated at the point $y$. Now substitute back.

Edit: Didn't see this had been answered by copper.hat in the comments.

0

$$\lim_{h\to 0}\frac{\sin(x^2+h)-\sin x^2} h$$ $$\lim_{h\to 0}\frac{\sin(x^2)\cos(h)+\sin(h)\cos(x^2)-\sin x^2} h$$ $$\lim_{h\to 0}\frac{\sin(x^2)(\cos(h)-1)} h +\lim_{h\to 0}\frac{\sin(h)\cos(x^2)} h$$

You can prove geometrically (see here, for example) that $\lim_{h\to 0}\frac{\sin h} h=1$, and that $\lim_{h\to 0}\frac{1-\cos h} h=0$ (see this question), which gives the appropriate limit.