BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon103 Learners

Last updated on July 15th, 2025

Math Whiteboard Illustration

Sigma Notation

Professor Greenline Explaining Math Concepts

In shorthand, a sigma notation is used to indicate ‘sum’ with the help of the Greek letter (sigma). In this article, we shall explore sigma notation, useful formulas related to summation, and solved examples.

Sigma Notation for Filipino Students
Professor Greenline from BrightChamps

What is Sigma Notation?

Sigma notation offers a concise method for representing the sum of a sequence of numbers. The uppercase Greek letter sigma acts as a shorthand for "the sum of."

The basic structure of sigma is:

i=abf(i)

This means: “Sum the values of f(i) as it ranges from a to b.”

Components of the basic structure and what they mean:

 = summation symbol
i = index of the summation, and it is usually a variable
a = lower limit, which is the start value
b = the upper limit, which is the end value
f(i) = expression or function to sum
For example: i=25i = 2 + 3 + 4 + 5 = 14
 

Professor Greenline from BrightChamps

The Properties of Sigma Notation

Sigma notation helps us work with sums easily and in a compact form. Understanding its properties helps simplify expressions and evaluate sums effectively.

 

 

1. When you have a constant multiplied by a function (or a term) within a summation, you can take that constant outside the sigma:
i=mnc. f(i) = c .i=mn f(i)
This means that when every term in the sum shares the same factor, you can factor it out and multiply it by the total sum later.

 

 

2. If you're summing a series of terms where each term is a sum (or difference) of two or more functions, you can split that into separate summations:
i=mn(f(i)g(i)) = i=mnf(i)  i=mng(i)
So, instead of adding the functions first and then summing, you can sum each function separately and then add (or subtract) the results.

 

 

3. To sum the constant: i=abc = c(b - a + 1)

 


4. The choice of the index variable is arbitrary. Whether you call the index 'i' or 'j' (or any other letter), the value of the summation won't change.
i=1nf(i) = j=1nf(j)

 

 

5. When working with sums or sequences indexed by a variable (like 'n' in your example), you can change the starting or ending point of the index by substituting a new variable. This substitution affects both the index variable within the term and the limits of the summation (if applicable).
i=0nai = k=1n+1ak-1
 

Professor Greenline from BrightChamps

The Symbol for Sigma Notation

As discussed earlier, the sigma symbol (), is a Greek alphabet. The summation notation that utilizes this symbol is commonly known as a 'series', as it represents a sum.

 

 

How to Write Sigma Notation?

 

So far, we’ve learnt about the sigma notation and what it represents. Now, let’s learn how to write the notation properly with the help of the steps given below: 

1. First, identify the pattern and the general term. If the sequence is arithmetic or geometric, use its general term formula. Otherwise, we have to find the general formula through observation.

2. Choose a lowercase letter for the index, like 'i' or 'k', common for summation.

3. Examine the sequence to determine the first and last values of the index

4. Then, finally, express the sequence using sigma notation.

For example: Write the sigma notation for 3, 6, 9, 12, …, 21
Solution: The given sequence is an arithmetic sequence
First term, a = 3
The common difference, d = 3
Then, 
         an = a + (n - 1)d
         an = 3 + (n - 1)3 = 3n
         n = 21 - 33 + 1 = 7
Finally, i = 173i = 3(1) + 3(2) + 3(3) + 3(4) + 3(5) + 3(6) + 3(7) = 3 + 6 + 9 + 12 + 15 + 18 + 21 = 84
 

Professor Greenline from BrightChamps

How to Expand Summation Notation?

Expanding summation notation helps us see the summation of each individual term and better understand the structure. Let’s now see how to expand summation notation by following these steps:
Replace the index in the general term with each value from first to last, incrementing by 1. Begin by determining the index variable and the range it covers. After knowing its range, substitute each of these values in the equation, one at a time. 
Then place a plus symbol between the resulting terms.
For example: Expand i=36i3
Solution: Given, 
                    i = 3, 4, 5, 6 and in the general term i3
We get, 
          i=36i3 = 33  + 43  + 53  + 63  = 27 + 64 + 125 + 216 = 432
  

 

 

What are the Formulas for Sigma Notation?

 

