Math AAHL
Math AASL
Terms of Service
Login
Sign Up
erplex
LoginJoin
IB Math AASL
/
1: Algebra
/
Sequences & Series

Sequences & Series

erplex

© 2025 Perplex Learning Incorporated. All rights reserved.

All content on this website has been developed independently from and is not endorsed by the International Baccalaureate Organization. International Baccalaureate and IB are registered trademarks owned by the International Baccalaureate Organization.

TeamContactTerms of ServicePrivacy Policy

Σ summation notation

In the section on arithmetic series, we talked about how to find the sum of a specified number of terms in an arithmetic sequence. Essentially, we learned how to go quickly from a list of numbers to an overall sum:

(⟹)
u1​+u2​+u3​+u4​+u5​+u6​+u7​+u8​+u9​+u9​+u10​=S10​

But writing out n terms can get messy. Further, if we have limited information on the sequence itself or the number of terms, it can be tedious or tricky to use algebra on the formula for Sn​ in order to discover these things and, if we want to alter the sequence slightly, annoying to go through the whole process over again.


Let's work through an example to see what I mean. Consider the series:

−2+1+3+⋯+un​=245

The terms form an arithmetic sequence with first term u1​=−2 and common difference d=3. We can find the number of terms by solving Sn​=245:

245=245=245=0=0=​2n​(2(−2)+(n−1)3)2n​(−4+3n−3)2n​(−7+3n)3n2−7n−4903(n−14)(n+335​)​

Since n>0 in the context of this problem,

n=14
u14​=37

Already, that was a lot of work for a question that seemed relatively simple. Now what if I change the sequence somehow, multiplying each term by a factor of x and adding y, and I give you the sums of some number of terms but I don't tell you what x and y are?

xun​+y=x(3n−5)+y
S14​=xu1​+y+xu2​+y+⋯+xu15​+y=77
S14​−S9​=41

How do we even begin to answer this? It seems like a very complicated question when we ask it like this. But if we use "summation notation," we can both ask and answer it in a more straightforward manner.

Let's start with our original series and sum, S14​=−2+1+⋯+37. We can condense this sum and write it algebraically using the so-called ∑ ("sigma") notation:

S14​=n=1∑14​(3n−5)

Discussion

Explain the different pieces in the expression n=1∑14​(3n−5).

  • What does the "n=1" do?

  • How about the "14"?

  • What about the 3n−5?

The notation

n=1∑14​(3n−5)

is read “the sum, as n runs from 1 to 15, of the terms 3n−5.” In detail:

  1. The symbol ∑ means “add up all the following terms.”

  2. The subscript n=1 tells us to start with n=1. In other words, the first term is

    3(1)−5=−2
  3. The superscript 14 tells us to stop at n=14. The last term is

    3(14)−5=42−5=37
  4. The expression 3n−5 is the general term: for each integer n between 1 and 14, we compute 3n−5 and then add all those values together.

So we form the sequence of 14 terms

−2,(3⋅2−5)=1,(3⋅3−5)=4,⋯,(3⋅14−5)=37

and sum them.

Understanding summation notation

As a shortcut for writing out long sums, we can use the symbol  ∑ ​ with the following "settings":

n=(start value)∑end value of n​(term depending on n)

Here n is called the index, but other letters can also be used in place of n.

Checkpoint

Write out n=1∑6​(3+2n) explicitly as a sum of terms.

Select the correct option

Exercise

Given that n=1∑15​(5+kn)=−105, find the value of k.

Select the correct option

Discussion

What would be the value of n=1∑22​3, and why?

To compute

n=1∑22​3

note that this is just adding 3 to itself 22 times:

3+3+⋯+3(22 terms)

Hence

n=1∑22​3=22×3=66


Equivalently, viewing it as an arithmetic series with first and last term both 3 and 22 terms,

n=1∑22​3=222​(3+3)=11×6=66

so the value of the sum is 66.

This property can be generalized to the sum of any constant:

Sum of a constant

k=1∑n​c=c+c+⋯+c=n⋅c🚫

All this is saying is that if I add up the same number, c, n times, I just get n times c -- which is basically just restating the definition of multiplication.

Checkpoint

Given that n=1∑k​5=105, find k.

Select the correct option

Discussion

It is given that n=1∑8​n2=204.

  • What is n=1∑8​2n2?

  • How about n=1∑8​3n2?

Can you explain why?

Write out the first few terms of n=1∑8​2n2:

2⋅12+2⋅22+2⋅32+⋯+2⋅82

Each term has a factor 2, so we can “pull” it in front of the parentheses:

