The sum of a specified number of terms of an arithmetic sequence is called an arithmetic series.
An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant difference is known as the common difference. An arithmetic series, on the other hand, is the sum of a specified number of terms in such a sequence.
Understanding Arithmetic Series
The sum of the first n terms of an arithmetic sequence (also called an arithmetic series) can be calculated using a specific formula. Consider the arithmetic sequence: a1, a2, a3, ..., an, where a1 is the first term and an is the nth term.
- Definition: As stated in our reference, "The sum of the first n terms of an arithmetic sequence is called an arithmetic series".
- Example: 1 + 3 + 5 + 7 + 9 + ... is an example of an arithmetic series. In this case, it's the sum of terms from the arithmetic sequence 1, 3, 5, 7, 9, ...
Formulas for Arithmetic Series
There are two common formulas to calculate the sum (Sn) of the first n terms of an arithmetic series:
-
Using the first and last terms:
Sn = n/2 * (a1 + an)
Where:
- Sn is the sum of the first n terms
- n is the number of terms
- a1 is the first term
- an is the last (nth) term
-
Using the first term and common difference:
Sn = n/2 * [2a1 + (n-1)d]
Where:
- Sn is the sum of the first n terms
- n is the number of terms
- a1 is the first term
- d is the common difference
Examples
Let's calculate the sum of the first 5 terms of the arithmetic sequence 1, 3, 5, 7, 9 using both formulas:
-
Using the first and last terms:
S5 = 5/2 (1 + 9) = 5/2 10 = 25
-
Using the first term and common difference:
S5 = 5/2 [2(1) + (5-1)2] = 5/2 [2 + 8] = 5/2 * 10 = 25
Both formulas give the same result: the sum of the first 5 terms is 25.