Let an be a sequence satisfying a1=a2=1 and an=12⋅(an−1+2an−2). Prove that 1≤an≤2:∀n∈N
Attempt at solution using strong induction:
Base cases: n=1 and n=2⟹a1=a2=1⟹1≤1≤2
Inductive assumption (strong induction): Assume that for all m∈N such that 1≤m≤k, where k∈N, the condition 1≤am≤2 holds True.
Show that m=k+1 holds true
ak+1=12⋅(ak+2ak−1)
I know that ak and ak−1 are satisfying 1≤am≤2 but I am not sure how to use that to prove that ak+1 holds true for the condition.
Answer
We have ak≥1 and ak−1≤2 ; which gives 2ak−1≥1. So
ak+1=12(ak+2ak−1)≥12(1+1)=1.
We have ak≤2 and ak−1≥1 ; which gives 2ak−1≤2. So
ak+1=12(ak+2ak−1)≤12(2+2)=2.
No comments:
Post a Comment