Suppose that an object can be at any one of n+1 equally spaced points x 0 ,
Question:
Suppose that an object can be at any one of n+1 equally spaced points x0, x1. . . xn. When an object is at location xi, it is equally likely to move to either xi−1 or xi+1 and cannot directly move to any other location. Consider the probabilities {Pi}ni=0 that an object starting at location xi will reach the left endpoint x0 before reaching the right endpoint xn. Clearly, P0 = 1 and Pn = 0. Since the object can move to xi only from xi−1 or xi+1 and does so with probability 1/2 for each of these locations, Pi = 1/2 Pi−1 + 1/2 Pi+1, for each i = 1, 2. . . n − 1.
a. Show that
b. Solve this system using n = 10, 50, and 100.
c. Change the probabilities to α and 1 − α for movement to the left and right, respectively, and derive the linear system similar to the one in part (a).
d. Repeat part (b) with α = 1/3 .
Step by Step Answer: