Example 21.1.1. Approximate square roots.
What is the approximate value of \(\sqrt{100.03}\text{?}\) Using the known “nearby” value of \(\sqrt{100} = 10\) as a “base point” for our calculations, we will replace the square root function with a linear function \(L(t)\) that also has \(L(100) = 10\text{,}\) and has the same slope as the graph of the square root function at the point \(t = 100\text{:}\)
\begin{equation*}
\funceval{\ddt{(\sqrt{t})}}{t = 100} = \funceval{\frac{1}{2\sqrt{t}}}{t = 100} = \frac{1}{20} \text{.}
\end{equation*}
So the graph of \(L(t)\) must pass through the point \((100,10)\) and must create a slope of \(1/20\) with every other point \((t,y)\) on its graph:
\begin{gather*}
\frac{y - 10}{t - 100} = \frac{1}{20} \\
y - 10 = \frac{t - 100}{20} \\
y = 10 + \frac{t - 100}{20} \text{.}
\end{gather*}
Our approximating linear function to the square root function near the point \(t = 100\) is
\begin{equation*}
L(t) = 10 + \frac{t - 100}{20} \text{,}
\end{equation*}
and we approximate
\begin{equation*}
\sqrt{t} \approx L(t) \qquad \text{for} \qquad t \approx 100 \text{.}
\end{equation*}
In particular, we wished to approximate
\begin{align*}
\sqrt{100.03} \amp \approx L(100.03) \\
\amp = 10 + \frac{100.03 - 100}{20} \\
\amp = 10 + \frac{0.03}{2 \cdot 10} \\
\amp = 10 + \frac{0.015}{10} \\
\amp = 10 + 0.0015 \\
\amp = 10.0015 \text{.}
\end{align*}
(Compare with the result for \(\sqrt{100.03}\) returned by your calculator.)