Source codeVideos
Sequence and Series

Arithmetic Series

Nabil Akbarazzima Fatih

Mathematics

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 + 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, 100 is an arithmetic sequence with the first term a=1a=1 and a common difference b=1b=1. The corresponding arithmetic series is 1+2+3++1001 + 2 + 3 + \dots + 100.

How Did Gauss Calculate It?

Gauss noticed an interesting pattern:

  • If the first term (1)(1) is added to the last term (100)(100), the result is 101101.
  • If the second term (2)(2) is added to the second-to-last term (99)(99), the result is also 101101.
  • If the third term (3)(3) is added to the third-to-last term (98)(98), the result is still 101101.
  • This pattern continues!
1+100101,2+99101,3+98101,,50+51101\underbrace{1+100}_{101}, \underbrace{2+99}_{101}, \underbrace{3+98}_{101}, \dots, \underbrace{50+51}_{101}

It turns out there are 50 pairs of numbers, each summing to 101. So, the total sum is 50×101=505050 \times 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 nn terms of an arithmetic series, usually denoted by SnS_n.

Let's say we have an arithmetic series:

Sn=U1+U2+U3++Un1+UnS_n = U_1 + U_2 + U_3 + \dots + U_{n-1} + U_n

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

Sn=a+(a+b)+(a+2b)++(a+(n2)b)+(a+(n1)b)S_n = a + (a+b) + (a+2b) + \dots + (a+(n-2)b) + (a+(n-1)b)

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

Sn=Un+Un1++U2+U1S_n = U_n + U_{n-1} + \dots + U_2 + U_1

Or:

Sn=(a+(n1)b)+(a+(n2)b)++(a+b)+aS_n = (a+(n-1)b) + (a+(n-2)b) + \dots + (a+b) + a

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

Sn=a+(a+b)++(a+(n2)b)+(a+(n1)b)S_n = a + (a+b) + \dots + (a+(n-2)b) + (a+(n-1)b)
Sn=(a+(n1)b)+(a+(n2)b)++(a+b)+aS_n = (a+(n-1)b) + (a+(n-2)b) + \dots + (a+b) + a
2Sn=[2a+(n1)b]+[2a+(n1)b]++[2a+(n1)b]+[2a+(n1)b]2S_n = [2a+(n-1)b] + [2a+(n-1)b] + \dots + [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+(n1)b2a + (n-1)b. Since there are nn terms, there are nn such identical sums.

So, we get:

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

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

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

Practical Formulas for Arithmetic Series

There are two main formulas commonly used to calculate SnS_n:

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

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

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

    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}).

Notation:

  • SnS_n = Sum of the first nn terms
  • nn = Number of terms
  • aa = First term (U1U_1)
  • bb = Common difference (difference between terms)
  • UnU_n = The nn -th term

Example Problems

Problem 1

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

Given:

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

Since aa and UnU_n are known, we use the second formula:

Sn=n2(a+Un)S_n = \frac{n}{2}(a + U_n)
S100=1002(1+100)S_{100} = \frac{100}{2}(1 + 100)
S100=50(101)S_{100} = 50(101)
S100=5050S_{100} = 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 + \dots. Calculate the sum of the first 30 terms (S30)(S_{30})!

Given:

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

Since aa and bb are known, we use the first formula:

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

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