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.