QuarkCharmer
- 1,049
- 3
Homework Statement
\frac{d}{dx} x+\sqrt{x}
Using the definition of a derivative, no rules allowed.
Homework Equations
The Attempt at a Solution
\frac{d}{dx} x+\sqrt{x}
\lim_{h\to0} \frac{(x+h)+\sqrt{x+h}-x-\sqrt{x}}{h}
\lim_{h\to0} \frac{(x+h)+\sqrt{x+h}-x-\sqrt{x}}{h}
\lim_{h\to0} \frac{h+\sqrt{x+h}-\sqrt{x}}{h}
Not sure how to go about canceling out that h in the denominator before taking the limit. If there were two expressions on the top, then multiplying in a conjugate usually works, but I'm not sure what to do next?
My guess is to arrange it so that it's 1+(root(x+h)-root(x))/h and then put the conjugate into the right side. Trying that now