- 6,221
- 31
Homework Statement
The sequence u_1,u_2,u_3,... is such that u_1=1 and u_{n+1}=-1+{\sqrt{u_n+7}}
a) Prove by induction that u_n<2 for all n\geq1
b) show that if u_n=2-\epsilon, where \epsilon is small, then u_{n+1}\approx 2-\frac{1}{6}\epsilon
Homework Equations
The Attempt at a Solution
u_{n+1}=-1+sqrt{u_n+7}
\Rightarrow u_n=(u_{n+1}+1)^2-7
Assume statement is true for all k\geq1
then u_k<2
\Rightarrow (u_{k+1}+1)^2-7<2
(u_{k+1}+1)^2-(3)^2<0
((u_{k+1}+1)-3)((u_{k+1}+1)-3)<0
(u_{k+1}+1)-3>0 AND (u_{k+1}+1)-3<0
<br /> u_{k+1}+1>3<br /> <br /> u_{k+1}>2<br />
Thus u_{n+1}>2 is true
<br /> (u_{k+1}+1)-3<0<br /> <br /> u_{k+1}+1<-3<br /> <br /> u_{k+1}<-2<br />
does this affect anything in my proof?
I didn't bother to substitute the values of u_1 and u_2 and so forth as i have already done it and it is so for all n\geq1
but I do not know how to do part b)
Last edited by a moderator: