DIFFERENTIAL EQUATIONS • APPLICATIONS OF FIRST-ORDER ODES

Doubling Time & Half-Life — Doubling Time and Half-Life Problems

Learn to predict how quickly populations explode or radioactive samples decay using exponential models.

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.

1683
Jacob Bernoulli & Compound Interest
Swiss mathematician Jacob Bernoulli studied continuously compounded interest, discovering the constant e ≈ 2.718 — the base of natural exponential growth.
1798
Malthus & Population Growth
Thomas Malthus published An Essay on the Principle of Population, arguing that unchecked populations grow exponentially and outpace food supply.
1903
Rutherford & Radioactive Half-Life
Ernest Rutherford coined the term half-life to describe how radioactive substances lose exactly half of their atoms in a fixed time interval.
1949
Carbon-14 Dating Invented
Willard Libby developed radiocarbon dating using the half-life of carbon-14 (≈ 5,730 years), revolutionizing archaeology and geology.

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.

1

Exponential Growth & Decay ODE

The equation dy/dt = ky says that the rate of change of y is proportional to y itself. When k > 0, the quantity grows; when k < 0, it decays.
2

Doubling Time (t₂)

The time it takes for a growing quantity to become exactly twice its current value. Doubling time only applies when k > 0 (growth scenarios).
3

Half-Life (t₁/₂)

The time it takes for a decaying quantity to fall to exactly half its current value. Half-life only applies when k < 0 (decay scenarios).
4

The Growth/Decay Constant k

The constant k controls how fast the process happens. A larger |k| means faster change. Its units are always 1/time (e.g., per year, per hour).
5

Initial Condition y₀

The starting amount at time t = 0. The general solution y(t) = y₀eᵏᵗ uses this value as the multiplier for the exponential function.
KEY TAKEAWAY
Think of exponential change like a snowball rolling downhill. The bigger the snowball gets, the more snow it picks up per second — that's exponential growth. Now imagine a melting ice cube: the smaller it gets, the less surface area it has, so it melts more slowly — that's exponential decay. In both cases, the rate of change is proportional to the current amount. Doubling time and half-life are just handy ways to describe how quickly these processes unfold.

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.

Both curves begin at y₀ = 100 (marked in amber). The green growth curve doubles from 100 to 200 over a fixed doubling time. The pink decay curve drops from 100 to 50 over a fixed half-life. These characteristic times remain constant no matter when you start measuring.

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.

THE EXPONENTIAL GROWTH/DECAY ODE
dy/dt = k · y
y = quantity at time t; k = growth/decay constant (units: 1/time); dy/dt = rate of change of y with respect to time.

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₀.

