Back to the Mathematics Topics Index Summation and Product Notation


Subscripted Variables

Don't know what a subscripted variable is or what it can mean? OK, we have a page for that. Have fun; come back.

Up to Page Index




Summation Notation

Summation notation uses the symbol S, which is the capital Greek letter Sigma (S) for "sum." It acts like a verb in a sentence. It's a shorthand way to write, "Add this and this and this and this and this and this and this and this." In order to see how it works, look at the following translations:

= x1 + x2 + x3 + x4
= x1 + x2 + . . . + xn-1 + xn
= x3 + x4 + . . . + x56 + x57

(Remember, x could represent anything: the number of part-time employees who take a break in each of the four hours they work, the number of visits to a website via advertisements in each of n other sites, the number of people buying a good during 57 days of a sale -- not counting the first two days because those were for special customers -- , etc., etc. But to continue . . . .)

Looking at the first case above, we could try this translation: "Add x1 and x2 and x3 and x4." The second could be translated, "Add all the xi." The third is, "Add all the xis 3 through 57." (By the way, it's important to remember a further shorthand: if the summation sign stands alone, with no indication where i is to start or stop, it means that you should sum over all values available.)

The notation is new, but the operation isn't. The operation is just plain old addition. To see that, let's actually do the first operation above. Suppose that the xi take the following values:

x1 = 10 x2 = 5 x3 = 0 x4 = 7

These add up to 22:

= x1 + x2 + x3 + x4 = 10 + 5 + 0 + 7 = 22

Of course, we usually want to do more than add values up; we usually want to do other operations on them as well. Suppose we have three different x values and we want (for some reason) to multiply each of them by 5. We can correctly write that two ways:

= 5x1 + 5x2 + 5x3
= 5(x1 + x2 + x3)

If x1 = 6, x2 = 4 and x3 = 15, then
= 5 · (x1 + x2 + x3) = 5 · (6 + 4 + 15) = 5 · 25 = 125

In a very common situation, we can use the above technique to describe what we do to take an average. Consider again the two expressions in the first table, where we had first 4 and then n values. This is how we would write the average of those values:

= (x1 + x2 + x3 + x4)/4
= (x1 + x2 + . . . + xn-1 + xn)/n

Using the xi values we had above (10, 5, 0, 7), we can use summation notation to make the following calculation:

= (x1 + x2 + x3 + x4)/4 = = (10 + 5 + 0 + 7)/4 = 22/4 = 5.5

Of course, there are many more complex examples. We can even add more than one type of variable: we can have, for example, n values of x and m values of y and do operations on them. For example, consider this:

= p1q1 + p2q2 + p3q3 + p4q4 + p5q5
= a1x1 + a1x2 + a2x1 + a2x2 + a3x1 + a3x2

(What might these mean? The first could be a statement that the revenue earned by a company is equal to the revenue -- price times quantity -- of each of the five goods it sells, or the revenue received on each of five workdays. The second could be the amount produced in each of three factories, where each factory has two different production lines.)

At any rate, what you can see from the above is that summation notation provides a powerful shorthand, enabling you to write very complex (or at least long) procedures down quite easily.

Up to Page Index




Product Notation

Product notation uses the same kind of logic as summation notation. It puts in one symbol for a command, and uses subscripted variables to keep track of what's going on. But with product notation, instead of "add ( + ) this and this and this . . . " the command says "multiply ( · ) this and this and this . . . ."

Try these translations, and then in the next section you can practice:

= x1 · x2 · x3 · x4
= x1 · x2 · . . . · xn-1 · xn
= x0 · x1 · x2

Let's put numbers in and actually do these operations on them. Suppose that n = 7 and the xi take the following values:

x0 = 100 x1 = 10 x2 = 2 x3 = 4
x4 = 1 x5 = 4 x6 = 0 x7 = 20

Then

= x1 · x2 · x3 · x4 = 10 · 2 · 4 · 1 = 80
= x1 · x2 · . . . · x6 · x7 = 10 · 2 · 4 · 1 · 4 · 0 · 20 = 0
= x0 · x1 · x2 = 100 · 10 · 2 = 2000

Up to Page Index




Practice

Clicking on the checkmark by each problem will bring up a pop-up window with the answer. Do get a pencil and actually write out what you think are the answers before you check them, because small details count in this type of notation.

For the numerical calculations in each of them, let x and y take the following values:

x x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10
50 2 26 -10 -1 1 0 -40 19 44 96
y y0 y1 y2 y3 y4 y5 y6 y7 y8 y9 y10
16 63 -1 12 51 24 18 8 28 1000 -38

Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here
Answer Here


Cautionary Note: When you put something in summation or product notation -- or a combination of both -- always make sure you can translate it back. And don't do the translation right away; take a few hours -- or even overnight, if it's complex -- to go away from it and forget what you think it says. Only after a good wait, go back and see if the notation you wrote really does translate back into what you started with. An appendix in my dissertation contains two pages of total gibberish because I didn't do this. One of my committee members said -- the day before the dissertation was due in microfilming -- "These equations are monsters. Can't you simplify them?" What I should have said was, "No." What I did say was, "Sure." Two days after it was submitted I looked at the equations and realized they were complete garbage. The equations they came from were monsters, but at least they were right!)

Up to Page Index



Math Help Home Page Economics Topics Index Mathematics Topics Index Saddleback College Economics Department Saddleback College Home Page