Sign In
Sigma notation, also known as summation notation, is a compact way of expressing addition. This notation consists of four parts.
In the example below, all four parts are shown.
The variable n — the summation index — only takes integer values. To write this sum explicitly, the variable n must be replaced with the integers from the initial value through the final value. ∑_(n= 1)^4 2n &= 2( 1_(n= 1)) + 2( 2_(n= 2)) + 2( 3_(n= 3))+2( 4_(n= 4)) [1.5em] ∑_(n=1)^4 2n &= 0.26cm2 0.26cm+ 0.26cm4 0.26cm+ 0.26cm6 0.26cm+ 0.26cm8 0.1cm [1.5em] ∑_(n=1)^4 2n &= 20
The summation notation is not only useful for working with sums involving a large number of terms, but it can also be used to represent an infinite sum. If an infinite number of terms is to be added, the symbol ∞
is used in the final index.
∑_(n=1)^(∞) 1/2^n=1/2^1+1/2^2+1/2^3+...