CSC 133 Discrete Structures Quiz Chapter 8.1-2a Spring 2001

Name:_________________________________________

1. Given the recurrence relation ak = 5ak - 1 + 1, kÎ Z, k ³ 3, a2 = 1.

  1. Write out the next four terms of this sequence in expanded form, (do not add the numbers up, just simplify each term).
    a2 = 1,
    a3 =

    a4

    a
    5

  2. What is an explicit formula for this recurrence relation given that it is either an arithmetic or geometric series satisfying some perturbation of n(n + 1) / 2 or (rn+1 - 1)/(r - 1)?

    an =
     
  3. Show that your formula works for a6 by solving for a6 recursively then explicitly. (show your work)
    Recursively, a6 = 


    Explicitly, a6 = 

2. Given the recurrence ak = (1/2)(ak - 1 + r / ak - 1), kÎ Z, k ³ 1, one can find the square root of any positive real number r by making an initial guess as to what ak - 1 might be. Say we want to find the square root of 12 and we make an initial guess of a0 = 3. (Known as the Newton-Raphson iterative method.)

Write out the next four terms of this sequence to determine the square root of 12 
(show all decimals or use fractions and simplify your solution for an exact representation of each term).

a0 =

3

a1 =    (1/2)(3 + 12 / 3)    =

a2 =                                     =

a3 =                                     =

a4 =                                     =