What is the Formula for an Arithmetic Series with Odd Numbers?

So the sum of odd numbers is n(2n+1)- n(n+1)= n(2n+1- n- 1)= n(2n- n)= n(n). Since n(n)= n^2, the sum of all odd numbers from 1 to 2n-1 is (n^2)/2.
  • #1
Maxo
160
1

Homework Statement


By using the general equation for an arithmetic series, find a formula for calculating the series
[tex]1+3+5+...+(2n-1)[/tex]

Homework Equations


General equation for an arithmetic series:
[tex]\sum ^{n}_{k=1}k=\frac{n(n+1)}{2}[/tex]

The Attempt at a Solution


Using the general equation we have
[tex]\sum ^{n}_{k=1}(2k-1)[/tex]
but how can we go from there? What is the next step?

I tried replacing n with (2k-1) in the general equation but that gives the wrong answer. So how can we do it?
 
Last edited:
Physics news on Phys.org
  • #2
[tex]\sum (a+b) = \sum a + \sum b[/tex]

and

[tex]\sum (ab) = a\sum b[/tex]
if a is a constant that is independent of the summation index (k for example).

So using these formulae, you should be able to solve your problem.

edit:

And keep in mind that

[tex]\sum_{k=1}^{n}1 = 1+1+1+...+1 = n[/tex]

because you go from k=1 to n while summing 1 each time (hence n times).
 
  • Like
Likes 1 person
  • #3
Allright, so we have

[tex]\sum ^{n}_{k=1}(2k-1)=\sum ^{n}_{1}2k-\sum ^{n}_{1}1[/tex]
The second term is easy since we see that we have 1 n times so 1*n = n as you already wrote. Can it be also calculated using the general equation? When I try I get (1(1+1))/2=2/2=1 which is not correct. Also if we just put in n it gets n(n+1)/2 which does not equal n! I guess I am using the general equation wrong? How should it be used then?

Then the first term, how is that calculated? Using the general equation I get 2k(2k+1)/2 = k(2k+1) which is again wrong. Please tell help me how to use the general equation.
 
  • #4
Mentallic said:
and

[tex]\sum (ab) = a\sum b[/tex]
if a is a constant that is independent of the summation index (k for example).

Maxo said:
[tex]\sum ^{n}_{1}2k[/tex]

Notice the similarity?

[tex]\sum^n_1 2k =2\cdot 1+2\cdot 2+2\cdot 3+...+2\cdot n \\ = 2(1+2+3+...+n) \\ = 2\sum^n_1 k[/tex]

Do you know how to prove the general summation formula? If you do, you'll also see why you can't use it in the instances that you've tried to. If not, begin with

[tex]S=1+2+3+...+n[/tex]

and then consider

[tex]S=n+...+3+2+1[/tex]

and add both of these values together, term by term (add the values in the same column in pairs)

[tex]2S=(1+n)+(2+(n-1))+(3+(n-2))+...+((n-2)+3)+((n-1)+2)+(n+1)[/tex]

and simplify the right side, then solve for S.

Now, once you've learned how to prove the sum of the first n integers, now use a similar technique to find the general summation formula

[tex]S=a+(a+d)+(a+2d)+...+(a+(n-1)d)[/tex]

where a is your starting point, and d is the difference between each value.
 
  • #5
Thank you, you explain very well! I understand everything better now.
Mentallic said:
Now, once you've learned how to prove the sum of the first n integers, now use a similar technique to find the general summation formula

[tex]S=a+(a+d)+(a+2d)+...+(a+(n-1)d)[/tex]

where a is your starting point, and d is the difference between each value.
So if we write this again the opposite direction and then add column wise, we get that each term is equal to 2a+(n-1)d and we have n such terms, so 2S = n(2a+(n-1)d) = 2an + nd(n-1), so S = an + nd(n-1)/2.

In other words, the general formula for an arithmetic sum is:
[tex]Sn=an+\frac{n^2d-nd}{2}[/tex]
Correct?
That's interesting, I have never seen this more "more general"(?) summation formula before. Does it have some particular name? In my math book, which is supposed to be for university level math, it's not even mentioned.

Btw if you have some suggestions where I can learn more and where it's explained as well as you explain here, please feel free to share it.
 
Last edited:
  • #6
Maxo said:
Thank you, you explain very well! I understand everything better now.

So if we write this again the opposite direction and then add column wise, we get that each term is equal to 2a+(n-1)d and we have n such terms, so 2S = n(2a+(n-1)d) = 2an + nd(n-1), so S = an + nd(n-1)/2.

In other words, the general formula for an arithmetic sum is:
[tex]Sn=an+\frac{n^2d-nd}{2}[/tex]
Correct?
You're welcome! Yes, that's correct! Although, the factored form is more generally used.

[tex]S_n = \frac{n}{2}\left(2a+(n-1)d\right)[/tex]

and now, if we let d=1 and a=1, then this says we are taking the sum of a linear series that starts with 1 (a=1) and increases by a value of 1 each time (d=1) which would give you your sum of positive integers. If you want to find

[tex]\sum_{k=1}^n 1[/tex]

