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,8), a series adds those numbers together (like 2+4+6+8).
The Arithmetic Series Formulas
There are two main formulas to find the sum of the first n terms of an arithmetic series, denoted as Sn.
Formula 1: When you know the first and last terms Sn=2n(a1+an)
Formula 2: When you know the first term and the common difference Sn=2n[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.
- an is the n-th (or last) term.
- d 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+⋯+50).
Solution:
-
Identify the known values:
- Number of terms, n=50
- First term, a1=1
- Last term, a50=50
-
Since we know the first and last terms, we can use Formula 1: S50=250(1+50) S50=25(51) S50=1275
The sum of the first 50 positive integers is 1275.
Example 2: Using Sigma Notation
Problem: Find the sum of the series written in sigma notation: ∑k=120(3k+1)
Solution: This notation means we are adding the terms generated by the formula 3k+1 from k=1 up to k=20.
-
Find the number of terms (n): From k=1 to 20, there are n=20 terms.
-
Find the first term (a1) by plugging in k=1: a1=3(1)+1=4
-
Find the last term (a20) by plugging in k=20: a20=3(20)+1=61
-
Use Formula 1: S20=220(4+61) S20=10(65) S20=650
The sum of the series is 650.