Markov chains model systems that move between states with fixed probabilities at each step. This reference helps students organize transition diagrams, matrices, state vectors, and long-run predictions. It is useful for probability, statistics, discrete math, and applied modeling problems.
The main idea is that the next state depends only on the current state, not the full past history.
A discrete-time Markov chain uses a transition matrix and a state vector to describe probabilities after steps. Matrix powers such as predict long-run behavior, while steady states satisfy . Absorbing chains use canonical form to find absorption probabilities and expected time to absorption.
The most important skills are setting up , multiplying in the correct order, and interpreting each probability carefully.
Key Facts
- A Markov chain has the memoryless property .
- A transition matrix is stochastic, so every entry satisfies and each row sum is .
- If is a row state vector, then the next state vector is .
- The state vector after steps is when using row vectors.
- A steady-state distribution satisfies and .
- For many regular chains, the rows of approach the same steady-state vector as .
- In an absorbing chain written as , the fundamental matrix is .
- For an absorbing chain, absorption probabilities are given by and expected steps to absorption are given by .
Vocabulary
- State
- A state is one possible condition or category that the system can occupy at a given step.
- Transition Probability
- A transition probability is the probability of moving from state to state in one step.
- Transition Matrix
- A transition matrix stores all one-step transition probabilities for a Markov chain.
- State Vector
- A state vector lists the probabilities of being in each state after steps.
- Steady-State Distribution
- A steady-state distribution is a probability vector that does not change after multiplying by .
- Absorbing State
- An absorbing state is a state that cannot be left once entered, so its self-transition probability is .
Common Mistakes to Avoid
- Using columns when the problem uses row vectors is wrong because the update rule changes from to . Match the vector convention before multiplying.
- Forgetting that each row of must sum to is wrong because transition probabilities from one current state must cover all possible next states.
- Treating as multiplying every entry of by is wrong because means repeated matrix multiplication, not scalar multiplication.
- Solving only without is incomplete because a steady-state distribution must be normalized as a probability vector.
- Using for an absorbing chain is wrong because the fundamental matrix uses only the transient-to-transient block, so .
Practice Questions
- 1 A two-state chain has and . Find and .
- 2 Find the steady-state distribution for using and .
- 3 For an absorbing chain with and , compute and .
- 4 Explain why a transition matrix with a row sum of cannot represent a valid Markov chain, even if all entries are positive.