|
-
Jan 29th, 2003, 02:34 AM
#1
Proof by Induction
What is "Induction Hypothesis"?
This question has me stumped, any help?
We define the sequence L by L 0=5 and for k>=1,
L k=2L k-1-7.
a) Determine L 4 <--- This one I got.. duh
b) Prove by induction that L k= 7-2 k+1
I can't figure out b. Any help appreciated. Thanks.
-
Jan 29th, 2003, 04:23 AM
#2
You verify it's true for k=1, then you try to prove that if it holds for k=n-1 then it will also hold for k=n.
Since n can be any number and it's true for k=1, then it must be true for k=2, and therefore for k=3, and then for k=4, and so on.
For your specific problem you first see it's true for k=1:
L1 = 2L0 - 7 = 3
and
L1 = 7 - 22 = 3
Now assume it's true for k= n - 1, i.e. assume Ln-1 = 7 - 2n holds. Let's prove it for k=n. We must prove that Ln = 7 - 2n+1
Indeed:
Ln = 2Ln-1 -7 = 2*(7 - 2n) - 7 =
(because we have ssumed the expression is valid for k = n-1)
= 14 - 2*2n - 7 = 7 - 2n+1
-
Jan 29th, 2003, 04:41 AM
#3
Originally posted by krtxmrtz
You verify it's true for k=1, then you try to prove that if it holds for k=n-1 then it will also hold for k=n.
Since n can be any number and it's true for k=1, then it must be true for k=2, and therefore for k=3, and then for k=4, and so on.
Thanks... I understood the solution. What I have quoted here, this is the actual 'induction hypothesis'? SO I can safely apply it to any question I see with the words "induction hypothesis" in there?
-
Jan 29th, 2003, 06:17 AM
#4
I have explained this induction hypothesis in my own words, perhaps it was not quite strict from the mathematical/philosophical point of view.
It may be worth a visit to http://www.bath.ac.uk/~ma1gpg/summatio.htm or try to search the words by means of altavista, google, askjeeves or any other search engine you like. You should find tons of information.
-
Jan 29th, 2003, 06:55 AM
#5
-
Jan 30th, 2003, 05:22 AM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|