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.