I had a quiz today with an inductive proof that gave me some trouble.
Given a sequence an={1,n=13,n=2an−2+2an−1,n≥3
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=ak−2+2ak−1, for k≥3
(Inductive Step)
Show for n=k+1, ak+1=a(k+1)−2+2a(k+1)−1
ak+1=ak−1+2ak
ak+1=ak−1+2(ak−2+2ak−1) 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 n≥3, assume you know that a1,…,an−1 are all odd (this is the strong part of the induction).
- By definition, an=an−2+2an−1.
- By the inductive hypothesis, an−1 and an−2 are both odd.
- If we know that 2×odd=even, then we can additionally know that 2an−1 is even.
- If we know that odd+even=odd, then we can additionally know that an−2+2an−1 is odd.
- Hence an=an−2+2an−1 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 (an−1), but two elements before (an−2), and so it seemed easier if I could assume that all earlier elements had the inductive property.
No comments:
Post a Comment