MHB Solving Linear Recurrence Relations

Click For Summary
The discussion focuses on solving linear recurrence relations with specific initial conditions. The first relation involves finding a solution for t(n) defined by t(n) - 5t(n-1) + 6t(n-2) = 0, with initial values t(1)=1 and t(2)=4. The second relation, a(n)=4a(n-1) - 4a(n-2), is solved with initial conditions a(0)=4 and a(1)=12. The third relation, t(n) + 2t(n-1) + t(n-2) = 0, is also analyzed with initial values t(1)=3 and t(2)=3. The discussion emphasizes the importance of identifying the characteristic equation and the general solution form, especially in cases of repeated roots.
taya
Messages
1
Reaction score
0
Solve each of the following linear recurrence relations:
1. t(1)=1 t(2)=4
t(n) - 5t(n-1) + 6t (n-2)= 0 for n>1

2. a(n)=4a(n-1) - 4a (n-2)
with initial conditions a(0) = 4 and a(1)=12

3. t(1)=3 t(2)=3
t(n) + 2t (n-1) + t(n-2) = 0
 
Physics news on Phys.org
taya said:
1. t(1)=1 t(2)=4
t(n) - 5t(n-1) + 6t (n-2)= 0 for n>1
Rewrite this as [math]t_{n + 2} - 5t_{n + 1} + 6 t_n = 0[/math]. What is your characteristic equation?

-Dan
 
Hello and welcome to MHB, taya! :D

For future reference, we ask that no more than 2 questions be asked in the initial post of a thread.

In case you find repeated characteristic roots, what form will your general solution take?
 
There is a nice little variation of the problem. The host says, after you have chosen the door, that you can change your guess, but to sweeten the deal, he says you can choose the two other doors, if you wish. This proposition is a no brainer, however before you are quick enough to accept it, the host opens one of the two doors and it is empty. In this version you really want to change your pick, but at the same time ask yourself is the host impartial and does that change anything. The host...

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K