Question: 1. Determine the characteristic equation for an = 2an-1. What are its roots? Using this information and the initial condition a1 = 42, determine a closed form formula.
2. For each of the following recurrences, decide whether one could use (i) kth differences, (ii) the characteristic equation, or (iii) neither in order to find a closed form for the recurrence.
(a) an = 2an - 1 + 2
(b) an = an - 1 + 2an - 2 + 3an - 3 + 4an - 4.
(c) an = 3an - 3 + 3n
(d) an = an - 1 - 2n2.