Hints 1 Be sure to remember what to do when there are repeat
Hints: (1) Be sure to remember what to do when there are repeated characteristic roots. (2) Try an = An + B for a particular solution
Solve a0 = 1, a1 = 6 and an = 6a n-1 - 9a n-2 + n for n > = 2 Hints: (1) Be sure to remember what to do when there are repeated characteristic roots. (2) Try an = An + B for a particular solutionSolution
for linear difference equations, we search for solutions of the form rn.
so if an = rn, the equation becomes
rn=6rn-1-9rn-2
rn=rn(6/r - 9/r2)
1 = (6r-9)/r2
r2 =6r-9
r2-6r+9=0
(r-3)2=0
r=3,3
So 3n and 3n are each solutions. here roots are repeated.. so the general soulution to the equation is:
Y1 =(A+B)3n
here particular solution is given as an=An+B
so complete solution is an =y = (A+B)3n+(An+B)
n=0 =>1=A+2B=1-----1
n=1=>6=4A+4B
2A+2B=3 ----- 2
2-1 =>A=2
SUB A=2 IN 1
B=-1/2
SO closed form is
an = 3/2 * 3n +2n -1/2
an = (3n+1-1)/2+2n
