Markov chain - stationary distribution -

Carolyn
Messages
37
Reaction score
0

Homework Statement



-A taxi is located either at the airport or in the city. From the city, the next trip is to the airport with 1/4 probability, or to somewhere else in the city with 3/4. From the airport, the next trip is always to the city.

(a) find the stationary distribution
(b) starting from the airport, what is the expected number of trips until its next visit to the airport?

Homework Equations





The Attempt at a Solution



The matrix I got is

0 1
1/4 3/4

but I am having trouble solving for the stationary distribution and expected number of trips. Somehow, I don't think the stationary distribution even exists. But it should. What am I missing? Thanks.
 
Physics news on Phys.org
hello carolyn

your transition matrix is same as expected.And the stationary distribution exists. you can find the stationary distribution by solving it as two linear equations.
let 'Pij' be the element, i=1,2 and j=1,2 (for the given transition matrix).

P0=P0*P00+P1*P01; P1=P0*P10+P1*P11

here P0 and P1 are unknowns , the elements of stationary distribution.
Pij(P00,P01,P10,P11) are the transition matrix elements.

By substituting you will get P0=P0*0+P1*(1/4); P1=P0*1+P1*(3/4).

Also the condition to find P0 and P1 is P0+P1=1(the raw sum =1);

then u will get a stationary distribution of
[1/5 4/5]
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top