Radford Mathematics IB Mathematics resources • AA SL/HL

IB Mathematics: Analysis and Approaches SL/HL — Topic 1 Number and algebra

Reading and Writing Sigma Notation

A concise reference for unpacking summation notation, expanding finite sums and writing a pattern compactly using the sigma symbol.

AA SL/HL · Sigma notation

Learning goal

Read the parts of a sigma expression, expand it term by term and write a finite pattern in compact sigma notation.

Syllabus link

Sigma notation is used in SL 1.3 when writing finite geometric sums.

Big idea

Sigma notation is simply a compact instruction for generating terms and adding them.

Number of terms

From index value \(a\) to \(b\), inclusive, there are \(b-a+1\) terms.

This page is a refresher. The geometric-sequences lesson uses sigma notation as part of finite geometric sums; use this reference whenever you need to unpack what a sigma expression means or build one from a pattern.

1

The anatomy of sigma notation

A sum written in sigma notation has the form

General sigma notation\[\boxed{\sum_{k=a}^{b}f(k)}\]

Read this as: “the sum, from \(k=a\) to \(k=b\), of \(f(k)\).”

Sigma notation diagram cropped from the finalized Radford Mathematics handout, labelling the upper limit b, lower limit and index k equals a, and general term f of k
The annotated sigma diagram is cropped directly from the finalized Radford Mathematics handout.

What each part tells you

The lower line gives the index and its first value, the value above \(\Sigma\) gives the upper limit, and the expression to the right gives the general term to evaluate and add.

2

Expanding a sigma expression

Worked example 1: expand a geometric sigma sum

Expand

\[\sum_{k=1}^{5}4(2)^{k-1}.\]
Step 1: substitute the allowed index values.

Here \(k=1,2,3,4,5\).

\[4(2)^0+4(2)^1+4(2)^2+4(2)^3+4(2)^4\]\[=4+8+16+32+64.\]

So the expression represents the first five terms of a geometric series with \(u_1=4\) and \(r=2\).

3

Writing a geometric series in sigma notation

Worked example 2: write the first \(n\) terms compactly

Write

\[6+18+54+\cdots+6(3)^{n-1}\]

in sigma notation.

Step 1: identify the kth term.

The kth term is \(6(3)^{k-1}\).

Step 2: set the limits.

The first term corresponds to \(k=1\), and the nth term corresponds to \(k=n\).

\[\boxed{\sum_{k=1}^{n}6(3)^{k-1}}.\]
4

Starting the index somewhere other than 1

Worked example 3: identify the first term and the number of terms

Consider

\[\sum_{k=3}^{8}5(1.2)^k.\]

The first term occurs when \(k=3\):

\[u_1^{(\mathrm{sum})}=5(1.2)^3.\]

The last term occurs when \(k=8\), and the number of terms is

\[\boxed{8-3+1=6}.\]

Each increase of \(k\) multiplies the term by 1.2, so the common ratio is \(\boxed{1.2}\).

Number of terms

\[\boxed{\text{number of terms}=b-a+1}\]

for a sum running from \(k=a\) to \(k=b\), inclusive.

5

The index letter is a dummy variable

The letter itself does not matter

The letters \(k\), \(r\), \(j\) or \(i\) can all be used as the summation index. Renaming the index does not change the value of the sum, provided the limits and general term are changed consistently.

For example,

\[\sum_{k=1}^{5}4(2)^{k-1}=\sum_{j=1}^{5}4(2)^{j-1}.\]

The pattern and the limits are unchanged; only the name of the index has changed.

6

Using sigma notation with geometric sums

For a geometric sequence with first term \(u_1\) and common ratio \(r\), the sum of the first \(n\) terms can be written

Standard geometric sigma form\[\boxed{S_n=\sum_{k=1}^{n}u_1r^{k-1}}\]

This is the notation used in the geometric sequences and series lesson. The sigma expression generates the same terms as

\[u_1+u_1r+u_1r^2+\cdots+u_1r^{n-1}.\]

Return to geometric sequences and series

Use this notation in context on the full SL 1.3 lesson, including finite sums, block sums and cumulative thresholds.

Back to Geometric Sequences and Series →

This reference page is separated from Appendix A of the finalized Radford Mathematics “SL 1.3 – Geometric Sequences and Series – AA SL-HL” handout. The annotated sigma diagram is a clean crop from the finalized PDF; ordinary mathematics and worked examples are recreated as accessible HTML + MathJax.