Study Guide

Arithmetic and geometric sequences and series

IB Mathematics AI HLΒ· 5 min read

1. Arithmetic Sequencesβ˜…β˜…β˜†β˜†β˜†β± 15 min

βœ“ Calculator OK

πŸ“˜ Definition

Arithmetic Sequence

= nth term, = common difference

A sequence where consecutive terms differ by a constant value called the common difference.

Example:

3, 7, 11, 15, ... has

The general formula for the nth term of an arithmetic sequence is derived from the linear pattern of increasing or decreasing terms:

un=u1+(nβˆ’1)du_n = u_1 + (n-1)d
πŸ“ Worked Example

The 5th term of an arithmetic sequence is 22, and the 10th term is 47. Find the 15th term.

  1. 1

    Set up simultaneous equations using the nth term formula:

  2. 2
    u1+4d=22u1+9d=47\begin{align*} u_1 + 4d &= 22 \\ u_1 + 9d &= 47 \end{align*}
  3. 3

    Subtract the first equation from the second to eliminate :

  4. 4
    5d=25β€…β€ŠβŸΉβ€…β€Šd=55d = 25 \implies d = 5
  5. 5

    Substitute back to find the first term:

  6. 6
    u1+4(5)=22β€…β€ŠβŸΉβ€…β€Šu1=2u_1 + 4(5) = 22 \implies u_1 = 2
  7. 7

    Calculate the 15th term:

  8. 8
    u15=2+(15βˆ’1)(5)=72u_{15} = 2 + (15-1)(5) = 72

Exam tip:

Always remember the number of differences between term 1 and term n is , not .

2. Arithmetic Seriesβ˜…β˜…β˜†β˜†β˜†β± 15 min

βœ“ Calculator OK

πŸ“˜ Definition

Arithmetic Series

= sum of first n terms

The sum of the first n terms of an arithmetic sequence.

Example:

Sum of first 4 terms of 3, 7, 11, 15 is

The sum formula is derived by pairing the first and last term, which always add to the same constant value. There are two equivalent forms:

Sn=n2(u1+un)=n2(2u1+(nβˆ’1)d)S_n = \frac{n}{2}\left(u_1 + u_n\right) = \frac{n}{2}\left(2u_1 + (n-1)d\right)
πŸ“ Worked Example

Find the sum of the first 30 terms of the sequence

  1. 1

    Identify values: , ,

  2. 2

    Substitute into the sum formula:

  3. 3
    S30=302(2(7)+(30βˆ’1)(βˆ’3))S_{30} = \frac{30}{2}\left(2(7) + (30-1)(-3)\right)
  4. 4

    Simplify to get the final result:

  5. 5
    15(14βˆ’87)=15(βˆ’73)=βˆ’109515\left(14 - 87\right) = 15(-73) = -1095

3. Geometric Sequencesβ˜…β˜…β˜…β˜†β˜†β± 20 min

βœ“ Calculator OK

πŸ“˜ Definition

Geometric Sequence

= nth term, = common ratio

A sequence where each consecutive term is multiplied by a constant common ratio .

Example:

2, 6, 18, 54, ... has

Repeated multiplication by the common ratio gives the exponential nth term formula for geometric sequences:

un=u1rnβˆ’1u_n = u_1 r^{n-1}
πŸ“ Worked Example

A geometric sequence has a third term of 12 and a sixth term of 96. Find the first term.

  1. 1

    Write equations for both given terms:

  2. 2
    u1r2=12u1r5=96\begin{align*} u_1 r^2 &= 12 \\ u_1 r^5 &= 96 \end{align*}
  3. 3

    Divide the second equation by the first to eliminate :

  4. 4
    r3=9612=8β€…β€ŠβŸΉβ€…β€Šr=2r^3 = \frac{96}{12} = 8 \implies r = 2
  5. 5

    Substitute back to solve for :

  6. 6
    u1(2)2=12β€…β€ŠβŸΉβ€…β€Š4u1=12β€…β€ŠβŸΉβ€…β€Šu1=3u_1 (2)^2 = 12 \implies 4u_1 = 12 \implies u_1 = 3

Exam tip:

Common ratio can be negative, leading to alternating positive and negative terms.

4. Geometric Series (Finite and Infinite)β˜…β˜…β˜…β˜†β˜†β± 20 min

βœ“ Calculator OK

πŸ“˜ Definition

Geometric Series

= sum of first n terms, = infinite sum

The sum of the first n terms of a geometric sequence. An infinite sum exists only for convergent series.

The sum of a finite geometric series is given by:

Sn=u1(1βˆ’rn)1βˆ’r,rβ‰ 1S_n = \frac{u_1(1 - r^n)}{1 - r}, \quad r \neq 1

An infinite geometric series converges to a finite sum only if the absolute value of the common ratio is less than 1. When this condition is met, the infinite sum is:

S∞=u11βˆ’r,∣r∣<1S_\infty = \frac{u_1}{1 - r}, \quad |r| < 1
πŸ“ Worked Example

Find the sum to infinity of the series

  1. 1

    Identify , calculate common ratio

  2. 2

    Check convergence: , so infinite sum exists

  3. 3

    Substitute into the infinite sum formula:

  4. 4
    S∞=181βˆ’13=1823=27S_\infty = \frac{18}{1 - \frac{1}{3}} = \frac{18}{\frac{2}{3}} = 27

5. Common Pitfalls

Wrong move:

Using instead of in nth term formulas

Why:

The first term occurs at n=1, so the exponent or difference is always one less than the term number

Correct move:

Always write for the exponent in geometric nth terms and for the difference in arithmetic nth terms

Wrong move:

Skipping the convergence check for infinite geometric series

Why:

The infinite sum formula only works for , you will lose marks for not confirming convergence

Correct move:

Always state that before using the infinite sum formula

Wrong move:

Mixing up arithmetic and geometric sum formulas

Why:

The formulas are structurally different, and using the wrong one leads to zero marks for the question

Correct move:

Remember: arithmetic is linear (uses for difference), geometric is exponential (uses for ratio)

Wrong move:

Sign errors with negative common ratios

Why:

Raising a negative number to an even or odd power changes the sign of , leading to incorrect sum calculations

Correct move:

Evaluate separately, check the sign before substituting into the sum formula

Wrong move:

Counting the wrong number of terms between two given terms

Why:

Some students add an extra 1 when calculating the difference in term positions

Correct move:

The difference in exponents/positions is always for two given terms

6. Quick Reference Cheatsheet

Property

Arithmetic

Geometric

nth term

Common difference/ratio

Sum of first terms

Infinite sum

No finite sum (unless )

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 1

    Investment growth application

  • 2022 Β· 2

    Population modelling question

  • 2023 Β· 1

    Sum of infinite series

What's Next

This subtopic is a core foundation for many key topics in IB AI HL, including financial mathematics (compound interest is a geometric sequence application), exponential growth and decay models, and recurrence relation modelling. Sequences and series also frequently combine with logarithms, as solving for the number of terms in a geometric sequence requires logarithmic manipulation. Mastering these formulas and problem-solving patterns will prepare you for the modelling-focused questions that make up a large portion of IB AI HL exams.