exercise:23290014a1: Difference between revisions

From Stochiki
(Created page with "<div class="d-none"><math> \newcommand{\NA}{{\rm NA}} \newcommand{\mat}[1]{{\bf#1}} \newcommand{\exref}[1]{\ref{##1}} \newcommand{\secstoprocess}{\all} \newcommand{\NA}{{\rm NA}} \newcommand{\mathds}{\mathbb}</math></div> Consider the simple queueing process of Example~\ref{exam 5.21}. Suppose that you watch the size of the queue. If there are </math>j<math> people in the queue the next time the queue size changes it will either decrease to </math>j - 1<math> or...")
 
No edit summary
 
Line 1: Line 1:
<div class="d-none"><math>
Consider the simple queueing process of [[guide:D26a5cb8f7#exam 5.21|Example]].  Suppose that you watch the size of the queue.  If there are
\newcommand{\NA}{{\rm NA}}
<math>j</math> people in the queue the next time the queue size changes it will either decrease
\newcommand{\mat}[1]{{\bf#1}}
to <math>j - 1</math> or increase to <math>j + 1</math>.  Use the result of [[exercise:8b126d52c7 |Exercise]] to
\newcommand{\exref}[1]{\ref{##1}}
show that the probability that the queue size decreases to <math>j - 1</math> is
\newcommand{\secstoprocess}{\all}
<math>\mu/(\mu +\lambda)</math> and the probability that it increases to <math>j + 1</math> is <math>\lambda/(\mu +
\newcommand{\NA}{{\rm NA}}
\lambda)</math>.  When the queue size is 0 it can only increase to 1.  Write a program to simulate the queue size.  Use this simulation to help formulate a conjecture containing conditions on <math>\mu</math> and <math>\lambda</math> that will ensure that the queue will have
\newcommand{\mathds}{\mathbb}</math></div> Consider the simple queueing process of Example~\ref{exam
5.21}.  Suppose that you watch the size of the queue.  If there are
</math>j<math> people in the queue the next time the queue size changes it will either decrease
to </math>j - 1<math> or increase to </math>j + 1<math>.  Use the result of Exercise~[[exercise:8b126d52c7 |Exercise]] to
show that the probability that the queue size decreases to </math>j - 1<math> is
</math>\mu/(\mu +
\lambda)<math> and the probability that it increases to </math>j + 1<math> is </math>\lambda/(\mu +
\lambda)<math>.  When the queue size is 0 it can only increase to~1.  Write a program to
simulate the queue size.  Use this simulation to help formulate a conjecture
containing conditions on </math>\mu<math>~and~</math>\lambda<math> that will ensure that the queue will have
times when it is empty.
times when it is empty.

Latest revision as of 02:21, 14 June 2024

Consider the simple queueing process of Example. Suppose that you watch the size of the queue. If there are [math]j[/math] people in the queue the next time the queue size changes it will either decrease to [math]j - 1[/math] or increase to [math]j + 1[/math]. Use the result of Exercise to show that the probability that the queue size decreases to [math]j - 1[/math] is [math]\mu/(\mu +\lambda)[/math] and the probability that it increases to [math]j + 1[/math] is [math]\lambda/(\mu + \lambda)[/math]. When the queue size is 0 it can only increase to 1. Write a program to simulate the queue size. Use this simulation to help formulate a conjecture containing conditions on [math]\mu[/math] and [math]\lambda[/math] that will ensure that the queue will have times when it is empty.