If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Summation notation

We can describe sums with multiple terms using the sigma operator, Σ. Learn how to evaluate sums written this way.
Summation notation (or sigma notation) allows us to write a long sum in a single expression.

Unpacking the meaning of summation notation

This is the sigma symbol: . It tells us that we are summing something.
Let's start with a basic example:
Stop at n=3(inclusive)n=132n1Expression for eachStart at n=1term in the sum
This is a summation of the expression 2n1 for integer values of n from 1 to 3:
=n=132n1=[2(1)1]n=1+[2(2)1]n=2+[2(3)1]n=3=1+3+5=9
Notice how we substituted n=1, n=2, and n=3 into 2n1 and summed the resulting terms.
n is our summation index. When we evaluate a summation expression, we keep substituting different values for our index.
Problem 1
n=14n2=?
صرف 1 جواب چنو

We can start and end the summation at any value of n. For example, this sum takes integer values of n from 4 to 6:
=n=46n1=(41)n=4+(51)n=5+(61)n=6=3+4+5=12
We can use any letter we want for our index. For example, this expression has i for its index:
=i=023i5=[3(0)5]i=0+[3(1)5]i=1+[3(2)5]i=2=5+(2)+1=6
Problem 2
k=35k(k+1)=
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3/5
  • a simplified improper fraction, like 7/4
  • a mixed number, like 1 3/4
  • an exact decimal, like 0.75
  • a multiple of pi, like 12 pi or 2/3 pi

Problem 3
Consider the sum 4+25+64+121.
Which expression is equal to the above sum?
Choose all answers that apply: وہ سب سلیکٹ کریں جو مناسب ہے

Some summation expressions have variables other than the index. Consider this sum:
n=14kn+1.
Notice that our index is n, not k. This means we substitute the values into n, and k remains unknown:
=n=13kn+1=k(1)+1+k(2)+1+k(3)+1=k2+k3+k4
Key takeaway: Before evaluating a sum in summation notation, always make sure you identified the index, and that you are only substituting into that index. Other unknowns should remain as they are.
Problem 4
m=148k6m=?
صرف 1 جواب چنو

Want more practice? Try this exercise.