Let be a sequence, where , and
And let be another sequence defined explicitly by , and
Find
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.
First, we'll find the solution to the difference equation, which can be written as
y k + 1 − 4 3 y k = 4 1
This is a simple first order difference equation whose solution is known to be
y k = A ( 4 3 ) k + B
where the constants A , B are yet to be determined.
Plugging in this form into the difference equation yields,
A ( 4 3 ) k + 1 + B − 4 3 ( A ( 4 3 ) k + B ) = 4 1
From which, B = 1
To find A we use the initial conditions.
y 2 = 4 1 = A ( 4 3 ) 2 + 1
from which A = − 3 4
Therefore, y k = 1 − ( 4 3 ) k − 1
Next, we'll find x k . Substituting y k into x k + 1 = 4 1 ( 1 − y k ) gives us
x k + 1 = 4 1 ( 4 3 ) k − 1
so that,
x k = 4 1 ( 4 3 ) k − 2
Now, we want to find the sum,
S = k = 2 ∑ ∞ k x k = 4 1 k = 2 ∑ ∞ k ( 4 3 ) k − 2 = 4 1 j = 0 ∑ ∞ ( j + 2 ) ( 4 3 ) j
Simplifying,
S = 4 1 ( 2 j = 0 ∑ ∞ ( 4 3 ) j + j = 0 ∑ ∞ j ( 4 3 ) j )
The first sum is just a geometric series sum and evaluates to 1 − 4 3 1 = 4 . The second sum is handled as follows
j = 0 ∑ ∞ j ( 4 3 ) j = 4 3 j = 1 ∑ ∞ j ( 4 3 ) j − 1 = 4 3 d s d ( j = 1 ∑ ∞ s j ) ∣ ∣ ∣ ∣ s = 4 3 = 4 3 d s d ( 1 − s s ) ∣ ∣ ∣ ∣ s = 4 3 = 4 3 ( ( 1 − s ) 2 1 ) ∣ ∣ ∣ ∣ s = 4 3 = 4 3 × 1 6 = 1 2
Putting it all together,
S = 4 1 ( 2 × 4 + 1 2 ) = 5