Use the Formula for an Arithmetic Series
Site: | Saylor Academy |
Course: | MA001: College Algebra (2022.A.01) |
Book: | Use the Formula for an Arithmetic Series |
Printed by: | Guest user |
Date: | Sunday, 18 May 2025, 8:41 PM |
Description
At the last stop on our journey, we will learn the basic properties of an arithmetic series. We will also learn how to use standard notations to express series.
Series and Their Notations
Learning Objectives
In this section, you will:
- Use summation notation.
- Use the formula for the sum of the first n terms of an arithmetic series.
- Use the formula for the sum of the first n terms of a geometric series.
- Use the formula for the sum of an infinite geometric series.
- Solve annuity problems.
A couple decides to start a college fund for their daughter. They plan to invest $50 in the fund each month. The fund pays 6% annual interest, compounded monthly. How much money will they have saved when their daughter is ready to start college in 6 years? In this section, we will learn how to answer this question. To do so, we need to consider the amount of money invested and the amount of interest earned.
Source: Rice University, https://openstax.org/books/college-algebra/pages/9-4-series-and-their-notations
This work is licensed under a Creative Commons Attribution 4.0 License.
Using Summation Notation
To find the total amount of money in the college fund and the sum of the amounts deposited, we need to add the amounts deposited each month and the amounts earned monthly. The sum of the terms of a sequence is called a series. Consider, for example, the following series.
\(3+7+11+15+19+...\)
The \(nth\) partial sum of a series is the sum of a finite number of consecutive terms beginning with the first term. The notation \(S_n\) represents the partial sum.
\(\begin{aligned}
s_1 &=3 \\
s_2 &= 3+7=10 \\
s_3 &= 3+7+11=21 \\
s_4 &= 3+7+11+15= 36
\end{aligned}\)
Summation notation is used to represent series. Summation notation is often known as sigma notation because it uses the Greek capital letter sigma, \(Σ\), to represent the sum. Summation notation includes an explicit formula and specifies the first and last terms in the series. An explicit formula for each term of the series is given to the right of the sigma. A variable called the index of summation is written below the sigma. The index of summation is set equal to the lower limit of summation, which is the number used to generate the first term in the series. The number above the sigma, called the upper limit of summation, is the number used to generate the last term in a series.If we interpret the given notation, we see that it asks us to find the sum of the terms in the series \(a_k=2k\) for \(k=1\) through \(k=5\). We can begin by substituting the terms for \(k\) and listing out the terms of this series.
\(\begin{aligned}
a_1 &=2(1)=2 \\
a_2 &=2(2)=4 \\
a_3 &=2(3)=6 \\
a_4 &=2(4)=8 \\
a_5 &=2(5)=10
\end{aligned}\)
We can find the sum of the series by adding the terms:\(\displaystyle\sum_{k=1}^{5} 2 k=2+4+6+8+10=30\)
Summation Notation
The sum of the first \(n\) terms of a series can be expressed in summation notation as follows:
\(\displaystyle\sum_{k=1}^{n} a_k\)
This notation tells us to find the sum of \(a_k\) from \(k=1\) to \(k=n\).\(k\) is called the index of summation, 1 is the lower limit of summation, and \(n\) is the upper limit of summation.
Q&A
Does the lower limit of summation have to be 1?
No. The lower limit of summation can be any number, but 1 is frequently used. We will look at examples with lower limits of summation other than 1.
How To
Given summation notation for a series, evaluate the value.
- Identify the lower limit of summation.
- Identify the upper limit of summation.
- Substitute each value of \(k\) from the lower limit to the upper limit into the formula.
- Add to find the sum.
Example 1
Using Summation Notation
Evaluate \(\displaystyle\sum_{k=3}^{7} k^2\).
Solution
According to the notation, the lower limit of summation is 3 and the upper limit is 7. So we need to find the sum of \(k^2\) from \(k=3\) to \(k=7\). We find the terms of the series by substituting \(k=3,4,5,6\), and \(7\) into the function \(k^2\). We add the terms to find the sum.
\(\begin{aligned}
\displaystyle\sum_{k=3}^{7} k^2 &=3^2+4^2+52+6^2+7^2\\
&= 9+16+25+36+49 \\
&=135
\end{aligned}\)
Try It #1
evaluate \(\displaystyle\sum_{k=2}^{5} (3k-1)\).
Using the Formula for Arithmetic Series
Just as we studied special types of sequences, we will look at special types of series. Recall that an arithmetic sequence is a sequence in which the difference between any two consecutive terms is the common difference, \(d\). The sum of the terms of an arithmetic sequence is called an arithmetic series. We can write the sum of the first \(n\) terms of an arithmetic series as:
\(S_{n}=a_{1}+\left(a_{1}+d\right)+\left(a_{1}+2 d\right)+\ldots+\left(a_{n}-d\right)+a_{n}\)
We can also reverse the order of the terms and write the sum as
\(S_{n}=a_{n}+\left(a_{n}-d\right)+\left(a_{n}-2 d\right)+\ldots+\left(a_{1}+d\right)+a_{1}\)
If we add these two expressions for the sum of the first \(n\) terms of an arithmetic series, we can derive a formula for the sum of the first \(n\) terms of any arithmetic series.
\(\begin{gathered}
\frac{S_{n}=a_{1}+\left(a_{1}+d\right)+\left(a_{1}+2 d\right)+\ldots+\left(a_{n}-d\right)+a_{n} \\
+\quad S_{n}=a_{n}+\left(a_{n}-d\right)+\left(a_{n}-2 d\right)+\ldots+\left(a_{1}+d\right)+a_{1}}
{2 S_{n}=\left(a_{1}+a_{n}\right)+\left(a_{1}+a_{n}\right)+\ldots+\left(a_{1}+a_{n}\right)}
\end{gathered}\)
Because there are \(n\) terms in the series, we can simplify this sum to
\(2 S_{n}=n\left(a_{1}+a_{n}\right)\)
We divide by 2 to find the formula for the sum of the first \(n\) terms of an arithmetic series.
\(S_{n}=\frac{n\left(a_{1}+a_{n}\right)}{2}\)
Formula for the Sum of the First \(n\) Terms of an Arithmetic Series
An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of the first \(n\) terms of an arithmetic sequence is
\(S_n=\frac{n(a1+an)}{2}\)
How To
Given terms of an arithmetic series, find the sum of the first \(n\) terms.
- Identify \(a_1\) and \(a_n\).
- Determine \(n\).
- Substitute values for \(a_1, a_n\), and \(n\) into the formula \(S_n=\frac{n(a1+an)}{2}\).
- Simplify to find \(S_n\).
Example 2
Finding the First \(n\) Terms of an Arithmetic Series
Find the sum of each arithmetic series.
ⓐ \(5 + 8 + 11 + 14 + 17 + 20 + 23 + 26 + 29 + 32\)ⓑ \(20 + 15 + 10 +…+ −50\)
ⓒ \(\displaystyle\sum_{k=1}^{12} 3k-8\)
Solution
ⓐ We are given \(a_1=5\) and \(a_n=32\).
Count the number of terms in the sequence to find \(n=10\).
Substitute values for \(a_1,a_n\), and \(n\) into the formula and simplify.
\(\begin{aligned}
S_{n} &=\frac{n\left(a_{1}+a_{n}\right)}{2} \\
S_{10} &=\frac{10(5+32)}{2}=185
\end{aligned}\)
ⓑ We are given \(a_1=20\) and \(a_n=−50\).
Use the formula for the general term of an arithmetic sequence to find \(n\).
\(\begin{aligned}
a_{n} &=a_{1}+(n-1) d \\
-50 &=20+(n-1)(-5) \\
-70 &=(n-1)(-5) \\
14 &=n-1 \\
15 &=n
\end{aligned}\)
Substitute values for \(a_1,a_n, n\) into the formula and simplify.\(\begin{aligned}
&S_{n}=\frac{n\left(a_{1}+a_{n}\right)}{2} \\
&S_{15}=\frac{15(20-50)}{2}=-225
\end{aligned}\)
ⓒ To find \(a_1\), substitute \(k=1\) into the given explicit formula.
\(\begin{aligned}
&a_{k}=3 k-8 \\
&a_{1}=3(1)-8=-5
\end{aligned}\)
We are given that \(n=12\). To find \(a_{12}\), substitute \(k=12\) into the given explicit formula.
\(\begin{aligned}
&a_{k}=3 k-8 \\
&a_{12}=3(12)-8=28
\end{aligned}\)
Substitute values for \(a_1,a_n\), and \(n\) into the formula and simplify.\(\begin{gathered}
S_{n}=\frac{n\left(a_{1}+a_{R}\right)}{2} \\
S_{12}=\frac{12(-5+28)}{2}=138
\end{gathered}\)
Use the formula to find the sum of each arithmetic series.
Try It #2
\(1.4 + 1.6 + 1.8 + 2.0 + 2.2 + 2.4 + 2.6 + 2.8 + 3.0 + 3.2 + 3.4\)
Try It #3
\(13 + 21 + 29 + …+ 69\)
Try It #4
\(\sum_{k=1}^{10} 5-6k\)
Example 3
Solving Application Problems with Arithmetic Series
On the Sunday after a minor surgery, a woman is able to walk a half-mile. Each Sunday, she walks an additional quarter-mile. After 8 weeks, what will be the total number of miles she has walked?
Solution
This problem can be modeled by an arithmetic series with \(\alpha_{1}=\frac{1}{2}\) and \(d=\frac{1}{4}\). We are looking for the total number of miles walked after 8 weeks, so we know that \(n=8\), and we are looking for \(S_8\). To find \(a_{8}\), we can use the explicit formula for an arithmetic sequence.
\(\begin{aligned}
&a_{n}=a_{1}+d(n-1) \\
&a_{8}=\frac{1}{2}+\frac{1}{4}(8-1)=\frac{9}{4}
\end{aligned}\)
We can now use the formula for arithmetic series.
\(\begin{aligned}
&S_{n}=\frac{n\left(a_{1}+a_{n}\right)}{2} \\
&S_{8}=\frac{8\left(\frac{1}{2}+\frac{9}{4}\right)}{2}=11
\end{aligned}\)
She will have walked a total of 11 miles.
Try It #5
A man earns $100 in the first week of June. Each week, he earns $12.50 more than the previous week. After 12 weeks, how much has he earned?
Introduction to Arithmetic Series
Source: Mathispower4u, https://www.youtube.com/watch?v=GZH68SubgRE
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.