Lesson Explainer: Sigma Notation | Nagwa Lesson Explainer: Sigma Notation | Nagwa

Lesson Explainer: Sigma Notation Mathematics

In this explainer, we will learn how to express a series in sigma notation and how to expand and evaluate series represented in sigma notation.

In mathematics, a sequence can be loosely thought of as an ordered list of numbers. Given this very open-ended and vague description, it should be easy to believe that there are infinitely many sequences. Often sequences of interest will relate to basic concepts within mathematics that can be described using this idea. For example, a common sequence of numbers would be the square numbers, whereby every positive integer is squared and presented in order, giving 1, 4, 9, 16, 25, etc. Given that there are infinitely many square numbers, the sequence of these is infinite. However, we could choose a finite subset of these numbers such as 16, 25, 36, 49, and this would still constitute a sequence based on the square numbers, albeit a finite sequence.

Once a sequence has been well defined, it can be used to create a “series”, which essentially consists of adding together the elements of a sequence in the original order. For example, if we were given the sequence above as 16, 25, 36, 49, then the series corresponding to this sequence would be 16+25+36+49, and, in this case, the series can be evaluated to give a total of 126. Evaluating a series can prove challenging and it may be impossible to do this using a closed-form expression, depending largely on the form of the sequence that the series is based on.

Sigma notation is a convenient way of representing series where each term of the summation can be defined by a sequence or function. There are many important types of series that appear across mathematics, with some of the most common being arithmetic series and geometric series, both of which can be represented succinctly using sigma notation. Sigma notation can be used to encode any map or function where the output is derived from adding together the terms of a given sequence and is rich with algebraic properties that can be used to simplify calculations through this highly condensed notation.

Definition: Sigma Notation

Consider a function or sequence that is denoted 𝑓(𝑟), where 𝑟. Then, for two integers 𝑎 and 𝑏, where 𝑎𝑏, we can sum over this function using the sigma notation 𝑓(𝑟).

This expression dictates that we evaluate 𝑓(𝑟) for 𝑟=𝑎,𝑎+1,𝑎+2,,𝑏 and then add together these values in order. Assuming that 𝑎 and 𝑏 are finite, the expanded form of this expression can be written as 𝑓(𝑟)=𝑓(𝑎)+𝑓(𝑎+1)+𝑓(𝑎+2)++𝑓(𝑏).

Often 𝑎 and 𝑏 are respectively referred to as the “lower limit” and the “upper limit” of the series. It does not have to be the case that 𝑎 and 𝑏 are finite, although normally at least one of these expressions will be. However, if at least one of these two limits is infinite then we will be adding together an infinite numbers of terms and, understandably, this situation can be a lot more challenging than when there are only a finite number of terms to evaluate. Most typically, series using sigma notation will involve 𝑎 being equal to 1. However, it is entirely possible that the lower limit 𝑎 is not equal to 1, and there are situations where it becomes convenient to alter the lower and upper limits to improve the brevity and neatness of subsequent calculations.

We will illustrate this concept with a simple example. Suppose that we undertook to evaluate the following expression written in sigma notation: 2𝑟.

First, we should note that the lower limit is 1 and the upper limit is 5. The sequence that is used to generate this series can be written as 𝑓(𝑟)=2𝑟. By now evaluating this function for every integer value between (and strictly including) the two limits, we would obtain the following: 𝑓(1)=2×1,𝑓(2)=2×2,𝑓(3)=2×3,𝑓(4)=2×4,𝑓(5)=2×5.

The complete series can hence be expressed by adding together all of these terms in order, thus giving 2𝑟=𝑓(1)+𝑓(2)+𝑓(3)+𝑓(4)+𝑓(5)=(2×1)+(2×2)+(2×3)+(2×4)+(2×5)=30.

In reality, there is seldom a need to write out the series in terms of the function 𝑓(𝑟)=2𝑟, and usually we would choose to omit the first line of working in the equations immediately above. However, this definition is useful when looking to complete the process in reverse, that is, by inspecting a series written out in long form and attempting to write this in concise sigma notation. We will see several examples of this later in the explainer, after practicing a few instances of the above technique.

Example 1: Evaluating the Sum of a Finite Series after Expanding It

Expand and then evaluate 19𝑟.

Answer

First, we choose to express the sequence as 𝑓(𝑟)=19𝑟, noting that the lower limit is 1 and the upper limit is 4. It will benefit us to write out the value of this sequence for all integer inputs between (and including) the lower limit and the upper limit. Doing this gives 𝑓(1)=19×1=19,𝑓(2)=19×2=76,𝑓(3)=19×3=171,𝑓(4)=19×4=304.