2(12+22+32+⋯+82)=2×204=408


Similarly,

n=1∑8​3n2=3⋅12+3⋅22+⋯+3⋅82=3(12+22+⋯+82)=3×204=612


Basically, if you have a sum where each term is scaled by some number c, instead of multiplying each term by c and then adding them all together, you can add together the unscaled terms and then multiply that sum by c, i.e.,

n=1∑k​can​=ca1​+ca2​+⋯+cak​=c(a1​+a2​+⋯+ak​)=cn=1∑k​an​

Sums with scalar multiples

k=1∑n​cak​=ck=1∑n​ak​🚫

Checkpoint

Given that n=1∑k​an​=24 and n=1∑k​can​=168, what is the value of c?

Select the correct option

Discussion

It is given that n=1∑4​an​=44 and n=1∑4​bn​=23. Evaluate the sum n=1∑4​(an​+bn​).

First, write out every term:

n=1∑4​(an​+bn​)=(a1​+b1​)+(a2​+b2​)+(a3​+b3​)+(a4​+b4​)


Next, notice we can collect all the a–terms together and all the b–terms together:

(a1​+b1​)+(a2​+b2​)+(a3​+b3​)+(a4​+b4​)=(a1​+a2​+a3​+a4​)+(b1​+b2​+b3​+b4​)


Rewriting each parenthesis in sigma notation gives

n=1∑4​an​+n=1∑4​bn​


Finally substitute the given values:

=44+23=67


Sum of a sum

Essentially, any  ∑ ​ of a sum can be broken into two  ∑ ​'s.

k=1∑n​(ak​+bk​)  ​=(a1​+b1​)+(a2​+b2​)+⋯+(an​+bn​)=a1​+a2​+⋯an​+b1​+b2​+bn​=k=1∑n​ak​+k=1∑n​bk​​


Or vice versa! If two sums have the same start and stop index (eg k=1 up to n), they can be merged.

Checkpoint

It is given that n=1∑15​an​=130, a1​ = 7 and a15​ = 13.

Determine the value of n=2∑14​an​.

Select the correct option

How would you go about figuring out how many red dots there are on the diagram to the right?


First, notice the "obvious" fact that the total number of dots is the number of blue dots plus the number of red dots.


#dots=#red+#blue


That means the number of red dots is the difference between the total dots and the number of blue dots.


#red=#dots−#blue

Powered by Desmos


Now, notice that the rows of the triangle form an arithmetic sequence with a1​=1 and a common difference of 2.


Then, the number of blue dots may be represented as n=1∑4​(−1+2n), which is equal to 16, and the number of total dots may be represented as n=1∑8​(−1+2n), which is equal to 64.


Finally, by subtracting the blue dots from the total dots, we see that there are 48 red dots.


The key intuition we used to figure out this is answer can be expressed algebraically as

n=1∑4​(−1+2n)+n=5∑8​(−1+2n)=n=1∑8​(−1+2n).


All this is really saying is that we can split a  ∑ ​ anywhere in the middle.

Splitting a sum in Σ form

For any series of the form k=1∑n​ak​ and any integer m between 1 and n, we can split the series at the index m:

k=1∑n​ak​=k=1∑m​ak​+k=m+1∑n​ak​

Discussion

Remember from earlier that n=1∑k​n2=6k(k+1)(k+2)​.

What is the value of n=1∑10​n2?


Can you use that answer, together with the general formula for n=1∑k​n2, to find n=5∑10​n2?

First, recall the formula for the sum of squares:

n=1∑k​n2=6k(k+1)(2k+1)​


  1. Compute the sum of the first ten squares:

    n=1∑10​n2=610⋅11⋅21​=385


  2. Notice that writing out all ten terms gives

    n=1∑10​n2=12+22+32+42+52+62+72+82+92+102

    Here the first four squares 12,⋯,42 and the last six squares 52,⋯,102 together make up the full list of ten. Thus

    n=1∑10​n2=(12+22+32+42)+(52+62+72+82+92+102).
    Re-ordering or regrouping terms does not change the total, so if we call the second group n=5∑10​n2, then
    n=5∑10​n2=n=1∑10​n2−(12+22+32+42).


  3. Compute the sum of the first four squares:

    12+22+32+42=n=1∑4​n2=64⋅5⋅9​=30


  4. Finally, subtract:

    n=5∑10​n2=385−30=355


Exercise

It is given that k=1∑8​ak​=30, k=1∑4​ak​=12, and k=5∑8​bk​=5.

Find k=5∑8​(2ak​−bk​)

Select the correct option

Chat

Ask questions about the content or request clarifications