• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Sequence and Series

Arithmetic Series

Understanding Arithmetic Series

Ever heard the story about Carl Friedrich Gauss, the math genius? When he was in elementary school, his teacher assigned the task of summing all numbers from 1 to 100: 1+2+3+⋯+98+99+1001 + 2 + 3 + \dots + 98 + 99 + 1001+2+3+⋯+98+99+100. The teacher hoped this would keep the students busy for a while.

But Gauss had a brilliant idea! He didn't sum them one by one. This sequential summation of terms from an arithmetic sequence (a sequence with a constant difference between terms) is what we call an Arithmetic Series.

For example, 1,2,3,…,1001, 2, 3, \dots, 1001,2,3,…,100 is an arithmetic sequence with the first term a=1a=1a=1 and a common difference b=1b=1b=1. The corresponding arithmetic series is 1+2+3+⋯+1001 + 2 + 3 + \dots + 1001+2+3+⋯+100.

How Did Gauss Calculate It?

Gauss noticed an interesting pattern:

  • If the first term (1)(1)(1) is added to the last term (100)(100)(100), the result is 101101101.
  • If the second term (2)(2)(2) is added to the second-to-last term (99)(99)(99), the result is also 101101101.
  • If the third term (3)(3)(3) is added to the third-to-last term (98)(98)(98), the result is still 101101101.
  • This pattern continues!
1+100⏟101,2+99⏟101,3+98⏟101,…,50+51⏟101\underbrace{1+100}_{101}, \underbrace{2+99}_{101}, \underbrace{3+98}_{101}, \dots, \underbrace{50+51}_{101}1011+100​​,1012+99​​,1013+98​​,…,10150+51​​

It turns out there are 50 pairs of numbers, each summing to 101. So, the total sum is 50×101=505050 \times 101 = 505050×101=5050. Clever, right?

Finding the General Formula

We can use Gauss's method to derive a general formula for the sum of the first nnn terms of an arithmetic series, usually denoted by SnS_nSn​.

Let's say we have an arithmetic series:

Sn=U1+U2+U3+⋯+Un−1+UnS_n = U_1 + U_2 + U_3 + \dots + U_{n-1} + U_nSn​=U1​+U2​+U3​+⋯+Un−1​+Un​

If written out with the first term (a)(a)(a) and the common difference (b)(b)(b):

Sn=a+(a+b)+(a+2b)+⋯+(a+(n−2)b)+(a+(n−1)b)S_n = a + (a+b) + (a+2b) + \dots + (a+(n-2)b) + (a+(n-1)b)Sn​=a+(a+b)+(a+2b)+⋯+(a+(n−2)b)+(a+(n−1)b)

Now, let's rewrite the series SnS_nSn​ in reverse order, from the last term to the first:

Sn=Un+Un−1+⋯+U2+U1S_n = U_n + U_{n-1} + \dots + U_2 + U_1Sn​=Un​+Un−1​+⋯+U2​+U1​

Or:

Sn=(a+(n−1)b)+(a+(n−2)b)+⋯+(a+b)+aS_n = (a+(n-1)b) + (a+(n-2)b) + \dots + (a+b) + aSn​=(a+(n−1)b)+(a+(n−2)b)+⋯+(a+b)+a

Next, let's add these two versions of SnS_nSn​ together, term by term:

Sn=a+(a+b)+⋯+(a+(n−2)b)+(a+(n−1)b)S_n = a + (a+b) + \dots + (a+(n-2)b) + (a+(n-1)b)Sn​=a+(a+b)+⋯+(a+(n−2)b)+(a+(n−1)b)
Sn=(a+(n−1)b)+(a+(n−2)b)+⋯+(a+b)+aS_n = (a+(n-1)b) + (a+(n-2)b) + \dots + (a+b) + aSn​=(a+(n−1)b)+(a+(n−2)b)+⋯+(a+b)+a
2Sn=[2a+(n−1)b]+[2a+(n−1)b]+⋯+[2a+(n−1)b]+[2a+(n−1)b]2S_n = [2a+(n-1)b] + [2a+(n-1)b] + \dots + [2a+(n-1)b] + [2a+(n-1)b]2Sn​=[2a+(n−1)b]+[2a+(n−1)b]+⋯+[2a+(n−1)b]+[2a+(n−1)b]

