Arithmetic progression

From Free net encyclopedia

(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, ... is an arithmetic progression with common difference 2.

If the initial term of an arithmetic progression is <math>a_1</math> and the common difference of successive members is d, then the nth term of the sequence is given by:

<math>\ a_n = a_1 + (n - 1)d.</math>

Contents

Sum (arithmetic series)

The sum of the components of an arithmetic progression is called an arithmetic series. The formula for the sum of the first n terms of an arithmetic progression is:

<math>S_n = a_1+a_2+\dots+a_n=\frac{n( a_1 + a_n)}{2} =\frac{n[ 2a_1 + (n-1)d ]}{2}.</math>

This formula follows from the fact that the sum of the first and the last term is the same as the sum of the second and the second last, and so forth. An often-told story is that Carl Friedrich Gauss discovered it when his third grade teacher asked the class to find the sum of the first 100 numbers, and he instantly computed the answer (5050).

Proof:

<math> S_n=a_1+a_1+d+a_1+2d+\dots\dots+a_1+(n-2)d+a_1+(n-1)d</math> <math> S_n=a_n-(n-1)d+a_n-(n-2)d+\dots\dots+a_n-2d+a_n-d+a_n</math>

<math>\ 2S_n=n(a_1+a_n)</math>

<math> S_n=\frac{n( a_1 + a_n)}{2}</math>

Product

The product of the components of an arithmetic progression with an initial element <math>a_1</math>, common distance <math>d</math>, and <math>n</math> elements in total, is determined in a closed expression by

<math>a_1a_2\cdots a_n = n>d {\left(\frac{a_1}{d}\right)}^{\overline{n}} = d^n \frac{\Gamma \left(a_1/d + n\right) }{\Gamma \left( a_1 / d \right) },</math>

where <math>x^{\overline{n}}</math> denotes the rising factorial and <math>\Gamma</math> denotes the Gamma function. (Note however that the formula is not valid when <math>a_1/d</math> is a negative integer or zero).

This is a generalization from the fact that the product of the progression <math>1 \times 2 \times \ldots \times n</math> is given by the factorial <math>n!</math> and that the product

<math>m \times (m+1) \times \ldots \times (n-1) \times n \,\!</math>

for positive integers <math>m</math> and <math>n</math> is given by

<math>\frac{n!}{(m-1)!}</math>.

See also

External links

de:Arithmetische Reihe es:Progresión aritmética fr:Suite arithmétique ko:등차수열 it:Progressione aritmetica he:סדרה חשבונית lt:Aritmetinė progresija nl:Rekenkundige rij pl:Ciąg arytmetyczny pt:Progressão aritmética ru:Арифметическая прогрессия sv:Aritmetisk serie th:การก้าวหน้าเลขคณิต uk:Арифметична прогресія