Solution to the exponential decay equation¶
The solution to the exponential decay equation is the product of the initial quantity and the the ratio of the current time to the half-life of the quantity, raised to the power of 2. In other words, for every half-life that passes, the quantity decays by a factor of 2.
Links:
- Symbol:
X
- Latex:
\(X\)
- Dimension:
any_dimension
- initial_quantity¶
Initial quantity that will decay.
- Symbol:
X_0
- Latex:
\(X_{0}\)
- Dimension:
any_dimension
- Symbol:
t_1/2
- Latex:
\(t_{1/2}\)
- Dimension:
time
- Symbol:
t
- Latex:
\(t\)
- Dimension:
time
- law¶
X = X_0 * 2^(-t / t_1/2)
- Latex:
- \[X = X_{0} \cdot 2^{- \frac{t}{t_{1/2}}}\]