Fiveable

๐Ÿ“˜Intermediate Algebra Unit 12 Review

QR code for Intermediate Algebra practice questions

12.1 Sequences

12.1 Sequences

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“˜Intermediate Algebra
Unit & Topic Study Guides

Sequences and series give you a framework for understanding how values change based on their position in a pattern. Whether it's a simple list of numbers growing by the same amount each time or a more complex formula-driven pattern, these tools let you analyze, predict, and calculate efficiently.

Sequences and Series

Generation of initial sequence terms

To generate the first several terms of a sequence, you need to identify the rule governing the pattern and then apply it repeatedly.

  • Arithmetic sequences have a constant difference between consecutive terms, called the common difference (dd). You get each new term by adding dd to the previous one.
    • Example: 2, 5, 8, 11, ... has a common difference of 3
  • Geometric sequences have a constant ratio between consecutive terms, called the common ratio (rr). You get each new term by multiplying the previous one by rr.
    • Example: 3, 6, 12, 24, ... has a common ratio of 2
  • Other sequences follow their own specific formula or recursive rule.
    • Example: The Fibonacci sequence (0, 1, 1, 2, 3, 5, ...) defines each term as the sum of the two preceding terms

The key first step on any problem is figuring out which type of sequence you're dealing with. Check for a constant difference first, then a constant ratio, then look for another pattern.

Derivation of nth term formula

Instead of listing out every term to find, say, the 50th value, you can derive a formula that jumps straight to any term.

For arithmetic sequences:

an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d

where ana_n is the nth term, a1a_1 is the first term, nn is the term number, and dd is the common difference.

  • Example: For the sequence 3, 7, 11, 15, ..., the first term is 3 and the common difference is 4. So an=3+(nโˆ’1)โ‹…4a_n = 3 + (n - 1) \cdot 4, which simplifies to an=4nโˆ’1a_n = 4n - 1. The 20th term would be a20=4(20)โˆ’1=79a_{20} = 4(20) - 1 = 79.

For geometric sequences:

an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}

where a1a_1 is the first term and rr is the common ratio.

  • Example: For the sequence 2, 6, 18, 54, ..., the first term is 2 and the common ratio is 3. So an=2โ‹…3nโˆ’1a_n = 2 \cdot 3^{n-1}. The 6th term would be a6=2โ‹…35=2โ‹…243=486a_6 = 2 \cdot 3^5 = 2 \cdot 243 = 486.

For other sequences, look at the relationship between the term number nn and the term value, then write a formula that captures it.

  • Example: For the sequence 1, 4, 9, 16, ..., each term equals its position squared: an=n2a_n = n^2.

A formula like these that gives you the nth term directly (without needing previous terms) is called a closed-form expression.

Generation of initial sequence terms, Geometric Sequences and Series ยท Intermediate Algebra

Application of factorial notation

Factorial notation is a shorthand for multiplying a positive integer by every positive integer below it:

n!=nโ‹…(nโˆ’1)โ‹…(nโˆ’2)โ‹…โ€ฆโ‹…3โ‹…2โ‹…1n! = n \cdot (n-1) \cdot (n-2) \cdot \ldots \cdot 3 \cdot 2 \cdot 1

  • 5!=5โ‹…4โ‹…3โ‹…2โ‹…1=1205! = 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 120
  • 3!=63! = 6, and 1!=11! = 1
  • 0!=10! = 1 by definition (this comes up often, so just memorize it)

Factorials appear in sequence formulas, especially later when you get to the Binomial Theorem. Here's a quick example of a sequence that uses them:

  • If an=n!2na_n = \frac{n!}{2^n}, find a3a_3:
    1. Calculate the numerator: 3!=63! = 6
    2. Calculate the denominator: 23=82^3 = 8
    3. Divide: a3=68=34a_3 = \frac{6}{8} = \frac{3}{4}

Factorials grow extremely fast. By 10!=3,628,80010! = 3{,}628{,}800, you're already in the millions. This rapid growth matters when you're comparing factorial-based sequences to exponential ones.