With these terms written down, it is now a simple matter to express the full series as 19𝑟=𝑓(1)+𝑓(2)+𝑓(3)+𝑓(4)=19×1+19×2+19×3+19×4=19+76+171+304=570.

The above example is a fairly simplistic extension of the very first example that we gave in this explainer, whereby the generating sequence contained only one term. This example was deliberately chosen so as to demonstrate the concept involved, rather than require much in the way of lengthy or tedious calculations. It is possible, of course, to use much more elaborate sequences to generate the series using sigma notation. Providing that the same method is applied, there is little reason as to why this should be conceptually more difficult, although of course the calculations involved are likely to take longer and be harder to complete accurately. In the following question we will give a slightly more complicated example, where the sequence used has two terms.

Example 2: Evaluating the Sum of a Finite Series after Expanding It

Expand and then evaluate (252).

Answer

We begin by classifying the expression above in terms of the sequence 𝑓(𝑟)=252. The lower limit of the variable is 1 and the upper limit is 4. This means that we should write out the full expressions 𝑓(1)=252=50,𝑓(2)=252=48,𝑓(3)=252=44,𝑓(4)=252=36.

The full series can then be written as (252)=𝑓(1)+𝑓(2)+𝑓(3)+𝑓(4)=252+252+252+252=50484436=178.

In the previous two examples, we have had a lower limit of 1. Although a lower limit of either 0 or 1 is the most common, both this limit and the upper limit may take any integer value (providing that the lower limit is less than or equal to the upper limit). Our third example is similar to the two examples above in that the series is fairly simple, although the lower limit is not equal to 1. As we will see, if we apply the same method as in the previous examples, then this type of question is no longer difficult to answer.

Example 3: Evaluating the Sum of a Finite Series

Evaluate 8𝑟.

Answer

To assist with evaluating the above series, we define the sequence 𝑓(𝑟)=8𝑟 and observe that the lowest limit of the variable is 3 and the upper limit is 5. We then compute the following: 𝑓(3)=83,𝑓(4)=84=2,𝑓(5)=85.

With these individual terms now calculated, we can evaluate the summation as follows: 8𝑟=𝑓(3)+𝑓(4)+𝑓(5)=83285=9415.

So far in this explainer, we have dealt with several examples where we are given an expression in sigma notation and have been asked to evaluate it. We achieved this by writing out each term of the series and adding them together in order. Assuming that we are proficient with sigma notation, functional representation, the ancient skill of addition, and so on, this task is usually of limited difficulty. In reality, we would often choose to evaluate these expressions using computers or other specific calculators, especially if the series contains many terms or is particularly complicated.

The reverse process is when we are presented with the summation written out in full and asked to represent this using concise sigma notation. Generally speaking, this task is more difficult to complete and is more prone to errors being made. That being said, there are several rules of thumb that can be applied to ensure that this task is as painless as possible. Generally speaking, we will always aim to write a series in sigma notation after having first factored the expression as much as possible, thereby reducing the complexity involved. If this process is completed thoroughly, then the expression in terms of sigma notation is normally fairly quick to find. We will begin with a very simple example where no factoring is needed.

Example 4: Expressing a Given Series in Sigma Notation

Express the series 26+27+28+29+30++84 in sigma notation, .

Answer

It is likely that we are interested in the sequence 𝑓(𝑟)=𝑟, where the lower limit is 26. This would suggest that the series should be written in sigma notation as 𝑟.

We might see immediately that this is the correct expression. However, to fully demonstrate that this is correct, we define the function 𝑓(𝑟)=𝑟 and then complete the following working: 𝑓(𝑟)=𝑓(26)+𝑓(27)+𝑓(28)+𝑓(29)+𝑓(30)++𝑓(84)=26+27+28+29+30++84, which is indeed the original series.

Example 5: Expressing a Given Series in Sigma Notation

Express the series 54×12+54×24+54×36++54×240 in sigma notation.

Answer

In the series above we note immediately that each terms contains a factor of 54, allowing us to instead write 54×12+54×24+54×36++54×240=54×(12+24+36++240).

In this new form, we can see that we can actually simplify the right-hand side even further by removing the factor of 12 that appears in every term, thus giving 54×12+54×24+54×36++54×240=54×12×(1+2+3++20)=648×(1+2+3++20)=648×1+648×2+648×3++648×20.

