Facebook Pixel
Mathos AI logo

Arithmetic Series

Understanding Arithmetic Series

An arithmetic series is simply the sum of the terms of an arithmetic sequence. While a sequence is a list of numbers with a common difference (like 2,4,6,82, 4, 6, 8), a series adds those numbers together (like 2+4+6+82 + 4 + 6 + 8).

The Arithmetic Series Formulas

There are two main formulas to find the sum of the first nn terms of an arithmetic series, denoted as SnS_n.

Formula 1: When you know the first and last terms Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)

Formula 2: When you know the first term and the common difference Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n-1)d]

Where:

  • SnS_n is the sum of the first nn terms.
  • nn is the number of terms.
  • a1a_1 is the first term.
  • ana_n is the nn-th (or last) term.
  • dd is the common difference between consecutive terms.

Example 1: Sum of the First 50 Positive Integers

Problem: Find the sum of the first 50 positive integers (1+2+3++501 + 2 + 3 + \dots + 50).

Solution:

  1. Identify the known values:

    • Number of terms, n=50n = 50
    • First term, a1=1a_1 = 1
    • Last term, a50=50a_{50} = 50
  2. Since we know the first and last terms, we can use Formula 1: S50=502(1+50)S_{50} = \frac{50}{2}(1 + 50) S50=25(51)S_{50} = 25(51) S50=1275S_{50} = 1275

The sum of the first 50 positive integers is 12751275.

Example 2: Using Sigma Notation

Problem: Find the sum of the series written in sigma notation: k=120(3k+1)\sum_{k=1}^{20} (3k + 1)

Solution: This notation means we are adding the terms generated by the formula 3k+13k + 1 from k=1k = 1 up to k=20k = 20.

  1. Find the number of terms (nn): From k=1k=1 to 2020, there are n=20n = 20 terms.

  2. Find the first term (a1a_1) by plugging in k=1k=1: a1=3(1)+1=4a_1 = 3(1) + 1 = 4

  3. Find the last term (a20a_{20}) by plugging in k=20k=20: a20=3(20)+1=61a_{20} = 3(20) + 1 = 61

  4. Use Formula 1: S20=202(4+61)S_{20} = \frac{20}{2}(4 + 61) S20=10(65)S_{20} = 10(65) S20=650S_{20} = 650

The sum of the series is 650650.