The Chapman Kolmogorov Relation : Exercises

Introduction

When you have completed the following problems you should be able to do three things with Markov chains: (1) identify the problems where the Chapman-Kolmogorov relation is required to calculate probabilities, (2) identify the problems where the Chapman-Kolmogorov relation is innapropriate and (3) solve both these types of problem.

Example problems

Click on the problems to reveal the solution

Problem 1

We can use the information given in the transition matrix and the fact that the probability of the first letter is equal to one to find the probabilities required by this question directly as shown below. $$ \begin{aligned} P(AGT) & = p_{13}p_{30} = 0.2 \times 0.2 = 0.04 \\ P(GTCC) & = p_{30}p_{02} p_{22} = 0.2 \times 0.3 \times 0.2 = 0.012 \\ P(CGGT) & = p_{23}p_{33}p_{30} = 0.3 \times 0.3 \times 0.2 = 0.018 \end{aligned} $$

Problem 2

We can use the information contained in the transition matrix to "calculate" the first of these probabilities directly as shown below: $$ \begin{aligned} P(X_1 = 1 |X_0 = 0) & = \frac{2}{3} \\ \end{aligned} $$ For the second we need to use the Chapmann-Kolmogorov relation so we need to calculate the 2nd power of the matrix: $$ \left( \begin{matrix} \frac{1}{3} & \frac{2}{3} \\ \frac{1}{2} & \frac{1}{2} \end{matrix} \right) \left( \begin{matrix} \frac{1}{3} & \frac{2}{3} \\ \frac{1}{2} & \frac{1}{2} \end{matrix} \right) = \left( \begin{matrix} \frac{4}{9} & \frac{5}{9} \\ \frac{5}{12} & \frac{7}{12} \end{matrix} \right) $$ So $P (X_2 = 0|X_0 = 1)=\frac{5}{12}$

For part (iii) we have to calculate the third power of the matrix $$ \left( \begin{matrix} \frac{1}{3} & \frac{2}{3} \\ \frac{1}{2} & \frac{1}{2} \end{matrix} \right) \left( \begin{matrix} \frac{4}{9} & \frac{5}{9} \\ \frac{5}{12} & \frac{7}{12} \end{matrix} \right) = \left( \begin{matrix} \frac{23}{54} & \frac{31}{54} \\ \frac{31}{72} & \frac{41}{72} \end{matrix} \right) $$ For part (iii) we thus have $P (X_3 = 0 |X_0 = 0)=\frac{23}{54}$

Problem 3

Problem 4

Problem 5

Contact Details

School of Mathematics and Physics,
Queen's University Belfast,
Belfast,
BT7 1NN

Email: g.tribello@qub.ac.uk
Website: mywebsite