then this is like letting a=1 and d=0, which would give you S=n as expected.

Also,

[tex]\sum_{k=1}^n 2k = 2+4+6+...+2n[/tex]

Which as we can see from the expanded form, we would let a=2 and d=2 since it starts at the value of 2 and increases by a value of 2 between each term. The formula, as well as the method I showed you earlier that moves the 2 outside of the sum would of course give you the same result of S=n(n+1)

Maxo said:
That's interesting, I have never seen this more "more general"(?) summation formula before. Does it have some particular name? In my math book, which is supposed to be for university level math, it's not even mentioned.

Btw if you have some suggestions where I can learn more and where it's explained as well as you explain here, please feel free to share it.

It's called an arithmetic progression. Just google that and you'll find plenty on it :smile:
 
  • #7
Isn't the formula for the sum of an arithmetic series n(a+l)/2, where a is the first term, l is the last term, and n is the number of terms?

Chet
 
  • #8
Yes, it is. Another way of looking at it is that the average value in an arithmetic sequence is the same as the average of the first and last term.

By the way, here's another way of summing that original series, [tex]\sum_{ix= 1}^n 2n-1[/tex]. That is, of course, the sum of odd integers from 1 to 2n-1. It is the same as the sum of all integers from 1 to 2n minus the sum of all even numbers from 2 to 2n.

The sum of all numbers from 1 to 2n is, using that formula, [itex]2n(1+ 2n)/2= n(2n+ 1)[/itex]. The sum of all even numbers is [itex]2+ 4+ \cdot\cdot\cdot+ 2n= 2(1+ 2+ 3+ \cdot\cdot\cdot+ n)= 2(n(n+1)/2)= n(n+ 1)[/itex].
 
  • #9
Here's another related question, about if it's possible to write using Sigma notation. It's about this general formula for an arithmetic sum:

Mentallic said:
[tex]S_n = \frac{n}{2}\left(2a+(n-1)d\right)[/tex]
Is there any way to write this general sum using the sigma notation? If so, how could it be written with Sigma notation?
 
  • #10
Maxo said:
Here's another related question, about if it's possible to write using Sigma notation. It's about this general formula for an arithmetic sum:


Is there any way to write this general sum using the sigma notation? If so, how could it be written with Sigma notation?

Well you aren't going to be writing the formula above using sigma notation, because sigma is used as a shorthand form to express summations that follow an expressible pattern. But the arithmetic sum itself can be expressed in sigma notation of course.

[tex]a+(a+d)+(a+2d)+...+(a+(n-1)d)[/tex]
[tex]= \sum_{k=0}^{n-1}a+k\hspace{1 mm}d[/tex]

This is a valid summation, but we can do more with it. Notice the constant a is added n times, hence to remove it from the sum, we exchange 'a' in the summation for 'an' outside of the summation. Also the constant d can be factored out of the sum. It's for the same reason that

[tex]1d+2d+3d+...+nd = d(1+2+3+...+n)[/tex]

[tex]= an + d\sum_{k=0}^{n-1}k[/tex]

Now at this point, k=0 clearly doesn't give us anything. We only needed k=0 in the first place for when a was within the sum (else if we started with k=1 then we'd only be adding the value of a (n-1) times.). So we can remove k=0 and start at k=1.

[tex]=an + d\sum_{k=1}^{n-1} k[/tex]

And that would be your summation for a general arithmetic series.
 
  • Like
Likes 1 person
  • #11
Thank you, I would pretty much call this a perfect answer. :)
 

Related to What is the Formula for an Arithmetic Series with Odd Numbers?

1. How do I find the formula for a series?

To find the formula for a series, you need to first determine the pattern or rule that the series follows. This can be done by looking at the numbers in the series and identifying any relationships or patterns between them. Once you have identified the pattern, you can use mathematical techniques such as algebra or calculus to find the formula that represents the series.

2. What techniques can I use to find the formula for a series?

There are several mathematical techniques that can be used to find the formula for a series. Some common techniques include using algebra to manipulate equations or using calculus to find the derivative or integral of the series. Other techniques may involve using geometric or arithmetic sequences to determine the pattern in the series.

3. Can I use a calculator to find the formula for a series?

While a calculator can be helpful in performing calculations and verifying your answers, it is not typically used to find the formula for a series. This is because the formula for a series is based on the pattern or rule that the series follows, and it requires an understanding of mathematical concepts rather than simply plugging in numbers.

4. Are there any online resources or tools that can help me find the formula for a series?

Yes, there are many online resources and tools that can assist in finding the formula for a series. Some websites offer step-by-step instructions and examples for finding the formula for different types of series. There are also online calculators that can help with calculations and graphing tools that can visually represent the series and its pattern.

5. Can I find the formula for any series?

In theory, yes, you can find the formula for any series. However, some series may be more complex and require advanced mathematical techniques or may not have a formula that can be easily expressed. It is also important to note that finding the formula for a series is not always necessary and may not always be possible or practical for real-world applications.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
10
Views
279
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
240
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
646
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
289
Replies
8
Views
927
Back
Top