title | layout |
---|---|
Series and Their Notations |
page |
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.
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{: data-type="term"}. Consider, for example, the following series.
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.
Summation notation is used to represent series. Summation notation is often known as sigma notation because it uses the Greek capital letter sigma{: data-type="term" .no-emphasis}, Σ,
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.
We can find the sum of the series by adding the terms:
terms of a series can be expressed in summation notation{: data-type="term"} as follows:
from k=1
to k=n.
k
is called the index of summation{: data-type="term"}, 1 is the lower limit of summation{: data-type="term"}, and n
is the upper limit of summation{: data-type="term"}.
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.
-
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. {: type="1"}
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.
Just as we studied special types of sequences, we will look at special types of series. Recall that an arithmetic sequence{: data-type="term" .no-emphasis} is a sequence in which the difference between any two consecutive terms is the common difference{: data-type="term" .no-emphasis}, 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:
We can also reverse the order of the terms and write the sum as
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.
Because there are n
terms in the series, we can simplify this sum to
We divide by 2 to find the formula for the sum of the first n
terms of an arithmetic series.
terms of an arithmetic sequence is
terms.**
-
Identify a 1
and a n .
-
Determine n.
-
Substitute values for a 1 , a n ,
and n
into the formula S n = n( a 1 + a n ) 2 .
-
Simplify to find S n . {: type="1"}
-
5 + 8 + 11 + 14 + 17 + 20 + 23 + 26 + 29 + 32
-
20 + 15 + 10 +…+ −50
-
∑ k=1 12 3k−8 {: type="a"}
and <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext> </mtext><msub> <mi>a</mi> <mi>n</mi> </msub> <mo>=</mo><mn>32.</mn> </mrow> </math>
Count the number of terms in the sequence to find <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>n</mi><mo>=</mo><mn>10.</mn> </mrow> </math>
Substitute values for <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext> </mtext><msub> <mi>a</mi> <mn>1</mn> </msub> <mo>,</mo><msub> <mi>a</mi> <mi>n</mi> </msub> <mtext> ,</mtext> </mrow> </math>
and <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>n</mi> </mrow> </math>
into the formula and simplify.
<div data-type="equation" id="eip-id1165137748560" class="unnumbered" data-label="">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mrow> <mtable columnalign="left"> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <mtable columnalign="left"> <mtr columnalign="left"> <mtd columnalign="left"> <mrow /> </mtd> </mtr> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <mo> </mo><msub> <mi>S</mi> <mi>n</mi> </msub> <mo>=</mo><mfrac> <mrow> <mi>n</mi><mo stretchy="false">(</mo><msub> <mi>a</mi> <mn>1</mn> </msub> <mo>+</mo><msub> <mi>a</mi> <mi>n</mi> </msub> <mo stretchy="false">)</mo> </mrow> <mn>2</mn> </mfrac> </mrow> </mtd> </mtr> </mtable> </mrow> </mtd> </mtr> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <msub> <mi>S</mi> <mrow> <mn>10</mn> </mrow> </msub> <mo>=</mo><mfrac> <mrow> <mn>10</mn><mo stretchy="false">(</mo><mn>5</mn><mo>+</mo><mn>32</mn><mo stretchy="false">)</mo> </mrow> <mn>2</mn> </mfrac> <mo>=</mo><mn>185</mn> </mrow> </mtd> </mtr> </mtable> </mrow> </math>
</div>
-
We are given a 1 =20
and a n =−50.
Use the formula for the general term of an arithmetic sequence to find n.
a n = a 1 +(n−1)d −50=20+(n−1)(−5) −70=(n−1)(−5) 14=n−1 15=nSubstitute values for a 1 , a n , n
into the formula and simplify.* * * {: data-type="newline" data-count="1"}
S n = n( a 1 + a n ) 2 S 15 = 15(20−50) 2 =−225 -
To find a 1 ,
substitute k=1
into the given explicit formula.
a k =3k−8 a 1 =3(1)−8=−5We are given that n=12.
To find a 12 ,
substitute k=12
into the given explicit formula.
a k =3k−8 a 12 =3(12)−8=28Substitute values for a 1 , a n ,
and n
into the formula and simplify.
S n = n( a 1 + a n ) 2 S 12 = 12(−5+28) 2 =138
{: type="a"}
Use the formula to find the sum of each arithmetic series.
and d= 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.
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{: data-type="term" .no-emphasis} is a sequence in which the ratio of any two consecutive terms is the common ratio{: data-type="term" .no-emphasis}, r.
We can write the sum of the first n
terms of a geometric series as
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.
Next, we subtract this equation from the original equation.* * * {: data-type="newline" data-count="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 S n ,
divide both sides by (1−r).
terms of a geometric sequence is represented as
-
Substitute values for a 1 , r,
and n
into the formula S n = a 1 (1– r n ) 1–r .
-
Simplify to find S n . {: type="1"}
-
S 11
for the series 8 + -4 + 2 + …
-
∑ k=1 6 3⋅ 2 k {: type="a"}
and we are given that <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>n</mi><mo>=</mo><mn>11.</mn> </mrow> </math>
We can find <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>r</mi> </math>
by dividing the second term of the series by the first.
<div data-type="equation" class="unnumbered" data-label="">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mrow> <mi>r</mi><mo>=</mo><mfrac> <mrow> <mo>−</mo><mn>4</mn> </mrow> <mn>8</mn> </mfrac> <mo>=</mo><mo>−</mo><mfrac> <mn>1</mn> <mn>2</mn> </mfrac> </mrow> </math>
</div>
Substitute values for <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <msub> <mi>a</mi> <mn>1</mn> </msub> <mo>,</mo><mo> </mo><mi>r</mi><mo>,</mo><mo> </mo><mtext>and</mtext><mo> </mo><mi>n</mi> </mrow> </math>
into the formula and simplify.
<div data-type="equation" class="unnumbered" data-label="">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mrow> <mtable columnalign="left"> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <msub> <mi>S</mi> <mi>n</mi> </msub> <mo>=</mo><mfrac> <mrow> <msub> <mi>a</mi> <mn>1</mn> </msub> <mrow><mo>(</mo> <mrow> <mn>1</mn><mo>−</mo><msup> <mi>r</mi> <mi>n</mi> </msup> </mrow> <mo>)</mo></mrow> </mrow> <mrow> <mn>1</mn><mo>−</mo><mi>r</mi> </mrow> </mfrac> </mrow> </mtd> </mtr> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <msub> <mi>S</mi> <mrow> <mn>11</mn> </mrow> </msub> <mo>=</mo><mfrac> <mrow> <mn>8</mn><mrow><mo>(</mo> <mrow> <mn>1</mn><mo>−</mo><msup> <mrow> <mrow><mo>(</mo> <mrow> <mo>−</mo><mfrac> <mn>1</mn> <mn>2</mn> </mfrac> </mrow> <mo>)</mo></mrow> </mrow> <mrow> <mn>11</mn> </mrow> </msup> </mrow> <mo>)</mo></mrow> </mrow> <mrow> <mn>1</mn><mo>−</mo><mrow><mo>(</mo> <mrow> <mo>−</mo><mfrac> <mn>1</mn> <mn>2</mn> </mfrac> </mrow> <mo>)</mo></mrow> </mrow> </mfrac> <mo>≈</mo><mn>5.336</mn> </mrow> </mtd> </mtr> </mtable> </mrow> </math>
</div>
-
Find a 1
by substituting k=1
into the given explicit formula.
a 1 =3⋅ 2 1 =6We can see from the given explicit formula that r=2.
The upper limit of summation is 6, so n=6.
Substitute values for a 1 , r,
and n
into the formula, and simplify.
S n = a 1 (1− r n ) 1−r S 6 = 6(1− 2 6 ) 1−2 =378
{: type="a"}
Use the formula to find the indicated partial sum of each geometric series.
for the series 1,000 + 500 + 250 + …
n=5;
and r=1.016.
Substitute values for a 1 ,
r,
and n
into the formula and simplify to find the total amount earned at the end of 5 years.* * * {: data-type="newline" data-count="1"}
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{: data-type="term"} is the sum of the terms of an infinite sequence. An example of an infinite series is 2+4+6+8+...
This series can also be written in summation notation as ∑ k=1 ∞ 2k,
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{: data-type="term"}.
If the terms of an infinite geometric series{: data-type="term" .no-emphasis} approach 0, the sum of an infinite geometric series can be defined. The terms in this series approach 0:
The common ratio r = 0.2.
As n
gets very large, the values of r n
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
approach 0; the sum of a geometric series is defined when −1<r<1.
-
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
. If so, the sum is defined. If not, the sum is not defined. {: type="1"}
-
12 + 8 + 4 + …
-
3 4 + 1 2 + 1 3 +...
-
∑ k=1 ∞ 27⋅ ( 1 3 ) k
-
∑ k=1 ∞ 5k {: type="a"}
which is not the same as the ratio of the third term to the second,
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mfrac> <mn>1</mn> <mn>2</mn> </mfrac> <mo>.</mo> </mrow> </math>
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 2 3 .
The sum of the infinite series is defined.
-
The given formula is exponential with a base of 1 3 ;
the series is geometric with a common ratio of 1 3 .
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. {: type="a"}
Determine whether the sum of the infinite series is defined.
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.
We will examine an infinite series with r= 1 2 .
What happens to r n
as n
increases?
The value of r n
decreases rapidly. What happens for greater values of n?
As n
gets very large, r n
gets very small. We say that, as n
increases without bound, r n
approaches 0. As r n
approaches 0, 1− r n
approaches 1. When this happens, the numerator approaches a 1 .
This give us a formula for the sum of an infinite geometric series.
is
-
Identify a 1
and r.
-
Confirm that –1<r<1.
-
Substitute values for a 1
and r
into the formula, S= a 1 1−r .
-
Simplify to find S. {: type="1"}
-
10+9+8+7+…
-
248.6+99.44+39.776+ …
-
∑ k=1 ∞ 4,374⋅ (– 1 3 ) k–1
-
∑ k=1 ∞ 1 9 ⋅ ( 4 3 ) k {: type="a"}
and<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>r</mi><mo>=</mo><mfrac> <mrow> <mn>99.44</mn> </mrow> <mrow> <mn>248.6</mn> </mrow> </mfrac> <mo>=</mo><mn>0.4</mn><mo>,</mo> </mrow> </math>
so the sum exists. Substitute <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <msub> <mi>a</mi> <mn>1</mn> </msub> <mo>=</mo><mn>248.6</mn> </mrow> </math>
and <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>r</mi><mo>=</mo><mn>0.4</mn> </mrow> </math>
into the formula and simplify to find the sum:
<div data-type="equation" class="unnumbered" data-label="">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mrow> <mtable columnalign="left"> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <mi>S</mi><mo>=</mo><mfrac> <mrow> <msub> <mi>a</mi> <mn>1</mn> </msub> </mrow> <mrow> <mn>1</mn><mo>−</mo><mi>r</mi> </mrow> </mfrac> </mrow> </mtd> </mtr> <mtr columnalign="left"> <mtd columnalign="left"> <mrow> <mi>S</mi><mo>=</mo><mfrac> <mrow> <mn>248.6</mn> </mrow> <mrow> <mn>1</mn><mo>−</mo><mn>0.4</mn> </mrow> </mfrac> <mo>=</mo><mn>414.</mn><mover accent="true"> <mn>3</mn> <mo>¯</mo> </mover> </mrow> </mtd> </mtr> </mtable> </mrow> </math>
</div>
-
The formula is exponential, so the series is geometric with r=– 1 3 .
Find a 1
by substituting k=1
into the given explicit formula:
a 1 =4,374⋅ (– 1 3 ) 1–1 =4,374Substitute a 1 =4,374
and r=− 1 3
into the formula, and simplify to find the sum:
S= a 1 1−r S= 4,374 1−(− 1 3 ) =3,280.5 -
The formula is exponential, so the series is geometric, but r>1.
The sum does not exist. {: type="a"}
so we can rewrite the repeating decimal as a sum of terms.
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
Find the sum, if it exists.
At the beginning of the section, we looked at a problem in which a couple invested a set amount of money each month into a college fund for six years. An annuity{: data-type="term"} 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 couple invests $50 each month. This is the value of the initial deposit. The account paid 6% annual interest{: data-type="term" .no-emphasis}, 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 a 1 =50
and r=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.
We can substitute a 1 =50, r=1.005, and n=72
into the formula, and simplify to find the value of the annuity after 6 years.
After the last deposit, the couple will have a total of $4,320.44 in the account. Notice, the couple made 72 payments of $50 each for a total of 72(50) = $3,600.
This means that because of the annuity, the couple earned $720.44 interest in their college fund.
-
Determine a 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. {: type="a"}
-
Substitute values for a 1 , r, and n
into the formula for the sum of the first n
terms of a geometric series, S n = a 1 (1– r n ) 1–r .
-
Simplify to find S n ,
the value of the annuity after n
deposits. {: type="1"}
A total of 120 monthly deposits are made in the 10 years, so n=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.
into the formula for the sum of the first n
terms of a geometric series, and simplify to find the value of the annuity.
- Arithmetic Series
- Geometric Series
- Summation Notation {: data-display="block"}
| sum of the first n
terms of an arithmetic series | S n = n( a 1 + a n ) 2
| | sum of the first n
terms of a geometric series | S n = a 1 (1− r n ) 1−r ,r≠1
| | sum of an infinite geometric series with –1<r< 1
| S n = a 1 1−r ,r≠1
| {: #eip-id1165134342462 summary=".."}
-
The sum of the terms in a sequence is called a series.
-
A common notation for series is called summation notation, which uses the Greek letter sigma to represent the sum. See [link].
-
The sum of the terms in an arithmetic sequence is called an arithmetic series.
-
The sum of the first n
terms of an arithmetic series can be found using a formula. See [link] and [link].
-
The sum of the terms in a geometric sequence is called a geometric series.
-
The sum of the first n
terms of a geometric series can be found using a formula. See [link] and [link].
-
The sum of an infinite series exists if the series is geometric with –1<r<1.
-
If the sum of an infinite series exists, it can be found using a formula. See [link], [link], and [link].
-
An annuity is an account into which the investor makes a series of regularly scheduled payments. The value of an annuity can be found using geometric series. See [link].
partial sum?
partial sum is the sum of the first n
terms of a sequence.
partial sum?
For the following exercises, express each description of a sum using summation notation.
from m=1
to m=5
to n=4
of 5n
from k=−2
to k=1
For the following exercises, express each arithmetic sum using summation notation.
For the following exercises, use the formula for the sum of the first n
terms of each arithmetic sequence.
For the following exercises, express each geometric sum using summation notation.
For the following exercises, use the formula for the sum of the first n
terms of each geometric sequence, and then state the indicated sum.
For the following exercises, determine whether the infinite series has a sum. If so, write the formula for the sum. If not, state the reason.
For the following exercises, use the following scenario. Javier makes monthly deposits into a savings account. He opened the account with an initial deposit of $50. Each month thereafter he increased the previous deposit amount by $20.
For the following exercises, use the geometric series ∑ k=1 ∞ ( 1 2 ) k .
seem to be approaching in the graph? Find the sum to explain why this makes sense.
seems to be approaching 1. This makes sense because ∑ k=1 ∞ ( 1 2 ) k
is a defined infinite geometric series with S= 1 2 1–( 1 2 ) =1.
For the following exercises, find the indicated sum.
For the following exercises, use the formula for the sum of the first n
terms of an arithmetic series to find the sum.
For the following exercises, use the formula for the sum of the first n
terms of a geometric series to find the partial sum.
for the series −2−10−50−250...
for the series 0.4−2+10−50...
For the following exercises, find the sum of the infinite geometric series.
For the following exercises, determine the value of the annuity for the indicated monthly deposit amount, the number of deposits, and the interest rate.
total deposits: 60;
interest rate: 5%,
compounded monthly
total deposits: 24;
interest rate: 3%,
compounded monthly
total deposits: 60;
interest rate: 4.5%,
compounded quarterly
total deposits: 120;
interest rate: 10%,
compounded semi-annually
from k=x
through 7
is 115.
What is x?
such that ∑ k=0 6 a k =189.
Assume this is an arithmetic series.
has a sum less than −75?
as an infinite geometric series using summation notation. Then use the formula for finding the sum of an infinite geometric series to convert 0. 65 ¯
to a fraction.
to buy a used car when he graduates. To the nearest dollar, what would his monthly deposits need to be if he invests in an account offering a 4.2% annual interest rate that compounds monthly?
hour, and each successive day she will increase her study time by 30
minutes. How many hours will Keisha have studied after one week?
the distance of the previous swing. What is the total distance traveled by the pendulum when it stops swinging?
annuity : an investment in which the purchaser makes a sequence of periodic, equal payments ^
arithmetic series : the sum of the terms in an arithmetic sequence ^
diverge : a series is said to diverge if the sum is not a real number ^
geometric series : the sum of the terms in a geometric sequence ^
index of summation : in summation notation, the variable used in the explicit formula for the terms of a series and written below the sigma with the lower limit of summation ^
infinite series : the sum of the terms in an infinite sequence ^
lower limit of summation : the number used in the explicit formula to find the first term in a series ^
nth partial sum : the sum of the first n
terms of a sequence ^
series : the sum of the terms in a sequence ^
summation notation : a notation for series using the Greek letter sigma; it includes an explicit formula and specifies the first and last terms in the series ^
upper limit of summation : the number used in the explicit formula to find the last term in a series