Fiveable

📏Honors Pre-Calculus Unit 11 Review

QR code for Honors Pre-Calculus practice questions

11.4 Series and Their Notations

11.4 Series and Their Notations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Series Notation and Formulas

Series notation gives you a compact way to write sums that would otherwise take up an entire page. Instead of writing out dozens (or infinitely many) terms, you use sigma notation to express the whole thing in a single expression. The formulas in this section let you calculate those sums without adding every term individually.

Pep mascot
more resources to help you study

Summation notation for series

Summation notation uses the Greek letter sigma (\sum) to represent the sum of a series of terms. Here's how to read it:

  • The index of summation (usually ii, kk, or nn) is the variable that changes with each term.
  • The lower limit appears below the \sum symbol and tells you where to start.
  • The upper limit appears above and tells you where to stop.
  • The general term is the expression to the right of \sum that depends on the index.

For example, i=152i\sum_{i=1}^{5} 2i means "plug in i=1,2,3,4,5i = 1, 2, 3, 4, 5 into 2i2i and add the results," giving you 2+4+6+8+10=302 + 4 + 6 + 8 + 10 = 30.

Sigma notation can represent finite series (fixed number of terms) or infinite series (upper limit is \infty).

A partial sum is the sum of the first nn terms of a series, written SnS_n.

Three properties make sigma notation easier to manipulate:

  • Constant multiple rule: i=1ncai=ci=1nai\sum_{i=1}^{n} ca_i = c\sum_{i=1}^{n} a_i
  • Sum rule: i=1n(ai+bi)=i=1nai+i=1nbi\sum_{i=1}^{n} (a_i + b_i) = \sum_{i=1}^{n} a_i + \sum_{i=1}^{n} b_i
  • Difference rule: i=1n(aibi)=i=1naii=1nbi\sum_{i=1}^{n} (a_i - b_i) = \sum_{i=1}^{n} a_i - \sum_{i=1}^{n} b_i

These work just like distributing and splitting apart regular addition. You can factor constants out of a summation and break a sum of two expressions into two separate sums.

Arithmetic series sum formula

An arithmetic series is the sum of terms in an arithmetic sequence, where each term differs from the previous one by a constant called the common difference (dd).

The general term is:

an=a1+(n1)da_n = a_1 + (n-1)d

To find the sum of the first nn terms, use either form of the formula:

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

This version is convenient when you already know the last term ana_n. If you don't, substitute the general term formula to get the equivalent version:

Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n-1)d]

Example: Find the sum of the first 20 terms of the arithmetic series where a1=3a_1 = 3 and d=4d = 4.

  1. You know n=20n = 20, a1=3a_1 = 3, and d=4d = 4.
  2. Plug into the formula: S20=202[2(3)+(201)(4)]S_{20} = \frac{20}{2}[2(3) + (20-1)(4)]
  3. Simplify: S20=10[6+76]=10(82)=820S_{20} = 10[6 + 76] = 10(82) = 820

The intuition behind the formula: you're taking the average of the first and last terms, then multiplying by how many terms there are.

Summation notation for series, Telescoping series - Wikipedia, the free encyclopedia

Finite geometric series sums

A geometric series is the sum of terms in a geometric sequence, where each term is found by multiplying the previous one by a constant called the common ratio (rr).

The general term is:

an=a1rn1a_n = a_1 r^{n-1}

The sum of the first nn terms of a finite geometric series (where r1r \neq 1) is:

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

Example: Find the sum of the first 6 terms of the geometric series where a1=2a_1 = 2 and r=3r = 3.

  1. Identify: n=6n = 6, a1=2a_1 = 2, r=3r = 3.
  2. Plug in: S6=2(136)13=2(1729)2=2(728)2=728S_6 = \frac{2(1 - 3^6)}{1 - 3} = \frac{2(1 - 729)}{-2} = \frac{2(-728)}{-2} = 728

A common mistake: forgetting that the exponent on rr is nn (the number of terms), not n1n - 1 like in the general term formula.

Convergent infinite geometric series

When a geometric series goes on forever, it can either converge (approach a finite sum) or diverge (grow without bound).

The rule is straightforward:

  • If r<1|r| < 1, the series converges.
  • If r1|r| \geq 1, the series diverges (no finite sum exists).

When r<1|r| < 1, each successive term gets smaller and smaller, so the total approaches a limit. The sum of a convergent infinite geometric series is:

S=a11rS_\infty = \frac{a_1}{1 - r}

Steps to evaluate an infinite geometric series:

  1. Identify the first term a1a_1 and the common ratio rr.
  2. Check whether r<1|r| < 1.
  3. If yes, calculate S=a11rS_\infty = \frac{a_1}{1 - r}. If no, state that the series diverges.

Example: Find the sum of n=112(13)n1\sum_{n=1}^{\infty} 12\left(\frac{1}{3}\right)^{n-1}.

Here a1=12a_1 = 12 and r=13r = \frac{1}{3}. Since 13<1|\frac{1}{3}| < 1, the series converges:

S=12113=1223=18S_\infty = \frac{12}{1 - \frac{1}{3}} = \frac{12}{\frac{2}{3}} = 18

Summation notation for series, Finding Sums of Infinite Series | Precalculus I

Annuities and compound interest applications

Series show up naturally in finance. Whenever you make repeated payments or earn interest over time, you're dealing with geometric series.

Compound interest calculates the future value of a single lump sum:

A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}

where PP is the principal (initial amount), rr is the annual interest rate (as a decimal), nn is the number of compounding periods per year, and tt is the number of years.

An annuity is a series of equal payments made at regular intervals. Two key formulas:

Future value of an annuity (how much you'll have after making regular deposits):

FV=PMT(1+rn)nt1rnFV = PMT \cdot \frac{\left(1 + \frac{r}{n}\right)^{nt} - 1}{\frac{r}{n}}

Present value of an annuity (how much a stream of future payments is worth right now):

PV=PMT1(1+rn)ntrnPV = PMT \cdot \frac{1 - \left(1 + \frac{r}{n}\right)^{-nt}}{\frac{r}{n}}

In both formulas, PMTPMT is the periodic payment amount. The connection to geometric series: each payment earns interest for a different length of time, and summing all those values uses the finite geometric series formula.

Special Series Types

These series types come up less frequently at this level, but they're worth recognizing:

  • Telescoping series: Most terms cancel with adjacent terms when you write out the partial sums, leaving only a few terms at the beginning and end. For example, n=1N(1n1n+1)\sum_{n=1}^{N} \left(\frac{1}{n} - \frac{1}{n+1}\right) simplifies to 11N+11 - \frac{1}{N+1} because nearly everything cancels.
  • Harmonic series: The series n=11n=1+12+13+\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \cdots diverges, even though the terms approach zero. This is a classic example showing that terms getting smaller doesn't guarantee convergence.
  • Power series: An infinite series of the form n=0an(xc)n\sum_{n=0}^{\infty} a_n(x - c)^n, where the sum depends on the value of xx. You'll work with these more in calculus, but they build directly on the geometric series concepts here.