Consider the derivative of
\(f(x) = \sqrt{x}\text{,}\)
\begin{align*}
f'(x) \amp= \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}\\
\amp= \lim_{h \to 0} \frac{\sqrt{x + h} - \sqrt{x}}{h}
\end{align*}
Then, the goal is to cancel the factor of
\(h\) in the denominator. It turns out that the correct next algebraic step is a technique called
rationalizing the numerator. You may recall rationalizing the denominator, which involves multiplying numerator and denominator in order to eliminate a square root in the denominator. Here, we can use a similar technique with the goal of removing the square roots in the numerator. In this case, we multiply by the conjugate of the numerator, which is
\(\sqrt{x + h} + \sqrt{x}\text{,}\)
\begin{align*}
\amp= \lim_{h \to 0} \frac{\sqrt{x + h} - \sqrt{x}}{h} \cdot \frac{\sqrt{x + h} + \sqrt{x}}{\sqrt{x + h} + \sqrt{x}}\\
\amp= \lim_{h \to 0} \frac{(x + h) - x}{h(\sqrt{x + h} + \sqrt{x})}\\
\amp= \lim_{h \to 0} \frac{h}{h(\sqrt{x + h} + \sqrt{x})}\\
\amp= \lim_{h \to 0} \frac{1}{\sqrt{x + h} + \sqrt{x}} \amp\amp \text{cancelling the common factor of $h$}\\
\amp= \frac{1}{\sqrt{x} + \sqrt{x}} \amp\amp \text{plugging in $h = 0$}\\
\amp= \frac{1}{2\sqrt{x}}
\end{align*}
Observe the relationship between
\(f(x)\) and its derivative:
Desmos.
-
The slope of
\(f(x) = \sqrt{x}\) starts out large and positive, and then as
\(x\) increases, the slope becomes smaller but still positive.
-
This corresponds to the derivative
\(f'(x) = \frac{1}{2\sqrt{x}}\) being positive for all
\(x \gt 0\text{,}\) and getting closer to 0 as
\(x\) gets larger (or,
\(f'(x) \to 0\) as
\(x \to \infty\)).