Tuesday, June 14, 2011

Chapter 9: Sequences, Series, and Probability

An infinite sequence is a function whose domain is the set of positive integers. The function values



are the terms of the sequence. If the domain of the function consists of the first n positive integers only, the sequence is a finite sequence.



Some sequences are defined recursively. To define a sequence recursively, you need to be given one or more of the first few terms. The Fibonacci sequence is a good example

Ex. , where

The first six terms of this sequence are

given
given
use recursive formula
use recursice formula
use recursive formula


Factorial: If n is a positive integer, n factorial is defined by


****As a special case, zero factorial is defined as ****


Evaluating Factorial Expressions

Ex.



Summation Notation: The sum of the first n terms of a sequence is represented by


where i is called the index of summation, n is the upper limit of summation, and 1 is the lower limit of summation.

Ex.


Properties of Sums

1. , c is any constant
2.
3.

Arithmetic Sequence: A sequence is arithmetic if the differences between consecutive terms are the same. So, the sequence


is arithmetic if there is a number d such that


The number d is the common difference of the arithmetic sequence.



*The nth term of an arithmetic sequence has the form


where d is the common difference between consecutive terms of the sequence and

graph of an arithmetic sequence


The Sum of a Finite Arithmetic Sequence

The sum of a finite arithmetic sequence with n terms is



Finding a Partial Sum of an Arithmetic Sequence

Find the 150th partial sum of the sequence

5, 16, 27, 38, 49....

Solution
For this arithmetic sequence, you have and So,


and the nth term is

.

Therefore, and the sum of the first 150 terms is




Geometric Sequence: A sequence is geometric if the ratios of consecutive terms are the same.


The number r is the common ratio of the sequence


*The nth term of a geometric sequence has the form


where r is the common ratio of consecutive terms of the sequence. So, every geometric sequence can be written in the following form




*The sum of the geometric sequence



with common ratio is



The Sum of an Infinite Geometric Series

If then the infinite geometric series


has the sum

No comments:

Post a Comment