A sequence starts a0 = 1, a1 = 1, with each later term the sum of the two before it. What is a5? Give a number.
Answer: ______________
A sequence starts a0 = 1, a1 = 1, with each later term the sum of the two before it. What is a5? Give a number.
Answer: ______________
For the recurrence a(n) = 5 times a(n minus 1) minus 6 times a(n minus 2), which numbers are the characteristic roots?
A rabbit colony starts with 3 pairs and doubles every month. How many pairs are there after 4 months?
A sequence obeys a(n) = 2 times a(n minus 1) plus 1 with a0 = 4. Its closed form is a(n) = 5 times 2 to the power n minus 1. What is a2? Give a number.
Answer: ______________
Lee says that for a repeated root r = 2, A times 2 to the power n plus B times 2 to the power n already covers all solutions. Is Lee right?
Circle one: True False
A sequence obeys a(n) = 2 times a(n minus 1) plus 1 with a0 = 4. Its closed form is a(n) = 5 times 2 to the power n minus 1. What is a2? Give a number.
Answer: ______________
For the recurrence a(n) = 5 times a(n minus 1) minus 6 times a(n minus 2), which numbers are the characteristic roots?
You found roots 2 and 3, so the solution looks like A times 2 to the power n plus B times 3 to the power n. How do you fit A and B?
The characteristic equation r squared minus 4 r plus 4 = 0 has the repeated root r = 2. What is the general form of the solution?