rta1988 said:
Thanks. I understand this. I guess the question was just really austerely written. Plus, I'm new to stochastic processes and it's been a while since I've taken probability. I'm wondering if you can walk me through a few more.
By conditioning according to the possible values of X_1 (first-step analysis), prove that
u_i = (p)(u_{i+1}) + (q)(u_{i-1})
and
u_{i+1} - u_i = a(u_i - u_{i-1}) = a^{i}(u_1 - u_0).
I see how these equations "work," but I'm having trouble getting started on a *proof.*
Next, deduce that
u_i - u_0 = {(1-a^1 / 1-a)}(u_1 - u_0).
I don't know how to start this.
Next, using the fact that lim_{i→∞}u_i = 0, deduce that u_1 = a.
I don't know how to start this.
Finally, conclude that u_i = a^i.
Again, I don't know how to start this.
I don't want answers, just help in thinking through these. Thanks!
It is very hard to offer help, since I have no idea of your background or the level of rigour you work at, or what you already know and are allowed to use. I will offer a few hints, however. Given a Markov chain with transition probability matrix P, suppose we are interested in returns to a specific state j0, so let f_i(n) be what I previously called f_{i,j0}(n); that is, we always look at final state j0, so we can drop it from the notation. (j0 = 0 in your case.) Let the event E_i(n) = {first visit to j0, starting from state i, occurs at step n}, which can be written as E_i(n) = union {X_0=i,X_1 = k1, X_2 = k2, ... ,X_{n-1} = k_{n-1), X_n = j0}, where the union is over all k1,k2,..., k_{n-1} that are not equal to j0. The probability f_i(n) = P{E_i(n)|X0 = i}}
= sum P(i,k1)*P(k1,k2)*...*P(k_{n-2},k_{n-1})*P(k,_{n-1},j0), where the sum s over all the relevant k_m. You can use the Markov property to demonstrate that
f_i(n) = sum{P(i,k)*f_k(n-1):k =/= j0}, as I wrote before, with f_i(1) = P(i,j0). Note that even though the state space may be infinite, all sums in the above are finite.
Now let v_i = sum{f_i(n): n=1..infinity}; this is the probability that the chain ever visits state j0, starting from state i. This is what you called u_i in your problem. Anyway, using the above equation for f_i(n) and summing from n = 2 to infinity we get
v_i - P(i,j0) = sum{P(i,k)*v_k: k =/= j0}.
That gives your recursive equation for u_i: u_i = q*u_{i-1} + p*u_{i+1}, with u_1 = q + p*u_2. Now just try out the suggested form of solution.
RGV