Part of ALG-10 — Mathematical Induction & Summation

Sum of GP Series

by Notetube Official47 words8 views

sum(ar^(k-1), k=1 to n) = arn1(r1)\frac{r^n-1}{(r-1)} for r != 1. Infinite GP (|r|<1): S = a1r\frac{a}{1-r}. These are not induction topics per se but combine with induction in mixed problems. sum(k*rkr^k) can be evaluated using differentiation of GP sum formula or by the S - rS technique.

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

Sign up free to clone these notes