3.3.8 · D5Sequences & Series

Question bank — Formulae — Σ1, Σn, Σn², Σn³ — proofs

1,721 words8 min readBack to topic

Before we start we must pin down the one symbol that runs through every line of this page.

Three ideas about that loop carry the whole page:

Two more symbols appear on this page, so let us earn them before use:


True or false — justify

because we are summing the constant .
False. The constant is added once per term, and there are terms, so the sum is , not . Constant summand constant sum.
, and by the same logic .
False. The cube identity is a genuine coincidence special to ; there is no matching clean power-law for , whose real form is . Never generalise a coincidence.
.
False. The is added inside every term, so it contributes , not : the correct value is . Only a constant factor pulls out cleanly; a constant added term multiplies by the count.
For large , grows like .
True. The leading term of is , matching ; the leftover is a lower-order truncation term that fades relative to . See the Riemann-rectangles figure below.
is the same as an arithmetic-progression sum.
True. It is the AP with first term , common difference , giving — exactly the Arithmetic Progressions formula. The Gauss-pairing figure below shows the two stacked staircases forming a rectangle.
contains a term, which is why we chose to sum squares.
True. Expanding gives ; the appears, so telescoping this difference exposes once the known and are subtracted off.
Telescoping only works when the term is already written as a difference .
False (in spirit). We deliberately manufacture the difference by choosing a clever (e.g. , ); the term is not a difference until we build around it. The skill is inventing , not spotting one.
.
True. The term is , so adding it changes nothing. Zero start terms are harmless — but never assume this for other functions (e.g. or ).

Spot the error

"." — find the mistake.
Two errors: you cannot square-out an exponent from a sum, and . Correct: — the constant pulls out, the square stays inside.
"." — what's wrong?
The formula counts from , so this includes the unwanted head. Fix: subtract it — .
"Since , we have ." — spot the slip.
The left side is , not . Forgetting the loses a term. Correctly .
", and , so it's ; but I'll also cancel the lower limit as ." — locate the confusion.
Telescoping gives where , so the leftover bottom is , not . The surviving lower endpoint is set by the starting index, here .
" is linear, so ." — why is this nonsense?
Linearity applies to sums of terms, not to products of whole sums. is not built from by any algebraic shortcut of this kind; only a direct derivation gives .
"The in from is a lucky number." — is it?
No — it's the binomial coefficient , the middle entry of row 4 of Pascal's triangle . See the coefficient-bar figure below; every coefficient in a difference is a Pascal number by the Binomial Theorem.

Why questions

Why do we pick (not ) to derive ?
Because we need the difference to contain a term. Expanding by Pascal's row and subtracting leaves — the top power drops by exactly one, so choosing one power higher than the target always exposes it. The step-by-step build is in the figure above.
Why does telescoping "collapse" a sum at all?
Each interior value appears once as (from the term's ) and once as , so it cancels — exactly the paired green/red arrows in figure s02. Only the very first minus-piece and very last plus-piece have no partner.
Why is for large (with a non-negative integer)?
A sum of rectangles of width and height approximates the area under , and ; the mismatch between step-tops and the smooth curve is a lower-order error. This is the bridge to Definite Integrals as Limits of Sums.
Why is the Binomial Theorem lurking in every one of these proofs?
Each proof expands ; the coefficients come straight from Binomial Theorem (Pascal's triangle). That's what turns a difference into a polynomial in we can split.
Why can we substitute and while deriving , but not use itself?
We build the formulas in order of power: each new one relies only on the already-proved lower ones. Using the very quantity we're solving for would be circular — it's the unknown.
Why does Gauss's pairing give the same answer as telescoping for ?
Both are valid, independent routes to a true fact. Pairing sums forwards+backwards into columns of (figure s04); telescoping cancels a manufactured difference. Different pictures, one truth — a good sign the result is right.

Edge cases

What is when (empty sum)?
. An empty sum (no terms) is defined as , and the formula agrees: . The closed form gracefully covers the degenerate case.
What is when ?
. Only the term exists; check: . Always sanity-test a formula at — it's the cheapest error-catcher.
Does still hold if is, say, negative or fractional?
The derivation assumes is a positive integer (you can't sum a fractional number of terms). The polynomial on the right still evaluates, but it no longer means "a sum of cubes" — the identity is a statement about positive integers only.
If a sum starts below , e.g. , can we still use the shift trick? Show it numerically.
Yes — split off the head by hand: . Direct check: . ✔ The standard formula only owns the tail; the negative/zero head is added separately.
What does equal when (single term) or (backwards)?
If it's just the one term . If the range is empty, so the sum is by convention. Both fall out of if you trust the algebra — but always eyeball whether the range makes sense.
Is ever equal to ?
Only in the trivial case , where all four basic sums equal . For any the three sums diverge in size, so the coincidence does not spill over to .

Connections

  • Telescoping Series — the cancellation engine behind every "why" here.
  • Arithmetic Progressions — the true/false item on as an AP.
  • Mathematical Induction — the trap-free alternative if you distrust a manufactured .
  • Definite Integrals as Limits of Sums — why .
  • Binomial Theorem — the expansions hidden in each difference.
  • Triangular Numbers — the object squared in the cube identity.