Half Life Problem: Solving for 5 Years Starting with 100 Grams

  • Thread starter Thread starter magnifik
  • Start date Start date
  • Tags Tags
    Half life Life
AI Thread Summary
The problem involves calculating the amount of a radioactive material after 5 years, starting with 100 grams and adding 5 grams annually, while accounting for a half-life of 50ln2 years. The initial calculation suggests that after 5 years, 90 grams remain from the original amount, leading to a total of 95 grams when the annual addition is included. However, there is uncertainty about the correct method to incorporate the annual addition of 5 grams into the decay formula. Suggestions include calculating the mass year by year or using a recursive equation to express the quantity over time. The discussion seeks a more efficient approach to solve the problem accurately.
magnifik
Messages
350
Reaction score
0
The problem:
A radioactive material has a half-life of 50ln2 years. If you add 5 grams per year to the material, how much material will you have after 5 years if you start with 100 grams?

What I've done so far:
t = ln2/k = 50ln2
k = 1/50
k = .02
A = A0e^-kt
N = 100e^(-.02)(5) = 90 grams
90 + 5 = 95 grams

i'm not sure if this is correct because i have a feeling this is not the correct way to take into account the 5 grams per year being added constantly. please let me know if i need to fix anything. thx.
 
Physics news on Phys.org
Calculate mass after a year, add 5. Repeat five times.
 


Perhaps it would be easier if you start by writing down a recursive equation, i.e. express the quantity N(t + 1) after one year in terms of the quantity N(t) in the previous year?
 
using both suggestions i would have
N(t + 1) = (N(t) e^-kt) + 10
but i would still have to sum up each value from t = 0 to 4
is there an easier way to do this?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top