Introductory mathematical induction problem

Click For Summary

Homework Help Overview

The discussion revolves around a mathematical induction problem where the original poster is attempting to prove the formula for the sum of the first n even numbers, specifically that 2 + 4 + 6 + … + 2n = [2n(n+1)]/2. The participants are exploring the steps involved in the proof, particularly focusing on the base case and the inductive step.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the base case and the substitution of k for n in the proof. There is a focus on rewriting the left-hand side (LHS) when substituting k with (k + 1) and whether the algebraic manipulations are correct. Some participants express uncertainty about the validity of their steps and question where they might be going wrong.

Discussion Status

The discussion is ongoing, with participants sharing their attempts and questioning the assumptions made in the proof. Some guidance has been offered regarding the necessity of proving the inductive step logically follows from the assumption, but there is no explicit consensus on the correct approach yet.

Contextual Notes

Participants are grappling with the definitions and logical structure of mathematical induction, particularly in how to handle constants and assumptions in their proofs. There is an emphasis on ensuring that each step logically follows from the previous one, which is a critical aspect of mathematical induction.

SYoungblood
Messages
64
Reaction score
1

Homework Statement


I am just learning the joys of mathematical induction, and this problem is giving me fits.

Homework Equations


I am trying to prove that 2 + 4 + 6 + … + 2n = [2n(n+1)]/2

The Attempt at a Solution


The base case is to prove P(1) is correct. Simple enough -- 2 = [2 x 1 (1+1)]/2. The RHS does equal 2, so we are good to go there.

Next, substitute k for n. So, now we have 2 + 4 + 6 + … + 2k = [2k(k+1)]/2

We have to replace k with (k + 1), which is what we need to prove in this proof. We can also rewrite the LHS to show 2k + 2(k+1) = [2k(k+1)]/2 -- I suspect this is the step where I have gone off the rails.

With a little bit of algebra, I should be able to multiply the equations pout and prove the LHS = RHS, but I am somehow missing something, and I am pretty sure it is in step 3. The example problems I have followed in my text show the algebra is similar problems being pretty straightforward, but I am just not getting how to rewrite the substitution for k with (k + 1) as something mathematically correct.

Thank you for your help in advance.

 
Last edited by a moderator:
Physics news on Phys.org
SYoungblood said:

Homework Statement


I am just learning the joys of mathematical induction, and this problem is giving me fits.

Homework Equations


I am trying to prove that 2 + 4 + 6 + … + 2n = [2n(n+1)]/2

The Attempt at a Solution


The base case is to prove P(1) is correct. Simple enough -- 2 = [2 x 1 (1+1)]/2. The RHS does equal 2, so we are good to go there.

Next, substitute k for n. So, now we have 2 + 4 + 6 + … + 2k = [2k(k+1)]/2
Right. That's what you assume is true for some k where k ≥ 1.

We have to replace k with (k + 1), which is what we need to prove in this proof. We can also rewrite the LHS to show 2k + 2(k+1) = [2k(k+1)]/2 -- I suspect this is the step where I have gone off the rails.

With a little bit of algebra, I should be able to multiply the equations pout and prove the LHS = RHS, but I am somehow missing something, and I am pretty sure it is in step 3. The example problems I have followed in my text show the algebra is similar problems being pretty straightforward, but I am just not getting how to rewrite the substitution for k with (k + 1) as something mathematically correct.

Thank you for your help in advance.
With the above assumption, you now have to prove that your statement is true for k + 1 .

In other words, (with the above assumption) you need to prove that 2 + 4 + 6 + … + 2k + 2(k + 1) = [2(k + 1)(k +1 +1)]/2 .
 
Last edited by a moderator:
SammyS said:
Right. That's what you assume is true for some k where k ≥ 1.With the above assumption, you now have to prove that your statement is true for k + 1 .

In other words, (with the above assumption) you need to prove that 2 + 4 + 6 + … + 2k + 2(k + 1) = [2(k + 1)(k +1 +1)]/2 .

OK, we can assume all of the constants to be true, and remove them form the proof. So, I now have

2k + 2(k+1) = [2(k + 1)(k +1 +1)]/2

So,

2k + 2(k + 1) = (k + 1) (k + 2)
2
SammyS said:
Right. That's what you assume is true for some k where k ≥ 1.With the above assumption, you now have to prove that your statement is true for k + 1 .

In other words, (with the above assumption) you need to prove that 2 + 4 + 6 + … + 2k + 2(k + 1) = [2(k + 1)(k +1 +1)]/2 .
SammyS said:
Right. That's what you assume is true for some k where k ≥ 1.With the above assumption, you now have to prove that your statement is true for k + 1 .

In other words, (with the above assumption) you need to prove that 2 + 4 + 6 + … + 2k + 2(k + 1) = [2(k + 1)(k +1 +1)]/2 .

So, if I assume the constants to be true and can drop them from the proof, I have 2k + 2(k +1) = [2(k + 1)(k +1 +1)]/2

So,

2k + 2(k +1) = [2(k + 1)(k +1 +1)]/2
2k + 2k + 2 = (k + 1) (k + 2)
4k + 2 = k^2 + 3k + 2

And here is the step that has been derailing me, in some way, shape, or form, since I started working on this thing -- what am I doing wrong here?
 
SYoungblood said:
OK, we can assume all of the constants to be true, and remove them form the proof. So, I now have

2k + 2(k+1) = [2(k + 1)(k +1 +1)]/2

So,

2k + 2(k + 1) = (k + 1) (k + 2)
2
So, if I assume the constants to be true and can drop them from the proof, I have 2k + 2(k +1) = [2(k + 1)(k +1 +1)]/2

So,

2k + 2(k +1) = [2(k + 1)(k +1 +1)]/2
2k + 2k + 2 = (k + 1) (k + 2)
4k + 2 = k^2 + 3k + 2

And here is the step that has been derailing me, in some way, shape, or form, since I started working on this thing -- what am I doing wrong here?
First of all, what are you calling a "constant" ?

You can't assume that the following is true!
2 + 4 + 6 + … + 2k + 2(k + 1) = [2(k + 1)(k +1 +1)]/2​
You have to show (prove) that it's true assuming that the following is true. You have to show that it's a logical consequence of the following being true.
2 + 4 + 6 + … + 2k = [2k(k+1)]/2​

One plan of attack is to start with 2 + 4 + 6 + … + 2k = [2k(k+1)]/2 and then add 2(k+1) to both sides.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K