I have to find the monotony and the convergence of
an+1=21+an3+an
for every n∈N when $0
What I have done is:
I said that if limn→∞an exists and is equal to a number l, then
l=limn→∞an+1=limn→∞(21+an3+an)=2⋅1+limn→∞an3+limn→∞an=2⋅1+l3+l⇔l=2⋅1+l3+l⇔3l+l2=2+2l⇔l2+l−2=0
And from here I find that l=1 and l=−2. But, since $0
From here on I don't know how to continue. I have solved a couple of similar exercises, but on them I was given a number for a1. So I used inductive reasoning (not sure if this is the right expression) and I found the monotony of the function.
The way I used the inductive reasoning is:
- I saw that for n=1 the statement was true
- I supposed it was true for n and then proved that it was true for n+1.
But since I don't have a number for a1 I can't continue.
Any tips?
Answer
I solved it after all. I took three cases for the an.
The cases where:
- a1<1
- a1=1
- a1>1
For a1<1:
I found (per @Bill Province's comment) that the function is monotonically increasing and that ak<1. Thus it is convergent.
For a1=1:
I found that ak=1, thus it is convergent.
For a1>1:
I found that ak>1. Τhus the (an) has a lower bound; it also is monotonically increasing -> thus is is not convergent.
No comments:
Post a Comment