GENERAL SOLUTION
y(t) = y₀ · eᵏᵗ
y₀ = initial amount at t = 0; e ≈ 2.718 (Euler's number); k > 0 for growth, k < 0 for decay.

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.

DOUBLING TIME
t₂ = ln 2 / k ≈ 0.693 / k
Valid only when k > 0 (growth). The result tells you how long it takes any quantity to double, regardless of its starting value.

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.

HALF-LIFE
t₁/₂ = ln 2 / |k| ≈ 0.693 / |k|
Valid when k < 0 (decay). We use |k| (the absolute value) so the half-life comes out positive.
💡 Notice the Pattern
Both formulas have the same structure: ln 2 divided by the rate constant. This makes sense — ln 2 ≈ 0.693 is the "magic number" that connects exponential processes to the factor of 2. A larger |k| means a shorter doubling time or half-life, because the process is happening faster.

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.

Follow this flowchart for every problem: (1) identify known values, (2) determine k if it isn't given, (3) classify the problem as growth or decay, and (4) apply the appropriate formula to find the unknown.

Common Problem Types

Reference table for the six most common doubling-time and half-life problem types.
Problem TypeWhat You're GivenWhat You Find
Find doubling timek (or enough info to find k)t₂ = ln 2 / k
Find half-lifek (or enough info to find k)t₁/₂ = ln 2 / |k|
Find k from doubling timet₂k = ln 2 / t₂
Find k from half-lifet₁/₂k = −ln 2 / t₁/₂
Find amount after time ty₀, k (or t₂ / t₁/₂), and ty(t) = y₀ · eᵏᵗ
Find time to reach amount yy₀, k, and target yt = 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.

Bacterial Growth Problem
1
Step 1 — Identify Given ValuesWe know y₀ = 500, y(4) = 1,500, and t = 4 hours. We need to find k.
2
Step 2 — Find k Using the General SolutionStart with y(t) = y₀ · eᵏᵗ. Plug in the known values: 1,500 = 500 · e4k. Divide both sides by 500: 3 = e4k. Take the natural log of both sides: ln 3 = 4k. Solve: k = ln 3 / 4 ≈ 1.0986 / 4.
k ≈ 0.2747 per hour
3
Step 3 — Find the Doubling TimeApply the doubling-time formula: t₂ = ln 2 / k = 0.6931 / 0.2747.
t₂ ≈ 2.52 hours
4
Step 4 — Find the Population After 10 HoursUse y(t) = y₀ · eᵏᵗ with t = 10: y(10) = 500 · e(0.2747)(10) = 500 · e2.747 = 500 × 15.59.
y(10) ≈ 7,795 bacteria

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?

Radioactive Decay Problem
1
Step 1 — Identify Given ValuesWe know y₀ = 200 g, t₁/₂ = 8 years, and we want y(20).
2
Step 2 — Find k from the Half-LifeUse k = −ln 2 / t₁/₂ = −0.6931 / 8.
k ≈ −0.08664 per year
3
Step 3 — Plug into the General Solutiony(20) = 200 · e(−0.08664)(20) = 200 · e−1.7328 = 200 × 0.17678.
y(20) ≈ 35.36 grams
4
Step 4 — Verify with the Half-Life ShortcutIn 20 years, the sample goes through 20/8 = 2.5 half-lives. Using the shortcut formula y = y₀ × (½)n where n = number of half-lives: y = 200 × (½)2.5 = 200 × 0.17678 ≈ 35.36 g. ✓ Same answer!

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.

Side-by-side comparison of doubling time and half-life.
FeatureDoubling TimeHalf-Life
Applies whenk > 0 (growth)k < 0 (decay)
Formulat₂ = ln 2 / kt₁/₂ = ln 2 / |k|
Typical contextsPopulation growth, investments, bacterial culturesRadioactive decay, drug metabolism, cooling
Depends on initial amount?No — constant for any y₀No — constant for any y₀
LimitationReal populations hit resource limits (logistic growth)Quantity never truly reaches zero; model is ideal
⚠️ WHEN THE MODEL BREAKS DOWN
The pure exponential model assumes unlimited resources and a perfectly constant rate constant k. In reality, populations hit carrying capacities (leading to logistic growth models), and decay processes eventually involve so few atoms that randomness dominates. Think of it like a highway: exponential growth assumes an infinite road with no traffic, but real roads have speed limits and congestion.

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.

How the exponential model connects to more advanced differential equation models.
FeatureExponential Model (This Lesson)Advanced Extensions
ODEdy/dt = kydy/dt = ky(1 − y/K) (logistic), or systems of ODEs
Growth behaviorUnbounded — grows foreverBounded — levels off at carrying capacity K
Doubling timeConstant: ln 2 / kIncreases as population approaches K
When it's usefulShort-term predictions, radioactive decayLong-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

PROBLEM 1CONCEPTUAL
A radioactive substance has a half-life of 10 years. After 10 half-lives, a student claims that the entire sample will be gone (zero grams remaining). Is the student correct? Explain why or why not using the exponential decay model.
PROBLEM 2BASIC CALCULATION
A population of insects grows exponentially with a growth constant k = 0.05 per day. Find the doubling time of the population.
PROBLEM 3INTERMEDIATE
Carbon-14 has a half-life of 5,730 years. An archaeologist finds a bone that contains 35% of the original carbon-14. How old is the bone?
PROBLEM 4APPLIED
A patient is given 400 mg of a medication. The drug has a biological half-life of 6 hours. The minimum effective dose is 50 mg. (a) Write the decay equation for the drug concentration. (b) How long after taking the medication will the dose drop below the minimum effective level?
PROBLEM 5CRITICAL THINKING
A city's population was 50,000 in 2000 and 72,000 in 2010. Assuming exponential growth: (a) Find k and the doubling time. (b) Predict the population in 2030. (c) A city planner says the infrastructure can support at most 200,000 people. In what year would the city reach that limit? (d) Explain why the exponential model might overestimate the actual population in 2030.

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.

Varsity Tutors • Differential Equations • Doubling Time & Half-Life — Doubling Time and Half-Life Problems