AoPSWiki
Want to learn about modular arithmetic and other fundamental number theory concepts? Check out Art of Problem Solving's Introduction to Number Theory by Mathew Crawford.
Personal tools

Summation

From AoPSWiki

A summation is the sum of a number of terms (addends). Summations are often written using sigma notation .

Contents

Definition

For , and a set (or any other algebraic structure), \sum_{i=a}^{b}c_i=c_a+c_{a+1}+c_{a+2}...+c_{b-1}+c_{b}. Here refers to the index of summation, is the lower bound, and is the upper bound.

As an example, \sum_{i=3}^6 i^3 = 3^3 + 4^3 + 5^3 + 6^3. Note that if , then the sum is .

Quite often, sigma notation is used slightly different format to denote certain sums. For example, refers to a cyclic sum, and refers to all subsets which are in . Usually, the bottom of the sigma contains a logical condition, as in , where the sum only includes the terms which divide into .

Identities

  • \sum_{i=a}^{b}f(i)+g(i)=\sum_{i=a}^{b}f(i)+\sum_{i=a}^{b}g(i)
  • \sum_{i=a}^{b}c\cdot f(i)=c\cdot \sum_{i=a}^{b}f(i)
  • \sum_{i=1}^{n} i= \frac{n(n+1)}{2}, and in general \sum_{i=a}^{b} i= \frac{(b-a+1)(a+b)}{2}
  • \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}
  • \sum_{i=1}^{n} i^3 = \left(\sum_{i=1}^{n} i\right)^2 = \left(\frac{n(n+1)}{2}\right)^2
  • \sum_{i=0}^{n} x^n = \frac{x^{n+1}-1}{x-1}, and in general \sum_{i=a}^{b} c^i = \frac{c^{b+1}-c^a}{c-1}
  • \sum_{i=0}^{n} {n\choose i} = 2^n
  • \sum_{i,j}^{n} = \sum_i^n \sum_j^n

Problems

Introductory

  • Evaluate the following sums:

Intermediate

  • The nine horizontal and nine vertical lines on an checkerboard form rectangles, of which are squares. The number can be written in the form where and are relatively prime positive integers. Find (1997 AIME, #2)

Olympiad

See Also

Art of Problem Solving's olympiad training program WOOT starts on Septebmer 8. Train with the top high school students in the the world! Click here to enroll today!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us