The summation symbol
The summation symbol is simply a shorthand notation for a sum of many numbers or variables. Let's see some examples first.
Example. The sum
can be written as
That is,
Here, the symbol
Remark. The letter
Let's see some more examples.
Example.
We can use any letter for the index (
Example.
The index needs not appear in the ``body'' of the summation symbol. In this case, the body is the constant 1. □
Example.
The index can vary between arbitrary values. In this case, it varies from -5 to +5. □
Now, let's consider a sequence of numbers
As noted above, the letter used for the index does not matter. Therefore, this sum is the same as
or
or
etc. However, if a symbol is used as a variable outside the summation symbol, you should not use the same symbol as the index of the sum.
Example.
Let
because the first factor
This way, we can avoid confusion. If a variable is defined outside a summation symbol, that variable is called a free variable (with respect to the sum). On the other hand, the variable used as the index in a sum is called a bound variable because its context (i.e. the extent to which the variable is meaningful) is bound in the sum. □
When the range of the index is not important or obvious from the context, we may omit the upper and lower bounds to write simply
Some properties of the summation symbol.
As noted above, the summation symbol is just a shorthand for a sum. Therefore, it has all the properties of the sum
First, we have the distributive law:
where
Next, we have the addition of two sums:
That is,
This property stems from the commutativity of addition (i.e., we can change the order of terms in addition). Note that the upper and lower bounds of the index must match between the two sums. Also, note that we should use the parentheses in the body of the right-hand side. Otherwise, it looks like
which may mean a completely different quantity:
This latter expression may or may not make sense depending on the context, but it definitely means something different from the expression in (eq:sum2) above.
If we multiply two sums, we obtain a double sum:
Here, the left-hand side means the product of two sums:
Note that the index
When you are not sure, just try to expand it to see how it looks.
Common mistakes with the summation symbol.
Below are a few of the common mistakes I find among students. You should spot what is wrong with these.
Comments
Post a Comment