BE.180:FirstOrderDecay
From OpenWetWare
First Order Decay (of anything)
Givens:
- A pile of some thing, X.
- A first-order chemical process by which X is destroyed (or transformed into something else).
Tasks:
- Compute amount of X remaining as a function of time.
- Compute amount of time until there is half as much X as there is now (this length of time is called the "half-life" of X or t1 / 2).
Approach:
- Write differential equation for change in X over time.
![\frac{dX}{dt} = -k_d * [X]](/images/math/d/e/a/dea5ff03ddda8c922f184d911ec1afa0.png)
- Solve equation for [X] as a function of time, t.
![\frac{dX}{[X]} = -k_d * dt](/images/math/7/5/f/75fb9dddad8c4f4e30c9d45828cef704.png)
- Integrating from X(t = 0) to X(t = t)
![[lnX]_{X_{(t=0)}}^{X_{(t=t)}} = [-k_d*t]_{(t=0)}^{(t=t)}](/images/math/8/f/4/8f4727e0d8a9f3bad384b9773c7669c5.png)
- Solving at the limits produces...

- Which provides a general analytical solution for X as a function of time, t

- Now, note that at t1 / 2, X(t = t) / X(t = 0) = 0.5 by definition. So we can substitute and get...
- Which is the same as...


