Exponential decay 

A quantity is said to be subject to exponential decay if it decreases at a rate proportional to its value. Symbolically, this can be expressed as the following differential equation, where N is the quantity and λ is a positive number called the decay constant.

\frac{dN}{dt} = -\lambda N.

The solution to this equation is:

N(t) = N_0 e^{-\lambda t}. \,

Here N(t) is the quantity at time t, and N0 = N(0) is the (initial) quantity, at time t = 0.

This is the form of the equation that is most commonly used to describe exponential decay. The constant of integration N0 denotes the original quantity at t = 0. (The notation λ for the decay constant is a remnant of the usual notation for an eigenvalue. In this case, λ is the eigenvalue of the opposite of the differentiation operator with N(t) as the corresponding eigenfunction).

Larger decay constants make the quantity vanish much more rapidly.  This plot shows decay for decay constants of 25, 5, 1, 1/5, and 1/25 for x from 0 to 4.
Larger decay constants make the quantity vanish much more rapidly. This plot shows decay for decay constants of 25, 5, 1, 1/5, and 1/25 for x from 0 to 4.

Contents

Measuring rates of decay

Mean lifetime

If the decaying quantity is the number of discrete elements of a set, it is possible to compute the average length of time for which an element remains in the set. This is called the mean lifetime, and it can be shown that it relates to the decay rate,

\tau = \frac{1}{\lambda}.

The mean lifetime (also called the exponential time constant) is thus seen to be a simple "scaling time":

N(t) = N_0 e^{-t/\tau}. \,

A very similar equation will be seen below, which arises when the base of the exponential is chosen to be 2, rather than e. In that case the scaling time is the "half-life".

Half-life

A more intuitive characteristic of exponential decay for many people is the time required for the decaying quantity to fall to one half of its initial value. This time is called the half-life, and often denoted by the symbol t1 / 2. The half-life can be written in terms of the decay constant, or the mean lifetime, as:

t_{1/2} = \frac{\ln 2}{\lambda} = \tau \ln 2.

When this expression is inserted for τ in the exponential equation above, and ln2 is absorbed into the base, this equation becomes:

N(t) = N_0 2^{-t/t_{1/2}}. \,

Thus, the amount of material left is 2 − 1 = 1 / 2 raised to the (whole or fractional) number of half-lives that have passed. Thus, after 3 half-lives there will be 1 / 23 = 1 / 8 of the original material left.

Solution of the differential equation

The equation that describes exponential decay is

-\frac{dN(t)}{dt} = \lambda N(t)
\frac{dN(t)}{N(t)} = -\lambda dt.

Integrating, we have

\ln N(t) = -\lambda t + D \, where D is the constant of integration.
N(t) = Ce^{-\lambda t} \,

where C = eD. If we evaluate this equation at t = 0, we see that eD = C = N0.

Decay by two or more processes

A quantity may decay via two or more different processes simultaneously. In general, these processes (often called "decay modes", "decay channels", "decay routes" etc.) have different probabilities of occurring, and thus occur at different rates with different half-lives, in parallel. The total decay rate of the quantity N is given by the sum of the decay routes; thus, in the case of two processes:

-\frac{dN(t)}{dt} = N\lambda _1 + N\lambda _2 = (\lambda _1 + \lambda _2)N.\,

The solution to this equation is given in the previous section, where the sum of \lambda _1 + \lambda _2\, is treated as a new total decay constant \lambda _c\,.

N(t) = N_0 e^{-(\lambda _1 + \lambda _2) t} = N_0 e^{-(\lambda _c) t}.\,

Since \tau = 1/\lambda\,, a combined \tau_c\, can be given in terms of \lambda\,s:

\frac{1}{\tau_c} = \lambda_c = \lambda_1 + \lambda_2 = \frac{1}{\tau_1} + \frac{1}{\tau_2}\,
\tau_c = \frac{\tau_1 \tau_2}{\tau_1 + \tau_2}.\,

In words: the mean life for combined decay channels is the harmonic mean of the mean lives associated with the individual processes divided by the total number of processes.

Since half-lives differ from mean life \tau\, by a constant factor, the same equation holds in terms of the two corresponding half-lives:

T_{1/2} = \frac{t_1 t_2}{t_1 + t_2} \,

where T1 / 2 is the combined or total half-life for the process, t1 is the half-life of the first process, and t2 is the half life of the second process.

In terms of separate decay constants, the total half-life T1 / 2 can be shown to be

T_{1/2} = \frac{\ln 2}{\lambda _c} = \frac{\ln 2}{\lambda _1 + \lambda _2}.\,

For a decay by three simultaneous exponential processes the total half-life can be computed, as above, as the harmonic mean of separate mean lives:

T_{1/2} = \frac{t_1 t_2 t_3}{(t_1 t_2) + (t_1 t_3) + (t_2 t_3)} = \frac{\ln 2}{\lambda _c} = \frac{\ln 2}{\lambda_1 + \lambda_2 + \lambda_3}.\,

Applications and examples

Exponential decay occurs in a wide variety of situations. Most of these fall into the domain of the natural sciences. Any application of mathematics to the social sciences or humanities is risky and uncertain, because of the extraordinary complexity of human behavior. However, a few roughly exponential phenomena have been identified there as well.

Many decay processes that are often treated as exponential, are really only exponential so long as the sample is large and the law of large numbers holds. For small samples, a more general analysis is necessary, accounting for a Poisson process.

Natural sciences

Social sciences

Computer science

See also