Calculating the probability of finishing service first












1














I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).



Things I tried:



(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.



(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.



I can write the system of equations according to the exponential race:



$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$

where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.



Any hints will be extremely helpful. Thank you!



Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$










share|cite|improve this question




















  • 1




    I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
    – Michael
    Nov 25 at 0:40












  • @Michael That's right! Thanks!
    – hdiuwhciu
    Nov 25 at 0:40






  • 1




    The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
    – Michael
    Nov 25 at 0:56


















1














I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).



Things I tried:



(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.



(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.



I can write the system of equations according to the exponential race:



$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$

where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.



Any hints will be extremely helpful. Thank you!



Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$










share|cite|improve this question




















  • 1




    I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
    – Michael
    Nov 25 at 0:40












  • @Michael That's right! Thanks!
    – hdiuwhciu
    Nov 25 at 0:40






  • 1




    The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
    – Michael
    Nov 25 at 0:56
















1












1








1







I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).



Things I tried:



(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.



(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.



I can write the system of equations according to the exponential race:



$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$

where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.



Any hints will be extremely helpful. Thank you!



Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$










share|cite|improve this question















I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).



Things I tried:



(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.



(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.



I can write the system of equations according to the exponential race:



$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$

where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.



Any hints will be extremely helpful. Thank you!



Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$







probability stochastic-processes






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 25 at 0:44

























asked Nov 25 at 0:17









hdiuwhciu

629




629








  • 1




    I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
    – Michael
    Nov 25 at 0:40












  • @Michael That's right! Thanks!
    – hdiuwhciu
    Nov 25 at 0:40






  • 1




    The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
    – Michael
    Nov 25 at 0:56
















  • 1




    I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
    – Michael
    Nov 25 at 0:40












  • @Michael That's right! Thanks!
    – hdiuwhciu
    Nov 25 at 0:40






  • 1




    The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
    – Michael
    Nov 25 at 0:56










1




1




I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40






I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40














@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40




@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40




1




1




The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56






The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56

















active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012275%2fcalculating-the-probability-of-finishing-service-first%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012275%2fcalculating-the-probability-of-finishing-service-first%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...