Are These Integrals Correct for Exponential Decay Problems?

Click For Summary

Homework Help Overview

The discussion revolves around evaluating integrals related to exponential decay problems, particularly in the context of reliability and failure rates of lightbulbs and radioactive decay. Participants are examining the correctness of their integral evaluations and interpretations of the underlying probability concepts.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to evaluate integrals for different parts of the problem and questioning the correctness of their evaluations. Some participants express uncertainty about the interpretation of the problems, particularly regarding the relationship between exponential decay and Poisson processes. Others suggest that the wording of the problems may lead to confusion.

Discussion Status

There is an ongoing exploration of the integral evaluations and their implications. Some participants have provided guidance on interpreting the problems, while others express uncertainty about their understanding of the concepts involved. Multiple interpretations of the problems are being discussed, particularly regarding the connection between the exponential decay and the Poisson process.

Contextual Notes

Participants note that the problems may be poorly worded, leading to confusion about the expected approach. There are references to different chapters in a textbook that discuss relevant concepts, indicating a potential gap in the participants' understanding of the material.

TranscendArcu
Messages
277
Reaction score
0

Homework Statement



Screen_shot_2012_04_06_at_7_15_49_PM.png


The Attempt at a Solution


I think I'm just evaluating integrals in this problem, not so? For part a)

[itex]\int_0 ^1 λe^{-λt}dt = \int_0 ^1 e^{-t}dt = -e^{-t} |^1 _0 = \frac{-1}{e} + 1[/itex]

For part b)
[itex]\int_0 ^3 e^{-t}dt = -e^{-t} |^3 _0 = \frac{-1}{e^3} + 1[/itex]

For part c)
[itex]\int_3 ^4 e^{-t}dt = -e^{-t} |^4 _3 = \frac{-1}{e^4} + \frac{1}{e^3}[/itex]

For part d)
Consider the limit as R goes to ∞ of [itex]\int_4 ^R e^{-t}dt = -e^{-t} | ^R _4 = 0 + \frac{1}{e^4}[/itex]

Does that seem right?
 
Physics news on Phys.org
This is a very similar question that I'd like my work checked on.

Screen_shot_2012_04_06_at_7_36_28_PM.png


[itex]\int_0 ^T λe^{-λt}dt = \int_0 ^T (.01)e^{-(.01)t}dt =-e^{-(.01)t} |^T _0 =\frac{-1}{e^{\frac{T}{100}}} + 1 = Q[/itex]. I think this is the probability that the lightbulb will fail within the T hours. Thus, the probability that it will not fail should be given by [itex]1-Q[/itex]; that is, the probability of all outcomes minus the probability that the lightbulb fails.

For part b, I can solve the equation [itex]\frac{-1}{e^{\frac{t}{100}}} + 1 = \frac{1}{2}[/itex] for t. Write
[itex]e^{\frac{-t}{100}} = \frac{1}{2}[/itex]
[itex]\frac{t}{100} = ln(2)[/itex]
[itex]t = 100ln(2)[/itex]

So 100*ln(2) hours is the time when the reliability of the bulb is 1/2.

Is that right?
 
TranscendArcu said:

Homework Statement



Screen_shot_2012_04_06_at_7_15_49_PM.png


The Attempt at a Solution


I think I'm just evaluating integrals in this problem, not so? For part a)

[itex]\int_0 ^1 λe^{-λt}dt = \int_0 ^1 e^{-t}dt = -e^{-t} |^1 _0 = \frac{-1}{e} + 1[/itex]

For part b)
[itex]\int_0 ^3 e^{-t}dt = -e^{-t} |^3 _0 = \frac{-1}{e^3} + 1[/itex]

For part c)
[itex]\int_3 ^4 e^{-t}dt = -e^{-t} |^4 _3 = \frac{-1}{e^4} + \frac{1}{e^3}[/itex]

For part d)
Consider the limit as R goes to ∞ of [itex]\int_4 ^R e^{-t}dt = -e^{-t} | ^R _4 = 0 + \frac{1}{e^4}[/itex]

Does that seem right?

No, it does not seem right.

The question is very badly worded. I think what they are saying is that the times between decays are iid exponential random variables with rate λ. That means that the count of the number of decays in a time interval [a,b] is a Poisson random variable with mean λ(b-a).

In particular, the probability that a decay occurs after time t = 4 is 1, since the probability of 0 decays in the interval [4,T] is exp(-λ(T-4)), which → 0 at T → ∞.

RGV
 
How about these integrals then:

