Sign In
| | 10 Theory slides |
| | 9 Exercises - Grade E - A |
| | Each lesson is meant to take 1-2 classroom sessions |
Consider the following applet. The flashing squares can be placed on any two numbers.
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
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 |
The table shows that there is a pattern between the loaves sold each day. Therefore, these numbers can be considered as the terms of a sequence. Since the difference of 5 between the terms is constant, the terms represent an arithmetic sequence. Recall the explicit rule of an arithmetic sequence to best represent the number of loaves sold on n^\text{th} day. a_n= a_1+(n-1) d Now, substitute the first term a_1= 22 and the common difference d= 5 into this explicit rule.
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 |
n= 1
Rewrite ∑_(i=1)^1 i as 1
Add terms
Identity Property of Multiplication
a/a=1
The statement is true for n=1. Now, assume that the statement is true for some positive integer k. ∑_(i=1)^k i = k(k+1)2 ✓ In the final step, the aim is to show that the statement is true for n=k+1. To do so, the above equation will be manipulated using the Properties of Equality.
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
The left-hand side of the above equation is the sum of the first k+1 positive integers. The right-hand side is the expression obtained when substituting k+1 for n. Therefore, the statement holds true for all positive integers.
n= 1
Identity Property of Multiplication
Add terms
Multiply
a/a=1
The statement is true for n=1. Now, assume that the statement is true for some positive integer k. ∑_(i=1)^k i^2 = k(k+1)(2k+1)/6 ✓ Next, show that the statement is true for n=k+1. To do so, start by adding (k+1)^2 to both sides of the above equation.
LHS+ (k+1)^2=RHS+ (k+1)^2
Rewrite ∑_(i=1)^k i^2 + (k+1)^2 as ∑_(i=1)^(k+1) i^2
Add the terms on the right-hand side, then factor the numerator of the fraction.
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
The left-hand side is the sum of the squares of the first n positive integers. The right-hand side is the expression obtained when substituting k+1 for n. Therefore, the statement holds for all positive integers n.
n= 1
Add terms
Identity Property of Multiplication
a/a=1
1^a=1
The statement is true for n=1. Now, assume that the statement is true for some positive integer k. ∑_(i=1)^k i^3 = [ k(k+1)/2 ]^2 ✓ Finally, to show that the statement is true for k+1, the above equation will be manipulated.
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
This final equation shows that the statement is true for n=k+1. Therefore, the statement holds for all positive integers n.
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.
Help Magdalena calculate the total amount of money saved in 52 weeks by using her grandfather's formula.
Notice that the amount of money saved on each week represents the term of a sequence, and the total amount of money saved represents a series. To calculate the amount that Magdalena will save in 52 weeks, the formula that her grandfather gave her will be used. ∑_(i=1)^n i = n(n+1)/2 Since she wants to calculate the amount of money for 52 weeks, the upper limit of the summation notation needs to be 52. Therefore, substitute n= 52 in both sides of the formula. ∑_(i=1)^(52) i = 52( 52+1)/2 Now, the right-hand side can be evaluated.
Add terms
Multiply
Calculate quotient
Magdalena is on pace to save $1378 in 52 weeks or in one year.
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 |
Help Magdalena calculate the total number of people shopping using the formulas for special series!
| 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 |
The series can be written as a sum of cubes of some positive integers. In other words, the k^\text{th} term of the series can be written as k^3. General Term: a_k= k^3 Notice that the bases of the cubes are increasing and then decreasing one by one. Since writing a common upper limit or a common lower limit is not possible here, this sum cannot be expressed with one summation notation. Therefore, the series will be written by using two separate summation notations. 2^3 + 3^3 + 4^3 + 5^3 + 6^3 = ∑_(k=2)^6 k^3 + 5^3 + 4^3 + 3^3 + 2^3 = ∑_(k=2)^5 k^3 To find the total sum, these two summation notations will be calculated individually and their results will be added together. ∑_(k=2)^6 k^3 + ∑_(k=2)^5 k^3 Now, remember the special formula for the sum of cubes of the first n positive integers. ∑_(k=1)^n k^3 = [n(n+1)/2 ]^2 Keep in mind that the obtained summation notations start with 2 and not 1. This means that the first terms of the series a_1 are missing. For the formula to be used, the initial values must be 1. Therefore, this value will be changed to 1, and then the first term of each series will be subtracted. ∑_(k=2)^6 k^3 = ∑_(k=1)^6 k^3 -a_1 [0.5em] ∑_(k=2)^5 k^3= ∑_(k=1)^5 k^3-a_1 Now, the formula can be applied to the right-hand sides of the equations one at a time. Since the upper limit is 6, begin by substituting n= 6 into the first equation.
Rewrite ∑_(k=1)^6 k^3 as [n(n+1)/2 ]^2
n= 6
Next, the formula can be applied one more time for the second summation notation. This time the value of n= 5 will be substituted, since the upper limit is 5.
Rewrite ∑_(k=1)^5 k^3 as [n(n+1)/2 ]^2
n= 5
Before adding the obtained results, the values of the first terms need to be found. Since both of the summation notations have the same general rule k^3, the value of a_1 will be calculated once. k= 1 ⇒ k^3= 1^() 3 [0.5em] a_1=1 Having the value of a_1=1, the total sum can now be calculated.
The total number of people shopping at the supermarket between 9:00AM to 6:00PM on a weekday is 664. Magdalena can now give her report in full confidence!
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.
An observation he made was that he got 101 when adding the first number with the last number, the second number with the second to last number, and so on.
The number of pairs is obtained by dividing the last number n by 2. Also, the sum of each pair is equal to the addition of the first number 1 and last number n, which is n+1. Using this information, the formula can be written.
Substitute values
a/c* b = a* b/c
Represent the following series in summation notation. 8 + 11 + 14 + 17 + 20
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)
Represent the following series in summation notation. - 1/2 - 1/4 - 1/8 - 1/16 - ...
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
List all the terms of the following series given in summation notation. ∑^6_(i=1) 2i^2
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.
Find the sum of the following series given in summation notation. ∑^4_(n=0) 2n^3+1
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.
Find the sum of the following series written in summation notation. ∑^(12)_(n=10) 4/n-1 Write the result as a fraction.
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.