Difference between revisions of "Arithmetic sequence"
(started example problem section) |
(added second intro problem) |
||
Line 13: | Line 13: | ||
=== Introductory Problems === | === Introductory Problems === | ||
* [[2005_AMC_10A_Problems/Problem_17 | 2005 AMC 10A Problem 17]] | * [[2005_AMC_10A_Problems/Problem_17 | 2005 AMC 10A Problem 17]] | ||
+ | * [[2006_AMC_10A_Problems/Problem_19 | 2006 AMC 10A Problem 19]] | ||
Revision as of 23:32, 4 August 2006
Contents
[hide]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 is defined recursively by a first term and for , where 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,
Example Problems and Solutions
Introductory Problems