Exercise 4.4.11 (Linear recurrence of order 3)

Extend the method to prove Theorem 4.10 to derive a formula for u n if u 0 = 1 , u 1 = 2 , u 2 = 1 , and u n = u n 1 + 4 u n 2 4 u n 3 for all integers n 3 .

Answers

The characteristic polynomial associate to this sequence is

p ( x ) = x 3 x 2 4 x + 4 = ( x 1 ) ( x 2 ) ( x + 2 ) .

The three roots of p ( x ) are λ = 1 , μ = 2 , ν = 2 Since p ( x ) has three distinct simple roots, the generalized Theorem 4.10 shows that there exist three complex numbers a , b , c such that for all n ,

u n = a λ n + b μ n + c ν n = a + b 2 n + c ( 2 ) n .

The coefficients a , b , c are solutions of the system

{ 1 = a + b + c , 2 = a λ + b μ + c ν , 3 = a λ 2 + b μ 2 + c ν 2 ,

that is

{ 1 = a + b + c , 2 = a + 2 b 2 c , 3 = a + 4 b + 4 c .

Since the three roots are distinct, the determinant of this system is the nonzero Vandermonde determinant

D = | 1 1 1 λ μ ν λ 2 μ 2 ν 2 | = ( μ λ ) ( ν λ ) ( ν μ ) 0 .

Here D = ( 2 1 ) ( 2 1 ) ( 2 2 ) = 1 2 . The unique solution of this system is

a = 1 , b = 1 4 , c = 1 4 ,

thus, for all n ,

u n = 1 4 ( 4 + 2 n ( 2 ) n ) = 1 + 2 n 2 ( 2 ) n 2 .
User profile picture
2025-02-10 08:57
Comments