Exponential decay word problem

1.2k Views Asked by At

How would I solve the following word problem.

A radioactive substance weighed $n$ grams at time t=0. Today 5 years later the substance weight $m$ grams.How much will the substance weight 5 years from now?

How would I solve this I know the formula I have to use is $f(x)=Ce^{kt}$ and to find $k$ you do $\ln2$/half life

3

There are 3 best solutions below

2
On BEST ANSWER

We don't need to calculate $k$. We have $$f(t)=Ce^{kt}.$$

We are told that $f(0)=n$, so $C=n$.

We are told that $f(5)=m$. So $$Ce^{5k}=ne^{5k}=m.\tag{1}$$

We want to find $f(10)$, which is $ne^{10k}$. But from (1) $e^{5k}=\frac{m}{n}$, so $e^{10k}=\frac{m^2}{n^2}$ and therefore $$f(10)=n\cdot \frac{m^2}{n^2}=\frac{m^2}{n}.$$

6
On

Hint:

What does $f(0) = Ce^{0} = n$ tell you about $C$?

What does $f(5) = Ce^{5k} = m$ tell you about $k$?

What do you then get when you calculate $f(10)$?

0
On

The function that gives the radioactive substance weight is

$W(t)=n*e^{-ct}$ ($n$=weight at time $t=0$)

We have

$W(5)=n*e^{-5c} \implies m=n*e^{-5c}$

$e^{-5c}=m/n \implies -5c=ln(\frac{m}{n})\implies c=\frac{-1}{5}ln(\frac{m}{n})$.

So the function becomes

$W(t)=n*e^{\frac{1}{5}ln(\frac{m}{n})t}$

Finally after $5$ years from now

($10$ years from $t=0$)

$W(10)=n*e^{2ln(\frac{m}{n})}= n*e^{{ln(\frac{m}{n})^2}}=n*(\frac{m}{n})^2=\boxed{\frac{m^2}{n}}$