Not all summations can be simplified using formulas, certain formulas have been derived to simplify specific summation notations. These are useful for finding the sum of natural numbers, squares of natural numbers, cubes of natural numbers, even numbers, odd numbers, and more.

Professor Greenline from BrightChamps

Real-Life Applications of Sigma Notation

Sigma notation has numerous practical applications in real-world scenarios that involve repeated addition or accumulation. Let’s take a look at some of those applications.

 

 

1. In finance and economics, investment returns over time are often modeled using summations. For example, budgeting requires the calculation of total expenses.

 

 

2. In engineering, signal processing involves summing signal values over time, while stress and load calculations require summing distributed loads or forces.

 

 

3. When analyzing demographics and population, census data is aggregated by summing up the number of people in each region to calculate the total population.

 

 

4. In environmental science, to find the air quality or rainfall data over time.

 

 

5. In architecture & construction, summation is used to calculate material costing and structural analysis. 
 

Max Pointing Out Common Math Mistakes

Common Mistakes in Sigma Notation and Ways to Avoid Them

Students often make mistakes while dealing with problems involving the sigma notation. Here are 5 common mistakes and ways to avoid them, intended to help us avoid such mistakes.
 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Misunderstanding index limits
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students might sometimes get confused with the initial and final values or forget one of them. For example, i=24i = 3+4 is incorrect
i=24i = 2+3+4 = 9 is correct. 
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Disregarding the Index in the expression 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

 Treating the expression as a constant or failing to substitute the index correctly is a very common mistake. Look at the example below to get a better idea. 
For example, i=24 (3+i) = 3+3+3+3 is incorrect and i=24 (3+i) = (3+2) + (3+3) + (3+4) = 18 is correct.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Applying the incorrect formulas
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students might use incorrect summation formulas out of confusion. For example, they might write i instead of i2which will lead to inaccuracies. Memorizing the formulas properly and writing them down multiple times over a period of time will build confidence to use the formulas correctly.
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misreading sigma as multiplication
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

We might get confused with the sigma symbol () and misread it as multiplication. This could make students multiply instead of summing. This is an obvious mistake that could be easily avoided.
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Failing to evaluate each term separately
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Not calculating the full expansion or skipping a few terms will result in mistakes. Be careful while handling large numbers and double-check each step to ensure the entire expression is taken into account.
For example: i=14 (3+i) = (3+1) = 4 is incorrect and i=14 (3+i) = (3+1) + (3+2) + (3+3) + (3+4) = 22 is correct.
 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples for Sigma Notation

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Solve i=14i

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

10
 

Explanation

Look at the sigma notation. Since it has i ranging from 1 to 4, we should add all integers from 1 to 4. 
i=14i = 1 + 2 + 3 + 4 = 10
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

Solve n=043n

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

121
 

Explanation

Here, we need to sum the powers of 3 from n = 0 to 4
n=043n = 30 + 31+ 32 + 33+ 34= 1 + 3 + 9 + 27 + 81 = 121
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

Solve i=1ni = n(n+1)2, for n = 5

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

15
 

Explanation

The formula to find the sum of the first n positive integers is:

               5(5+1)2 = 5  62 = 5  3 = 15
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Solve i=14i (5i + 1)

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 54
 

Explanation

Substituting i = 1 through 4 in the expression 5i + 1,
          (51 + 1) + (52 + 1) + (53 + 1) + (54 + 1)  = 6 + 11 + 16 + 21 = 54
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Solve k=13(-1)k. k

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

-2 
 

Explanation

Here, we should evaluate each term by substituting values of k from 1 to 3.
              (-1)1. 1 + (-1)2. 2 + (-1)3. 3 = -1 +2-3 = -2 
 

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Sigma Notation

1.What is sigma notation?

Math FAQ Answers Dropdown Arrow

2.What is the meaning of the symbol?

Math FAQ Answers Dropdown Arrow

3.What are the components of sigma notation?

Math FAQ Answers Dropdown Arrow

4.Is it possible to change the index variable, for example, from i to k?

Math FAQ Answers Dropdown Arrow

5.How to evaluate the sigma notation?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Philippines make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Philippines support learning Algebra topics such as Sigma Notation?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Philippines support learning Algebra and Sigma Notation?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Philippines?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom