What is the Probability That the Rat Will Survive in the Presence of the Cat?

Andrusko
Messages
42
Reaction score
0

Homework Statement


Rat and Cat move between room 1 and 2 using different paths. Their motions are governed by their respective transition matrices:

[0.9, 0.1 ; 0.2, 0.8] [0.6, 0.4 ; 0.3, 0.7]

(semi colon is a new line in the matrix, like in matlab)

If they are ever in the same room, cat eats rat. What is the probability that rat will survive? How long on average will he survive? Hint: denote the state (i,j) where i is the location of the rat and j is the location of the cat.

Homework Equations



No idea what is even relevant to the problem.

The Attempt at a Solution



Well, I haven't got the foggiest idea where to start. I think that the Markov chains are independent of one another and haven't got a clue how to deal with that, because I've never seen a problem like this one before.

The hint sort of suggests to me that you only need one transition matrix, so my only idea is that you multiply the matrices together.

Any help appreciated.
 
Physics news on Phys.org
If you denote the states (i,j), how many states are possible?

What would the size of your transition matrix be, given this number of states?

If you are in state (i,j), what would the probability of a transition to (k,l) be?

Once you have created the correct transition matrix, the rest of the problem should follow.
 
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