First principles/induction proof

  • Thread starter Thread starter forty
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 5K views
forty
Messages
132
Reaction score
0
1 + 2 + 3 + ... + n = n(n+1)/2

I need to prove this by first principles and by induction.

I am extraordinarily stuck with this and don't really know where to begin, I've tried writing the LHS in terms of n then trying to simplify but am pretty much stuck. Any suggestions of how to begin for either method would be very much appreciated!
 
Physics news on Phys.org
This is an arithmetic progression with d=1. To start off, imagine the sum:
n + n-1 + n-2 + ... + 1 , which is the same as the above, but written in the reverse order. What happens if you add one sum to the other?
 
Sorry for my lack of understanding but what do you mean by this..

What happens if you add one sum to the other?

do you mean what happens when you add n + (n-1) + (n-2) and so on? Because if that's what you mean i have no idea >.<
 
He means what happens when you sum

1 + 2 + 3 + ... n-2 + n-1 + n
n + n-1 + n-2 + ... + 3 + 2 + 1
 
scast said:
He means what happens when you sum

1 + 2 + 3 + ... n-2 + n-1 + n
n + n-1 + n-2 + ... + 3 + 2 + 1

This is all fine, but the OP needs an inductive proof. Begin by showing the formula is true for say n=1. Let's call P(n)=n(n+1)/2. Now assume 1+...+n=P(n). You want to prove 1+...+(n+1)=P(n+1). Take the difference of the two equations. (n+1)=P(n+1)-P(n). Can you prove that? That's the inductive step.