The sum Sn of the first n terms of an arithmetic sequence is given by the formula: Sn = n/2 [2a1 + (n - 1)d] or Sn = n/2 (a1 + an), where a1 is the first term, an is the nth term, and d is the common difference.
Understanding the Formulas
There are two common formulas to calculate the sum of an arithmetic series. Let's break them down:
-
*Formula 1: Sn = n/2 [2a1 + (n - 1)d]**
- Sn represents the sum of the first n terms.
- n is the number of terms you are summing.
- a1 is the first term of the arithmetic sequence.
- d is the common difference between consecutive terms.
- This formula is particularly useful when you know the first term (a1) and the common difference (d).
-
*Formula 2: Sn = n/2 (a1 + an)**
- Sn represents the sum of the first n terms.
- n is the number of terms you are summing.
- a1 is the first term of the arithmetic sequence.
- an is the nth term of the arithmetic sequence.
- This formula is beneficial when you know the first term (a1) and the last term (an) you want to sum. The provided reference states this formula as Sn=2n(a1+an), but this is incorrect. The correct formula is Sn = n/2(a1 + an).
Example
Let's say we have an arithmetic sequence: 2, 4, 6, 8, 10.
We want to find the sum of the first 5 terms (n = 5).
- a1 = 2 (the first term)
- a5 = 10 (the fifth term)
- d = 2 (the common difference)
Using the second formula:
S5 = 5/2 (2 + 10) = 5/2 12 = 30
Using the first formula:
S5 = 5/2 [22 + (5-1)2] = 5/2 [4 + 8] = 5/2 * 12 = 30
Therefore, the sum of the first 5 terms is 30.
In summary, the sum of the first n terms of an arithmetic sequence is calculated using either Sn = n/2 [2a1 + (n - 1)d] or Sn = n/2 (a1 + an), depending on the given information.