Jedi K.

asked • 07/28/16

Recursion and Recurrence Relations (Home Work)

1. Write down all derangements of the set {α,b,c,d} and show that the number of derangements is the same as predicted by the recurrence D(n) = (n - 1)(D(n - 2) + D(n - 1)) with initial values D(1) = 0 and D(2) = 1.
 
2. Let αk = 3k + k - 2 for all k ≥ 0.

a. Write down the values of α1, α2 and α3.

b. Write down the values of A(1), A(2) and A(3) defined by the recurrence relation: A(0) = -1, A(k) = 3A(k-1) - 2k + 7, k ≥ 1.

c. Show that A(k) = αk is a solution of the recurrence relation for all values of k ≥ 1.


3. Solve the recurrence relation A(n) = 6A(n - 1) - 11A(n - 2) + 6A(n - 3) subject to initial values A(1) = 2, A(2) = 6, A(3) = 20.

2 Answers By Expert Tutors

By:

Norbert W. answered • 07/28/16

Tutor
4.4 (5)

Math and Computer Language Tutor

Nicolas M. answered • 07/28/16

Tutor
5 (1)

Bilingual Tutor Math and Spanish

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.