Calculation of a half-life how?

AI Thread Summary
The discussion centers on calculating the remaining mass of a radioactive substance after a given time, specifically after 10 days with a half-life of 5 days and an initial mass of 12 kg. It is clarified that after one half-life (5 days), the mass reduces to 6 kg, and after another half-life (10 days), it further reduces to 3 kg, which is one-quarter of the original mass. The participants explore the mathematical model for decay, emphasizing that the half-life indicates the time required for half of the substance to decay. They also discuss the exponential decay formula and how to derive it, confirming that the calculations can be simplified when the time is a multiple of the half-life. Overall, the conversation enhances understanding of radioactive decay and its calculations.
LoBun
Messages
17
Reaction score
0
"A radioactive substance has a half-life of 5 days, initial mass of 12kg. How much the original isotope will remain after 10 days?"

This is just an example, the question itself is not important, i just want to know how to solve this type of problems generally.. thank you!
 
Physics news on Phys.org
The general form for growth/decay is the model of:

A(t) = A_{i}e^{kt}

where Ai is the initial amount, k the growth rate, and t is time.

You need to solve for k... so. Set it up like this.

6 = 12e^{5k}

Solve for k and use the new equation to find any other questions pertaining to this model.
 
What's the definition of half-life? In this example, what happens after 5 days?
 
If I am not mistaken..

Half life is the time taken for half the number of nuclides to decay. So, as far as I understand, if the half life is of 5 days, after this time the substance will have half its initial mass.. in this case.. 6kg?

Still somewhat confused.. :confused:
 
Look at my post... that's exactly what I have. Can you please indicate what is confusing?

EDIT: The followings posts are probably an easier way to look at the problem. Since 10 days is conveniently twice the half-life, you don't need to use a growth/decay model.
 
Last edited by a moderator:
That is right. The half life is also independent of how many particles you have (within the scale we're discussing here - \mbox{kg}). So how much will you have left after 10 days?

Of course, that's just because this particular question is set up such that the answer is obvious (once you understand it). In general you will need to solve an equation to figure out how much remains.
 
LoBun said:
Half life is the time taken for half the number of nuclides to decay. So, as far as I understand, if the half life is of 5 days, after this time the substance will have half its initial mass.. in this case.. 6kg?
Right. And what about after another 5 days (for a total of 10 days)?
 
Maybe because..

..you've confused a few numbers..

Is it supposed to be:


10 = 12e^(5k) ?
 
May want to check out the "radioactive decay" post in the Differential Equations section. Remember to use enough decimal digits to get an accurate answer (Naeem, are you reading this?).
 
  • #10
No... A(t) is the amount of the substance. The initial amount was 12 kg and after 5 days (t), you have 6 left. I'm fairly certain my method is correct.

This method isn't necessary... if you look at the above posts you'll see why.
 
  • #11
Hum..

Doc Al said:
Right. And what about after another 5 days (for a total of 10 days)?

Would it be.. 1/4 of the initial mass?
 
  • #12
Yes, that's correct. :)

Just to show you the method I used, I'll solve this problem for you.

6 = 12e^{5k}
k = \frac{-\ln(2)}{5}

Now you have the function
A(t) = 12e^{\frac{-t\ln{2}}{5}

Plugging in t = 10 you get

A(t) = 12e^{\frac{-10\ln{2}}{5}
A(t) = 3

Which is 1/4 of the original amount.
 
Last edited by a moderator:
  • #13
The equation for an exponentially decaying quantity I(t) is

I(t) = I_0e^{-kt}

where I_0 = I(0). If the half-life is T, what it means is that

I(T) = \frac{I_0}{2}

In your case, you are given the quantity at time 0 as 12 \mbox{kg}, so I_0 = 12 \mbox{kg}. The half-life is 5 days, so (omitting units for brevity)

I(5) = \frac{I_0}{2} = 6 = I_0 e^{-5k} = 12e^{-5k}

ie. you're solving

6 = 12e^{-5k}

for k. Once you do that, you need to find I(10). All you need to do to do that is to evaluate the formula for I(t) with t=10:

I(10) = 12e^{-10k}

which isn't a problem now, since you found k in the last step!
 
Last edited:
  • #14
So in the case of this question it is pretty much an..

..arithmetic sequence.. :]

Thank you all very much, now I am sure i understood the idea and its definitely not as hard as i thought..
 
  • #15
No problem.
 
  • #16
Geometric sequence actually. An exponentially decaying quantity is one that is decaying continuously in analogy to the discrete ratio for successive terms of a geometric sequence.
 
Back
Top