MATH 302 Lecture 10

From Notes
Jump to navigation Jump to search

« previous | Monday, October 3, 2011 | next »


Chapter 5: Sequences and Summation

Sequences

function from positive integers or natural numbers to a set, but instead of using function notation (), we use subscript notation ()

Examples:

  • 1, 0, 2, 0, 3, 0, 4, 0, 5, …
  • 5, 15, 45, 135, … (geometric: )
  • 3, 7, 11, 15, … (arithmetic: )
  • 1, 1, 2, 3, 5, 8, 13, … (recurrence relation / fibonacci sequence: )

Analyzing Sequences

we will discuss two ways:

  1. closed form expression: an = formula or procedure
  2. recurrence relation (or difference equation): an = f(an', an'', …)
    we'll come back to recurrence relations later

Geometric Sequences

Given by:

  • is the first term

Arithmetic Progression

Given by:

  • is the first term

Mathematical Induction

Given a predicate accepting positive integers, prove that is true for all n > 0

  1. Prove the basis step: Show that is true.
  2. Prove the induction step: Shaw that for an arbitrary positive integer (Assume is true, then show how must follow.)

Application to sequences

Given a sequence and a potential candidate , we can prove that they are equivalent using mathematical induction

, which is true, and show that it holds for the first few terms.

Series

is a sequence:

Summation Formulas

For a geometric sequence ,

The formula above can be proved by induction.


For aritmetic equences ,