Sigma Notation

Sigma notation compresses long sums into a compact formula, letting you write and calculate the sum of many terms efficiently and accurately.

k=mnak=am+am+1++an\sum_{k=m}^{n} a_k = a_m + a_{m+1} + \cdots + a_n

Solve a problem with Sigma Notation

Type the problem. The solver will use Sigma Notation where Sigma Notation is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Sigma Notation takes
aka_k
kk
mm
nn
Sigma Notation
SymbolMeaning
aka_kThe general term or kkth term in the sequence; what you're adding each time as kk changes from mm to nn.
kkThe index or counter variable that tells you which term you are adding; it steps through each integer starting at mm.
mmThe starting value of the index, showing which term to begin with; if m=1m = 1, you start at the first term.
nnThe ending value of the index, showing which term to finish with; the sum stops after adding ana_n.

When to use it

Use Sigma notation whenever you need to add up a sequence of terms that follows a pattern.

Level

Usually taught in: Algebra II

Worked examples

1. Sum of a simple arithmetic sequence

Problem

Find the sum k=142k\sum_{k=1}^{4} 2k.
  1. k=142k=2(1)+2(2)+2(3)+2(4)\sum_{k=1}^{4} 2k = 2(1) + 2(2) + 2(3) + 2(4)

    Expand the sigma notation by writing out each term when k=1,2,3,4k = 1, 2, 3, 4.

  2. 2(1)+2(2)+2(3)+2(4)=2+4+6+82(1) + 2(2) + 2(3) + 2(4) = 2 + 4 + 6 + 8

    Multiply to simplify each term: 21=22 \cdot 1 = 2, 22=42 \cdot 2 = 4, and so on.

  3. 2+4+6+8=202 + 4 + 6 + 8 = 20

    Add from left to right: 2+4=62 + 4 = 6, then 6+6=126 + 6 = 12, then 12+8=2012 + 8 = 20.

Answer: 2020

We replaced the sigma notation with its definition: write out every term by plugging in k=1,2,3,4k = 1, 2, 3, 4, then add them together.

2. Alternating sum with negative terms

Problem

Find the sum k=15(1)kk\sum_{k=1}^{5} (-1)^k \cdot k, which alternates between positive and negative terms.
  1. k=15(1)kk=(1)11+(1)22+(1)33+(1)44+(1)55\sum_{k=1}^{5} (-1)^k \cdot k = (-1)^1 \cdot 1 + (-1)^2 \cdot 2 + (-1)^3 \cdot 3 + (-1)^4 \cdot 4 + (-1)^5 \cdot 5

    Expand the sigma notation for k=1,2,3,4,5k = 1, 2, 3, 4, 5.

  2. (1)11+(1)22+(1)33+(1)44+(1)55=1+23+45(-1)^1 \cdot 1 + (-1)^2 \cdot 2 + (-1)^3 \cdot 3 + (-1)^4 \cdot 4 + (-1)^5 \cdot 5 = -1 + 2 - 3 + 4 - 5

    Evaluate the powers: odd powers give 1-1, even powers give 11, then multiply by kk.

  3. (1+2)+(3+4)+(5)=1+15=3(-1 + 2) + (-3 + 4) + (-5) = 1 + 1 - 5 = -3

    Group pairs to make addition easier: (1+2)=1(-1 + 2) = 1, (3+4)=1(-3 + 4) = 1, then 1+15=31 + 1 - 5 = -3.

Answer: 3-3

The (1)k(-1)^k term alternates the sign, so we add and subtract terms in turns. By carefully tracking signs and grouping, we find the final sum of 3-3.

3. Elevation gain over five days of cycling

Problem

A cyclist trains by riding up and down a hill. On day kk, her elevation gain going uphill is 50+10k50 + 10k feet. Find the total elevation gained over the five days of training: k=15(50+10k)\sum_{k=1}^{5} (50 + 10k).
  1. k=15(50+10k)=(50+101)+(50+102)+(50+103)+(50+104)+(50+105)\sum_{k=1}^{5} (50 + 10k) = (50 + 10 \cdot 1) + (50 + 10 \cdot 2) + (50 + 10 \cdot 3) + (50 + 10 \cdot 4) + (50 + 10 \cdot 5)

    Expand the sigma notation, substituting each day number k=1k = 1 through 55.

  2. (60)+(70)+(80)+(90)+(100)(60) + (70) + (80) + (90) + (100)

    Simplify each day's elevation: day 1 is 50+10=6050 + 10 = 60 feet, day 2 is 50+20=7050 + 20 = 70 feet, and so on.

  3. 60+70+80+90+100=40060 + 70 + 80 + 90 + 100 = 400

    Add the daily elevations: 60+70=13060 + 70 = 130, 130+80=210130 + 80 = 210, 210+90=300210 + 90 = 300, 300+100=400300 + 100 = 400.

