OR-Notes

J E Beasley

OR-Notes are a series of introductory notes on topics that fall under the broad heading of the field of operations research (OR). They were originally used by me in an introductory OR course I give at Imperial College. They are now available for use by any students and teachers interested in OR subject to the following conditions.

A full list of the topics available in OR-Notes can be found here.


Markov processes tutorial class solution

Let:
state 1 = % of fleet buyers having a target % of 100%
state 2 = % of fleet buyers having a target % of 70%
state 3 = % of fleet buyers having a target % of 50%
state 4 = % of fleet buyers having a target % of 20%

then s1 (the state of the system in year one) is given by

s1 = [0.05, 0.30, 0.45, 0.20] 

and the transition matrix P is given by

P =    | 0.6  0.3  0.1  -   |
       | -    0.7  0.3  -   |
       | -    0.4  0.4  0.2 |
       | -    0.2  0.5  0.3 |

The state-transition diagram is shown below.

We are asked for the % of fleet buyers having a target % for Ford cars of 50%

The state of the system after one year s2=s1P

= [0.05, 0.30, 0.45, 0.20] | 0.6  0.3  0.1  -   |
                           | -    0.7  0.3  -   |
                           | -    0.4  0.4  0.2 |
                           | -    0.2  0.5  0.3 |
= [0.03, 0.445, 0.375, 0.15] 

Note here that as a numerical check all the elements of s2 add to one.

Hence the state of the system in 2 years time s3 = s2P

= [0.03, 0.445, 0.375, 0.15] | 0.6  0.3  0.1  -   |
                             | -    0.7  0.3  -   |
                             | -    0.4  0.4  0.2 |
                             | -    0.2  0.5  0.3 |
= [0.018, 0.5005, 0.3615, 0.12] 

Note again that as a numerical check all the elements of s3 add to one.

Hence the % of fleet buyers having a target % of 50% for Ford cars in 2 years time is 36.15%.

To work out the corresponding % in the long-run we assume that the system reaches equilibrium in the sense that st = st-1 (=[x1,x2,x3,x4 say).

Hence from st = st-1P we have that

[x1,x2,x3,x4] =[x1,x2,x3,x4] | 0.6  0.3  0.1  -   |
                           | -    0.7  0.3  -   |
                           | -    0.4  0.4  0.2 |
                           | -    0.2  0.5  0.3 |
(and note also that x1+x2+x3+x4=1). 

Hence we have the five equations

x1 = 0.6x1
x2 = 0.3x1 + 0.7x2 + 0.4x3 + 0.2x4
x3 = 0.1x1 + 0.3x2 + 0.4x3 + 0.5x4
x4 = 0.2x3 + 0.3x4
x1 + x2 + x3 + x4 = 1

Now from the first equation above 0.4x1=0 i.e. x1=0 so substituting this into the other equations above and rearranging we get

0.3x2 = 0.4x3 + 0.2x4  (1)
0.6x3 = 0.3x2 + 0.5x4  (2)
0.7x4 = 0.2x3          (3)
x2 + x3 + x4 = 1       (4)

From equation (3)

x4 = (0.2/0.7)x3       (5)

so substituting equation (5) into equation (1) we get

0.3x2 = 0.4x3 + 0.2(0.2/0.7)x3 
i.e. x2 = [(0.4 + 0.2(0.2/0.7))/0.3]x3  (6)

Substituting equations (5) and (6) into equation (4) we get

x3[[(0.4 + 0.2(0.2/0.7))/0.3] + 1 + (0.2/0.7)] = 1 
i.e. x3 = 0.3559 

Hence from equation (5) we have

x4 = (0.2/0.7)(0.3559) 
i.e. x4 = 0.1017 

and from equation (6) we have

x2 = [(0.4 + 0.2(0.2/0.7))/0.3](0.3559) 
i.e. x2 = 0.5423 

Hence we have

x1 = 0 x2 = 0.5423 x3 = 0.3559 x4 = 0.1017 

As a numerical check we can substitute these values back into our original equations (equations (1)-(5) above). If we do this we will see that the values for x1, x2, x3 and x4 given above are consistent with these equations (to within rounding errors).

Hence we have that the % of fleet buyers having a target % for Ford cars of 50% in the long-run is 35.59%.

In general it takes a long time for a system to reach the long-run state and hence, in practice, we would not expect this state ever to be reached (due to changing circumstances rendering the transition matrix invalid).

However note that in this particular example the state of the system after just two years (s3 = [0.018, 0.5005, 0.3615, 0.12]) is close to the long-run system state (= [0, 0.5423, 0.3559, 0.1017]) and so it is likely that we will (effectively) reach the long-run state in just a few years.

For example, the percentage of fleet buyers having a target percentage for Ford cars of 50% the figure after two years is 36.15% and in the long-run is 35.59% - so these figures are very close to each other.

The advantages and disadvantages of using Markov theory to forecast fleet buyers' behaviour include: