Given any number, to find its sqrt, we find a number whose sqrt is known and closest to
the number we want to find its sqrt. For an example, to find \(\sqrt {17}\), we know \(\sqrt {16}=4\). Hence we start by
writing
\[ f\left ( x\right ) =\sqrt {x}\]
And now Taylor series is used to approximate \(\sqrt {17}\). The expansion point is always the
point where \(\sqrt {x}\) is known, which is \(x=16\) in this example.
So all what we have to do is find derivatives of \(\sqrt {x}\) and evaluate
that at \(x=16\). In the above \(h\) is the distance between \(x=17\) and \(x=16\) which is one. The above
gives
We see that to get good approximation, only 3 terms should be enough. The closer the
expansion point is to the actual \(x\) we are trying to find sqrt at, the better the
approximation is and less terms will be needed.