| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
Here are a few recommended readings before getting started with this lesson.
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.There are some aspects that are worth noting.
∞is used in the final index.
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 |
a1=22, d=5
Distribute 5
Commutative Property of Addition
Subtract terms
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 | 12=1 |
2 | 22=4 |
3 | 32=9 |
4 | 42=16 |
5 | 52=25 |
Layer | Number of Lemons |
---|---|
1 | 1 |
2 | 4 |
3 | 9 |
4 | 16 |
5 | 25 |
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∑n1 |
Sum of first n positive integers. | 1+2+⋯+n | i=1∑ni |
Sum of squares of first n positive integers. | 12+22+⋯+n2 | i=1∑ni2 |
Sum of cubes of first n positive integers. | 13+23+⋯+n3 | i=1∑ni3 |
The table shows the formulas for some special series.
Special Series | Formula |
---|---|
Sum of n terms of 1. | i=1∑n1=n |
Sum of first n positive integers. | i=1∑ni=2n(n+1) |
Sum of squares of first n positive integers. | i=1∑ni2=6n(n+1)(2n+1) |
Sum of cubes of first n positive integers. | i=1∑ni3=[2n(n+1)]2 |
n=1
Rewrite i=1∑1i as 1
Add terms
Identity Property of Multiplication
aa=1
LHS+(k+1)=RHS+(k+1)
Rewrite i=1∑ki+(k+1) as i=1∑k+1i
a=22⋅a
Add fractions
Factor out (k+1)
Write as a sum
n=1
Identity Property of Multiplication
Add terms
Multiply
aa=1
LHS+(k+1)2=RHS+(k+1)2
Rewrite i=1∑ki2+(k+1)2 as i=1∑k+1i2
a=66⋅a
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
aa=1
1a=1
LHS+(k+1)3=RHS+(k+1)3
Rewrite i=1∑ki3+(k+1)3 as i=1∑k+1i3
a=44⋅a
Add fractions
Factor out (k+1)2
Distribute 4
a2+2ab+b2=(a+b)2
ambm=(ab)m
Write as a power
bmam=(ba)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.
Help Magdalena calculate the total amount of money saved in 52 weeks by using her grandfather's 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.
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.Add terms
Multiply
Calculate quotient
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:00 AM to 6:00 PM 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=23 |
10:00−11:00 | 27=33 |
11:00−12:00 | 64=43 |
12:00−13:00 | 125=53 |
13:00−14:00 | 216=63 |
14:00−15:00 | 125=53 |
15:00−16:00 | 64=43 |
16:00−17:00 | 27=33 |
17:00−18:00 | 8=23 |
Rewrite k=1∑6k3 as [2n(n+1)]2
n=6
Rewrite k=1∑5k3 as [2n(n+1)]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.
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.Substitute values
ca⋅b=ca⋅b