Answer: 400 feet400 \text{ feet}

Sigma notation let us express the pattern (each day the cyclist gains 10 more feet than the day before) in one compact formula, then we summed all five days to find her total elevation gain.

Common mistakes

Where Sigma Notation usually goes wrong
Answer came out wrong
Writing k=13(k+1)=1+2+3\sum_{k=1}^{3} (k+1) = 1 + 2 + 3 instead of expanding with the formula (k+1)(k+1) substituted for each value of kk.
Substitute each value of kk into the formula: (1+1)+(2+1)+(3+1)=2+3+4=9(1+1) + (2+1) + (3+1) = 2 + 3 + 4 = 9.
Computing k=13k\sum_{k=1}^{3} k as 0+1+2=30 + 1 + 2 = 3 by starting at k=0k = 0 instead of k=1k = 1.
Substitute k=1,2,3k = 1, 2, 3 only: 1+2+3=61 + 2 + 3 = 6, not 0+1+2=30 + 1 + 2 = 3.
Writing n=13n\sum_{n=1}^{3} n as 1+1+1=31 + 1 + 1 = 3 because the index is called nn and the student thinks nn is a fixed number.
Remember the index variable changes: when n=1n = 1, the term is 11; when n=2n = 2, the term is 22; when n=3n = 3, the term is 33, so the sum is 1+2+3=61 + 2 + 3 = 6.
The mistakeWhy it is wrongThe fix
Writing k=13(k+1)=1+2+3\sum_{k=1}^{3} (k+1) = 1 + 2 + 3 instead of expanding with the formula (k+1)(k+1) substituted for each value of kk.Students forget to apply the formula to each value of the index; they write the indices themselves instead of the terms.Substitute each value of kk into the formula: (1+1)+(2+1)+(3+1)=2+3+4=9(1+1) + (2+1) + (3+1) = 2 + 3 + 4 = 9.
Computing k=13k\sum_{k=1}^{3} k as 0+1+2=30 + 1 + 2 = 3 by starting at k=0k = 0 instead of k=1k = 1.The lower limit m=1m = 1 means start at the first term, not zero; ignoring the lower limit leads to a wrong sum.Substitute k=1,2,3k = 1, 2, 3 only: 1+2+3=61 + 2 + 3 = 6, not 0+1+2=30 + 1 + 2 = 3.
Writing n=13n\sum_{n=1}^{3} n as 1+1+1=31 + 1 + 1 = 3 because the index is called nn and the student thinks nn is a fixed number.The index variable (like nn or kk) changes each time it appears in the formula; treating it as constant makes all terms identical.Remember the index variable changes: when n=1n = 1, the term is 11; when n=2n = 2, the term is 22; when n=3n = 3, the term is 33, so the sum is 1+2+3=61 + 2 + 3 = 6.

Tips and when to use something else

  • For k=1nk\sum_{k=1}^{n} k, use the Sum of First n Integers formula n(n+1)2\frac{n(n+1)}{2} instead of expanding every term.
  • Sigma notation combines with properties of addition: (ak+bk)=ak+bk\sum (a_k + b_k) = \sum a_k + \sum b_k, so you can split complex sums.
  • Always check your limits: k=15\sum_{k=1}^{5} goes from 1 to 5 (five terms), not 1 to 4 or 1 to 6.
  • Use telescoping series or series formulas when they apply; expanding every term works but is slower for large nn.

Frequently asked questions

How is Sigma notation different from just adding?
Sigma notation is a compact way to write long sums so you can see the pattern. Instead of writing 1+2+3+4+5++1001 + 2 + 3 + 4 + 5 + \cdots + 100, you write k=1100k\sum_{k=1}^{100} k, which is much cleaner and easier to work with.
Can I use any letter for the index, or does it have to be kk?
You can use any letter: kk, ii, nn, jj, mm—it doesn't matter. The index is just a placeholder that counts through your sequence. Only the starting and ending values matter.
What happens if the lower limit is greater than the upper limit?
If the lower limit is greater than the upper limit, the sum is empty or zero by convention. For example, k=53k=0\sum_{k=5}^{3} k = 0 because there are no values of kk between 5 and 3.
Do I always have to expand Sigma notation to solve it?
No. For common sequences like k=1nk\sum_{k=1}^{n} k or k=1nk2\sum_{k=1}^{n} k^2, you can use a formula directly. But when you first learn, expanding helps you understand what the notation means.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18