Proof of 1 + 3 + 5 + ... + (2n -1) = n2

  • Thread starter Thread starter zeion
  • Start date Start date
  • Tags Tags
    Induction
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
zeion
Messages
455
Reaction score
1

Homework Statement



Show that the statement holds for all positive integers n.

1 + 3 + 5 + ... + (2n -1) = n2


Homework Equations





The Attempt at a Solution



Assume that k will work, then k + 1:

1 + 3 + 5 + ... + (2(k+1) -1) = (k+1)2
1 + 3 + 5 + ... + 2k+1 = k2 + 2k + 1

Recall that for k,
1 + 3 + 5 + ... + (2k -1) = k2

Then k+1,
1 + 3 + 5 + ... + (2k -1) + (2k+1) = k2 + (2k + 1)

Is this enough to conclude that the statement holds?
 
Physics news on Phys.org
Yes, that is correct. I would just be a little careful in your wording and progression of statements. I know that you are working backwards so to speak, but from appearances, it looks like you are assuming what you are trying to prove. When doing induction, try to be as strict and algorithmic as possible. Make sure each statement follows directly from the one preceding it.
 
n!kofeyn said:
Yes, that is correct. I would just be a little careful in your wording and progression of statements. I know that you are working backwards so to speak, but from appearances, it looks like you are assuming what you are trying to prove. When doing induction, try to be as strict and algorithmic as possible. Make sure each statement follows directly from the one preceding it.

I guess you ought to mention the equation satisfy for n=1 .
This is important as 1 is the first pst integer.