Loading…

Sigma Notation Evaluator

Math Algebra • Sequences and Series

View all topics

Evaluate finite sigma notation expressions such as \(\sum_{k=1}^{10}(k^2+3k)\). Choose the index variable, limits, and term, then see the term-by-term expansion, formulas, table, graph, and Play mode.

Sigma notation \(\sum_{k=m}^{N}f(k)=f(m)+f(m+1)+\cdots+f(N)\) Arithmetic power \(\sum_{k=1}^{N}k=\dfrac{N(N+1)}{2}\) Square power \(\sum_{k=1}^{N}k^2=\dfrac{N(N+1)(2N+1)}{6}\) Cubic power \(\sum_{k=1}^{N}k^3=\left(\dfrac{N(N+1)}{2}\right)^2\)

Summation setup

Supports \(k,i,n,j,m\), powers with ^, factorial !, and functions like sqrt, ln, sin, cos, abs.

Example: \(\sum_{k=1}^{10}(k^2+3k)=550\). The often-listed value \(440\) does not match this expression.

Expansion, table, and graph settings

Smaller values make the animation slower.

Quick examples

Ready
Enter a summation expression, then click “Evaluate sigma”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does sigma notation mean?

Sigma notation means to add the expression for each integer value of the index from the lower limit to the upper limit.

What is the index variable?

The index variable is the letter that changes during the sum, such as k, i, n, j, or m.

Are the lower and upper limits included?

Yes. A sum from k = 1 to 10 includes both k = 1 and k = 10.

What is the value of sum from k = 1 to 10 of k^2 + 3k?

The value is 550, because sum k^2 is 385 and 3 sum k is 165.

Can the calculator handle expressions like 3k?

Yes. It supports implicit multiplication, so 3k is interpreted as 3 times k.

Can the calculator handle factorials?

Yes. Use ! for factorials, such as n! or 1/n!.

Can the calculator handle trigonometric terms?

Yes. It supports sin, cos, tan, and inverse trigonometric functions.

What does the graph show?

The bars show individual term values and the line shows the running partial sum.

Why does the calculator detect polynomial sums?

When the expression behaves like a low-degree polynomial, the calculator can show a formula-based check using standard power-sum formulas.

Can I export the evaluated terms?

Yes. Use Download CSV to export the index, term value, and running partial sum.