Series Formula

Series are the result of adding all the terms of a sequence together, either finitely or infinitely many terms.

The Formula

S=βˆ‘n=1∞an=lim⁑Nβ†’βˆžSNwhereΒ SN=βˆ‘n=1NanS = \sum_{n=1}^{\infty} a_n = \lim_{N \to \infty} S_N \quad \text{where } S_N = \sum_{n=1}^{N} a_n

When to use: Add up all the terms: a1+a2+a3+…a_1 + a_2 + a_3 + \ldots β€” an infinite series can still have a finite sum if terms shrink fast enough.

Quick Example

1+12+14+18+…=21 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \ldots = 2 (geometric series converges).

Notation

βˆ‘an\sum a_n

What This Formula Means

The result of adding all the terms of a sequence together, either finitely or infinitely many terms.

Add up all the terms: a1+a2+a3+…a_1 + a_2 + a_3 + \ldots β€” an infinite series can still have a finite sum if terms shrink fast enough.

Formal View

Given a sequence (an)(a_n), define partial sums SN=βˆ‘n=1NanS_N = \sum_{n=1}^{N} a_n. The series βˆ‘n=1∞an\sum_{n=1}^{\infty} a_n converges to SS if lim⁑Nβ†’βˆžSN=S\lim_{N \to \infty} S_N = S, i.e., βˆ€Ο΅>0,β€…β€ŠβˆƒM:N>Mβ€…β€ŠβŸΉβ€…β€Šβˆ£SNβˆ’S∣<Ο΅\forall \epsilon > 0,\; \exists M : N > M \implies |S_N - S| < \epsilon.

Worked Examples

Example 1

easy
Compute partial sums S1S_1 through S4S_4 for βˆ‘n=1∞12n\sum_{n=1}^{\infty} \frac{1}{2^n} and identify the limit.

Answer

S1=12S_1=\frac{1}{2}, S2=34S_2=\frac{3}{4}, S3=78S_3=\frac{7}{8}, S4=1516S_4=\frac{15}{16}; series sum =1= 1

First step

1
Terms: 12,14,18,116,…\frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \frac{1}{16}, \ldots

Full solution

  1. 2
    S1=12S_1 = \frac{1}{2}, S2=34S_2 = \frac{3}{4}, S3=78S_3 = \frac{7}{8}, S4=1516S_4 = \frac{15}{16}.
  2. 3
    Pattern: Sn=1βˆ’12nβ†’1S_n = 1 - \frac{1}{2^n} \to 1.
  3. 4
    Alternatively, geometric series: a=12a = \frac{1}{2}, r=12r = \frac{1}{2}, sum =a1βˆ’r=1= \frac{a}{1-r} = 1.
The partial sums approach 1, confirming the series converges. Each new term adds half the remaining gap to 1.

Example 2

hard
Show that the harmonic series βˆ‘n=1∞1n\sum_{n=1}^{\infty} \frac{1}{n} diverges.

Example 3

medium
Find the sum βˆ‘n=0∞(23)n\sum_{n=0}^{\infty} \left(\frac{2}{3}\right)^n.

Common Mistakes

  • Concluding a series converges just because its terms go to zero β€” necessary but not sufficient (the harmonic series βˆ‘1n\sum\frac1n diverges).
  • Confusing the sequence's limit with the series' sum β€” terms shrinking to 00 is about the sequence; the total is about the series.
  • Adding an infinite series as if always finite β€” only convergent series have a finite sum.

Why This Formula Matters

Series are how calculus sums infinitely many pieces β€” the heart of Riemann sums, Taylor expansions, and repeating decimals. The surprising and essential idea is that an infinite sum can converge to a finite number if its terms shrink fast enough (like 12+14+18+β‹―=1\frac12+\frac14+\frac18+\cdots=1), which is precisely what separates a series question from a sequence one. Recognizing it by "Am I adding the terms into a total, rather than just listing them by position?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from sequence and partial sum and convergence test in a mixed problem set.

Frequently Asked Questions

What is the Series formula?

The result of adding all the terms of a sequence together, either finitely or infinitely many terms.

How do you use the Series formula?

Add up all the terms: a1+a2+a3+…a_1 + a_2 + a_3 + \ldots β€” an infinite series can still have a finite sum if terms shrink fast enough.

What do the symbols mean in the Series formula?

βˆ‘an\sum a_n

Why is the Series formula important in Math?

Series are how calculus sums infinitely many pieces β€” the heart of Riemann sums, Taylor expansions, and repeating decimals. The surprising and essential idea is that an infinite sum can converge to a finite number if its terms shrink fast enough (like 12+14+18+β‹―=1\frac12+\frac14+\frac18+\cdots=1), which is precisely what separates a series question from a sequence one. Recognizing it by "Am I adding the terms into a total, rather than just listing them by position?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from sequence and partial sum and convergence test in a mixed problem set.

What do students get wrong about Series?

The procedure for series is the easy part; the trap is concluding a series converges just because its terms go to zero. Asking "Am I adding the terms into a total, rather than just listing them by position?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Series formula?

Before studying the Series formula, you should understand: sequence.