Part of ALG-10 — Mathematical Induction & Summation

Sigma Notation Manipulations

by Notetube Official62 words8 views

Key manipulations: (1) Index shift: sum(f(k), k=1 to n) = sum(f(k+1), k=0 to n-1). (2) Splitting: sum(f(k), k=1 to n) = sum(f(k), k=1 to m) + sum(f(k), k=m+1 to n). (3) Reversing: sum(f(k), k=1 to n) = sum(f(n+1-k), k=1 to n). Reversal is particularly useful for symmetric sums. (4) Double sums: sumisum_i sumjsum_j can sometimes be simplified by changing order of summation.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes