I am doing some self studying and am trying to find the derivative of:
$$y= 2 \sqrt{x} $$ at the point [1, 2].
Now I know how to do the derivative the typical way, but could someone show me how to do the derivative using the $+h$ method? I am having trouble solving the limit. That is, limit of $h->0$ for:
$$\frac{2 \sqrt{1 + h} - 2 \sqrt{1}}{h}$$
All I get is infinity, which is clearly wrong as if you were to do derivatives the usual way, it would be:
$$\frac{dy}{dx} = \frac{1}{\sqrt{x}}$$
Equal to 1.
Thanks!
Multiplying by the conjugate fraction $\frac{2\sqrt{1 + h} + 2}{2\sqrt{1 +h} + 2}$:
$$\lim_{h\rightarrow 0}\frac{2\sqrt{1 + h}-2}{h}\frac{2\sqrt{1+h}+2}{2\sqrt{1 + h} + 2} =\lim_{h\rightarrow 0}\frac{4h}{2h(\sqrt{1 + h} + 1)} = \lim_{h\rightarrow 0}\frac{2}{\sqrt{1+h} + 1}=\boxed{1}$$
When doing these derivatives, if you get a $\frac{0}{0}$ and you have roots in the numerator, it's usually best to multiply by the conjugate and simplify, as an $h$ will pop out somewhere.