1.1: Arithmetic Series and Sequences
Definition (Arithmetic Series and Sequences)
An arithmetic series is a1+a2+a3… where ai−ai−1=d for some constant d and all i≥2. Note that an arithmetic series refers to the sum while an arithmetic sequence refers to the ordered list of terms.1
Using this definition, we can now derive some formulas for each term and the series.
Theorem (Formula For Term)
If ai is ith term of an arithmetic sequence with common difference d, then ai=a1+(i−1)d.
Now, we'll present some common formulas for arithmetic series and sequences. These all easily follow from the previous formula but it's useful to know them to quickly manipulate arithmetic series.
Theorem (Arithmetic Average)
In an arithmetic series ai, an+am=2a2n+m if n+m is even.
In other words, the arithmetic average of two terms is the term with an index that is the arithmetic average of the two other terms' indexes. Visually, the term in the very middle of the two terms is the arithmetic average.
Proof
We have an=a1+(n−1)d and am=a1+(m−1)d. Then, an+am=2a1+(n+m−2)d=2(a1+(2n+m−1)d)=2a2n+m
Theorem (Arithmetic Sequence and Series)
For an arithmetic sequence ai, a1+a2…+an=2a1+an⋅n.
Proof
Note that we can pair up ai and an+1−i to get a1+(i−1)d+a1+(n−i)d=2a1+(n−1)d. There is a special case that if n is odd and i=2n+1, we can't pair up that term with itself. However, a2n+1=a1+2n−1d so it still averages out as 21 of a pair.
Then, we have 2n pairs (if n is odd, we have a "half" pair which is just the term a21+n=2a1+an). So, our total sum is
2n⋅(a1+an)=2a1+an⋅n.
Theorem (Arithmetic Series)
If the common difference is d in arithmetic sequence ai, a1+a2…+an=n⋅a1+d(2(n−1)(n)).
Proof
We use the previous theorem
a1+a2…+an
=2a1+an⋅n
=2a1+a1+(n−1)d⋅n
=a1⋅n+d(2(n−1)(n))
Most of time, problems with arithmetic series require only simple algebraic manipulation to solve.
Example
(NanoMath Fall Meet 2020)Let a0,a1,a2,… be an arithmetic sequence of positive integers. If a0+a1+⋯+a10=209 and aa0+aa1+⋯+aa10=671, then find a0.
Solution
Using our series formula on a0+a1+⋯+a10=209 gives that 11⋅2a0+a10=209⟹a0+a10=38⟹2a0+10d=38.
Now,
aa0+aa1+⋯+aa10=671
11a0+(a0+a1⋯+a10)d=671
11a0+209d=671
Now, using the first equation, 11a0+55d=209. Then, subtracting from the second equation, 154d=462⟹d=3. So, a0=4.