This question has been driving me crazy, and I can't find the answer anywhere.
I tried proving it using induction.
As for the base case:
a1=1<1.5=a2
Next, suppose ak≤ak+1
Then,
ak≤ak+1
ak+1≤ak+1+1
1ak+1≥1ak+1+1
akak+1≥akak+1+1
akak+1+1≥akak+1+1+1
My goal was to get
akak+1+1≤ak+1ak+1+1+1
ak+1≤ak+2
But obviously, I was not able to find a way.
I also tried a different inductive approach where I noted
ak+2=5an+33an+2
You can check that this is true by seeing you get the correct a3=1.6 using the given a1=1.
Assuming ak≤ak+1 I had that
ak≤1+anan+1
anan+1+1≤an2+4an+2an2+2an+1
From the assumption ak≤1+anan+1, we have that an2≤an+1, so
anan+1+1≤an2+4an+2an2+2an+1≤(an+1)+4an+2an2+2an+1=5an+3an2+2an+1
If only I could change the denominator the same way while keeping the direction of the inequality, I could substitute an+1 for an2 and I would get the desired 5an+33an+2, proving that ak+1≤ak+2 since ak+2=5an+33an+2.
How do I prove the sequence is monotonic increasing? Both of these routes did not get me to the answer.
No comments:
Post a Comment