Given the sequence x n , with x 0 = 0 , x 1 = 1 , and x n + 2 = 2 x n + 1 + 3 x n for n ≥ 0 . Find the following limit.
n → ∞ lim x n x n + 1
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The above difference equation has the characteristic equation:
r 2 − 2 r − 3 = ( r + 1 ) ( r − 3 ) = 0 ⇒ r = − 1 , 3
and the sequence x n = A ( − 1 ) n + B ( 3 ) n . Using the initial conditions x 0 = 0 , x 1 = 1 , we obtain:
0 = A + B and 1 = − A + 3 B
or A = − 4 1 , B = 4 1 so that our sequence is described by x n = 4 1 ⋅ [ 3 n + ( − 1 ) n + 1 ] . For the above limit x n x n + 1 , n → ∞ we have 4 1 ⋅ [ 3 n + ( − 1 ) n + 1 ] 4 1 ⋅ [ 3 n + 1 + ( − 1 ) n + 2 ] . If we let u = 3 n , v = ( − 1 ) n , then we have:
u − v 3 u + v = 3 + u − v 4 v = 3 + 3 n + ( − 1 ) n + 1 4 ( − 1 ) n
As n → ∞ , the quanitity 3 n + ( − 1 ) n + 1 grows much faster than 4 ( − 1 ) n (which is bounded to ± 4 ). The limit is ultimately equal to 3 + 0 = 3 .
Problem Loading...
Note Loading...
Set Loading...
The linear recurrence relation x n + 2 = 2 x n + 1 + 3 x n has the following characteristic equation.
r 2 r 2 − 2 r − 3 ( r − 3 ) ( r + 1 ) ⟹ x n x 0 x 1 ⟹ x n = 2 r + 3 = 0 = 0 = c 1 ( 3 n ) + c 2 ( − 1 ) n = c 1 + c 2 = 0 = 3 c 1 − c 2 = 4 c 1 = 1 = 4 1 ( 3 n + ( − 1 ) n + 1 ) Putting n = 0 ⟹ c 2 = − c 1 ⟹ c 1 = 4 1
Therefore,
L = n → ∞ lim x n x n + 1 = n → ∞ lim 3 n + ( − 1 ) n + 1 3 n + 1 + ( − 1 ) n = n → ∞ lim 1 + 3 n ( − 1 ) n + 1 3 + 3 n ( − 1 ) n = 3 Divide up and down by 3 n .