Wednesday, April 23, 2014

9.2 Arithmetic Sequences and Partial Sums

This section covers:
  • How to find the nth terms of arithmetic sequences
  • How to find the sums of arithmetic sequences


       Arithmetic Sequences

A sequence of terms is considered arithmetic if the differences between consecutive terms are the same.
The following sequence:
         a1, a2, a3, a4, ..., an, ...
is arithmetic if there is a number d such that a2 - a1 = a3 - a2 = a4 - a3 = ... = d.

The number d is the common difference of the arithmetic sequence.
An example of an arithmetic sequence is:
         3, 7, 11, 15, 19, ...
because:
         7 - 3 = 4
         11 - 7 = 4
         15 - 11 = 4
         19 - 15 = 4
In this case, d, the common difference, is 4.

The nth term of an arithmetic sequence has the form:
         an = a1 + d(n - 1).

For example:
In the sequence -1, 12, 25, 38, 51, where -1 = a2, find the 9th term in the sequence.
         a9 = a1 + d(n - 1)
         12 - (-1) = 13, so d = 13.
         a2 - d = a1
         -1 - 13 = -14 = a1
         a9 = (-14) + 13(9 - 1)
         a9 =  90.In this sequence, the 9th term is 90.

If you know the nth term of an arithmetic sequence and you know the common difference of the sequence, you can find the (n+1)th term by using the recursive formula:
         an+1 = an + d
              or
         an = a1 + (n-1)d


       Sums and Partial Sums

The sum of a finite arithmetic sequence with n terms is: Sn = n/2(a1 + an).
For example:
In a sequence of 7 terms where a1 = 56, d = 23, and a7 = 194, find the sum of the sequence.
Sn = n/2(a1 + an)
S7 = 7/2(56+194)
S7 = 875

The sum of the first n terms of an infinite sequence is called the nth partial sum.

No comments:

Post a Comment