This shows that the series can be written in terms of the sequence 𝑓(𝑟)=648×𝑟 with a lower limit of 1 and an upper limit of 20. Therefore, 54×12+54×24+54×36++54×240=648𝑟.

In the previous example, we saw how an apparently complicated series can be reduced to a simple expression involving the sequence 𝑓(𝑟)=𝑟, much like the example that preceded this. It is often the case that series will involve common sequences such as 𝑓(𝑟)=𝑟, or others such as 𝑓(𝑟)=𝑟, where 𝑘 is an integer. Even when this is the case, there is still generally a benefit of attempting to deduce any factors that are common to every term of a series, which will show whether a simpler form will be admitted. We give an example of this in the following question.

Example 6: Expressing a Given Series in Sigma Notation

Express the series 8+32+72+128++512 in sigma notation.

Answer

Upon first inspection, we can see that every term of the sequence appears to involve a factor of 8. We assume that this is the case and complete the factorization as follows: 8+32+72+128++512=8×(1+4+9+16++64).

The series within the brackets is now very familiar, since these numbers are the square numbers with a lower limit of 1 and an upper limit of 8. This observation gives 8+32+72+128++512=8×(1+4+9+16++64)=8×1+2+3+4++8=8×1+8×2+8×3+8×4+8×8.

Thus the series is generated by the sequence 𝑓(𝑟)=8𝑟 with a lower limit of 1 and an upper limit of 8, meaning that the full expression in terms of sigma notation is 8+32+72+128++512=8𝑟.

Occasionally, when working with finite series, there will be multiple ways of representing them using sigma notation. Often, these ways involve making some alterations to the lower and upper limits or factoring in creative ways. This process is aided if we are given the 𝑛th term of the series in algebraic form. As we will see in the following example, there can be multiple ways to express a given summation, depending on our preference.

Example 7: Expressing a Given Series in Sigma Notation

Express the series 26+39+52++(13𝑛+13) in sigma notation.

Answer

The term (13𝑛+13) suggests that we might be seeking a sequence of the form 𝑓(𝑟)=13𝑟+13. We can immediately see that this was a very good guess, and by evaluating this sequence for the first few positive integers, we find 𝑓(1)=13×1+13=26,𝑓(2)=13×2+13=39,𝑓(3)=13×3+13=52.

These give exactly the first three terms in the original series, meaning that we can write this in terms of sigma notation as 26+39+52++(13𝑛+13)=(13×1+13)+(13×2+13)+(13×3+13)++(13×𝑛+13)=𝑓(1)+𝑓(2)+𝑓(3)++𝑓(𝑛)=𝑓(𝑟).

Given that we defined 𝑓(𝑟)=13𝑟+13, the series can be written in sigma notation as (13𝑟+13).

In the previous question we easily could have chosen to express the series in a slightly different format. For example, we could choose to express the function 𝑓(𝑟)=13𝑟+13 in the simplified format 𝑓(𝑟)=13(𝑟+1), which would have given the expression 13(𝑟+1).

As an exercise for the reader, we could also modify the lower and upper limits of the summation to give the equivalent expression 13𝑟.

We will not demonstrate how exactly we achieved this expression, but the equivalence with the original series can be checked by expanding out the summation on a term-by-term basis.

So far in this explainer, we have only worked with series that contain a finite number of terms. In the following example, we will work with an upper limit that is nonfinite. In this explainer, we are not concerned with evaluating such series (In this case, there is no possible evaluation, as the series diverges), but instead we will only be focusing on writing the series in sigma notation. We will need to borrow inspiration from the previous examples and, as we will see, there are at least two ways in which we might choose to express the series in terms of sigma notation.

Example 8: Expressing a Given Series in Sigma Notation

Express the series (32×33)+(33×34)+(34×35)+ in sigma notation.

Answer

For the sake of argument, we will go through this example with the aim of writing this series in sigma notation, where the lower limit is equal to 1. This is ultimately an arbitrary choice, but it is the most conventional value to pick in the absence of other information. We are therefore looking to create a sequence that generates each term of the series if the lower limit is 1. In other words, we will try to find 𝑓(𝑟) such that 𝑓(1)=32×33,𝑓(2)=33×34,𝑓(3)=34×35.

Writing out each term in the series in this way, it becomes, by observation, clear that the sequence should be of the form 𝑓(𝑟)=(𝑟+31)×(𝑟+32), and we can check this for every given sequence value. With this understood, we can then write the series as (32×33)+(33×34)+(34×35)+=𝑓(1)+𝑓(2)+𝑓(3)+=𝑓(𝑟),

