Definition
The summation sign, , tells us that we have to add up a collection of expressions and the and the tell us exactly how to do this.
The is a dummy variable since it can be changed to whatever letter you want and it won’t affect the actual sum.
For example,
- I know.. it looks terrifying. Calm down. Take a breath. I find the best thing to do is try out an example, maybe it’s just me but I can get a grasp of the subject easier this way.
Examples
Again, looks scary. Never fear! The answer is 6.
“What?”
Yes, I heard you say that. Here’s how it works:
We start at 0, and add our way up to 3.
“Are you serious?”
Yes.
Here’s how I kinda remembered it: the starts at the bottom number on the sum sign (0) and we just need to get it up to the top number (3). So we go 0.. plus 1.. plus 2.. plus 3. Constantly adding to itself until we reach that top number.
Now, please note that the little on the right of the sum sign is telling us HOW to add these numbers: because it’s a singular , we add to itself. If the sign had an there instead, we would be adding repeatedly until we reach that top number. For example:
If you’ve ever dabbled in programming of any description, you are most likely familar with variables and that sort of thing. That’s all is - a simple variable that we are setting, using, and increasing.
Try this one - can you figure it out? = 1^2+2^2+3^3 = 14
Answer: