Probability of Mark Ending Up with Ball in Children's Catch Game

  • Thread starter Thread starter crazy_craig
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary

Homework Help Overview

The problem involves a children's catch game with six participants and focuses on the transition probabilities of passing a ball among them. The specific question is about determining the probability that Mark ends up with the ball, given that Dick starts with it. The context is rooted in probability theory and Markov chains.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the creation of a transition matrix and the implications of its structure on the convergence of the Markov chain. There are inquiries about the concept of first-passage probabilities and how to set up equations to find limiting probabilities.

Discussion Status

Some participants have provided hints about setting up equations for limiting probabilities and the behavior of the transition matrix as it approaches infinity. There is an acknowledgment of confusion regarding the setup of these equations, but one participant reports having reached an understanding after further discussion.

Contextual Notes

Participants note the complexity of the problem due to the nature of the states involved, particularly regarding the periodic states and their impact on convergence. There is also mention of the challenge in determining the limiting probabilities from various starting states.

crazy_craig
Messages
9
Reaction score
0

Homework Statement


Six children (Dick, Helen, Joni, Mark, Sam, and Tony) play
catch. If Dick has the ball he is equally likely to throw it to Helen,
Mark, Sam, and Tony. If Helen has the ball she is equally likely to
throw it to Dick, Joni, Sam, and Tony. If Sam has the ball he is
equally likely to throw it to Dick, Helen, Mark, and Tony. If either
Joni or Tony gets the ball, they keep throwing it to each other. If
Mark gets the ball he runs away with it. (a) Find the transition
probability and classify the states of the chain. (b) Suppose Dick
has the ball at the beginning of the game. What is the probability
Mark will end up with it?

I only need help with (b). I created the transition matrix as below.

Homework Equations



So, by "ends", I'm assuming we want the lim n→∞ pn(x,y) = π(y), but I don't
think that this chain converges (by raising this transition matrix to high powers), so there must be another way to solve this. It seems easy and I'm probably overlooking something. I've spent waay too long on this, so I'm asking for some help and a nudge in the right direction.

Thank you very much!

The Attempt at a Solution

\begin{array}{cc}
&D & H & J & M & S & T \\
D& 0&.25&0&.25&.25&.25 \\
H&.25&0&.25&0&.25&.25\\
J&0&0&0&0&0&1\\
M&0&0&0&1&0&0\\
S&.25&.25&0&.25&0&.25\\
T&0&0&1&0&0&0\\
\end{array}
 
Physics news on Phys.org
crazy_craig said:

Homework Statement


Six children (Dick, Helen, Joni, Mark, Sam, and Tony) play
catch. If Dick has the ball he is equally likely to throw it to Helen,
Mark, Sam, and Tony. If Helen has the ball she is equally likely to
throw it to Dick, Joni, Sam, and Tony. If Sam has the ball he is
equally likely to throw it to Dick, Helen, Mark, and Tony. If either
Joni or Tony gets the ball, they keep throwing it to each other. If
Mark gets the ball he runs away with it. (a) Find the transition
probability and classify the states of the chain. (b) Suppose Dick
has the ball at the beginning of the game. What is the probability
Mark will end up with it?

I only need help with (b). I created the transition matrix as below.

Homework Equations



So, by "ends", I'm assuming we want the lim n→∞ pn(x,y) = π(y), but I don't
think that this chain converges (by raising this transition matrix to high powers), so there must be another way to solve this. It seems easy and I'm probably overlooking something. I've spent waay too long on this, so I'm asking for some help and a nudge in the right direction.

Thank you very much!

The Attempt at a Solution




\begin{array}{cc}
&D & H & J & M & S & T \\
D& 0&.25&0&.25&.25&.25 \\
H&.25&0&.25&0&.25&.25\\
J&0&0&0&0&0&1\\
M&0&0&0&1&0&0\\
S&.25&.25&0&.25&0&.25\\
T&0&0&1&0&0&0\\
\end{array}

I don't know if you have taken "first-passage probabilities" yet, but that is what is involved in this problem. In case you have not yet seen this material, let me explain briefly.

In the long run, the system either ends up in the set of states {J,T} or the single state {M}. That is, eventually, D, H and S are left forever, never to be re-visited. Furthermore, if state T (or J) is ever visited, states J and T together absorb the process; if state M is ever visited the state remains at M forever after. So, we want the probability that, starting from state D, the process eventually reaches state M. In this case, the limiting probabilities lim_{n}P^n(D,J) and lim_{n} P^n(D,T) do not exist because the states J and T are of period 2 (so for large n, these two probabilities just alternate between two fixed values). However, lim_{n} P^n(D,M) does exist, and that is what you are asked to find.

Here is a hint about how to do it: let f(x) = lim_{n} P^n(x,M) for x = D, H and S. We want to find f(D), but to do that, we need to find also f(H) and f(S). We do that by getting 3 simple linear equations in the three unknowns f(D), f(H) and f(S). Think about starting from D ant taking one step. In order to reach M from D, we need to reach M from wherever we end up at in one step away from D. Similarly for starting from H and S. (Alternatively, you could just look at the limit of P^n(D,M) if you have some good way of taking matrix powers.)

RGV
 
Thanks for the quick reply!

Most of what you said makes sense, and I used a calculator to find the limit of P^n(D,M), which is 2/5, but this is a little confusing to me:

"Think about starting from D ant taking one step. In order to reach M from D, we need to reach M from wherever we end up at in one step away from D. ",

and I'm not sure how to set up the system of linear equations.
 
Think of setting up the equations for limiting probabilities, except that now they can depend on the starting state. But, still, P^(n+1) = P.P^n, and you can look at what this becomes when n --> infinity (or at least, for those components that do have limits). Here, we just want to look at column M of P^infinity.

RGV
 
I finally got it. Thanks a ton, Ray!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
11K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
18K