| {{ '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