Finding the formula for summation.

  • Thread starter Thread starter NATURE.M
  • Start date Start date
  • Tags Tags
    Formula Summation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
NATURE.M
Messages
298
Reaction score
0

Homework Statement



Find a formula for

[itex]\sum (2i-1)[/itex] =1+3+5+...+(2n-1)

Homework Equations





The Attempt at a Solution



[itex]\sum(2i-1)[/itex]=(1+2+3+...+2n)-(2+4+6+...+2n)
=(1+2+3+...+2n)-n(n+1)

I'm unsure what to do with 1+2+3+..+2n ?
 
Physics news on Phys.org
statdad's suggestion is one way of doing this. Alternatively, you might spot a pattern by looking at the partial sums:
1=?
1+3=?
1+3+5=?

Once you spot the pattern, how could you go about proving whether it is actually universally true, or a mere fluke?
 
I think I fugured it out lol.

The pattern is n^2.
So then,

(1+2+3+...+2n)-n(n+1) = (2n(2n+1))/2 -n(n+1)=n(2n+1)- n(n+1) =2n^2+n-n^2-n=n^2
So the general formula is n^2.
 
NATURE.M said:
I think I fugured it out lol.

The pattern is n^2.
So then,

(1+2+3+...+2n)-n(n+1) = (2n(2n+1))/2 -n(n+1)=n(2n+1)- n(n+1) =2n^2+n-n^2-n=n^2
So the general formula is n^2.

Yup!
:smile: