All topics

s2.2.1

Sum of Series

1,000 questions5 starred · within 5% counts

Memorizing formulas for the sums of special series is crucial for solving many problems quickly. Here are some of the most common ones:

  • First m Integers: n=1mn=m(m+1)2\sum_{n=1}^{m} n = \frac{m(m+1)}{2}
  • First m Odd Integers: n=1m(2n1)=m2\sum_{n=1}^{m} (2n-1) = m^2
  • First m Even Integers: n=1m2n=m(m+1)\sum_{n=1}^{m} 2n = m(m+1)
  • First m Squares: n=1mn2=m(m+1)(2m+1)6\sum_{n=1}^{m} n^2 = \frac{m(m+1)(2m+1)}{6}
  • First m Cubes: n=1mn3=(m(m+1)2)2\sum_{n=1}^{m} n^3 = (\frac{m(m+1)}{2})^2
  • Infinite Geometric Series: n=0a1dn=a11d\sum_{n=0}^{\infty} a_1 d^n = \frac{a_1}{1-d} for d<1|d| < 1
Practise this