Historical Context & Motivation
Humans have been fascinated by quantities that grow or shrink at rates proportional to their current size for centuries. In the 1700s, mathematicians noticed that compound interest in banks followed a pattern: the more money in your account, the faster it grows. Around the same time, scientists studying population growth realized that rabbit colonies, bacteria, and even human civilizations can expand in a strikingly similar way. The key insight was that these phenomena all obey the same underlying exponential growth or exponential decay equation — a first-order ordinary differential equation (ODE) that connects a quantity's rate of change to its current value.
These historical developments all pointed toward a single mathematical question: if something grows or decays exponentially, how long does it take to double or halve? That question is the heart of every doubling time and half-life problem you'll encounter in differential equations.
Core Principles & Definitions
Before we dive into calculations, let's nail down the foundational ideas. Every doubling-time or half-life problem starts from the same first-order ODE: the rate of change of a quantity is proportional to the quantity itself. Whether you're tracking bacteria in a petri dish, money in a savings account, or atoms in a radioactive sample, the same core principles apply.
Exponential Growth & Decay ODE
Doubling Time (t₂)
Half-Life (t₁/₂)
The Growth/Decay Constant k
Initial Condition y₀
Visual Explanation — Exponential Growth vs. Decay
The graph below shows two curves that start at the same initial value y₀ = 100. The green curve represents exponential growth (k > 0), while the pink curve represents exponential decay (k < 0). Notice how the growth curve gets steeper over time, while the decay curve flattens out but never quite reaches zero.
A crucial feature of exponential models is that doubling time and half-life are constant. It doesn't matter whether you start with 100 units or 10,000 units — the time required to double (or halve) is always the same. This is what makes exponential change so powerful and predictable as a mathematical model.
Mathematical Framework
Every doubling-time and half-life problem begins with the same first-order ODE. Let's build the solution step by step, starting from that ODE and arriving at the formulas you'll actually use.
To solve this ODE, we separate variables and integrate both sides. Placing all y terms on the left and all t terms on the right gives (1/y) dy = k dt. Integrating both sides yields ln|y| = kt + C. Exponentiating both sides, we get y = Aeᵏᵗ, where A = eC. Plugging in the initial condition y(0) = y₀ tells us A = y₀.
Deriving the Doubling-Time Formula
For doubling time, we want to find the time t₂ when y(t₂) = 2y₀. Substituting into the general solution: 2y₀ = y₀ · ekt₂. Dividing both sides by y₀ gives 2 = ekt₂. Taking the natural logarithm of both sides: ln 2 = kt₂. Solving for t₂ gives us the formula below.
Deriving the Half-Life Formula
For half-life, we set y(t1/2) = ½y₀. Following the same algebra: ½ = ekt₁/₂, so ln(½) = kt1/2. Since ln(½) = −ln 2, we get the formula below. Note that k is negative for decay, so the two negatives cancel, making t1/2 positive.
Step-by-Step Problem-Solving Strategy
Doubling-time and half-life problems come in several flavors, but they all follow the same general roadmap. The diagram below lays out the decision process you should follow whenever you encounter one of these problems.
Common Problem Types
| Problem Type | What You're Given | What You Find |
|---|---|---|
| Find doubling time | k (or enough info to find k) | t₂ = ln 2 / k |
| Find half-life | k (or enough info to find k) | t₁/₂ = ln 2 / |k| |
| Find k from doubling time | t₂ | k = ln 2 / t₂ |
| Find k from half-life | t₁/₂ | k = −ln 2 / t₁/₂ |
| Find amount after time t | y₀, k (or t₂ / t₁/₂), and t | y(t) = y₀ · eᵏᵗ |
| Find time to reach amount y | y₀, k, and target y | t = ln(y / y₀) / k |
Worked Examples
Example 1: Bacterial Growth (Doubling Time)
A colony of bacteria starts with 500 cells and grows to 1,500 cells in 4 hours. Assuming exponential growth, find (a) the growth constant k, (b) the doubling time, and (c) the population after 10 hours.
Example 2: Radioactive Decay (Half-Life)
A 200-gram sample of a radioactive isotope has a half-life of 8 years. How much remains after 20 years?
Doubling Time vs. Half-Life — Strengths & Limitations
Doubling time and half-life are two sides of the same exponential coin. Understanding when each concept applies — and where the exponential model itself breaks down — will help you choose the right approach and avoid common pitfalls.
| Feature | Doubling Time | Half-Life |
|---|---|---|
| Applies when | k > 0 (growth) | k < 0 (decay) |
| Formula | t₂ = ln 2 / k | t₁/₂ = ln 2 / |k| |
| Typical contexts | Population growth, investments, bacterial cultures | Radioactive decay, drug metabolism, cooling |
| Depends on initial amount? | No — constant for any y₀ | No — constant for any y₀ |
| Limitation | Real populations hit resource limits (logistic growth) | Quantity never truly reaches zero; model is ideal |
Connection to Advanced Models
The exponential model y(t) = y₀eᵏᵗ is the simplest solution to a first-order ODE, but it serves as a building block for more sophisticated models you'll encounter in advanced courses. The table below shows how the basic exponential framework evolves when you add more realistic assumptions.
| Feature | Exponential Model (This Lesson) | Advanced Extensions |
|---|---|---|
| ODE | dy/dt = ky | dy/dt = ky(1 − y/K) (logistic), or systems of ODEs |
| Growth behavior | Unbounded — grows forever | Bounded — levels off at carrying capacity K |
| Doubling time | Constant: ln 2 / k | Increases as population approaches K |
| When it's useful | Short-term predictions, radioactive decay | Long-term population modeling, epidemic modeling |
If you continue into AP Calculus or a college-level differential equations course, you'll see the logistic equation and even systems of coupled ODEs (like predator-prey models). But they all trace their roots back to the simple dy/dt = ky that you're mastering right now. Understanding doubling time and half-life gives you the intuition to tackle those more complex scenarios.
Practice Problems
Lesson Summary
Every doubling-time and half-life problem grows from a single first-order ODE: dy/dt = ky, which has the general solution y(t) = y₀eᵏᵗ. When k > 0 (growth), we use doubling time t₂ = ln 2 / k to describe how fast the quantity grows. When k < 0 (decay), we use half-life t₁/₂ = ln 2 / |k|. Both quantities are independent of the initial amount y₀ and depend only on the rate constant k.
To solve problems, follow a consistent strategy: (1) identify known values and the unknown, (2) find k if it isn't given, (3) classify as growth or decay, and (4) apply the appropriate formula. Applications range from radiocarbon dating and drug metabolism to population modeling and compound interest. Remember that the exponential model assumes a constant rate constant and unlimited capacity — for long-term predictions, more advanced models like the logistic equation may be more appropriate.