Medication dosages, IV drip rates, vital monitoring
In earlier courses, you learned the shape and behavior of exponential functions. This page focuses on the practical skill of building exponential models from real data — determining the equation, extracting meaningful quantities like doubling time and half-life, and converting between different forms of the exponential function.
Two Standard Forms
Exponential models come in two common forms:
Form
Equation
When to Use
Base-b form
y=abx
Natural for discrete growth (populations, investments compounding periodically)
Continuous form
y=aekx
Natural for continuous processes (radioactive decay, bacterial growth, temperature change)
These are interchangeable. If b=ek, then abx=aekx. The conversion is:
k=lnbandb=ek
Building a Model from Two Points
Given two data points (x1,y1) and (x2,y2), you can determine a and b (or a and k).
Method for y=abx
Write two equations: y1=abx1 and y2=abx2
Divide to eliminate a: y1y2=bx2−x1
Solve for b: b=(y1y2)1/(x2−x1)
Substitute back to find a: a=bx1y1
Example 1: A bacterial culture has 500 cells at t=0 hours and 4000 cells at t=3 hours. Find the exponential model.
Given: (0,500) and (3,4000).
Step 1:500=ab0=a, so a=500.
Step 2:4000=500⋅b3
Step 3:b3=8, so b=2.
Model:y=500⋅2t (the population doubles every hour).
Continuous form:k=ln2≈0.693, so y=500e0.693t.
Example 2: A sample of a radioactive isotope has 120 grams at year 0 and 45 grams at year 10. Find the exponential decay model.
Given: (0,120) and (10,45).
From (0,120): a=120.
45=120⋅b10⟹b10=12045=0.375
b=(0.375)1/10=0.3750.1≈0.9066
Model:y=120(0.9066)t
Continuous form:k=ln(0.9066)≈−0.0981, so y=120e−0.0981t.
The negative value of k confirms decay (the quantity is decreasing).
When Neither Point Has x=0
If neither data point has x=0, the division method still works.
Example 3: A population is 2000 at t=5 and 7000 at t=12. Find the model.
The doubling timeTd is the time it takes for an exponential quantity to double. For y=aekx:
aekTd=2a⟹ekTd=2⟹Td=kln2
For y=abx:
Td=lnbln2
Example 4: The bacterial culture from Example 1 has k=0.693. Its doubling time is:
Td=0.693ln2=0.6930.693=1 hour
This confirms what we saw: b=2 means the population doubles every 1 unit of time.
Example 5: A city’s population grows at a continuous rate of k=0.032 per year. How long until the population doubles?
Td=0.032ln2=0.0320.693≈21.7 years
Half-Life
The half-lifeT1/2 is the time for an exponential quantity to decrease to half its value. For y=aekx (with k<0):
aekT1/2=2a⟹ekT1/2=21⟹T1/2=kln(1/2)=k−ln2
Since k is negative for decay, T1/2 is positive.
Example 6: From Example 2, k≈−0.0981. The half-life is:
T1/2=−0.0981−ln2=0.09810.693≈7.07 years
Verification: Starting with 120 g, after 7.07 years: 120e−0.0981×7.07=120e−0.694=120×0.500=60 g. Exactly half.
Converting Between Growth Rate and Continuous Rate
The growth rater (as a percentage) and the continuous ratek are related but not identical:
If the annual growth rate is r (as a decimal), then b=1+r and k=ln(1+r)
If the continuous rate is k, then r=ek−1
For small r, k≈r. But for larger rates, the difference matters.
Example 7: An investment grows at 8 percent per year. What is the continuous growth rate?
k=ln(1.08)=0.07696
The continuous rate is about 7.7 percent, slightly less than the 8 percent annual rate. This is because continuous compounding gets a “head start” on reinvesting growth throughout the year.
Example 8: A radioactive substance has a continuous decay rate of k=−0.05. What fraction remains after one year?
b=e−0.05=0.9512
So about 95.12 percent remains after one year, meaning the annual decay rate is about 4.88 percent.
Real-World Application: Carbon-14 Dating
Carbon-14 has a half-life of 5730 years. Archaeologists use this to date organic material.
The continuous decay rate is:
k=5730−ln2=5730−0.6931≈−0.0001210 per year
Model:N(t)=N0e−0.0001210t, where N0 is the original amount.
If a bone fragment has 35 percent of its original carbon-14, how old is it?
0.35N0=N0e−0.0001210t
0.35=e−0.0001210t
ln(0.35)=−0.0001210t
t=−0.0001210ln(0.35)=−0.0001210−1.0498≈8676 years
The bone is approximately 8,676 years old.
Recognizing Exponential vs. Non-Exponential Data
Not all growing data is exponential. To test whether data is approximately exponential, check for a constant ratio between consecutive y-values (assuming equally spaced x-values):
t
y
Ratio yn+1/yn
0
100
—
1
150
1.50
2
225
1.50
3
337.5
1.50
Constant ratio of 1.50 confirms exponential growth with b=1.5.
If the ratios are not approximately constant, the data is not exponential — it might be linear, quadratic, logistic, or something else entirely.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: A culture has 200 bacteria at t=0 and 1600 at t=4 hours. Find the exponential model and the doubling time.