Given $y = \sqrt x$ and nothing more, using the formula of a limit $$f'(x) = \lim_{h\to0} \frac{f(x+h)-f(x)}{h}$$ (that is, f prime of x equals the limit of h approaching zero with the equation ((f of the sum of x and h) minus (function of x)) over h)
how do we convert (not evaluate) it into Leibniz's notation, $\frac{dy}{dx}$?
I'm having a lot of problems here, and I hate taking radicals out of denominators. Would someone walk me through this?
(Also, what is MathJaX?)
Question 22 on page 107 of the book from this problem here
We want to evaluate
$$ \lim_{h\rightarrow 0} \frac{\sqrt{x+h} - \sqrt{x}}{h} $$
Multiply the top and bottom by $\sqrt{x+h} + \sqrt{x}$ to find that this is equal to
$$ \lim_{h\rightarrow 0} \frac{x+h-x}{h(\sqrt{x+h} + \sqrt{x})} = \lim_{h\rightarrow 0} \frac{h}{h(\sqrt{x+h} + \sqrt{x})} $$
Cancelling the $h$ from top and bottom, this is
$$ \lim_{h\rightarrow 0} \frac{1}{\sqrt{x+h}+\sqrt{x}} = \frac{1}{2\sqrt{x}} $$