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
Ali wants to save 650 euros to buy a new bicycle. He begins by putting one euro in his piggy bank on the first day. On the second day, he put two euros in. On the third day, he added three euros to his savings. He plans to continue this pattern of adding one additional euro of savings every day until he has enough money saved up for the bike.
Ali starts by saving a euro on the first day, two on the second day, three on the third day, and so on. Let's write these values down to start visualizing his savings. ccc First Day & Second Day & Third Day 1&2 &3 We can see that the amount of euros form a sequence whose explicit rule is a_i=i. Let's use this information to write summation notation to show the sum of money that Ali will save in 30 days. ∑_(i=1)^(30)a_i=∑_(i=1)^(30)i We will now recall the formula to find the sum of the first n positive integers. S_n=n(n+1)/2 Since we are looking for 30 days, we will substitute n=30 into the formula. ∑_(i=1)^(30)i=30( 30+1)/2 Let's evaluate the right-hand side of this equation.
After 30 days, Ali will have 465 euros in his savings.
Let d be the number of days needed for Ali to save 650 euros. We can rewrite the summation notation from Part A by changing its upper limit to d.
∑_(i=1)^di = 650
We can use the formula for the sum of the first n positive integers.
∑_(i=1)^di = 650
⇕
d(d+1)/2 = 650
Let's solve the equation for d.
We got a quadratic equation. Let's solve by using the Quadratic Formula. First, we need to identify the coefficients a, b, and c. d^2+d-1300=0 ⇕ 1d^2+ 1d+( - 1300)=0 We can now substitute these values into the Quadratic Formula.
Let's separate the solutions to this equation into two equations.
d=- 1 ± sqrt(5201)/2 | |
---|---|
d_1=- 1 + sqrt(5201)/2 | d_2=- 1 - sqrt(5201)/2 |
d_1 ≈ 35.56 | d_2≈ - 36.56 |
We found that the solutions to the equation are d_1≈ 35.56 and d_2≈ - 36.56. Because d is the number of days Ali will save money, the negative result does not make sense. Additionally, since the number of days needs to be a whole number, we can conclude that after 36 days Ali will have at least 650 euros.
We are asked to find the sum of squares of first 20 positive integers. 1^2 + 2^2 + 3^2 + ... + 20^2= ∑_(i=1)^(20) i^2 Remember that this is a special series. Therefore, we can use the corresponding formula. ∑_(i=1)^n i^2 = n(n+1)(2n+1)/6 Let's substitute n=20 into the formula and evaluate the right-hand side.
We found that the given sum is equal to 2870.
We are asked to find the sum of the cubes of the first 20 positive integers. 1^3 + 2^3 + 3^3 + ... + 20^3= ∑_(i=1)^(20) i^3 Remember that this is a special series. Therefore, we can use the corresponding formula. ∑_(i=1)^n i^3 = [n(n+1)/2]^2 Let's substitute n=20 into this formula and evaluate the right-hand side.
We found that the given sum is equal to 44 100.