3.3.7 · D5Sequences & Series
Question bank — Sigma (Σ) notation — evaluating, telescoping sums
The reveals below use the Question ::: Answer format — the part after ::: is the worked
justification, never a bare "yes/no".
Quick visual refresher (so this page stands alone)
Before the traps, here is every piece of machinery they attack — with a picture, so you never have to chase the parent note mid-question.




True or false — justify
.
False. Sigma is linear over and constant multiples only; products of terms do not distribute. Test but .
The name of the index in matters — writing gives a different value.
False. The index is a dummy variable — it is used up ticking through inside the machine and never appears in the answer, so , , all give the identical closed form .
for any constant .
False. The constant is added once for each of the terms, so the total is , not . Only when do they coincide.
Every fraction of the form telescopes because it has and in the denominator.
True in effect, but the reason is precise: partial fractions split it into , which is exactly the shape , and only that shape telescopes — the factored denominator is just the clue.
If then always equals .
True. Each term's tail is cancelled by the next term's head ; only the very first head and very last tail have no partner and survive.
.
True — a genuine identity, both equal . But do not generalise: or anything similar; this coincidence is special to cubes.
Reversing the order of terms in a finite sum can change its value.
False. Addition of finitely many numbers is commutative and associative, so any reordering (including Gauss's forwards+backwards trick) preserves the total.
Spot the error
A student rewrites as but keeps the limits as to . Find the mistake.
The substitution moves both limits: and . Keeping to leaves the wrong bounds — every index shift must carry the limits along with it.
A student claims telescopes to , only two survivors. Where's the slip?
First get the split honestly: gives ; , , so it is . The gap is , so cancels two rows later, not one. Two heads and two tails survive, all carrying that factor.
Someone writes . What went wrong?
The constant is inside the sum, so it is added times: , not . Correct answer: .
A student factors and gets . Diagnose.
Sign error. Clearing denominators gives ; setting , setting . It must be — a difference, or nothing telescopes.
A student says has terms. Correct it.
Off by one. The count is (namely ). Subtracting endpoints always loses one, so add it back.
A student concludes . Fix the endpoint.
The last term is , so the surviving tail is , not . The correct result is .
A student telescopes and writes . Spot the reversal.
This form is , the opposite orientation, so it collapses to . Direction of the difference flips the surviving endpoints — always check which piece is the head.
Why questions
Why does the "" appear in the term count ?
Because counts the gaps between labels, and there is one more label than gaps (a fence with gaps has posts).
Why do we use partial fractions to attack rather than a standard formula?
No standard formula covers reciprocals of products; partial fractions is the tool that manufactures the difference structure telescoping needs.
Why does summing the identity help us find ?
The left side telescopes to ; the right side is . Since we already know and , the only unknown is — so one collapse plus these known sums solves for it.
Why can we pull a constant out of but not out of in a similar way?
Factoring uses the distributive law once per term (linear operation); squaring is nonlinear, so shares nothing with or with pulling anything "out."
Why does Gauss's forwards-plus-backwards trick give and not ?
We write the same sum twice (once reversed) and add them term by term, so the combined total is ; each column then conveniently equals , giving and .
Why does telescoping make finding an infinite series limit easy?
Telescoping gives an exact closed form for the partial sum (e.g. ), so the limit is just what that expression tends to as — see Convergence of Series.
Why is telescoping called the finite version of the Method of Differences?
Both express a term as a difference so the sum "differences out"; the method of differences is the general framework, telescoping its concrete finite-sum instance.
Edge cases
What is when ?
It is the single term , and the formula agrees — a good one-term sanity check.
What does mean if ?
It is a single term (count ). Sigma over one value is not "nothing" — it is exactly that one term.
By convention, what is an empty sum when ?
It equals , the additive identity. There are no terms to add, and keeps identities like consistent.
In a telescoping sum with a gap of (denominator ), how many survivors appear at each end?
Exactly heads and tails survive, because each cancellation is delayed by terms — gap leaves one, gap leaves two, and so on.
What happens to as ?
The tail , so the infinite series converges to — telescoping hands us the exact limit with no extra work.
If a "telescoping" attempt leaves interior terms uncancelled, what has gone wrong?
The term was not truly written as (or ) — either the partial-fraction split has a wrong sign/constant, or the two pieces use functions that don't line up between consecutive rows.
Recall One-line self-test
Cover everything: can you state why products don't split, why the count needs , and why only two ends survive a telescope? If any answer is a bare "because it just does," reread the refresher figures above before moving on.
Connections
- Partial Fractions — the engine behind most "spot the error" sign traps.
- Method of Differences — the general framework these edge cases live inside.
- Convergence of Series — where the limiting-behaviour items point next.
- Arithmetic Progressions — linearity traps recur there.