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
Determine whether the given statements are true or false.
We want to determine whether the given statement is true. ∑_(i=1)^n (a_i - b_i) ? = ∑_(i=1)^n a_i - ∑_(i=1)^n b_i Let's expand the series on left hand-side and rewrite it as a sum. Then we can use the Commutative Property of Addition to rearrange the terms.
Now, we can factor out -1 from the terms containing b_i.
Notice that the series can be written as a difference of two sums.
As we can see, the given statement is true.
Let's think about the expressions on both sides of the given statement. ∑_(i=1)^n a_i/b_i ? =( ∑_(i=1)^n a_i ) ÷ ( ∑_(i=1)^n b_i ) The series on the left-hand side shows a sum of quotients. Conversely, on the right-hand side we have a quotient where the numerator and denominator are defined by sums. To see whether these expressions are equal, let's arbitrarily define a_i=i, b_i=2i, and n=3. ∑_(i=1)^3 i/2i ? =( ∑_(i=1)^3 i ) ÷ ( ∑_(i=1)^3 2i ) We will now calculate these sums one at a time. Let's start with the sum on the left-hand side. ∑_(i=1)^3 i/2i = 1/2( 1) + 2/2( 2)+3/2( 3) Let's now add these three terms by using the least common denominator.
Now we will calculate the sums on the right-hand side of the equation. ∑_(i=1)^3i &= 1+ 2+ 3 = 6 [0.8em] ∑_(i=1)^3 2i &= 2( 1)+2( 2)+2( 3) = 12 Let's now find the quotient of these sums. ( ∑_(i=1)^3 i ) ÷ ( ∑_(i=1)^3 2i ) = 6 ÷ 12 = 1/2 As w can see, the calculations give different results. 3/2 ≠ 1/2 ⇕ ∑_(i=1)^n a_i/b_i ≠( ∑_(i=1)^n a_i ) ÷ ( ∑_(i=1)^n b_i ) Therefore, the given statement is false. There are infinitely many counterexamples to prove this statement false — this is just one of them.