Difference between revisions of "Sigma notation"
Quantum leap (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | Sigma, | + | {{stub}} |
+ | |||
+ | '''Sigma notation''', also known as ''summation notation'', provides a method for writing long, complicated, sometimes [[infinite]] sums neatly and compactly. Besides being easier to write than the explicit sum, sigma notation is also useful in that it shows the general form of each addend. | ||
== Description == | == Description == | ||
− | Let's first use an example to demonstrate how to use the notation. Consider the sum 5+10+15+20+25. We'll denote the sequence <math>a_k</math> where k is the number of terms being summed. We want to rewrite the sum so that each term is in terms of it's number k in the sequence. [[Factoring]], we get, <math>5+10+15+20+25=5(1+2+3+4+5)</math>. Now, we see that each term is five times it's number in the sequence k; that is, as k ranges from 1 to 5, each term can be written as 5k. This sum is written in summation notation as <math>\sum_{k=1}^5 5k=5+10+15+20+25</math>. In this case, 1 is the lower limit of summation, the number the index of summation k starts the sum with, and ends with the upper limit of summation 5. One way to remember the terms is to note that the lower limit of summation is written ''under'' the sigma and the ''upper'' one is written above the sigma. | + | Let's first use an example to demonstrate how to use the notation. Consider the sum 5+10+15+20+25. We'll denote the [[sequence]] <math>a_k</math> where k is the number of terms being summed. We want to rewrite the sum so that each term is in terms of it's number k in the sequence. [[Factoring]], we get, <math>5+10+15+20+25=5(1+2+3+4+5)</math>. Now, we see that each term is five times it's number in the sequence k; that is, as k ranges from 1 to 5, each term can be written as 5k. This sum is written in summation notation as <math>\sum_{k=1}^5 5k=5+10+15+20+25</math>. In this case, 1 is the lower limit of summation, the number the index of summation k starts the sum with, and ends with the upper limit of summation 5. One way to remember the terms is to note that the lower limit of summation is written ''under'' the sigma and the ''upper'' one is written above the sigma. |
== Properties == | == Properties == | ||
− | For any constant c and convergent | + | For any constant c and [[finite]] (or [[absolutely convergent]]) [[series]] <math>a_k</math> and <math>b_k</math>, |
*<math>\sum ca_k = c\sum a_k</math> | *<math>\sum ca_k = c\sum a_k</math> | ||
*<math>\sum (a_k + b_k) = \sum a_k + \sum b_k</math> | *<math>\sum (a_k + b_k) = \sum a_k + \sum b_k</math> |
Revision as of 11:19, 20 July 2006
This article is a stub. Help us out by expanding it.
Sigma notation, also known as summation notation, provides a method for writing long, complicated, sometimes infinite sums neatly and compactly. Besides being easier to write than the explicit sum, sigma notation is also useful in that it shows the general form of each addend.
Contents
Description
Let's first use an example to demonstrate how to use the notation. Consider the sum 5+10+15+20+25. We'll denote the sequence where k is the number of terms being summed. We want to rewrite the sum so that each term is in terms of it's number k in the sequence. Factoring, we get, . Now, we see that each term is five times it's number in the sequence k; that is, as k ranges from 1 to 5, each term can be written as 5k. This sum is written in summation notation as . In this case, 1 is the lower limit of summation, the number the index of summation k starts the sum with, and ends with the upper limit of summation 5. One way to remember the terms is to note that the lower limit of summation is written under the sigma and the upper one is written above the sigma.
Properties
For any constant c and finite (or absolutely convergent) series and ,