Arithmetic Series

EXPLORE THIS TOPIC IN the MathWorld Classroom

An arithmetic series is the sum of a sequence {a_k}, k=1, 2, ..., in which each term is computed from the previous one by adding (or subtracting) a constant d. Therefore, for k>1,

 a_k=a_(k-1)+d=a_(k-2)+2d=...=a_1+d(k-1).
(1)

The sum of the sequence of the first n terms is then given by

S_n=sum_(k=1)^(n)a_k
(2)
=sum_(k=1)^(n)[a_1+(k-1)d]
(3)
=na_1+dsum_(k=1)^(n)(k-1)
(4)
=na_1+dsum_(k=2)^(n)(k-1)
(5)
=na_1+dsum_(k=1)^(n-1)k.
(6)

Using the sum identity

 sum_(k=1)^nk=1/2n(n+1)
(7)

then gives

 S_n=na_1+1/2dn(n-1)=1/2n[2a_1+d(n-1)].
(8)

Note, however, that

 a_1+a_n=a_1+[a_1+d(n-1)]=2a_1+d(n-1),
(9)

so

 S_n=1/2n(a_1+a_n),
(10)

or n times the arithmetic mean of the first and last terms! This is the trick Gauss used as a schoolboy to solve the problem of summing the integers from 1 to 100 given as busy-work by his teacher. While his classmates toiled away doing the addition longhand, Gauss wrote a single number, the correct answer

 1/2(100)(1+100)=50·101=5050
(11)

on his slate (Burton 1989, pp. 80-81; Hoffman 1998, p. 207). When the answers were examined, Gauss's proved to be the only correct one.

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.