Question

solve the non-homogenous recurrence relation for an = 2an-1+an-2-2an-3+8.3n-3 where   a0 = 2, a1 = 6...

solve the non-homogenous recurrence relation for

an = 2an-1+an-2-2an-3+8.3n-3 where   a0 = 2, a1 = 6 ve a2=13

Find characteric equation by plugging in  an = rn

try to solve general solution and solve nonhomogeneous particular solution

and find total final answer please..

My book anwer is A(1)n+B(-1)n+C(2)n+k3n , A=1/2, B=-1/2, C=1 ve k=1.

can you give me more explain about this please..?

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Solve the recurrence relation: an = 3an−1 − 2an−2 + 3n with a0 = 1, a1...
Solve the recurrence relation: an = 3an−1 − 2an−2 + 3n with a0 = 1, a1 = 0.
Find the solution to the recurrence relation an=3an−1+28an−2 with initial terms a0=10 and a1=12.
Find the solution to the recurrence relation an=3an−1+28an−2 with initial terms a0=10 and a1=12.
find the solution to the recurrence relation ak=ak-1+2ak-2+2 with the initial condition a0=4 and a1 =...
find the solution to the recurrence relation ak=ak-1+2ak-2+2 with the initial condition a0=4 and a1 = 12
Solve the recurrence relation an = 8an−1 − 16an−2 (n ≥ 2) with the initial conditions...
Solve the recurrence relation an = 8an−1 − 16an−2 (n ≥ 2) with the initial conditions a0 = 3 and a1 = 14. Show all your work.
Find the solution to the following lhcc recurrence: ??=−2??−1+24??−2 for ?≥2 with initial conditions a0=1,a1=4. The...
Find the solution to the following lhcc recurrence: ??=−2??−1+24??−2 for ?≥2 with initial conditions a0=1,a1=4. The solution is of the form: a?=?1(?1)^? + ?2(?2)^? For suitable constants ?1,?2,?1,?2with ?1≤?2. Find these constants. r1= r2= a1= a2=
Solve the recurrence relation defined by: an = 3an – 1 + 5 where a0 =...
Solve the recurrence relation defined by: an = 3an – 1 + 5 where a0 = 1 Multiple Choice an = 7/2⋅ 3n − 5/2 an = 5/2⋅ 3n − 3/2 an = 6 ⋅ 3n an = 5 ⋅ 3n – 2
2. Given the recurrence relation an = an−1 + n for n ≥ 2 where a1...
2. Given the recurrence relation an = an−1 + n for n ≥ 2 where a1 = 1, find a explicit formula for an and determine whether the sequence converges or diverges
find the solution to an= 3an-1 - 3an-2 + an-3 if a0 = 2, a1 =...
find the solution to an= 3an-1 - 3an-2 + an-3 if a0 = 2, a1 = 2 , and a2 =4
Give the general form of a solution to recurrence an = 2an-1 + 3an-2 + 3n...
Give the general form of a solution to recurrence an = 2an-1 + 3an-2 + 3n r^2-2r-3=0 Assume a0 general form: an = c1an-1 + c2an-2 + · · · + ckan-k + f(n) where c1, c2, . . . , ck are real numbers and f(n) is some function of n.
Solve the Recurrence Relation T(n) = 2T(n/3) + 2, T(1) = 1
Solve the Recurrence Relation T(n) = 2T(n/3) + 2, T(1) = 1