askvity

What is the formula for the sum of an arithmetic series?

Published in Arithmetic Series 1 min read

The sum of an arithmetic series can be calculated using two primary formulas, depending on the information you have.

Formulas for the Sum of an Arithmetic Series

There are two common formulas used to calculate the sum (Sn) of an arithmetic series:

  1. When you know the first term (a1), the last term (an), and the number of terms (n):

    Sn = n/2 (a1 + an)

  2. When you know the first term (a1), the number of terms (n), and the common difference (d):

    Sn = n/2 [2a1 + (n - 1)d]

Explanation of the Variables:

  • Sn = Sum of the first n terms
  • n = Number of terms in the series
  • a1 = First term in the series
  • an = Last (nth) term in the series
  • d = Common difference between consecutive terms

Example:

Let's say we have an arithmetic series: 2, 4, 6, 8, 10

  • a1 = 2
  • d = 2
  • n = 5
  • an = 10

Using the first formula: S5 = 5/2 (2 + 10) = 5/2 (12) = 30

Using the second formula: S5 = 5/2 [2(2) + (5 - 1)2] = 5/2 [4 + 8] = 5/2 (12) = 30

Both formulas yield the same result, demonstrating their interchangeability depending on the given information.

Related Articles