Poisson Process: interevent times

SantyClause
Messages
4
Reaction score
0

Homework Statement



Consider a one-way road where the cars form a PP(lambda) with rate lambda cars/sec. The road is x feet wide. A pedestrian, who walks at a speed of u feet/sec, will cross the road if and only if she is certain that no cars will cross the pedestrian crossing while she is on it. Shwo that the expected time until she completes the crossing is (ex/u -1)/lambda


I know we need x/u seconds to cross, but I really don't even know how to start it :/ Will we use the erlang distribution?
 
Physics news on Phys.org
SantyClause said:

Homework Statement



Consider a one-way road where the cars form a PP(lambda) with rate lambda cars/sec. The road is x feet wide. A pedestrian, who walks at a speed of u feet/sec, will cross the road if and only if she is certain that no cars will cross the pedestrian crossing while she is on it. Shwo that the expected time until she completes the crossing is (ex/u -1)/lambda


I know we need x/u seconds to cross, but I really don't even know how to start it :/ Will we use the erlang distribution?

What do you mean by the notation (ex/u -1)/lambda? Do you mean ##(e (x/u) - 1)/\lambda##, or ##(e^{x/u}-1)/\lambda## or ##e^{(x/u) - 1}/\lambda##, or something else?

Have you heard of the "memoryless" property of exponential distributions? You need to use it.

As to how to start: let T be the amount of time that passes until she starts crossing the road. Under what conditions is T = 0? If T > 0, she will wait for the next car to pass and then start again.
 
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