Sigma notation is a way to represent the summation of a series of numbers. It uses the Greek letter Σ (sigma) to indicate a sum.
The general form of sigma notation is:
Σi=mn f(i)
Where:
1. Enter a lower limit and upper limit to define the range of summation.
2. Provide a function in terms of i (e.g., i^2 for the square of i).
3. Click Calculate Sum to see the result.
Sigma notation is a mathematical way to represent the summation of a series of terms. It uses the Greek letter Σ to denote the sum.
Σi=mn f(i)
Where:
i.Calculate Σi=15 i:
Calculate Σi=14 i2:
Σ(a*f(i) + b*g(i)) = a*Σf(i) + b*Σg(i)Σk = k*(n-m+1) where k is constant.Σ(f(i) + g(i)) = Σf(i) + Σg(i)Σ(a*f(i) + b*g(i)) = a*Σf(i) + b*Σg(i)Σk = k*(n-m+1) where k is constant.Σ(f(i) + g(i)) = Σf(i) + Σg(i)Enter the constants and limits to calculate the summation:
Result: 0
What is the result of Σi=13(2i + 1)?
Calculate the summation of a function:
Result: 0
Sigma notation is a compact mathematical way to represent the sum of many terms. Instead of writing long additions, we use the Greek letter Σ.
Σi=mn f(i)
This means: start at i = m, substitute values into
f(i), and add all results until i = n.
Evaluate:
Σi=15 i
Solution:
Σi=14 i²
Σi=16 3
The number 3 appears 6 times:
Σi=14 (2i + 1)
Expand each term:
Σi=13 (5 − i)
Sum of first n natural numbers
Σi=1n i = n(n + 1) / 2
Sum of squares
Σi=1n i² = n(n + 1)(2n + 1) / 6
Sum of cubes
Σi=1n i³ = [n(n + 1)/2]²
&Sigma (a f(i) + b g(i)) = a&Sigma f(i) + b&Sigma g(i)
&Sigma k = k(n − m + 1)
&Sigma (f(i) + g(i)) = &Sigma f(i) + &Sigma g(i)
Sigma notation is essential for higher mathematics, especially calculus, sequences, series, and computer science.
Sometimes sigma notation does not start at 1. You must be careful when the lower limit changes.
Σi=04 (2i)
Solution:
⚠️ Always substitute the correct starting value of i.
Σi=15 (i + 3)
Step 1: Split the sum
Step 2: Evaluate each part
Final Answer:
Σi=04 2i
These types of sums often appear in computer science and sequences.
---ii
Evaluate:
Σi=16 (i − 1)
Evaluate:
Σi=14 (3i)
Sigma notation can represent real-world totals.
You save R10 more each week than the previous week.
This can be written as:
Σi=14 10i
Total Saved:
Mastering sigma notation makes later topics like sequences and series much easier.