Consider the following situations that generate a sequence.
a. Write out the first five terms of the sequence.
b. Find an explicit formula for the terms of the sequence.
c. Find a recurrence relation that generates the sequence.
d. Using a calculator or a graphing utility, estimate the limit of the sequence or state that it does not exist.
A well-known method for approximating $\sqrt{c}$ for positive real numbers $c$ consists of the following recurrence relation (based on Newton's method; see Section 4.8). Let $a_{0}=c$ and $$\begin{aligned}
&a_{n+1}=\frac{1}{2}\left(a_{n}+\frac{c}{a_{n}}\right)\\
&\text { for } n=0,1,2,3, \ldots
\end{aligned}$$
a. Use this recurrence relation to approximate $\sqrt{10}$. How many terms of the sequence are needed to approximate $\sqrt{10}$ with an error less than $0.01 ?$ How many terms of the sequence are needed to approximate $\sqrt{10}$ with an error less than $0.0001 ?$ (To compute the error, assume a calculator gives the exact value.)
b. Use this recurrence relation to approximate $\sqrt{c},$ for $c=2$ $3, \ldots, 10 .$ Make a table showing how many terms of the sequence are needed to approximate $\sqrt{c}$ with an error less than 0.01