Sequences & Series cheat sheet - grade 9-11

Click image to open full size

Math Grade 9-11

Sequences & Series Cheat Sheet

A printable reference covering arithmetic sequences, geometric sequences, recursive rules, sigma notation, finite series, and infinite geometric series for grades 9-11.

Download PNG

Sequences and series help students describe patterns, make predictions, and add repeated terms efficiently. This cheat sheet covers arithmetic and geometric sequences, recursive definitions, explicit formulas, and sigma notation. Students in grades 9 through 11 need these tools for algebra, functions, finance, and later precalculus topics. A clear formula reference makes it easier to identify the pattern before choosing a method. The main idea is to decide whether terms change by a common difference dd or a common ratio rr. Arithmetic sequences use an=a1+(n1)da_n = a_1 + (n - 1)d, while geometric sequences use an=a1rn1a_n = a_1r^{n - 1}. Series formulas find sums, such as Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) for arithmetic series and Sn=a11rn1rS_n = a_1\frac{1 - r^n}{1 - r} for geometric series. Infinite geometric series only have a finite sum when r<1|r| < 1.

Key Facts

  • An arithmetic sequence has a constant difference dd, so an=a1+(n1)da_n = a_1 + (n - 1)d.
  • The common difference in an arithmetic sequence is d=anan1d = a_n - a_{n - 1}.
  • A geometric sequence has a constant ratio rr, so an=a1rn1a_n = a_1r^{n - 1}.
  • The common ratio in a geometric sequence is r=anan1r = \frac{a_n}{a_{n - 1}} when an10a_{n - 1} \ne 0.
  • The sum of the first nn terms of an arithmetic series is Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n).
  • The sum of the first nn terms of a geometric series is Sn=a11rn1rS_n = a_1\frac{1 - r^n}{1 - r} when r1r \ne 1.
  • An infinite geometric series has sum S=a11rS_\infty = \frac{a_1}{1 - r} only when r<1|r| < 1.
  • Sigma notation k=mnak\sum_{k = m}^{n} a_k means add the terms am+am+1++ana_m + a_{m + 1} + \cdots + a_n.

Vocabulary

Sequence
A sequence is an ordered list of numbers, often written as terms such as a1,a2,a3,a_1, a_2, a_3, \ldots.
Term
A term is one number in a sequence, and ana_n represents the term in position nn.
Arithmetic Sequence
An arithmetic sequence is a sequence where each term is found by adding the same difference dd to the previous term.
Geometric Sequence
A geometric sequence is a sequence where each term is found by multiplying the previous term by the same ratio rr.
Series
A series is the sum of the terms of a sequence, often written using SnS_n or sigma notation.
Sigma Notation
Sigma notation uses \sum to represent repeated addition of terms from a starting index to an ending index.

Common Mistakes to Avoid

  • Confusing dd and rr is wrong because arithmetic patterns add the same amount while geometric patterns multiply by the same factor.
  • Using an=a1+nda_n = a_1 + nd instead of an=a1+(n1)da_n = a_1 + (n - 1)d is wrong because the first term already occurs when n=1n = 1.
  • Forgetting the condition r<1|r| < 1 for S=a11rS_\infty = \frac{a_1}{1 - r} is wrong because infinite geometric series diverge when the terms do not shrink toward 00.
  • Starting sigma notation at the wrong index is wrong because k=1nak\sum_{k = 1}^{n} a_k and k=0nak\sum_{k = 0}^{n} a_k include different numbers of terms.
  • Using the geometric series formula when r=1r = 1 is wrong because Sn=a11rn1rS_n = a_1\frac{1 - r^n}{1 - r} would require division by 00.

Practice Questions

  1. 1 Find a12a_{12} for the arithmetic sequence with a1=7a_1 = 7 and d=4d = 4.
  2. 2 Find S8S_8 for the geometric series with a1=3a_1 = 3 and r=2r = 2.
  3. 3 Evaluate k=15(2k+1)\sum_{k = 1}^{5} (2k + 1).
  4. 4 A sequence begins 5,10,20,40,5, 10, 20, 40, \ldots. Explain whether it is arithmetic, geometric, or neither, and identify the pattern.