Let a n be a sequence of real numbers inductively defined by
a 1 = 3 ; a n + 1 = 2 1 a n − 4 .
Given that n → ∞ lim a n exists, find its value.
This is a part of the College Calc problem set. You can find more problems here .
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.
It is already given in the problem that the sequence converges to a limit -- call it α . Then, we must also have that n → ∞ lim a n + 1 = α .
From the recurrence relation,
α = 2 1 α − 4 ⟹ α = − 8 .
Therefore, n → ∞ lim a n = − 8 .
Problem Loading...
Note Loading...
Set Loading...
If it is not given that n → ∞ lim a n exists, we can find it as follows:
a n + 1 a n + 1 + 8 = 2 1 a n − 4 = 2 1 ( a n + 8 )
Let b n = a n + 8 ⟹ b n + 1 = 2 1 b n Then the characteristic equation of the linear recurrent relations is r = 2 1 and b n = c ( 2 1 ) n , where c is a constant. Since b 1 = a 1 + 8 = 1 1 = 2 1 c ⟹ c = 2 2 , b n = a n + 8 = 2 2 ( 2 1 ) n , and
n → ∞ lim a n = n → ∞ lim 2 2 ( 2 1 ) n − 8 = − 8