Notice! The sum of each pair of terms (top and bottom) is always the same, which is 2a+(n−1)b2a + (n-1)b2a+(n−1)b. Since there are nnn terms, there are nnn such identical sums.

So, we get:

2Sn=n×(2a+(n−1)b)2S_n = n \times (2a + (n-1)b)2Sn​=n×(2a+(n−1)b)

By dividing both sides by 2, we obtain the formula for the sum of the first nnn terms of an arithmetic series:

Sn=n2(2a+(n−1)b)S_n = \frac{n}{2} (2a + (n-1)b)Sn​=2n​(2a+(n−1)b)

Practical Formulas for Arithmetic Series

There are two main formulas commonly used to calculate SnS_nSn​:

  1. If the first term (a)(a)(a) and the common difference (b)(b)(b) are known:

    Sn=n2(2a+(n−1)b)S_n = \frac{n}{2}(2a + (n - 1)b)Sn​=2n​(2a+(n−1)b)
  2. If the first term (a)(a)(a) and the (n)(n)(n)-th term (Un)(U_n)(Un​) are known: Recall the formula for the nnn-th term is Un=a+(n−1)bU_n = a + (n-1)bUn​=a+(n−1)b. Substituting this into the first formula:

    Sn=n2(a+a+(n−1)b)S_n = \frac{n}{2}(a + a + (n - 1)b)Sn​=2n​(a+a+(n−1)b)
    Sn=n2(a+Un)S_n = \frac{n}{2}(a + U_n)Sn​=2n​(a+Un​)

    This second formula resembles Gauss's method: the sum of the first and last terms, multiplied by the number of pairs (n2)(\frac{n}{2})(2n​).

Notation:

  • SnS_nSn​ = Sum of the first nnn terms
  • nnn = Number of terms
  • aaa = First term (U1U_1U1​)
  • bbb = Common difference (difference between terms)
  • UnU_nUn​ = The nnn -th term

Example Problems

Problem 1

Recalculate the sum of the series 1+2+3+⋯+98+99+1001 + 2 + 3 + \dots + 98 + 99 + 1001+2+3+⋯+98+99+100.

Given:

  • First term a=1a = 1a=1
  • Last term Un=U100=100U_n = U_{100} = 100Un​=U100​=100
  • Number of terms n=100n = 100n=100

Since aaa and UnU_nUn​ are known, we use the second formula:

Sn=n2(a+Un)S_n = \frac{n}{2}(a + U_n)Sn​=2n​(a+Un​)
S100=1002(1+100)S_{100} = \frac{100}{2}(1 + 100)S100​=2100​(1+100)
S100=50(101)S_{100} = 50(101)S100​=50(101)
S100=5050S_{100} = 5050S100​=5050

The result is exactly the same as Gauss's calculation!

Problem 2

Given the arithmetic series: 13+16+19+22+…13 + 16 + 19 + 22 + \dots13+16+19+22+…. Calculate the sum of the first 30 terms (S30)(S_{30})(S30​)!

Given:

  • First term a=13a = 13a=13
  • Common difference b=16−13=3b = 16 - 13 = 3b=16−13=3
  • Number of terms to sum n=30n = 30n=30

Since aaa and bbb are known, we use the first formula:

Sn=n2(2a+(n−1)b)S_n = \frac{n}{2}(2a + (n - 1)b)Sn​=2n​(2a+(n−1)b)
S30=302[2(13)+(30−1)(3)]S_{30} = \frac{30}{2}[2(13) + (30 - 1)(3)]S30​=230​[2(13)+(30−1)(3)]
S30=15[26+(29)(3)]S_{30} = 15[26 + (29)(3)]S30​=15[26+(29)(3)]
S30=15(26+87)S_{30} = 15(26 + 87)S30​=15(26+87)
S30=15(113)S_{30} = 15(113)S30​=15(113)
S30=1695S_{30} = 1695S30​=1695

So, the sum of the first 30 terms of this series is 1695.

Previous

Series Concept

Next

Geometric Series

  • Arithmetic SeriesDiscover Gauss's brilliant method for calculating arithmetic series sums. Learn formulas, solve problems, and master sum calculations with examples.
On this page
  • Understanding Arithmetic Series
    • How Did Gauss Calculate It?
  • Finding the General Formula
  • Practical Formulas for Arithmetic Series
  • Example Problems
    • Problem 1
    • Problem 2
  • Comments
  • Report
  • Source code