Here is the sequence equation I am given: $$ a_{k+1} = \frac{1}{2}\left( a_k+ \frac{n}{a_k} \right) $$ I am also given $n = 50$ and $a_0 = 7$.
This is what I calculated: $$ a_1 = \frac{99}{14}, \quad a_2 = \frac{19601}{2772}, \quad a_3 = \frac{54608393}{7722793}. $$
At the end I am supposed to state the order of magnitude of the difference $\sqrt{n} - a_3$.
So for this problem: $\sqrt{50} - \frac {54608393}{7722793}$
But when I plug it into excel I get $0.00$ repeating zeros no matter how far I go. How can there be no error? Am I doing the formula wrong or am I doing something in excel wrong? Thank you in advance for any help.
Excel does floating-point arithmetic with limited precision. Evidently it evaluates $\sqrt{50}$ and $54608393/7722793$ to the same floating-point number.
You could try Wolfram Alpha.