Member Login
Username:Password:
or Sign up here
Discover

ARITHMETIC PROGRESSION

(Redirected from Arithmetic series)
In mathematics, an 'arithmetic progression' or 'arithmetic sequence' is a sequence of numbers such that the difference of any two successive members of the sequence is a constant. For instance, the sequence 3, 5, 7, 9, 11, 13... is an arithmetic progression with common difference 2.
If the initial term of an arithmetic progression is a_1 and the common difference of successive members is ''d'', then the ''n''th term of the sequence is given by:
: a_n = a_1 + (n - 1)d,
and in general
: a_n = a_m + (n - m)d.

Contents
Sum (arithmetic series)
Calculating the value of an arithmetic series
Proof of the formula
Arithmetic series and sigma notation
Product
See also
References
External links

Sum (arithmetic series)


The sum of the components of an arithmetic progression is called an 'arithmetic series'.
Calculating the value of an arithmetic series

The value of an arithmetic series consisting of ''n'' terms a_1,a_2,dots,a_n with common difference d is given by
:S_n = a_1+a_2+dots+a_n= rac{n( a_1 + a_n)}{2} = rac{n[ 2a_1 + (n-1)d ]}{2}.
Intuitively, this formula can be derived by realizing that the sum of the first and last terms in the series is the same as the sum of the second and second to last terms, and so forth, and that there are roughly n/2 such sums in the series. A version of this formula appears in the Liber Abaci (1202, ch. II.12) of Leonardo of Pisa (commonly known as Fibonacci). An often-told story is that Carl Friedrich Gauss rediscovered this formula when his third grade teacher, J. G. Bütner, asked the class to find the sum of the first 100 numbers, and he instantly computed the answer (5050) to the astonishment of Bütner and his assistant Martin Bartels.
A different way to get the result, that avoids the fuzziness of the previous method when the number of terms is odd, is to think in terms of averages. The value of the arithmetic series is the number of terms in the series times the average value of the terms. The average must be (a_1+a_n)/2, since the values appear evenly spaced out around this point on the real number line. Put another way, (a_k+a_{n-k+1})/2, 1leq k leq n is constant and equal to (a_1+a_n)/2, which corresponds to the fact that successively taking terms from opposite sides of the series gives a constant average, which therefore must be the average of all terms in the series.
Proof of the formula

Express the arithmetic series in two different ways:
S_n=a_1+(a_1+d)+(a_1+2d)+dotsdots+(a_1+(n-2)d)+(a_1+(n-1)d)
S_n=(a_n-(n-1)d)+(a_n-(n-2)d)+dotsdots+(a_n-2d)+(a_n-d)+a_n
Add both sides of the two equations. All terms involving ''d'' cancel, and so we're left with:
2S_n=n(a_1+a_n)
Rearranging and remembering that a_n = a_1 + (n-1)d, we get:
S_n= rac{n( a_1 + a_n)}{2}= rac{n[ 2a_1 + (n-1)d]}{2}.
Arithmetic series and sigma notation

Arithmetic series are commonly expressed using sigma notation. As an example, the arithmetic series
a_1+(a_1+d)+(a_1+2d)+dotsdots+(a_1+(n-2)d)+(a_1+(n-1)d) ,
can be more succinctly written using sigma notation as
sum_{i=0}^{n-1} (a_1+id).
Likewise, an arithmetic series
a_1 + a_2 + a_3 + dotsdots + a_{m-1} + a_m
can be written as
sum_{j=1}^{m} a_j.

Product


The product of the components of an arithmetic progression with an initial element a_1, common difference d, and n elements in total, is determined in a closed expression by
:a_1a_2cdots a_n = d^n {left( rac{a_1}{d}
ight)}^{overline{n}} = d^n rac{Gamma left(a_1/d + n
ight) }{Gamma left( a_1 / d
ight) },
where x^{overline{n}} denotes the rising factorial and Gamma denotes the Gamma function. (Note however that the formula is not valid when a_1/d is a negative integer or zero).
This is a generalization from the fact that the product of the progression 1 imes 2 imes cdots imes n is given by the factorial n! and that the product
:m imes (m+1) imes (m+2) imes cdots imes (n-2) imes (n-1) imes n ,!
for positive integers m and n is given by
: rac{n!}{(m-1)!}.

See also



Addition

Geometric progression

Generalized arithmetic progression

Infinite arithmetic series

Thomas Robert Malthus

Problems involving arithmetic progressions

References



Fibonacci's Liber Abaci, Sigler, Laurence E. (trans.), , , Springer-Verlag, 2002, ISBN 0-387-95419-8

External links







This article provided by Wikipedia. To edit the contents of this article, click here for original source.