Calculation of partial sums

A partial sum is the sum of a specific number of terms from the beginning of a sequence. The notation SnS_n means "the sum of the first nn terms."

For arithmetic sequences:

Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)

This is equivalent to: Sn=n2[2a1+(nโˆ’1)d]S_n = \frac{n}{2}[2a_1 + (n-1)d]

The second form is useful when you don't already know ana_n.

  • Example: Find the sum of the first 10 terms of 2, 5, 8, 11, ...
    1. Identify: a1=2a_1 = 2, d=3d = 3, n=10n = 10
    2. Find a10a_{10}: a10=2+(10โˆ’1)(3)=2+27=29a_{10} = 2 + (10-1)(3) = 2 + 27 = 29
    3. Apply the formula: S10=102(2+29)=5โ‹…31=155S_{10} = \frac{10}{2}(2 + 29) = 5 \cdot 31 = 155

For geometric sequences (when rโ‰ 1r \neq 1):

Sn=a1(1โˆ’rn)1โˆ’rS_n = \frac{a_1(1 - r^n)}{1 - r}

If r=1r = 1, every term is the same, so Sn=a1โ‹…nS_n = a_1 \cdot n.

  • Example: Find the sum of the first 5 terms of 3, 6, 12, 24, ...
    1. Identify: a1=3a_1 = 3, r=2r = 2, n=5n = 5
    2. Apply the formula: S5=3(1โˆ’25)1โˆ’2=3(1โˆ’32)โˆ’1=3(โˆ’31)โˆ’1=93S_5 = \frac{3(1 - 2^5)}{1 - 2} = \frac{3(1 - 32)}{-1} = \frac{3(-31)}{-1} = 93
Generation of initial sequence terms, Geometric Sequences | College Algebra

Expression of series in summation notation

Summation notation (also called sigma notation) is a compact way to write the sum of many terms without listing them all out:

โˆ‘i=1nai=a1+a2+a3+โ€ฆ+an\sum_{i=1}^{n} a_i = a_1 + a_2 + a_3 + \ldots + a_n

The variable ii is the index. It starts at the bottom value (here, 1) and counts up to the top value (nn). For each value of ii, you evaluate the expression and add the results together.

Arithmetic series example: Express 2 + 5 + 8 + 11 + ... + 29 in summation notation.

  • The first term is 2, the common difference is 3, and there are 10 terms.
  • The general term is ai=2+(iโˆ’1)โ‹…3a_i = 2 + (i-1) \cdot 3
  • In summation notation: โˆ‘i=110[2+(iโˆ’1)โ‹…3]\sum_{i=1}^{10} [2 + (i-1) \cdot 3]

Geometric series example: Express 3 + 6 + 12 + 24 + 48 in summation notation.

  • The first term is 3, the common ratio is 2, and there are 5 terms.
  • The general term is ai=3โ‹…2iโˆ’1a_i = 3 \cdot 2^{i-1}
  • In summation notation: โˆ‘i=153โ‹…2iโˆ’1\sum_{i=1}^{5} 3 \cdot 2^{i-1}

To read summation notation, just plug in each value of ii one at a time and add up the results. That's all it's doing.

Behavior of Infinite Sequences and Series

When a sequence or series extends forever, the big question is: does it settle down to a finite value, or does it keep growing without bound?

  • Convergence means the terms of a sequence (or the partial sums of a series) approach a specific finite number as nn gets larger and larger. That number is called the limit.
  • Divergence means no such finite limit exists. The values either grow without bound, oscillate, or otherwise fail to settle.

For example, the sequence an=1na_n = \frac{1}{n} converges to 0 because the terms get closer and closer to 0 as nn increases. But the sequence an=2na_n = 2n diverges because the terms grow forever.

An infinite series is the sum of all terms in an infinite sequence. Some infinite series converge to a finite sum (like an infinite geometric series with โˆฃrโˆฃ<1|r| < 1), while others diverge. You'll work more with infinite geometric series later in this unit.