where the upper limit of represents the fact that the series is not truncated after a finite number of terms. Given that we defined 𝑓(𝑟)=(𝑟+31)(𝑟+32), we then have (32×33)+(33×34)+(34×35)+=(𝑟+31)(𝑟+32).

As with the previous example, the series in the example immediately above can be represented in multiple ways. By altering the lower and upper limits of the summation, we could equally have chosen to represent this series using sigma notation as follows: (32×33)+(33×34)+(34×35)+=(𝑟+32)(𝑟+33).

Alternatively, if we were willing to be more adventurous, then we could have chosen the equivalent expression (32×33)+(33×34)+(34×35)+=𝑟(𝑟+1).

The particular choice of expression depends very much on individual preference, with some people preferring to have a neater sequence by being willing to alter the lower or upper limits away from the conventional choices. When choosing an alternative expression where the limits are manipulated, then it is always sensible to expand the series to ensure that this matches term-for-term with any equivalent expression.

When writing a series in sigma notation, it can be helpful to see how each term can be related to common sequences such as power series, exponential series, and so on. For questions that appear in examinations and textbooks, a sequence can look complicated and messy while actually being fairly simplistic when considered in relation to simpler, known sequences. The following example will demonstrate this concept and how a little flexibility can help to understand sequences that otherwise appear to be complicated or intractable.

Example 9: Expressing a Given Series in Sigma Notation

Express the series 8+98+998+9998+ in sigma notation to 𝑛 terms.

Answer

We begin by assuming that there is a sequence that generates the above series, which we will define as 𝑓(𝑟). Furthermore, in the absence of other information, we will assume that the lower limit of the summation is 1 and that the upper limit is 𝑛. Although we do not yet have a way of writing 𝑓(𝑟), we can see by examining each term that it is related to the powers of 10 as follows: 𝑓(1)+2=8+2=10,𝑓(2)+2=98+2=100,𝑓(3)+2=998+2=1000,𝑓(4)+2=9998+2=10000.

Written out in this way, it is clear that 𝑓(𝑟)+2=10 and hence 𝑓(𝑟)=102. We can evaluate 𝑓(1),𝑓(2),𝑓(3), and 𝑓(4) to check that this does indeed reproduce the first four terms of the series. This allows us to see that evaluating the original series to 𝑛 terms gives 8+98+998+9998++102=𝑓(1)+𝑓(2)+𝑓(3)+𝑓(4)++𝑓(𝑛)=𝑓(𝑟)=(102).

We have now covered a range of examples in this explainer that should provide an initial grounding in sigma notation. However, we have largely neglected to discuss the algebraic rules governing sigma notation, many of which would have allowed the examples above to be completed with greater speed and accuracy. Learning to efficiently manipulate expressions in sigma notation is a critical part of understanding mathematics at a higher level, and a fluency with this topic will reap rewards in other areas such as calculus and linear algebra. This being the case, it is still possible to move in and out of sigma notation without understanding these higher-level techniques, providing that this is done methodically and that every term of the sequence is checked for accuracy. As shown in several of the above examples, there are usually multiple ways of expressing a summation in sigma notation by altering the limits or the algebraic form of the generating sequence.

Key Points

  • Sigma notation encodes the following series: 𝑓(𝑟)=𝑓(𝑎)+𝑓(𝑎+1)+𝑓(𝑎+2)++𝑓(𝑏), where 𝑎 is the lower limit and 𝑏 is the upper limit.
  • It must be the case that 𝑎𝑏, although there is no requirement that 𝑎 or 𝑏 is finite.
  • In the absence of other information, we would normally assume that the lower limit is 1.
  • Although it is not necessary, it is often helpful to calculate the values of 𝑓(𝑎),𝑓(𝑎+1),𝑓(𝑎+2),,𝑓(𝑏) before beginning to evaluate a series written in sigma notation.
  • When adding together the separate terms of a series, this must be completed in order. Strictly speaking, this is not necessary when 𝑎 and 𝑏 are both finite, but it is a matter of good practice.
  • Trying to write a full series in sigma notation can be difficult, but it is greatly aided by factoring the full summation as much as possible.
  • There are usually multiple sensible ways of expressing a summation in sigma notation.

Join Nagwa Classes

Attend live sessions on Nagwa Classes to boost your learning with guidance and advice from an expert teacher!

  • Interactive Sessions
  • Chat & Messaging
  • Realistic Exam Questions

Nagwa uses cookies to ensure you get the best experience on our website. Learn more about our Privacy Policy