Precise definition of a derivative

$\begingroup$

$f(x) = x+\sqrt{x}+4$

Obviously the derivative is $1 +\frac{1}{2\sqrt{x}}$

My problem is with using the precise definition of a limit namely:

$\frac{d}{{dx}}f\left( x \right) = \mathop {\lim }\limits_{x \to 0} \frac{{f\left( {x + h} \right) - f\left( x \right)}}{h}$

How would you solve this using the precice definition of a derivative?

$\endgroup$ 1

1 Answer

$\begingroup$

\begin{align*}\frac{f(x+h)-f(x)}{h} &= \frac{(x+h)+\sqrt{x+h}+4-(x+\sqrt{x}+4)}{h} \\ &= \frac{h + \sqrt{x+h}-\sqrt{x}}{h} \\ &= 1+\frac{\sqrt{x+h}-\sqrt{x}}{h} \\ &= 1 + \frac{(\sqrt{x+h}-\sqrt{x})(\sqrt{x+h}+\sqrt{x})}{h(\sqrt{x+h}+\sqrt{x})}\\ &= 1 + \frac{(x+h)-x}{h(\sqrt{x+h}+\sqrt{x})} \\ &= 1 + \frac{1}{\sqrt{x+h}+\sqrt{x}} \end{align*}

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like