Tuesday, 16 September 2014

Inductive proof on a sequence




I had a quiz today with an inductive proof that gave me some trouble.
Given a sequence an={1,n=13,n=2an2+2an1,n3
prove that all the values are odd.



So I was confused if I should use mathematical induction or strong induction.
I started with M.I. and made it this far, but I'm stuck and do not see where I have to go.



PF,




(Base Case) when n=3



a3=a1+2a2=1+2(3)=7 So our base case holds.



(Inductive Hypothesis)



Assume True for n=k, ak=ak2+2ak1, for k3



(Inductive Step)




Show for n=k+1, ak+1=a(k+1)2+2a(k+1)1



ak+1=ak1+2ak



ak+1=ak1+2(ak2+2ak1) By our inductive hypothesis



This is where I get confused. I'm not sure what step to take next, or if I am using the wrong form of induction all together. I tried to multiply it out and combine the terms, but I am still lost. Any help or insight would be greatly appreciated. Thank you!


Answer



You can use strong induction. First, note that the first two terms a1 and a2 are odd. Then, for n3, assume you know that a1,,an1 are all odd (this is the strong part of the induction).





  • By definition, an=an2+2an1.

  • By the inductive hypothesis, an1 and an2 are both odd.

  • If we know that 2×odd=even, then we can additionally know that 2an1 is even.

  • If we know that odd+even=odd, then we can additionally know that an2+2an1 is odd.

  • Hence an=an2+2an1 is odd, which completes the induction.






P.S. Here's a thinking tool: The reason I thought strong induction would be the right approach is that the formula for an not only refers to the element right before (an1), but two elements before (an2), and so it seemed easier if I could assume that all earlier elements had the inductive property.

No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find lim without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...