Difference between revisions of "Arithmetic sequence"

Line 1: Line 1:
 
==Definition==
 
==Definition==
An arithmetic sequence is a sequence of numbers that increaces a fixed amount in each term.  For an example: 4, 7, 10, 13, 16, ... is an arithmetic sequence because each term is three more than the previous term. In this case, 3 is called the ''common difference''. A more formal definition is: a sequence <math>a_n</math> with fixed <math>a_1</math> that follows the recurrence relation: <math>a_n = a_{n-1} + r</math>, where <math>r</math> is the common difference.
+
An '''arithmetic sequence''' is a [[sequence]] of numbers in which each term is given by adding a fixed value to the previous term.  For example, -2, 1, 4, 7, 10, ... is an arithmetic sequence because each term is three more than the previous term. In this case, 3 is called the ''common difference'' of the sequence. More formally, an arithmetic sequence <math>a_n</math> is defined [[recursive|recursively]] by a first term <math>a_0</math> and <math>a_n = a_{n-1} + d</math> for <math>n \geq 1</math>, where <math>d</math> is the common difference.
  
 
==Sums of Arithmetic Sequences==
 
==Sums of Arithmetic Sequences==
  
The sum of any terms in an arithmetic sequence is given by the average of the first term and the last term, multiplied by the number of terms there are.  For an example,
+
There are many ways of calculating the sum of the terms of a [[finite]] arithmetic sequence.  Perhaps the simplest is to take the average, or [[arithmetic mean]], of the first and last term and to multiply this by the number of terms.  For example,
  
<math>\displaystyle 5 + 7 + 9 + 11 + 13 + 15 + 17 = \frac{5+17}{2}*7 = 77</math>  
+
<math>\displaystyle 5 + 7 + 9 + 11 + 13 + 15 + 17 = \frac{5+17}{2} \cdot 7 = 77</math>  
  
 
==See Also==
 
==See Also==
[[geometric sequence|Geometric Sequences]]
+
*[[sequence|Sequence]]
 +
*[[series|Series]]
 +
*[[geometric sequence|Geometric Sequences]]

Revision as of 10:14, 23 June 2006

Definition

An arithmetic sequence is a sequence of numbers in which each term is given by adding a fixed value to the previous term. For example, -2, 1, 4, 7, 10, ... is an arithmetic sequence because each term is three more than the previous term. In this case, 3 is called the common difference of the sequence. More formally, an arithmetic sequence $a_n$ is defined recursively by a first term $a_0$ and $a_n = a_{n-1} + d$ for $n \geq 1$, where $d$ is the common difference.

Sums of Arithmetic Sequences

There are many ways of calculating the sum of the terms of a finite arithmetic sequence. Perhaps the simplest is to take the average, or arithmetic mean, of the first and last term and to multiply this by the number of terms. For example,

$\displaystyle 5 + 7 + 9 + 11 + 13 + 15 + 17 = \frac{5+17}{2} \cdot 7 = 77$

See Also