Monday, February 27, 2017

algebra precalculus - Proving that a series is bounded from above through induction.


I am required to prove that the following series a1=0,an+1=(an+1)/3,nN

is bounded from above and is monotonously increasing through induction and calculate its limit. Proving that it's monotonously increasing was simple enough, but I don't quite understand how I can prove that it's bounded from above through induction, although I can see that it is bounded. It's a fairly new topic to me. I would appreciate any help on this.


Answer



See that for any an<12, we have


an+1=an+13<12+13=12


Thus, it is proven that since a0<12, then a1<12, etc. with induction.



We choose 12 since, when solving an+1=an, we result with an=12, the limit of our sequence.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...