AoPSWiki
Support local problem solving programs by contributing to the Art of Problem Solving Foundation.
Click here for more information about the Foundation.
Personal tools

Arithmetic series

From AoPSWiki

An arithmetic series is a sum of consecutive terms in an arithmetic sequence. For instance,

is an arithmetic series whose value is 50.

To find the sum of an arithmetic sequence, we can write it out as so (S is the sum, a is the first term, n is the number of terms, and d is the common difference):

\displaystyle S =  a + (a+d) + (a+2d) + ... + (a+(n-1)d) \displaystyle S = (a+(n-1)d) + (a+(n-2)d)+ ... + (a+d) + a

Now, adding vertically and shifted over one, we get

\displaystyle 2S = (2a+(n-1)d)+(2a+(n-1)d)+(2a+(n-1)d)+...+(2a+(n-1)d)

This equals \displaystyle 2S = n(2a+(n-1)d), so the sum is \displaystyle \frac{n}{2} (2a+(n-1)d.

Contents

Problems

Introductory Problems

Intermediate Problems

Olympiad Problem

See also

This article is a stub. Help us out by expanding it.

Support local problem solving programs by contributing to the Art of Problem Solving Foundation.
Click here for more information about the Foundation.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us