a) [itex]\int_0 ^1 (1-0)e^{(-t)} dt = 1 - \frac{1}{e}[/itex]
b) [itex]\int_0 ^1 (3)e^{-3t} dt = 1 - \frac{1}{e^3}[/itex]
c) [itex]\int_0 ^1 (4-3)e^{-(4-3)t} dt = 1 - \frac{1}{e}[/itex]
d) [itex]\int_0 ^1 (R-4)e^{-(R-4)t} dt = 1 -e^{4-R}[/itex], which, as you indicated, goes to one as R goes to infinity.

How is that?
 
I guess this changes my answer to question six slightly. Would I write instead:

Calculate the probability that it will burn out: [itex]\int_0 ^1 (.01)(T-0)e^{(.01)(T-0)t} dt = e^{(.01)T} - 1[/itex]

Thus, the probability that it will not burn out is given by [itex]1 - e^{(.01)T} + 1 = 2 - e^{(.01)T}[/itex]

We can set this expression equal to 2 and solve for T, which we find to be ln(3/2)/.01

Is that better?
 
TranscendArcu said:
I guess this changes my answer to question six slightly. Would I write instead:

Calculate the probability that it will burn out: [itex]\int_0 ^1 (.01)(T-0)e^{(.01)(T-0)t} dt = e^{(.01)T} - 1[/itex]

Thus, the probability that it will not burn out is given by [itex]1 - e^{(.01)T} + 1 = 2 - e^{(.01)T}[/itex]

We can set this expression equal to 2 and solve for T, which we find to be ln(3/2)/.01

Is that better?

When you say "this changes my answer...", I don't know what the 'this' refers to, because you are replying without quoting. Anyway, I would say that the first question (about radioactive decay) and the second one (about machine failure) are completely unrelated. The Poisson process has nothing at all to do with the machine failure problem.

So, I would go with your original answers to the machine question.

Let me ask you a serious question here: do you actually know what the different models and methods are about, or are you just guessing? You seem very uncertain. I would recommend that you do additional reading about these topics, to eliminate your sources of apparent confusion. If your textbook does not have a decent discussion, the web certainly does.
The source http://www.ssc.upenn.edu/~rwright/courses/poisson.pdf has a fairly gentle introduction to this area.

RGV
 
Last edited by a moderator:
I am just guessing. My textbook is just a pdf, so just out of curiosity I did a search for "poisson." The results that came up were in chapter five called "Important Distributions and Densities." The chapter that I pulled these questions from were from chapter two called "Continuous Probability Densities." It's certainly clear how the two are related, but poisson isn't mentioned in my text for another two chapters! So when I sat down to these problems, I thought they were just integral evaluations, and when you told me that I had done the first problem wrong, I assumed that I had misunderstood how to properly integrate these functions. That is, that I have to readjust the bounds and include (b-a) terms. That's why I reworked the second problem: it seemed very similar, and at this point in the text, I only knew one way to properly solve, and it made no mention of poisson.
 
TranscendArcu said:
I am just guessing. My textbook is just a pdf, so just out of curiosity I did a search for "poisson." The results that came up were in chapter five called "Important Distributions and Densities." The chapter that I pulled these questions from were from chapter two called "Continuous Probability Densities." It's certainly clear how the two are related, but poisson isn't mentioned in my text for another two chapters! So when I sat down to these problems, I thought they were just integral evaluations, and when you told me that I had done the first problem wrong, I assumed that I had misunderstood how to properly integrate these functions. That is, that I have to readjust the bounds and include (b-a) terms. That's why I reworked the second problem: it seemed very similar, and at this point in the text, I only knew one way to properly solve, and it made no mention of poisson.

As I said, the wording of the first problem is very poor, so I had to guess what they wanted, using past knowledge of radioactivity and probability, plus some verbal clues left by the author of the problem (viz., the phrase "not necessarily the first"). That seemed to me to indicate that you could have decays happening over and over again; and while the problem did not specify it explicitly, the only sensible interpretation I could come with is that the exponential density given in the problem is the probability density of times between successive decays. That puts the whole thing into the province of the Poisson process (note the importance of that extra word 'process' when you do a search).

My interpretation could be all wrong, but in that case I have no clue at all what the author could possible want, and the problem would be describing something very different from actual, real-world radioactivity.

The link I gave you in my previous reply explains the material in a not-too-complicated way. Have you tried reading it?

RGV
 

Similar threads

Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
8
Views
2K
Replies
9
Views
2K
Replies
6
Views
3K
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K