Finding the formula for summation.

  • Thread starter Thread starter NATURE.M
  • Start date Start date
  • Tags Tags
    Formula Summation
AI Thread Summary
The discussion focuses on finding a formula for the summation of odd numbers, specifically \(\sum (2i-1)\), which represents the series 1 + 3 + 5 + ... + (2n-1). A participant suggests starting with the equation \(\sum_{i=1}^n (2i-1) = 2\sum_{i=1}^n i - \sum_{i=1}^n 1\) and explores simplifications. Through analyzing partial sums, they identify a pattern that leads to the conclusion that the sum equals \(n^2\). The final consensus confirms that the general formula for the summation of the first n odd numbers is indeed \(n^2\).
NATURE.M
Messages
298
Reaction score
0

Homework Statement



Find a formula for

\sum (2i-1) =1+3+5+...+(2n-1)

Homework Equations





The Attempt at a Solution



\sum(2i-1)=(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
Maybe start with
<br /> \sum_{i=1}^n \left(2i-1\right) = 2\sum_{i=1}^n i - \sum_{i=1}^n 1<br />

and simplify?
 
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:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top