Word Prob HMK

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

5.

4 Recursive Sequences

A recursive sequence is a sequence where every term is written in terms of previous terms.

The Fibonacci Sequence is the most popular example of this. un=un-1+un-2 where u0=0, u1=1

Ex 1 Write the first 5 terms of the Fibonacci Sequence.

Recursive Sequences can be used to write arithmetic and geometric sequences.

Ex 2 Write the following explicitly written sequences using a recursive formula

a. 2, 5, 8, 11, … b. 2, -6, 18, -54, …

Ex 3 Write the following recursive sequence with an explicit formula

a. un = un-1 − 5 b. un = (−4)un-1

Ex 4 Find u5 when un=2un-1 + 1, and u1 = 3

Ex 5 Write a recursive sequence for 1, 2, 6, 24, 120, 720, ….

Ex 6 Write a recursive sequence for 2, 3, 6, 18, 108, 1944, 209952, …

Word Prob Hmk

You might also like