0

enter image description here

I've already proven the first part but in (ii) I managed to get until

$u_{n+1} = \sqrt{9-\epsilon} - 1$

I don't know how to show the approximation answer.

  • What does $\approx$ mean precisely? $$\lim_{\varepsilon\to 0}\frac{\sqrt{9-\varepsilon}-1}2=1\text{ and even }\lim_{\varepsilon\to 0}((\sqrt{9-\varepsilon}-1)\ -\ 2)=0$$ So why can't I say $u_{n+1}\approx 2$? – user2345215 Jan 14 '15 at 16:17

1 Answers1

2

$u_{n+1} = 3\sqrt{1-\dfrac{\epsilon}{9}} - 1 = 3\left(1-\dfrac{\epsilon}{9}\right)^{\frac{1}{2}} - 1\approx 3\left(1-\dfrac{1}{2}\cdot \dfrac{\epsilon}{9}\right)-1= 2-\dfrac{\epsilon}{6}$

DeepSea
  • 77,651