SOLUTION: The amount of radioactive tracer remaining after t days is given by A =Ao e-o.o58t, where AO is the starting amount at the beginning of the time period. How many days will it take

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: The amount of radioactive tracer remaining after t days is given by A =Ao e-o.o58t, where AO is the starting amount at the beginning of the time period. How many days will it take       Log On


   



Question 72953: The amount of radioactive tracer remaining after t days is given by A =Ao e-o.o58t, where AO is the starting amount at the beginning of the time period. How many days will it take for one half of the original amount to decay?
please show me
Thanks

Found 2 solutions by bucky, jim_thompson5910:
Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given:
.
A+=+A%5B0%5D%2Ae%5E%28-0.058%2At%29
.
A is the amount of material at time t. A%5B0%5D is the starting amount of material. And
t is the amount of elapsed time in days. You are asked to find the amount of time t that it
will take for the amount of material to equal half the amount you started with.
.
Since you started with A%5B0%5D when it is half gone the A will equal %281%2F2%29%2A+A%5B0%5D
.
Substituting this in for A results in the equation becoming:
.
%281%2F2%29%2AA%5B0%5D+=+A%5B0%5D%2Ae%5E%28-0.058%2At%29
.
If you divide both sides of this equation by A%5B0%5D the A%5B0%5D term on both sides
drops out and you are left with:
.
%281%2F2%29+=+e%5E%28-0.058%2At%29
.
Take the logarithm of both sides. Since the equation has an e in it, take the natural logarithm,
ln:
.
ln(1/2) = ln(e^(-0.058*t))
.
On a calculator you will find that ln(1/2) = ln(0.5) = -0.69314718. Substitute this into
the equation for ln(1/2) to get:
.
-0.69314718 = ln(e^(-0.058*t))
.
On the right side, by the rules of logarithms in a logarithm of a term with an exponent
the exponent can be taken as the multiplier of the logarithm. As a result, the term:
.
ln(e^(-0.058*t))
.
is equal to the term:
.
(-0.058*t)*ln(e)
.
but ln(e) is equal to 1. So this term further reduces to (-0.058*t). Substitute this
into the equation and you now have:
.
-0.69314718 = (-0.058*t)
.
Multiply both sides by -1 to eliminate the negative signs and have:
.
0.69314718 = 0.058*t
.
Finally divide both sides by 0.058 to solve for t:
.
0.69314718/0.058 = t
.
And after the division is performed the equation becomes:
.
11.9508 = t
.
So after about 12 days one-half of the original material has decayed.
.
Hope this helps you to decipher the problem.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
If A%5Bo%5D is the original amount, then A%5Bo%5D%2F2 is half of the original amount. So set A%5Bo%5D%2F2 equal to A%5Bo%5De%5E%28-0.058t%29
A%5Bo%5D%2F2=A%5Bo%5De%5E%28-0.058t%29Now solve for t (remember e is a constant number)
Divide both sides by A%5Bo%5D
1%2F2=e%5E%28-0.058t%29Now take the natural log of both sides (this undoes the natural base e)
ln%281%2F2%29=ln%28e%5E%28-0.058t%29%29
%28ln%281%2F2%29%29%2F-0.058=cross%28-0.058%29%2Fcross%28-0.058%29%2AtDivide both sides by -0.058
t=-ln%281%2F2%29%2F0.058
Since -ln(1/2)=0.693147 approximately
-ln%281%2F2%29%2F0.058=0.693147%2F0.058=11.9508
So after 11.95 days or so the original amount remaining is half. Hope that helps.