Let a1=1, a2=3 , and for n≥2 let an=an−1+an−2. Show that an<(74)n for all natural numbers.
I assume I'm supposed to use induction. base step is easy. I'm stuck on how to form the inductive step. Any tips are greatly appreciated.
Answer
Here is the inductive step for anyone reading this...
Assuming P(k−2): ak−2<(74)k−2
Assuming P(k−1): ak−1<(74)k−1
Definition of ak: ak=ak−1+ak−2
Combining with inductive assumptions: ak<(74)k−2+(74)k−1
Algebraically factor out (74)k−2: ak<(74)k−2⋅(1+74)
ak<(74)k−2⋅114=(74)k⋅(47)2⋅114=(74)k⋅4449<(74)k
ak<(74)k
No comments:
Post a Comment