Transition Matrix for Finite State Random Walk

Click For Summary

Homework Help Overview

The problem involves defining a transition matrix for a simple random walk on a finite state space, specifically for the case where N = 2. The original poster seeks to specify the transition matrix and calculate the probability of being in state 0 after two steps, given an initial uniform distribution across the states.

Discussion Character

  • Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to construct the transition matrix based on the rules of the random walk and questions the correctness of the first entry. Other participants confirm the matrix's validity and discuss the implications of the "otherwise" condition in the context of the finite state space.

Discussion Status

The discussion is ongoing, with some participants providing supportive feedback on the transition matrix. There is acknowledgment of the need to consider the constraints of the finite state space, particularly in the context of the "otherwise" condition affecting the diagonal entries of the matrix.

Contextual Notes

Participants are working under the assumption that N = 2, which influences the structure of the transition matrix and the calculations that follow. The original poster is also navigating the implications of the transition probabilities in the context of boundary conditions at the edges of the state space.

Mark53
Messages
93
Reaction score
0

Homework Statement


Define a simple random walk Yn on a finite state space S = {0, 1, 2, . . . , N} to be a random process that
• increases by 1, when possible, with probability p,
• decreases by 1, when possible, with probability 1 − p, and
• remains unchanged otherwise.
(a) Specify the transition matrix for Yn.

(b) Assume that N = 2 and initially, the process is evenly distributed across S. Calculate the probability the process is in state 0 after 2 steps.

The Attempt at a Solution



\begin{pmatrix}
1-p & p & 0 \\ 1-p & 0 & p \\ 0 & 1-p & p
\end{pmatrix}\quad

would this matrix be correct not sure about the first entry

b)

Just need to calculate P^2 and see what the probability is in state 0.
Need the correct matrix to do this first
 
Physics news on Phys.org
Yes that matrix looks like it implements the rules you wrote.
 
FactChecker said:
The probabilities of increasing one = p and decreasing one = (1-p) total to 1. So there is no possible such thing as "otherwise".
The 'otherwise' is needed because in some cases one cannot do an increase, and in other cases one cannot decrease. The 'otherwise' pushes the unused probability into the diagonal entry in that row. That tells us what to do in rows 0 and 2.
 
  • Like
Likes   Reactions: FactChecker
I stand corrected. I missed the "if possible" and the "Assume N=2". Sorry. I agree that the matrix is correct for N=2.
andrewkirk said:
The 'otherwise' is needed because in some cases one cannot do an increase, and in other cases one cannot decrease. The 'otherwise' pushes the unused probability into the diagonal entry in that row. That tells us what to do in rows 0 and 2.
You are correct. I deleted my wrong post. Sorry.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
2K
Replies
3
Views
1K