Difference between revisions of "Sigma notation"

 
m (Description)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Sigma, or 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.
+
{{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.
 +
 
 +
== Definition ==
 +
For any [[integer]]s <math>m</math> and <math>n</math> such that <math>m \leq n</math> and any function <math>a(x)</math> defined on the integers, we write <math>\sum_{k=m}^n a(k)</math> for the sum <math>a(m)+a(m+1)+a(m+2)+\ldots+a(n-1)+a(n)</math>.
  
  
 
== 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 <math>5+10+15+20+25</math>.  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 its 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 or finite series <math>a_k</math> and <math>b_k</math>,  
+
For any constant c and [[finite]] (or [[absolutely convergent]]) [[series]] <math>a_k</math> and <math>b_k</math>,  
 +
*<math>\sum_a^b c = c(b-a+1)</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>
  
 
== Examples ==
 
== Examples ==
 
+
* <math>\sum_{i = 33}^{56} 1 = 1 + 1 + \ldots + 1 + 1 = 24</math>
 
 
  
 
== See Also ==
 
== See Also ==

Revision as of 21:00, 10 April 2019

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.

Definition

For any integers $m$ and $n$ such that $m \leq n$ and any function $a(x)$ defined on the integers, we write $\sum_{k=m}^n a(k)$ for the sum $a(m)+a(m+1)+a(m+2)+\ldots+a(n-1)+a(n)$.


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 $a_k$ where k is the number of terms being summed. We want to rewrite the sum so that each term is in terms of its number k in the sequence. Factoring, we get, $5+10+15+20+25=5(1+2+3+4+5)$. 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 $\sum_{k=1}^5 5k=5+10+15+20+25$. 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 $a_k$ and $b_k$,

  • $\sum_a^b c = c(b-a+1)$
  • $\sum ca_k = c\sum a_k$
  • $\sum (a_k + b_k) = \sum a_k + \sum b_k$

Examples

  • $\sum_{i = 33}^{56} 1 = 1 + 1 + \ldots + 1 + 1 = 24$

See Also