Download presentation
Presentation is loading. Please wait.
Published byDella Riley Modified over 9 years ago
1
1+2+3+…+n = n(n+1)/2 We want to prove the above statement by mathematical Induction for all natural numbers (n=1,2,3,…) Next SlideSlide 1
2
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 We need to show that for n=1 the statement is true. Previous SlideNext SlideSlide 2
3
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 Left hand side: Since when n=1, the first and last terms are the same, there is only 1 term on the left hand side. Right hand side: Plug in 1 for n. Previous SlideNext SlideSlide 3
4
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Simplify the right hand side to show that both sides are equal. Previous SlideNext SlideSlide 4
5
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k Since we have only proven the statement is true for n=1, we now are going to assume that it is true for an arbitrary natural number k. The word “Assume” is required in the proof to say that we are temporarily assuming this to be true even though we have not proven it yet. Previous SlideNext SlideSlide 5
6
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 As far as work for step #2, we just substitute k for n in the statement. Previous SlideNext SlideSlide 6
7
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 We now make use of our assumption in step #2 to prove for the next value of n, k+1. Previous SlideNext SlideSlide 7
8
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 Before we substitute k+1 for n, it’s a good idea to rewrite the statement showing the second to last term on the left hand side. Since the terms keep increasing by 1, and the last term is n, the second to last term is (n-1). I put this in parenthesis to show it as one term. Previous SlideNext SlideSlide 8
9
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 Now we’ll substitute k+1 in for n. Previous SlideNext SlideSlide 9
10
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 Simplify each side. Previous SlideSlide 10Next Slide
11
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 Note that part of the left hand side in step #3 is the same as the left hand side in step #2. Previous SlideSlide 11Next Slide
12
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 k(k+1)/2 +(k+1) | Now based on the equation in step #2 make a substitution. Previous SlideSlide 12Next Slide
13
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 k(k+1)/2 +(k+1) | k(k+1)/2 +2(k+1)/2 | We now have to show that both sides are the same. This can be done in many ways. I’ll start by putting the second term on the left hand side over the LCD. Previous SlideSlide 13Next Slide
14
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 k(k+1)/2 +(k+1) | k(k+1)/2 +2(k+1)/2 | [(k+1)/2] [ k +2 ] | Now I’ll factor out the common factor of (k+1)/2. Previous SlideSlide 14Next Slide
15
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 k(k+1)/2 +(k+1) | k(k+1)/2 +2(k+1)/2 | [(k+1)/2] [ k +2 ] | (k+1)(k+2)/2 = Finally I’ll rewrite the left hand side to look like the right hand side. Previous SlideSlide 15Next Slide
16
1+2+3+…+n = n(n+1)/2 Step #1: Prove for n=1 1 | 1(1+1)/2 |2/2 =1 Step #2: Assume True for n=k 1+2+3+…+k = k(k+1)/2 Step #3: Using step #2, prove for n=k+1 1+2+3+…+(n-1)+n |n(n+1)/2 1+2+3+…+(k+1-1)+(k+1) |(k+1)(k+1+1)/2 1+2+3+…+k+(k+1) |(k+1)(k+2)/2 k(k+1)/2 +(k+1) | k(k+1)/2 +2(k+1)/2 | [(k+1)/2] [ k +2 ] | (k+1)(k+2)/2 = We now know that if the statement is true for any natural number, k, it also has to be true for the next natural number, k+1. Thus, since we know it’s true for 1, it also has to be true for 2. Since it’s true for 2, it has to be true for 3. And so on, and so on. Therefore, we have proven the statement is true for all natural numbers, 1,2,3,…. Previous SlideSlide 16END
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.