Question 1198954: b) The half-life of a radioactive substance is 300 years. If the initial amount is q milligrams, then the quantity q(t) remaining after t years is given by q(t) = q2^(kt). Find k
Found 3 solutions by josgarithmetic, math_tutor2020, MathTherapy: Answer by josgarithmetic(39617) (Show Source): Answer by math_tutor2020(3817) (Show Source):
You can put this solution on YOUR website!
I'll use the variable 'a' as the initial amount, rather than q, since q is already taken in q(t).
Therefore, I'll rewrite this given equation
q(t) = q*2^(kt)
as
q(t) = a*2^(kt)
initial amount = a
half of that is q/2 = 0.5a
which occurs t = 300 years later
This means q(t) = 0.5a when t = 300
In other words, q(300) = 0.5a
q(t) = a*2^(kt)
q(300) = a*2^(k*300)
0.5a = a*2^(300k)
0.5 = 2^(300k)
I divided both sides by 'a' in the jump from step 3 to step 4.
Ultimately the starting amount does not matter.
From here we use logarithms to solve for k.
If the variable is in the trees (aka exponent), then log it down.
The reason for using logs is because of this property
log(A^B) = B*log(A)
which helps us pull down the exponent to isolate the variable.
So,
0.5 = 2^(300k)
Log(0.5) = Log( 2^(300k) )
Log(0.5) = 300k*Log( 2 )
k = Log(0.5)/(300*Log(2))
k = Log(2^(-1))/(300*Log(2))
k = -1*Log(2)/(300*Log(2))
k = -1/300
---------------------------------------
Here's another way to solve for k without using logs.
0.5 = 2^(300k)
1/2 = 2^(300k)
2^(-1) = 2^(300k)
Both sides have the same base.
In order for both sides to be equal, the exponents must be equal.
-1 = 300k
300k = -1
k = -1/300
This type of trick is handy if you aren't too familiar with logs yet.
However, this trick won't always work for any general exponential equation.
For example, the trick won't work if we had say
0.7 = 2^(300k)
which is why I prefer the logarithm approach.
---------------------------------------
Answer: k = -1/300
-1/300 = -0.003333 where the '3's go on forever.
I think it's best to stick to the fraction form since it's most exact.
If your teacher says otherwise, then be sure to follow those instructions.
Answer by MathTherapy(10552) (Show Source):
|
|
|