3.3.8 · D3Sequences & Series

Worked examples — Formulae — Σ1, Σn, Σn², Σn³ — proofs

2,688 words12 min readBack to topic

The scenario matrix

Every Σ-problem you will ever meet is one of these cells. The final column names the example that clears it. The flow-map below the table shows the decision path — how you route any incoming problem to its cell.

# Case class What makes it tricky Cleared by
A Plain single sum, start at none — pure formula recall Example 1
B Linear combination (mixed powers) must split by linearity Example 2
C Shifted start (, ) formulas assume start ; subtract the head Example 3
D Degenerate / boundary does the formula still behave? Example 4
E Reindex a "weird" sum into standard form terms not written as Example 5
F Dot-counting / figurate (triangular stack) — NOT a geometric series translate a picture into Example 6
G Limiting behaviour (, ratio) the rule Example 7
H Real-world word problem (units!) model first, then sum Example 8
I Exam twist: solve for (equation) run the formula backwards Example 9
J Steel-man trap: illegal algebra catch a fake identity Example 10

no, it is a picture or word problem

yes

mixed a k2 + b k + c

single

no starts at a

yes

n unknown solve equation

n given

boundary 0 or 1

n to infinity ratio

ordinary n

Incoming sum

Terms are powers of k

model it first: F or H

Single power or mixed

Cell B split by linearity

Starts at k = 1

Cell C shift subtract head

Is n given or unknown

Cell I run backwards

n small or n to infinity

Cell D check convention

Cell G leading term

Cell A plain recall

Ten examples, ten cells. Let's go.


Cell A — plain recall


Cell B — linear combination


Cell C — shifted start


Cell D — degenerate / boundary


Cell E — reindex a disguised sum


Cell F — dot-counting / figurate (not a geometric series!)


Cell G — limiting behaviour


Cell H — real-world word problem


Cell I — exam twist (solve backwards)


Cell J — steel-man the trap


Recall Scenario checklist — did we cover every cell?

Plain recall (A) ::: Example 1 Mixed powers / linearity (B) ::: Example 2 Shifted start (C) ::: Example 3, using Degenerate (D) ::: Example 4 — formulas return and the single term Reindex a disguised sum (E) ::: Example 5 — odd numbers sum to Dot-counting / figurate (F) ::: Example 6 — triangular stack Limit / ratio (G) ::: Example 7 — ratio Word problem with units (H) ::: Example 8 — seats Solve for backwards (I) ::: Example 9 — Trap / false identity (J) ::: Example 10 — Reversed / empty bounds ::: any with upper lower is defined to be


Connections

  • Parent: the four proofs — the formulas drilled here.
  • Arithmetic Progressions — Example 8's seating is an AP; is the simplest AP sum.
  • Triangular Numbers — Example 6's dot stack.
  • Definite Integrals as Limits of Sums — Example 7's limit is a Riemann sum.
  • Telescoping Series — the engine behind all four closed forms.
  • Mathematical Induction — verify any of these by induction instead.
  • Binomial Theorem — expands -style and terms.