Series and Their Notations
June 23, 2024 | by Bloom Code Studio
Learning Objectives
In this section, you will:
- Use summation notation.
- Use the formula for the sum of the ο¬rst n terms of an arithmetic series.
- Use the formula for the sum of the ο¬rst n terms of a geometric series.
- Use the formula for the sum of an inο¬nite geometric series.
- Solve annuity problems.
A parent 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.
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+…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 Snππ represents the partial sum.
S1=3S2=3+7=10S3=3+7+11=21S4=3+7+11+15=36π1=3π2=3+7=10π3=3+7+11=21π4=3+7+11+15=36
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 ak=2kππ=2π for k=1π=1 through k=5.π=5. We can begin by substituting the terms for kπ and listing out the terms of this series.
a1=2(1)=2a2=2(2)=4a3=2(3)=6a4=2(4)=8a5=2(5)=10π1=2(1)=2π2=2(2)=4π3=2(3)=6π4=2(4)=8π5=2(5)=10
We can find the sum of the series by adding the terms:
βk=152k=2+4+6+8+10=30βπ=152π=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:
βk=1nakβπ=1πππ
This notation tells us to find the sum of akππ from k=1π=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 βk=37k2.βπ=37π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 k2π2 from k=3π=3 to k=7.π=7. We find the terms of the series by substituting k=3,4,5,6,π=3,4,5,6, and 77 into the function k2.π2. We add the terms to find the sum.
βk=37k2=32+42+52+62+72=9+16+25+36+49=135βπ=37π2=32+42+52+62+72=9+16+25+36+49=135
TRY IT #1
Evaluate βk=25(3kβ1).βπ=25(3πβ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:
Sn=a1+(a1+d)+(a1+2d)+…+(anβd)+an.ππ=π1+(π1+π)+(π1+2π)+…+(ππβπ)+ππ.
We can also reverse the order of the terms and write the sum as
Sn=an+(anβd)+(anβ2d)+…+(a1+d)+a1.ππ=ππ+(ππβπ)+(ππβ2π)+…+(π1+π)+π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.
Sn=a1+(a1+d)+(a1+2d)+…+(anβd)+an+Sn=an+(anβd)+(anβ2d)+…+(a1+d)+a12Sn=(a1+an)+(a1+an)+…+(a1+an)ππ=π1+(π1+π)+(π1+2π)+…+(ππβπ)+ππ+ππ=ππ+(ππβπ)+(ππβ2π)+…+(π1+π)+π12ππ=(π1+ππ)+(π1+ππ)+…+(π1+ππ)
Because there are nπ terms in the series, we can simplify this sum to
2Sn=n(a1+an).2ππ=π(π1+ππ).
We divide by 2 to find the formula for the sum of the first nπ terms of an arithmetic series.
Sn=n(a1+an)2ππ=π(π1+ππ)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
Sn=n(a1+an)2ππ=π(π1+ππ)2
HOW TO
Given terms of an arithmetic series, find the sum of the first nπ terms.
- IdentifyΒ a1π1Β andΒ an.ππ.
- DetermineΒ n.π.
- Substitute values forΒ a1,Β an,π1,Β ππ,Β andΒ nπΒ into the formulaΒ Sn=n(a1+an)2.ππ=π(π1+ππ)2.
- Simplify to findΒ Sn.ππ.
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Β +Β 325Β +Β 8Β +Β 11Β +Β 14Β +Β 17Β +Β 20Β +Β 23Β +Β 26Β +Β 29Β +Β 32
- βΒ 20Β +Β 15Β +Β 10Β +β¦+Β β5020Β +Β 15Β +Β 10Β +β¦+Β β50
- βΒ βk=1123kβ8βπ=1123πβ8
Solution
- βWe are givenΒ a1=5π1=5Β andΒ an=32.ππ=32.Count the number of terms in the sequence to findΒ n=10.π=10.Substitute values forΒ a1,an,π1,ππ,Β andΒ nπΒ into the formula and simplify.Β Sn=n(a1+an)2S10=10(5+32)2=185Β ππ=π(π1+ππ)2π10=10(5+32)2=185
- βWe are givenΒ a1=20π1=20Β andΒ an=β50.ππ=β50.Use the formula for the general term of an arithmetic sequence to findΒ n.π.an=a1+(nβ1)dβ50=20+(nβ1)(β5)β70=(nβ1)(β5)14=nβ115=nππ=π1+(πβ1)πβ50=20+(πβ1)(β5)β70=(πβ1)(β5)14=πβ115=πSubstitute values forΒ a1,an,nπ1,ππ,πΒ into the formula and simplify.
Sn=n(a1+an)2S15=15(20β50)2=β225ππ=π(π1+ππ)2π15=15(20β50)2=β225 - βTo findΒ a1,π1,Β substituteΒ k=1π=1Β into the given explicit formula.ak=3kβ8a1=3(1)β8=β5ππ=3πβ8π1=3(1)β8=β5We are given thatΒ n=12.π=12.Β To findΒ a12,π12,Β substituteΒ k=12π=12Β into the given explicit formula.ak=3kβ8a12=3(12)β8=28ππ=3πβ8π12=3(12)β8=28Substitute values forΒ a1,an,π1,ππ,Β andΒ nπΒ into the formula and simplify.Sn=n(a1+an)2S12=12(β5+28)2=138ππ=π(π1+ππ)2π12=12(β5+28)2=138
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.41.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 + β¦+ 6913 + 21 + 29 + β¦+ 69
TRY IT #4
βk=1105β6kβπ=1105β6π
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 a1=12π1=12 and d=14.π=14. We are looking for the total number of miles walked after 8 weeks, so we know that n=8,π=8, and we are looking for S8.π8. To find a8,π8, we can use the explicit formula for an arithmetic sequence.
an=a1+d(nβ1)a8=12+14(8β1)=94ππ=π1+π(πβ1)π8=12+14(8β1)=94
We can now use the formula for arithmetic series.
Sn=n(a1+an)2 S8=8(12+94)2=11 ππ=π(π1+ππ)2 π8=8(12+94)2=11
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?
Using the Formula for Geometric Series
Just as the sum of the terms of an arithmetic sequence is called an arithmetic series, the sum of the terms in a geometric sequence is called a geometric series. Recall that a geometric sequence is a sequence in which the ratio of any two consecutive terms is the common ratio, r.π. We can write the sum of the first nπ terms of a geometric series as
Sn=a1+ra1+r2a1+…+rnβ1a1.ππ=π1+ππ1+π2π1+…+ππβ1π1.
Just as with arithmetic series, we can do some algebraic manipulation to derive a formula for the sum of the first nπ terms of a geometric series. We will begin by multiplying both sides of the equation by r.π.
rSn=ra1+r2a1+r3a1+…+rna1πππ=ππ1+π2π1+π3π1+…+πππ1
Next, we subtract this equation from the original equation.
Sn=a1+ra1+r2a1+…+rnβ1a1βrSn=β(ra1+r2a1+r3a1+…+rna1)(1βr)Sn=a1βrna1 ππ=π1+ππ1+π2π1+…+ππβ1π1βπππ=β(ππ1+π2π1+π3π1+…+πππ1)(1βπ)ππ=π1βπππ1
Notice that when we subtract, all but the first term of the top equation and the last term of the bottom equation cancel out. To obtain a formula for Sn,ππ, divide both sides by (1βr).(1βπ).
Sn=a1(1βrn)1βrrβ 1ππ=π1(1βππ)1βπrβ 1
FORMULA FOR THE SUM OF THE FIRST N TERMS OF A GEOMETRIC SERIES
A geometric series is the sum of the terms in a geometric sequence. The formula for the sum of the first nπ terms of a geometric sequence is represented as
Sn=a1(1βrn)1βrrβ 1ππ=π1(1βππ)1βπrβ 1
HOW TO
Given a geometric series, find the sum of the first n terms.
- IdentifyΒ a1,r,andn.π1,π,andπ.
- Substitute values forΒ a1,r,π1,π,Β andΒ nπΒ into the formulaΒ Sn=a1(1βrn)1βr.ππ=π1(1βππ)1βπ.
- Simplify to findΒ Sn.ππ.
EXAMPLE 4
Finding the First n Terms of a Geometric Series
Use the formula to find the indicated partial sum of each geometric series.
- βΒ S11π11Β for the seriesΒ 8Β +Β -4Β +Β 2Β +Β β¦8Β +Β -4Β +Β 2Β +Β β¦
- βΒ ββ6k=13β 2kββπ=163β 2π
Solution
- βa1=8,π1=8,Β and we are given thatΒ n=11.π=11.We can findΒ rπΒ by dividing the second term of the series by the first.r=β48=β12π=β48=β12Substitute values forΒ a1,Β r,Β andΒ nπ1,Β π,Β andΒ πΒ into the formula and simplify.Sn=a1(1βrn)1βrS11=8(1β(β12)11)1β(β12)β5.336ππ=π1(1βππ)1βππ11=8(1β(β12)11)1β(β12)β5.336
- βFindΒ a1π1Β by substitutingΒ k=1π=1Β into the given explicit formula.a1=3β 21=6π1=3β 21=6We can see from the given explicit formula thatΒ r=2.π=2.Β The upper limit of summation is 6, soΒ n=6.π=6.Substitute values forΒ a1,r,π1,π,Β andΒ nπΒ into the formula, and simplify.Sn=a1(1βrn)1βrS6=6(1β26)1β2=378ππ=π1(1βππ)1βππ6=6(1β26)1β2=378
Use the formula to find the indicated partial sum of each geometric series.
TRY IT #6
S20π20 for the series 1,000 + 500 + 250 + β¦1,000 + 500 + 250 + β¦
TRY IT #7
βk=183kβπ=183π
EXAMPLE 5
Solving an Application Problem with a Geometric Series
At a new job, an employeeβs starting salary is $26,750. He receives a 1.6% annual raise. Find his total earnings at the end of 5 years.
Solution
The problem can be represented by a geometric series with a1=26,750;π1=26,750; n=5;π=5; and r=1.016.π=1.016. Substitute values for a1,π1, r,π, and nπ into the formula and simplify to find the total amount earned at the end of 5 years.
Sn=a1(1βrn)1βrS5=26,750(1β1.0165)1β1.016β138,099.03ππ=π1(1βππ)1βππ5=26,750(1β1.0165)1β1.016β138,099.03
He will have earned a total of $138,099.03 by the end of 5 years.
TRY IT #8
At a new job, an employeeβs starting salary is $32,100. She receives a 2% annual raise. How much will she have earned by the end of 8 years?
Using the Formula for the Sum of an Infinite Geometric Series
Thus far, we have looked only at finite series. Sometimes, however, we are interested in the sum of the terms of an infinite sequence rather than the sum of only the first nπ terms. An infinite series is the sum of the terms of an infinite sequence. An example of an infinite series is 2+4+6+8+…2+4+6+8+…
This series can also be written in summation notation as βk=1β2k,βπ=1β2π, where the upper limit of summation is infinity. Because the terms are not tending to zero, the sum of the series increases without bound as we add more terms. Therefore, the sum of this infinite series is not defined. When the sum is not a real number, we say the series diverges.
Determining Whether the Sum of an Infinite Geometric Series is Defined
If the terms of an infinite geometric sequence approach 0, the sum of an infinite geometric series can be defined. The terms in this series approach 0:
1+0.2+0.04+0.008+0.0016+…1+0.2+0.04+0.008+0.0016+…
The common ratio r= 0.2.π= 0.2. As nπ gets very large, the values of rnππ get very small and approach 0. Each successive term affects the sum less than the preceding term. As each succeeding term gets closer to 0, the sum of the terms approaches a finite value. The terms of any infinite geometric series with β1<r<1β1<π<1 approach 0; the sum of a geometric series is defined when β1<r<1.β1<π<1.
DETERMINING WHETHER THE SUM OF AN INFINITE GEOMETRIC SERIES IS DEFINED
The sum of an infinite series is defined if the series is geometric and β1<r<1.β1<π<1.
HOW TO
Given the first several terms of an infinite series, determine if the sum of the series exists.
- Find the ratio of the second term to the first term.
- Find the ratio of the third term to the second term.
- Continue this process to ensure the ratio of a term to the preceding term is constant throughout. If so, the series is geometric.
- If a common ratio,Β r,π,Β was found in step 3, check to see ifΒ β1<r<1β1<π<1Β . If so, the sum is defined. If not, the sum is not defined.
EXAMPLE 6
Determining Whether the Sum of an Infinite Series is Defined
Determine whether the sum of each infinite series is defined.
- βΒ 12Β +Β 8Β +Β 4Β +Β β¦12Β +Β 8Β +Β 4Β +Β β¦
- βΒ 34+12+13+…34+12+13+…
- βΒ ββk=127β (13)kβπ=1β27β (13)π
- βΒ βk=1β5kβπ=1β5π
Solution
- βThe ratio of the second term to the first isΒ 23,23,Β which is not the same as the ratio of the third term to the second,Β 12.12.Β The series is not geometric.
- βThe ratio of the second term to the first is the same as the ratio of the third term to the second. The series is geometric with a common ratio ofΒ 23.23.Β The sum of the infinite series is defined.
- βThe given formula is exponential with a base ofΒ 13;13;Β the series is geometric with a common ratio ofΒ 13.13.Β The sum of the infinite series is defined.
- βThe given formula is not exponential; the series is not geometric because the terms are increasing, and so cannot yield a finite sum.
Determine whether the sum of the infinite series is defined.
TRY IT #9
13+12+34+98+…13+12+34+98+…
TRY IT #10
24+(β12)+6+(β3)+…24+(β12)+6+(β3)+…
TRY IT #11
ββk=115β (β0.3)kβπ=1β15β (β0.3)π
Finding Sums of Infinite Series
When the sum of an infinite geometric series exists, we can calculate the sum. The formula for the sum of an infinite series is related to the formula for the sum of the first nπ terms of a geometric series.
Sn=a1(1βrn)1βrππ=π1(1βππ)1βπ
We will examine an infinite series with r=12.π=12. What happens to rnππ as nπ increases?
(12)2=14(12)3=18(12)4=116(12)2=14(12)3=18(12)4=116
The value of rnππ decreases rapidly. What happens for greater values of n?π?
(12)10=11,024(12)20=11,048,576(12)30=11,073,741,824(12)10=11,024(12)20=11,048,576(12)30=11,073,741,824
As nπ gets very large, rnππ gets very small. We say that, as nπ increases without bound, rnππ approaches 0. As rnππ approaches 0, 1βrn1βππ approaches 1. When this happens, the numerator approaches a1.π1. This give us a formula for the sum of an infinite geometric series.
FORMULA FOR THE SUM OF AN INFINITE GEOMETRIC SERIES
The formula for the sum of an infinite geometric series with β1<r<1β1<π<1 is
S=a11βrπ=π11βπ
HOW TO
Given an infinite geometric series, find its sum.
- IdentifyΒ a1π1Β andΒ r.π.
- Confirm thatΒ β1<r<1.β1<π<1.
- Substitute values forΒ a1π1Β andΒ rπΒ into the formula,Β S=a11βr.π=π11βπ.
- Simplify to findΒ S.π.
EXAMPLE 7
Finding the Sum of an Infinite Geometric Series
Find the sum, if it exists, for the following:
- βΒ 10+9+8+7+β¦10+9+8+7+β¦
- βΒ 248.6+99.44+39.776+β¦248.6+99.44+39.776+β¦
- βΒ ββk=14,374β (β13)kβ1βπ=1β4,374β (β13)πβ1
- βΒ ββk=119β (43)kβπ=1β19β (43)π
Solution
- βThere is not a constant ratio; the series is not geometric.
- βThere is a constant ratio; the series is geometric.Β a1=248.6π1=248.6Β andΒ r=99.44248.6=0.4,π=99.44248.6=0.4,Β so the sum exists. SubstituteΒ a1=248.6π1=248.6Β andΒ r=0.4π=0.4Β into the formula and simplify to find the sum:S=a11βrS=248.61β0.4=414.3Β―π=π11βππ=248.61β0.4=414.3Β―
- βThe formula is exponential, so the series is geometric withΒ r=β13.π=β13.Β FindΒ a1π1Β by substitutingΒ k=1π=1Β into the given explicit formula:a1=4,374β (β13)1β1=4,374π1=4,374β (β13)1β1=4,374SubstituteΒ a1=4,374π1=4,374Β andΒ r=β13π=β13Β into the formula, and simplify to find the sum:S=a11βrS=4,3741β(β13)=3,280.5π=π11βππ=4,3741β(β13)=3,280.5
- βThe formula is exponential, so the series is geometric, butΒ r>1.π>1.Β The sum does not exist.
EXAMPLE 8
Finding an Equivalent Fraction for a Repeating Decimal
Find an equivalent fraction for the repeating decimal 0.3Β―0.3Β―
Solution
We notice the repeating decimal 0.3Β―=0.333…0.3Β―=0.333… so we can rewrite the repeating decimal as a sum of terms.
0.3Β―=0.3+0.03+0.003+…0.3Β―=0.3+0.03+0.003+…
Looking for a pattern, we rewrite the sum, noticing that we see the first term multiplied to 0.1 in the second term, and the second term multiplied to 0.1 in the third term.
Notice the pattern; we multiply each consecutive term by a common ratio of 0.1 starting with the first term of 0.3. So, substituting into our formula for an infinite geometric sum, we have
Sn=a11βr=0.31β0.1=0.30.9=13.ππ=π11βπ=0.31β0.1=0.30.9=13.
Find the sum, if it exists.
TRY IT #12
2+23+29+…2+23+29+…
TRY IT #13
βk=1β0.76k+1βπ=1β0.76π+1
TRY IT #14
βk=1β(β38)kβπ=1β(β38)π
Solving Annuity Problems
At the beginning of the section, we looked at a problem in which a parent invested a set amount of money each month into a college fund for six years. An annuity is an investment in which the purchaser makes a sequence of periodic, equal payments. To find the amount of an annuity, we need to find the sum of all the payments and the interest earned. In the example, the parent invests $50 each month. This is the value of the initial deposit. The account paid 6% annual interest, compounded monthly. To find the interest rate per payment period, we need to divide the 6% annual percentage interest (APR) rate by 12. So the monthly interest rate is 0.5%. We can multiply the amount in the account each month by 100.5% to find the value of the account after interest has been added.
We can find the value of the annuity right after the last deposit by using a geometric series with a1=50π1=50 and r=100.5%=1.005.π=100.5%=1.005. After the first deposit, the value of the annuity will be $50. Let us see if we can determine the amount in the college fund and the interest earned.
We can find the value of the annuity after nπ deposits using the formula for the sum of the first nπ terms of a geometric series. In 6 years, there are 72 months, so n=72.π=72. We can substitute a1=50, r=1.005, and n=72π1=50, π=1.005, and π=72 into the formula, and simplify to find the value of the annuity after 6 years.
S72=50(1β1.00572)1β1.005β4,320.44π72=50(1β1.00572)1β1.005β4,320.44
After the last deposit, the parent will have a total of $4,320.44 in the account. Notice, the parent made 72 payments of $50 each for a total of 72(50) = $3,600.72(50) = $3,600. This means that because of the annuity, the parent earned $720.44 interest in their college fund.
HOW TO
Given an initial deposit and an interest rate, find the value of an annuity.
- DetermineΒ a1,π1,Β the value of the initial deposit.
- DetermineΒ n,π,Β the number of deposits.
- DetermineΒ r.π.
- Divide the annual interest rate by the number of times per year that interest is compounded.
- Add 1 to this amount to findΒ r.π.
- Substitute values forΒ a1,r,andnπ1,π,andπΒ into the formula for the sum of the firstΒ nπΒ terms of a geometric series,Β Sn=a1(1βrn)1βr.ππ=π1(1βππ)1βπ.
- Simplify to findΒ Sn,ππ,Β the value of the annuity afterΒ nπΒ deposits.
EXAMPLE 9
Solving an Annuity Problem
A deposit of $100 is placed into a college fund at the beginning of every month for 10 years. The fund earns 9% annual interest, compounded monthly, and paid at the end of the month. How much is in the account right after the last deposit?
Solution
The value of the initial deposit is $100, so a1=100.π1=100. A total of 120 monthly deposits are made in the 10 years, so n=120.π=120. To find r,π, divide the annual interest rate by 12 to find the monthly interest rate and add 1 to represent the new monthly deposit.
r=1+0.0912=1.0075π=1+0.0912=1.0075
Substitute a1=100,r=1.0075,andn=120π1=100,π=1.0075,andπ=120 into the formula for the sum of the first nπ terms of a geometric series, and simplify to find the value of the annuity.
S120=100(1β1.0075120)1β1.0075β19,351.43π120=100(1β1.0075120)1β1.0075β19,351.43
So the account has $19,351.43 after the last deposit is made.
TRY IT #15
At the beginning of each month, $200 is deposited into a retirement fund. The fund earns 6% annual interest, compounded monthly, and paid into the account at the end of the month. How much is in the account if deposits are made for 10 years?
RELATED POSTS
View all