Differential Equations and Radioactive Decay

Click For Summary

Homework Help Overview

The discussion revolves around modeling the radioactive decay of a substance using differential equations. The original poster presents a scenario where a substance decays from 15 grams at t=0 hours to 10 grams at t=3 hours, seeking to establish a differential equation and solve for the amount of substance over time, including finding the half-life.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the formulation of the decay equation and the application of the method of separation of variables. There are attempts to derive the decay constant k and calculate the half-life, with some participants questioning the validity of their assumptions and calculations.

Discussion Status

The discussion is ongoing, with participants providing various interpretations and calculations. Some have identified potential errors in their reasoning, particularly regarding the relationship between the decay rate and the amount of substance. There is no explicit consensus on the correct approach or solution yet.

Contextual Notes

Participants are grappling with the requirement that the decay rate should be proportional to the amount of substance, as opposed to time, which has led to confusion in their equations. There is also mention of constraints related to the problem setup and the need for clarity on logarithmic calculations.

Northbysouth
Messages
241
Reaction score
2

Homework Statement


The radioactive decay of a substance is proportional to the present amount of substance at any time t. If there was 15 grams at t=0 hours and 10 grams at t=3 hours. Set up the differential equation that models this decay and use the method of separation of variables to solve for the equation that will give the amount of the substance at any time t. Find when the half-life occurs and the amount of substance at t=10 hours.


Homework Equations





The Attempt at a Solution



So I have the equation

N = Dekt

for the decay

Plugging in N = 15 grams at t = 0 gives mt

D = 15

Then plugging in t=3 and N = 10 grams

10 = 15e3k

I get k = ln(10)/45

The half life occurs at 0.5N

0.5N = 15eln(10)/45 * t

Solving for t I get

t = (45*7.5)/300

t = 1.125 hours

But this doesn't make sense. Was I wrong to assume that N = 7.5 at the half-life time?
 
Physics news on Phys.org
Northbysouth said:

Homework Statement


The radioactive decay of a substance is proportional to the present amount of substance at any time t. If there was 15 grams at t=0 hours and 10 grams at t=3 hours. Set up the differential equation that models this decay and use the method of separation of variables to solve for the equation that will give the amount of the substance at any time t. Find when the half-life occurs and the amount of substance at t=10 hours.


Homework Equations





The Attempt at a Solution



So I have the equation

N = Dekt

for the decay

Plugging in N = 15 grams at t = 0 gives mt

D = 15

Then plugging in t=3 and N = 10 grams

10 = 15e3k

I get k = ln(10)/45

The half life occurs at 0.5N

0.5N = 15eln(10)/45 * t

Solving for t I get

t = (45*7.5)/300

t = 1.125 hours

But this doesn't make sense. Was I wrong to assume that N = 7.5 at the half-life time?

How did you go from 10 = 15e3k to k = ln(10)/45 ? (It is wrong, BTW.)
 
Yes, I think I made a mistake there.

I think it should be:

k = ln(10/15)t/3

When I use this, plugging in N =7.5 for the half-life N value, I get t = 2.25 which doesn't seem right either.
 
Northbysouth said:
Yes, I think I made a mistake there.

I think it should be:

k = ln(10/15)t/3

When I use this, plugging in N =7.5 for the half-life N value, I get t = 2.25 which doesn't seem right either.

You need to review material on logarithms. How do you get log(10/15)?
 
Northbysouth said:

Homework Statement


The radioactive decay of a substance is proportional to the present amount of substance at any time t. If there was 15 grams at t=0 hours and 10 grams at t=3 hours. Set up the differential equation that models this decay and use the method of separation of variables to solve for the equation that will give the amount of the substance at any time t. Find when the half-life occurs and the amount of substance at t=10 hours.


Homework Equations





The Attempt at a Solution



So I have the equation

N = Dekt
HOW did yo get this? There was no "k" in the problem. Did you, as the problem requires, actually set up the diffrential equation and solve?

for the decay

Plugging in N = 15 grams at t = 0 gives mt

D = 15

Then plugging in t=3 and N = 10 grams

10 = 15e3k

I get k = ln(10)/45

The half life occurs at 0.5N

0.5N = 15eln(10)/45 * t

Solving for t I get

t = (45*7.5)/300

t = 1.125 hours

But this doesn't make sense. Was I wrong to assume that N = 7.5 at the half-life time?
 
In my second reply, where I asked "how do you get ln(10/15)", I meant "how do you calculate ln(10/15)"? The ln(10/15) part is OK, but somewhere after that you made an error.

(I wanted to put this into an edited version of my response, but for some reason the "edit" option is now unavailable.)
 
I think I misinterpreted the question. My professor did a similar example in class and I assumed that I could use the equation that she used.

So, unless I'm much mistaken, I believe that my initial equation is:

dN/dt = kt

dN = kt dt

∫dN = ∫kt dt

N = kt2/2 + C

When t=0, N =15

C = 15

N = kt2/2 + 15

At t=3, N=10

10 = k(3)2/2 + 15

k = -10/9

N = -10t2/18 + 15

The half-life should occur when N=7.5

7.5 = -10t2/18 + 15

t = 3.674

However, when I go to check the amount of the substance left at t=10,

N = -10(10)2/18 + 15

N=-40.56

I take this to mean that N is actually equal to 0, unless I've made a mistake in my work. Am I making sense here?
 
Northbysouth said:
I think I misinterpreted the question. My professor did a similar example in class and I assumed that I could use the equation that she used.

So, unless I'm much mistaken, I believe that my initial equation is:

dN/dt = kt

dN = kt dt

∫dN = ∫kt dt

N = kt2/2 + C

When t=0, N =15

C = 15

N = kt2/2 + 15

At t=3, N=10

10 = k(3)2/2 + 15

k = -10/9

N = -10t2/18 + 15

The half-life should occur when N=7.5

7.5 = -10t2/18 + 15

t = 3.674

However, when I go to check the amount of the substance left at t=10,

N = -10(10)2/18 + 15

N=-40.56

I take this to mean that N is actually equal to 0, unless I've made a mistake in my work. Am I making sense here?

You are mistaken: your DE dN/dt = kt says that the rate of decay is proportional to time, but the question said it should be proportional to N.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
1
Views
8K
Replies
4
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K