Sign In
| 10 Theory slides |
| 9 Exercises - Grade E - A |
| Each lesson is meant to take 1-2 classroom sessions |
Here are a few recommended readings before getting started with this lesson.
The sum of the terms of a sequence is called a series. Example Sequence:& 2 , 4 , 6 , 8 Example Series:& 2 + 4 + 6 + 8 Depending on the number of terms, a series can be finite or infinite. A finite series has a finite number of terms. This means that there is a first and last term. On the other hand, an infinite series has an infinite number of terms. Therefore, there is a first term but not a last term because the terms continue to infinity. Example Finite Series 2 + 4 + 6 + 8 [1em] Example Infinite Series 2 + 4 + 6 + 8 + 10 + ⋯
If the sum of an infinite series approaches a number as n tends to infinity, then the series is said to converge to that number. Otherwise, the series diverges.Sigma notation, also known as summation notation, is a compact way of expressing addition. This notation consists of four parts.
In the example below, all four parts are shown.
The variable n — the summation index — only takes integer values. To write this sum explicitly, the variable n must be replaced with the integers from the initial value through the final value. ∑_(n= 1)^4 2n &= 2( 1_(n= 1)) + 2( 2_(n= 2)) + 2( 3_(n= 3))+2( 4_(n= 4)) [1.5em] ∑_(n=1)^4 2n &= 0.26cm2 0.26cm+ 0.26cm4 0.26cm+ 0.26cm6 0.26cm+ 0.26cm8 0.1cm [1.5em] ∑_(n=1)^4 2n &= 20
There are some aspects that are worth noting.
The summation notation is not only useful for working with sums involving a large number of terms, but it can also be used to represent an infinite sum. If an infinite number of terms is to be added, the symbol ∞
is used in the final index.
∑_(n=1)^(∞) 1/2^n=1/2^1+1/2^2+1/2^3+...
Wilson's is a newly opened supermarket in the city center of Birmingham. There is a tasty bakery inside the supermarket.
On the day it first opened, only 22 loaves of bread were sold. Each day after that, the bakery sold 5 more loaves of breads than the previous day.
Day | Loaves of Bread |
---|---|
1 | 22 |
2 | 22+5 |
3 | 22+5+5 |
4 | 22+5+5+5 |
a_1= 22, d= 5
Distribute 5
Commutative Property of Addition
Subtract terms
∑_(n=1)^(∞) 5n+17
Note that the pattern of the series and the number of loaves of bread sold each day do not change. This is why the only difference is the upper limit. Also, the series diverges since the sum does not converge to a number as n tends to infinity.Magdalena is super stoked to get a job at the new supermarket. Her first task is to make a lemon display. She wants to stack the lemons in the shape of a pyramid with five square layers but first she needs to determine how many lemons she will need. She draws the following model sketch as a side view of a square pyramid which is formed with lemons.
A rule for the number of lemons in each layer will be written. To do so, a table will be made to identify the number of lemons in each layer.
Layer | Number of Lemons |
---|---|
1 | 1^2=1 |
2 | 2^2=4 |
3 | 3^2=9 |
4 | 4^2=16 |
5 | 5^2=25 |
The number of lemons in each layer is equal to the square of the layer's level. Therefore, if the layer's level is n, and the number of lemons in the corresponding layer can be expressed as n^2. Using these characteristics, the summation notation can be partially written. ∑ n^2 Finally, the limits of the summation notation will be determined. Refer to the table to see that the initial value for the layers is 1. This means that the lower limit of the notation is 1, and because the last value for the layers is 5, the upper limit of the notation is 5. ∑_(n= 1)^5 n^2
Layer | Number of Lemons |
---|---|
1 | 1 |
2 | 4 |
3 | 9 |
4 | 16 |
5 | 25 |
Having the number of lemons in each layer, they can simply be added. 1+4+9+16+25=55 A total of 55 lemons are needed to make Magdalena's pyramid display.
Calculate the sum of the series.
The sum of various series can be expressed by a formula. The series that share this characteristic are called special series. The table shows some of the common ones as an explicit sum and also in a summation notation.
Series | Sum | Summation Notation |
---|---|---|
Sum of n terms of 1. | 1+1+ ... + 1 | ∑_(i=1)^n 1 |
Sum of first n positive integers. | 1+2+ ... + n | ∑_(i=1)^n i |
Sum of squares of first n positive integers. | 1^2+2^2+ ... + n^2 | ∑_(i=1)^n i^2 |
Sum of cubes of first n positive integers. | 1^3+2^3+ ... + n^3 | ∑_(i=1)^n i^3 |
The table shows the formulas for some special series.
Special Series | Formula |
---|---|
Sum of n terms of 1. | ∑_(i=1)^n 1 = n |
Sum of first n positive integers. | ∑_(i=1)^n i = n(n+1)/2 |
Sum of squares of first n positive integers. | ∑_(i=1)^n i^2 = n(n+1)(2n+1)/6 |
Sum of cubes of first n positive integers. | ∑_(i=1)^n i^3 = [ n(n+1)/2 ]^2 |
Adding the same number n times is the same as multiplying the number by n. In this case, since the number is 1, the result of this operation is 1* n, which equals n. ∑_(i=1)^n 1 &= 1+1+1+ ... + 1_(ntimes) &= n* 1 &= n
n= 1
Rewrite ∑_(i=1)^1 i as 1
Add terms
Identity Property of Multiplication
a/a=1
LHS+( k+1)=RHS+( k+1)
Rewrite ∑_(i=1)^k i + (k+1) as ∑_(i=1)^(k+1) i
a = 2* a/2
Add fractions
Factor out (k+1)
Write as a sum
n= 1
Identity Property of Multiplication
Add terms
Multiply
a/a=1
LHS+ (k+1)^2=RHS+ (k+1)^2
Rewrite ∑_(i=1)^k i^2 + (k+1)^2 as ∑_(i=1)^(k+1) i^2
a = 6* a/6
Add fractions
Factor out (k+1)
Distribute k & 6
Write as a sum
Add terms
Factor out 2k
Factor out 3
Factor out (k+2)
Write as a sum
Factor out 2
n= 1
Add terms
Identity Property of Multiplication
a/a=1
1^a=1
LHS+ (k+1)^3=RHS+ (k+1)^3
Rewrite ∑_(i=1)^k i^3 + (k+1)^3 as ∑_(i=1)^(k+1) i^3
a = 4* a/4
Add fractions
Factor out (k+1)^2
Distribute 4
a^2+2ab+b^2=(a+b)^2
a^m b^m = (a b)^m
Write as a power
a^m/b^m=(a/b)^m
Write as a sum
Magdalena wants to save some money starting from this summer to go on a vacation next summer. She begins by saving a dollar on the first week that she started working at the supermarket. Each consecutive week she continues to save 1 dollar more than she saved the week before.
However, Magdalena is not sure about the amount of money she will have after 52 weeks. Her grandfather, who is an old mathematics teacher, tells her that she can calculate the total amount of money saved by using a summation formula.
Substitute 52 for n into the summation formula and calculate the result.
After she started working, Magdalena saves money. She does this by saving one dollar on her first week, two dollars on her second week, three dollars on her third week, and so on.
Magdalena has enjoyed working at Wilson's Supermarket but feels her tasks have been too easy. She decides to challenge herself and prepare a report about the number of people shopping from 9:00AM to 6:00PM on a weekday. She will present this report to her coworkers.
After collecting data, she is able to make the following table which highlights the number of people and the corresponding times they are shopping.
Time Interval | Number of People Shopping |
---|---|
09:00-10:00 | 8 |
10:00-11:00 | 27 |
11:00-12:00 | 64 |
12:00-13:00 | 125 |
13:00-14:00 | 216 |
14:00-15:00 | 125 |
15:00-16:00 | 64 |
16:00-17:00 | 27 |
17:00-18:00 | 8 |
The numbers in the table can be rewritten as the cubes of some positive integers. Use this general rule while representing the series in summation notation.
To express the given numbers as a series in summation notation, a general rule needs to be found first. Begin by rewriting the integers representing the number of people shopping into exponent form and recognize any emerging pattern.
Time Intervals | Number of People Shopping |
---|---|
09:00-10:00 | 8= 2^3 |
10:00-11:00 | 27= 3^3 |
11:00-12:00 | 64= 4^3 |
12:00-13:00 | 125= 5^3 |
13:00-14:00 | 216= 6^3 |
14:00-15:00 | 125= 5^3 |
15:00-16:00 | 64= 4^3 |
16:00-17:00 | 27= 3^3 |
17:00-18:00 | 8= 2^3 |
Rewrite ∑_(k=1)^6 k^3 as [n(n+1)/2 ]^2
n= 6
Rewrite ∑_(k=1)^5 k^3 as [n(n+1)/2 ]^2
n= 5
Carl Friedrich Gauss was one of the greatest mathematicians of all time. Even as a middle school student in Germany, Gauss was already trying to find the sum of the first one-hundred natural numbers.
Substitute values
a/c* b = a* b/c
We want to write the given series in summation notation. To do so, we need to find a general rule to represent each term in the series, then determine the limits of the series. Let's start by finding the differences between the terms.
Notice that the terms of the sum form an arithmetic sequence with first term a_1= 8 and common difference d= 3. 8, 11, 14, 17, 20 Now, let's recall the explicit formula for a sequence. a_n=a_1+(n-1)d We will use this formula to represent each term of the given sum in the summation notation. Let's substitute a_1= 8 and d= 3 into this formula.
Note that the series has 5 terms. Therefore, the upper limit of the series is 5. Finally, let's write the summation notation of the series by using i as the summation index. ∑^5_(i=1) (3i+5)
We want to write the given series in summation notation. To do so, let's find the common ratio between the terms by dividing the second term by the first term.
The common ratio of the series is 12.
Notice that the terms of this sum represents a geometric sequence with first term a_1= - 12 and common ratio r= 12. -1/2, -1/4, -1/16, -1/32, ... Now, we will use the explicit formula to represent each term in summation notation. a_n=a_1* r^(n-1) Let's substitute a_1= - 12 and r= 12 into this formula!
Notice that the series is infinite. Therefore, the upper limit of the series is ∞. Finally, let's write the summation notation of the series! ∑^(∞)_(n=1) -1/2^n
We are given a finite series in summation notation. Recall that each term in a series represented in summation notation can be calculated by the general rule written on the right-hand side of the symbol. The lower limit shows the initial value for the variable i and the upper limit shows the last value for i. ∑^6_(i=1) 2i^2 We want to list the terms of the given series. To do so, we will first substitute i=1 into the general formula of the series, 2i^2.
Great! The first term is 2. Let's apply the same process to find the rest of the terms by substituting i=2, 3, 4, 5, and 6 into the general formula of the series and noting each result.
a_i=2i^2 | |
---|---|
Substitute | Evaluate |
a_1=2( 1)^2 | a_1=2 |
a_2=2 ( 2)^2 | a_2=8 |
a_3=2 ( 3)^2 | a_3=18 |
a_4=2 ( 4)^2 | a_4=32 |
a_5=2 ( 5)^2 | a_5=50 |
a_6=2 ( 6)^2 | a_6=72 |
The terms of the series are 2, 8, 18, 32, 50, and 72.
We are given a finite series in summation notation. We want to find its sum. ∑^4_(n=0) 2n^3+1 To do so, we will add up all the terms one by one. Let's first find these terms separately. We will substitute n=0,1,2,3, and 4 into the general expression that describes the terms of the series. Then, we will calculate them one by one in a table.
a_n=2n^3+1 | ||
---|---|---|
n | Substitute | Evaluate |
0 | 2 ( 0)^3+1 | 1 |
1 | 2 ( 1)^3+1 | 3 |
2 | 2 ( 2)^3+1 | 17 |
3 | 2 ( 3)^3+1 | 55 |
4 | 2 ( 4)^3+1 | 129 |
Finally, we can find the sum of the terms. ∑^4_(n=0) 2n^3+1 =1+3+17+55+129 ⇕ ∑^4_(n=0) 2n^3+1=205 The sum of the series is 205.
We are given a finite series in summation notation. We want to find its sum. ∑^(12)_(k=10) 4/n-1 To do so, we will add up all the terms. Let's first find the terms separately, starting with the tenth term. We will calculate them one by one in a table.
a_n=4/n-1 | ||
---|---|---|
n | Substitute | Evaluate |
10 | 4/10-1 | 4/9 |
11 | 4/11-1 | 4/10 |
12 | 4/12-1 | 4/11 |
To find the sum of these three fractions, we will first reduce them as much as possible.
Now, we need to find the least common denominator (LCD) of the three fractions. Notice that the LCD of 9,5, and 11 is the product of these three numbers. 9 (5)(11) = 495 Great! Let's continue adding them up!
The sum of the series is 598495.