using the exponential distribution to calculate half-life
$begingroup$
Given a rock that contains 10^20 atoms of a particular substance, each atom has an exponentially distributed lifetime with a half-life of one century. How many centuries must pass before:
a) It is most likely 100 atoms remain
b) There is a 50% chance one atom remains
A solution I came across for a)
$ lambda = frac{ln(2)}{0.5} = 1.3862$
$ P(T>t) = e^{- 1.3862t} = frac{100}{10^{20}} $
$ t= 29.89 $
If $P(T>t)$ means the probability of the thing surviving until past time t, how does the expression used to calculate $P(T>t)$ equal the proportion of atoms remaining to the original amount of atoms?
Also, how would I approach problem b)?
Where would the 50% fit in for one atom remaining?
probability probability-distributions
$endgroup$
add a comment |
$begingroup$
Given a rock that contains 10^20 atoms of a particular substance, each atom has an exponentially distributed lifetime with a half-life of one century. How many centuries must pass before:
a) It is most likely 100 atoms remain
b) There is a 50% chance one atom remains
A solution I came across for a)
$ lambda = frac{ln(2)}{0.5} = 1.3862$
$ P(T>t) = e^{- 1.3862t} = frac{100}{10^{20}} $
$ t= 29.89 $
If $P(T>t)$ means the probability of the thing surviving until past time t, how does the expression used to calculate $P(T>t)$ equal the proportion of atoms remaining to the original amount of atoms?
Also, how would I approach problem b)?
Where would the 50% fit in for one atom remaining?
probability probability-distributions
$endgroup$
$begingroup$
In my opinion the value for $lambda$ is not right. The equation should be $0.5=e^{-lambda cdot 1}Rightarrow lambda=ln(2)$
$endgroup$
– callculus
Nov 10 '15 at 18:21
add a comment |
$begingroup$
Given a rock that contains 10^20 atoms of a particular substance, each atom has an exponentially distributed lifetime with a half-life of one century. How many centuries must pass before:
a) It is most likely 100 atoms remain
b) There is a 50% chance one atom remains
A solution I came across for a)
$ lambda = frac{ln(2)}{0.5} = 1.3862$
$ P(T>t) = e^{- 1.3862t} = frac{100}{10^{20}} $
$ t= 29.89 $
If $P(T>t)$ means the probability of the thing surviving until past time t, how does the expression used to calculate $P(T>t)$ equal the proportion of atoms remaining to the original amount of atoms?
Also, how would I approach problem b)?
Where would the 50% fit in for one atom remaining?
probability probability-distributions
$endgroup$
Given a rock that contains 10^20 atoms of a particular substance, each atom has an exponentially distributed lifetime with a half-life of one century. How many centuries must pass before:
a) It is most likely 100 atoms remain
b) There is a 50% chance one atom remains
A solution I came across for a)
$ lambda = frac{ln(2)}{0.5} = 1.3862$
$ P(T>t) = e^{- 1.3862t} = frac{100}{10^{20}} $
$ t= 29.89 $
If $P(T>t)$ means the probability of the thing surviving until past time t, how does the expression used to calculate $P(T>t)$ equal the proportion of atoms remaining to the original amount of atoms?
Also, how would I approach problem b)?
Where would the 50% fit in for one atom remaining?
probability probability-distributions
probability probability-distributions
asked Nov 10 '15 at 17:44
user288859user288859
61
61
$begingroup$
In my opinion the value for $lambda$ is not right. The equation should be $0.5=e^{-lambda cdot 1}Rightarrow lambda=ln(2)$
$endgroup$
– callculus
Nov 10 '15 at 18:21
add a comment |
$begingroup$
In my opinion the value for $lambda$ is not right. The equation should be $0.5=e^{-lambda cdot 1}Rightarrow lambda=ln(2)$
$endgroup$
– callculus
Nov 10 '15 at 18:21
$begingroup$
In my opinion the value for $lambda$ is not right. The equation should be $0.5=e^{-lambda cdot 1}Rightarrow lambda=ln(2)$
$endgroup$
– callculus
Nov 10 '15 at 18:21
$begingroup$
In my opinion the value for $lambda$ is not right. The equation should be $0.5=e^{-lambda cdot 1}Rightarrow lambda=ln(2)$
$endgroup$
– callculus
Nov 10 '15 at 18:21
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
As stated in the comments, there is an error in $lambda$ (unless the halflife is supposed to be half a century and you made a typo).
"Exponentially distributed lifetime" means that the number of atoms in the rock follows an evolution of the form
$$
N(t) = N_0 e^{-lambda t},
$$
where $N$ is the number of atoms at time $t$ and $N_0=N(0)$.
To find $lambda$, recall that after one halflife ($t=1$ centuries) half of the initial number of atoms remain, thus
$$
frac{N_0}{2} = N_0 e^{-lambda} Leftrightarrow lambda = log{(2)}.
$$
(a) Put $N(t)=100$, $N_0 = 10^{20}$, $lambda = log{(2)}$ and solve for $t$. You will obtain the same equation as you have written in the question.
(b) Recall that a halflife is the time during which the probability of decay of one atom is 50%. Thus, set $N(t)=1/2$, $N_0=10^{20}$, $lambda={(2)}$ and solve for $t$.
$endgroup$
add a comment |
Your Answer
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1522785%2fusing-the-exponential-distribution-to-calculate-half-life%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
As stated in the comments, there is an error in $lambda$ (unless the halflife is supposed to be half a century and you made a typo).
"Exponentially distributed lifetime" means that the number of atoms in the rock follows an evolution of the form
$$
N(t) = N_0 e^{-lambda t},
$$
where $N$ is the number of atoms at time $t$ and $N_0=N(0)$.
To find $lambda$, recall that after one halflife ($t=1$ centuries) half of the initial number of atoms remain, thus
$$
frac{N_0}{2} = N_0 e^{-lambda} Leftrightarrow lambda = log{(2)}.
$$
(a) Put $N(t)=100$, $N_0 = 10^{20}$, $lambda = log{(2)}$ and solve for $t$. You will obtain the same equation as you have written in the question.
(b) Recall that a halflife is the time during which the probability of decay of one atom is 50%. Thus, set $N(t)=1/2$, $N_0=10^{20}$, $lambda={(2)}$ and solve for $t$.
$endgroup$
add a comment |
$begingroup$
As stated in the comments, there is an error in $lambda$ (unless the halflife is supposed to be half a century and you made a typo).
"Exponentially distributed lifetime" means that the number of atoms in the rock follows an evolution of the form
$$
N(t) = N_0 e^{-lambda t},
$$
where $N$ is the number of atoms at time $t$ and $N_0=N(0)$.
To find $lambda$, recall that after one halflife ($t=1$ centuries) half of the initial number of atoms remain, thus
$$
frac{N_0}{2} = N_0 e^{-lambda} Leftrightarrow lambda = log{(2)}.
$$
(a) Put $N(t)=100$, $N_0 = 10^{20}$, $lambda = log{(2)}$ and solve for $t$. You will obtain the same equation as you have written in the question.
(b) Recall that a halflife is the time during which the probability of decay of one atom is 50%. Thus, set $N(t)=1/2$, $N_0=10^{20}$, $lambda={(2)}$ and solve for $t$.
$endgroup$
add a comment |
$begingroup$
As stated in the comments, there is an error in $lambda$ (unless the halflife is supposed to be half a century and you made a typo).
"Exponentially distributed lifetime" means that the number of atoms in the rock follows an evolution of the form
$$
N(t) = N_0 e^{-lambda t},
$$
where $N$ is the number of atoms at time $t$ and $N_0=N(0)$.
To find $lambda$, recall that after one halflife ($t=1$ centuries) half of the initial number of atoms remain, thus
$$
frac{N_0}{2} = N_0 e^{-lambda} Leftrightarrow lambda = log{(2)}.
$$
(a) Put $N(t)=100$, $N_0 = 10^{20}$, $lambda = log{(2)}$ and solve for $t$. You will obtain the same equation as you have written in the question.
(b) Recall that a halflife is the time during which the probability of decay of one atom is 50%. Thus, set $N(t)=1/2$, $N_0=10^{20}$, $lambda={(2)}$ and solve for $t$.
$endgroup$
As stated in the comments, there is an error in $lambda$ (unless the halflife is supposed to be half a century and you made a typo).
"Exponentially distributed lifetime" means that the number of atoms in the rock follows an evolution of the form
$$
N(t) = N_0 e^{-lambda t},
$$
where $N$ is the number of atoms at time $t$ and $N_0=N(0)$.
To find $lambda$, recall that after one halflife ($t=1$ centuries) half of the initial number of atoms remain, thus
$$
frac{N_0}{2} = N_0 e^{-lambda} Leftrightarrow lambda = log{(2)}.
$$
(a) Put $N(t)=100$, $N_0 = 10^{20}$, $lambda = log{(2)}$ and solve for $t$. You will obtain the same equation as you have written in the question.
(b) Recall that a halflife is the time during which the probability of decay of one atom is 50%. Thus, set $N(t)=1/2$, $N_0=10^{20}$, $lambda={(2)}$ and solve for $t$.
answered Nov 11 '15 at 10:14


ekkilopekkilop
1,736519
1,736519
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1522785%2fusing-the-exponential-distribution-to-calculate-half-life%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
In my opinion the value for $lambda$ is not right. The equation should be $0.5=e^{-lambda cdot 1}Rightarrow lambda=ln(2)$
$endgroup$
– callculus
Nov 10 '15 at 18:21