What does it mean by '1/n', 'n' on the top of the summation sign and 'i=1' on the bottom of the summation sign and 'ai' in the bracket?
n represents how many numbers are added. If we add three numbers, then n=3. If we add 4,527 numbers, then n=4527.
Multiplication by 1/n is the same as division by n. Therefore, the factor 1/n shows that we are dividing the total by n.
i represents the index. The index counts the numbers and shows their position in the set. We start counting at 1 (the first number in set a), and the notation i=1 shows this.
a
i is a symbol that represents each number being added. When i=1, symbol a
i becomes a
1, and a
1 represents the first number being added. When i=2, the symbol a
i becomes a
2, and it represents the second number being added. The index continues counting each number, until it reaches the number n. At that point, we have symbol a
n, and a
n represents the last number being added (often called the "nth number").
Let's add the three numbers in this set: a = {33, 62, 85}
33 + 62 + 85
We could also use symbols to represent these numbers.
The first number is 33, so let's call it a
1
The second number is 62, so let's call it a
2
The third number is 85, so let's call it a
3
Therefore a
1 + a
2 + a
3 means 33 + 62 + 85
The subscripts (in red) show us the index i counting each number (first number, second number, third number). In other words, the index starts at i=1 and it ends at i=3.
In this example, n=3 because we're adding three numbers. The nth number is a
3
What if we wanted to add 3,000 numbers, instead? Nobody wants to write 3,000 numbers, so we need a shorter way to write sums. Sigma notation gives us a shorter way.
Using my set {33, 62, 85} we understand that a
1=33, a
2=62, and a
3=85. We write their sum easily using Sigma notation, like this:
i=1∑3(ai)
You can see the count starts at i=1. You can also see that n=3 (this is what tells the reader that we're adding three numbers). You can see the symbol representing numbers being added (a
i).
i=1 tells us to start the sum with the first number a
1
33 +
Next, the index increases from i=1 to i=2. Sigma notation tells us to add the next number a
2
33 + 62 +
Next, the index increases from i=2 to i=3. Sigma notation tells us to add the next number a
3
33 + 62 + 85
At this point, the index has reached n, so all numbers have been added.
i=1∑3(ai)=33+62+85=180
If we want to find the average (m͏ean) of set a={33, 62, 85}, then we divide the total by the count.
180/3 = 60
The mean is 60. Dividing by 3 is the same as multiplying by 1/3. Therefore, we could also write the calculation like this:
1/3 ∙ (33 + 62 + 85)
This is why the Sigma notation for the mean of a
i looks like this:
amean=31⋅i=1∑3(ai)
We could also write
3∑i=13(ai) but most people write it the first way (multiplying by 1/n instead of writing ratio form).
Here is a final example:
i=1∑208(xi)
I can tell by looking at this notation that we are adding 208 numbers in a set called x, and subscripted symbol x
i is a generic variable used to represent the numbers. When index i starts counting (1,2,3,…), then x
i represents the individual numbers in set x added one by one (in order of listing).
The Sigma notation is much easier than writing the sum like this:
5+35+74+53+29+72+17+82+98+43+183+71+163+8+31+63+32+1+53+73+13+28+31+52+158+3+41+5+532+223+75+52+651+987+451+121+851+451+151+625+403+322+358+233+453+532+305+23+342+145+472+312+544+293+454+1023+453+405+984+268+234+957+2034+9670+9345+7093+4867+5394+750+923+4709+3750+9232+5703+8975+6039+5730+9572+3095+7093+857+9325+7034+9793+4754+385+345+832+570+934+759+35+7+1389+757+235+74+97+54+3+95+72+34+9+5+35+74+53+29+72+17+82+98+43+183+71+163+8+31+63+32+1+53+73+13+28+31+52+158+3+41+5+532+223+75+52+651+987+451+121+851+451+151+625+403+322+358+233+453+532+305+23+342+145+472+312+544+293+454+1023+453+405+984+268+234+957+2034+9670+9345+7093+4867+5394+750+923+4709+3750+9232+5703+8975+6039+5730+9572+3095+7093+857+9325+7034+9793+4754+385+345+832+570+934+759+35+7+1389+757+235+74+97+54+3+95+72+34+9 :cool: