How Does Poisson Distribution Calculate Robot Breakdown Probabilities?

  • Context: Undergrad 
  • Thread starter Thread starter akito458
  • Start date Start date
  • Tags Tags
    Poisson
Click For Summary

Discussion Overview

The discussion revolves around calculating the probabilities of robot breakdowns using the Poisson distribution. Participants explore various aspects of the problem, including the implications of the breakdown rate, the time intervals involved, and the relationship between past breakdowns and future probabilities.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant presents the problem of calculating the probability of robot breakdowns, noting confusion about how to apply the Poisson distribution and the rate (lambda).
  • Another participant suggests a formula for calculating probabilities, indicating that P{X >= a} = e^(-λa) and questions if P{X < a} can be expressed as -e^(-λa).
  • A different participant calculates the probability of a breakdown during the day, stating P{X < a} = e^(-0.5) and provides a numerical result of approximately 0.6065.
  • One participant requests assistance with the second part of the problem regarding the probability of the robot working for at least 4 hours without a breakdown.
  • A later reply explains the Poisson process and provides detailed calculations for both parts a and b, discussing the breakdown rate per hour and the relevant probabilities for breakdowns occurring within specified time intervals.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and approach to the problem, with some providing calculations and others seeking clarification. There is no consensus on the solutions, and multiple interpretations of the problem exist.

Contextual Notes

Participants express uncertainty regarding the application of the Poisson distribution, particularly in relation to the breakdown rate and the time intervals. Some assumptions about the definitions and calculations remain unresolved.

akito458
Messages
6
Reaction score
0
Poisson Distrobution-HELP! URGENT!

the problem:

The Breakdowns of a robot follow a Poisson Dist. with an avg of .5 breakdowns per 8-hour workday. If this robot is placed in service at the beginning of the day, find the probability that:

a. It will break down durring the day.
b. It will work for at least 4 hours without breakdown
c. Does what happened the day before have any effect on your answers? why?

I'm a newb to probability and am I'm haveing trouble figuring out where to begin. I know that the rate(lamda) has something to do with the percent of break downs and the work day. Is it .5*workday or just .5. I just don't know where to begin with this problem. :cry:
 
Physics news on Phys.org
i know that P{X >= a } = e^(-גa) where ג is lamda, would P{ X < a } = -e^(-גa)?
 
Well the answer to a. is

P{ X < a } = e^(-גa)
= e^(-0.5)
= 0.6065

where ג = 0.5 <- the rate equals lamda

Since P{ X >= a } = 1 - ( 1 - e^( גa ) ) = e^(-גa)

right?
 
i need help on b
 
anybody...
 
Answer

akito458 said:
the problem:

The Breakdowns of a robot follow a Poisson Dist. with an avg of .5 breakdowns per 8-hour workday. If this robot is placed in service at the beginning of the day, find the probability that:

a. It will break down durring the day.
b. It will work for at least 4 hours without breakdown
c. Does what happened the day before have any effect on your answers? why?

I'm a newb to probability and am I'm haveing trouble figuring out where to begin. I know that the rate(lamda) has something to do with the percent of break downs and the work day. Is it .5*workday or just .5. I just don't know where to begin with this problem. :cry:


A Poisson Process is a counting process; in your case define a success or occurrence when a breakdown happends. The probability of having n breakdowns within a period of time t is: P{N(t)=n}=exp(-lamda*t)*(lamda*t)^n/n!
In this case lamda = 0.5 breakdowns/day (since a day has 8 hours of work. Also, we can express lamda per hour as lamda = 0.5/8 = 1/16 breakdowns/hour.

a. It will break down during the day.
Here we can look for the probability of having a breakdown in a day (8 hours period), then P{N(1) >= 1} = 1 - P{N(1) < 1} = 1 - P{N(1) = 0} = 1 - exp(-0.5)
Or if we look for the probability that the first breakdown occurs within 8 hours; let say X1 is a random variable representing the interarrival time or interarrival occurrence time of breakdowns. By definition the interarrival times are ~Exponential, f(t) = lamda*exp(-lamda*t), 0 <= t < infinity
Then P{X1 <= 8} = 1 - exp[-(0.5/8)*8] = 1 - exp(-0.5)

b. It will work for at least 4 hours without breakdown.
Here we look for the probability of no breakdown in at least 4 hours, or a breakdown in at most 4 hours.
P{N(4) = 0} = exp[-(0.5/8)*4]
P{X1 > 4} = 1 - P{X1 <= 4} = exp[-(0.5/8)*4]

I hope it helps.
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
7
Views
3K
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 6 ·
Replies
6
Views
12K
Replies
5
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K