Let $a>0$ be given and suppose we want to approximate $\sqrt{a}$ using Newton's method.
a. Explain why the square root problem is equivalent to finding the positive root of $f(x)=x^{2}-a$
b. Show that Newton's method applied to this function takes the form (sometimes called the Babylonian method)
$$
x_{n+1}=\frac{1}{2}\left(x_{n}+\frac{a}{x_{n}}\right), \text { for } n=0,1,2, \ldots
$$
c. How would you choose initial approximations to approximate $\sqrt{13}$ and $\sqrt{73} ?$
d. Approximate $\sqrt{13}$ and $\sqrt{73}$ with at least ten significant digits.