College Algebra

Exponential Modeling

Last updated: March 2026 · Advanced
Real-world applications
💊
Nursing

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:

FormEquationWhen to Use
Base-bb formy=abxy = ab^xNatural for discrete growth (populations, investments compounding periodically)
Continuous formy=aekxy = ae^{kx}Natural for continuous processes (radioactive decay, bacterial growth, temperature change)

These are interchangeable. If b=ekb = e^k, then abx=aekxab^x = ae^{kx}. The conversion is:

k=lnbandb=ekk = \ln b \qquad \text{and} \qquad b = e^k

Building a Model from Two Points

Given two data points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), you can determine aa and bb (or aa and kk).

Method for y=abxy = ab^x

  1. Write two equations: y1=abx1y_1 = ab^{x_1} and y2=abx2y_2 = ab^{x_2}
  2. Divide to eliminate aa: y2y1=bx2x1\frac{y_2}{y_1} = b^{x_2 - x_1}
  3. Solve for bb: b=(y2y1)1/(x2x1)b = \left(\frac{y_2}{y_1}\right)^{1/(x_2 - x_1)}
  4. Substitute back to find aa: a=y1bx1a = \frac{y_1}{b^{x_1}}

Example 1: A bacterial culture has 500 cells at t=0t = 0 hours and 4000 cells at t=3t = 3 hours. Find the exponential model.

Given: (0,500)(0, 500) and (3,4000)(3, 4000).

Step 1: 500=ab0=a500 = ab^0 = a, so a=500a = 500.

Step 2: 4000=500b34000 = 500 \cdot b^3

Step 3: b3=8b^3 = 8, so b=2b = 2.

Model: y=5002ty = 500 \cdot 2^t (the population doubles every hour).

Continuous form: k=ln20.693k = \ln 2 \approx 0.693, so y=500e0.693ty = 500e^{0.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)(0, 120) and (10,45)(10, 45).

From (0,120)(0, 120): a=120a = 120.

45=120b10    b10=45120=0.37545 = 120 \cdot b^{10} \implies b^{10} = \frac{45}{120} = 0.375

b=(0.375)1/10=0.3750.10.9066b = (0.375)^{1/10} = 0.375^{0.1} \approx 0.9066

Model: y=120(0.9066)ty = 120(0.9066)^t

Continuous form: k=ln(0.9066)0.0981k = \ln(0.9066) \approx -0.0981, so y=120e0.0981ty = 120e^{-0.0981t}.

The negative value of kk confirms decay (the quantity is decreasing).

When Neither Point Has x=0x = 0

If neither data point has x=0x = 0, the division method still works.

Example 3: A population is 2000 at t=5t = 5 and 7000 at t=12t = 12. Find the model.

b125=70002000=3.5b^{12-5} = \frac{7000}{2000} = 3.5

b=3.51/71.1960b = 3.5^{1/7} \approx 1.1960

Find aa: 2000=a(1.1960)5    a=20001.19605=20002.448817.02000 = a(1.1960)^5 \implies a = \frac{2000}{1.1960^5} = \frac{2000}{2.448} \approx 817.0

Model: y817.0(1.1960)ty \approx 817.0(1.1960)^t

Doubling Time

The doubling time TdT_d is the time it takes for an exponential quantity to double. For y=aekxy = ae^{kx}:

aekTd=2a    ekTd=2    Td=ln2kae^{kT_d} = 2a \implies e^{kT_d} = 2 \implies T_d = \frac{\ln 2}{k}

For y=abxy = ab^x:

Td=ln2lnbT_d = \frac{\ln 2}{\ln b}

Example 4: The bacterial culture from Example 1 has k=0.693k = 0.693. Its doubling time is:

Td=ln20.693=0.6930.693=1 hourT_d = \frac{\ln 2}{0.693} = \frac{0.693}{0.693} = 1 \text{ hour}

This confirms what we saw: b=2b = 2 means the population doubles every 1 unit of time.

Example 5: A city’s population grows at a continuous rate of k=0.032k = 0.032 per year. How long until the population doubles?

Td=ln20.032=0.6930.03221.7 yearsT_d = \frac{\ln 2}{0.032} = \frac{0.693}{0.032} \approx 21.7 \text{ years}

Half-Life

The half-life T1/2T_{1/2} is the time for an exponential quantity to decrease to half its value. For y=aekxy = ae^{kx} (with k<0k < 0):

aekT1/2=a2    ekT1/2=12    T1/2=ln(1/2)k=ln2kae^{kT_{1/2}} = \frac{a}{2} \implies e^{kT_{1/2}} = \frac{1}{2} \implies T_{1/2} = \frac{\ln(1/2)}{k} = \frac{-\ln 2}{k}

Since kk is negative for decay, T1/2T_{1/2} is positive.

Example 6: From Example 2, k0.0981k \approx -0.0981. The half-life is:

T1/2=ln20.0981=0.6930.09817.07 yearsT_{1/2} = \frac{-\ln 2}{-0.0981} = \frac{0.693}{0.0981} \approx 7.07 \text{ years}

Verification: Starting with 120 g, after 7.07 years: 120e0.0981×7.07=120e0.694=120×0.500=60120e^{-0.0981 \times 7.07} = 120e^{-0.694} = 120 \times 0.500 = 60 g. Exactly half.

Converting Between Growth Rate and Continuous Rate

The growth rate rr (as a percentage) and the continuous rate kk are related but not identical:

  • If the annual growth rate is rr (as a decimal), then b=1+rb = 1 + r and k=ln(1+r)k = \ln(1 + r)
  • If the continuous rate is kk, then r=ek1r = e^k - 1

For small rr, krk \approx 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.07696k = \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.05k = -0.05. What fraction remains after one year?

b=e0.05=0.9512b = 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=ln25730=0.693157300.0001210 per yeark = \frac{-\ln 2}{5730} = \frac{-0.6931}{5730} \approx -0.0001210 \text{ per year}

Model: N(t)=N0e0.0001210tN(t) = N_0 e^{-0.0001210 t}, where N0N_0 is the original amount.

If a bone fragment has 35 percent of its original carbon-14, how old is it?

0.35N0=N0e0.0001210t0.35 N_0 = N_0 e^{-0.0001210 t}

0.35=e0.0001210t0.35 = e^{-0.0001210 t}

ln(0.35)=0.0001210t\ln(0.35) = -0.0001210 t

t=ln(0.35)0.0001210=1.04980.00012108676 yearst = \frac{\ln(0.35)}{-0.0001210} = \frac{-1.0498}{-0.0001210} \approx 8676 \text{ 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 yy-values (assuming equally spaced xx-values):

ttyyRatio yn+1/yny_{n+1}/y_n
0100
11501.50
22251.50
3337.51.50

Constant ratio of 1.50 confirms exponential growth with b=1.5b = 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=0t = 0 and 1600 at t=4t = 4 hours. Find the exponential model and the doubling time.

a=200a = 200. 1600=200b4    b4=8    b=81/4=841.68181600 = 200b^4 \implies b^4 = 8 \implies b = 8^{1/4} = \sqrt[4]{8} \approx 1.6818.

Model: y=200(1.6818)ty = 200(1.6818)^t

Continuous: k=ln(1.6818)=0.5199k = \ln(1.6818) = 0.5199

Doubling time: Td=ln20.5199=0.6930.51991.33T_d = \frac{\ln 2}{0.5199} = \frac{0.693}{0.5199} \approx 1.33 hours

Answer: y=200(1.6818)ty = 200(1.6818)^t with a doubling time of about 1 hour and 20 minutes.

Problem 2: A radioactive sample decays from 80 g to 50 g in 6 years. Find the half-life.

80b6=50    b6=0.625    b=0.6251/60.924780b^6 = 50 \implies b^6 = 0.625 \implies b = 0.625^{1/6} \approx 0.9247

k=ln(0.9247)=0.07830k = \ln(0.9247) = -0.07830

Half-life: T1/2=ln20.07830=0.6930.078308.85T_{1/2} = \frac{-\ln 2}{-0.07830} = \frac{0.693}{0.07830} \approx 8.85 years

Answer: The half-life is approximately 8.85 years.

Problem 3: Convert: an investment with annual growth rate 12 percent to continuous rate, and a continuous rate of k=0.06k = 0.06 to annual growth rate.

12 percent annual: k=ln(1.12)=0.1133k = \ln(1.12) = 0.1133, so the continuous rate is about 11.33 percent.

k=0.06k = 0.06 continuous: r=e0.061=1.06181=0.0618r = e^{0.06} - 1 = 1.0618 - 1 = 0.0618, so the annual rate is about 6.18 percent.

Answer: 12 percent annual = 11.33 percent continuous; 6 percent continuous = 6.18 percent annual.

Problem 4: A painting has 82 percent of its original carbon-14. Estimate its age using k=0.0001210k = -0.0001210 per year.

0.82=e0.0001210t0.82 = e^{-0.0001210 t}

ln(0.82)=0.0001210t\ln(0.82) = -0.0001210 t

t=0.19850.00012101640t = \frac{-0.1985}{-0.0001210} \approx 1640 years

Answer: The painting is approximately 1,640 years old.

Problem 5: Data points: (2,300)(2, 300) and (8,1200)(8, 1200). Is this exponential? If so, find the model.

b82=1200300=4    b6=4    b=41/61.2599b^{8-2} = \frac{1200}{300} = 4 \implies b^6 = 4 \implies b = 4^{1/6} \approx 1.2599

a=300(1.2599)2=3001.587189.0a = \frac{300}{(1.2599)^2} = \frac{300}{1.587} \approx 189.0

Model: y189.0(1.2599)ty \approx 189.0(1.2599)^t

Verify: 189.0(1.2599)2=189.0×1.587=300189.0(1.2599)^2 = 189.0 \times 1.587 = 300, and 189.0(1.2599)8=189.0×6.350=1200189.0(1.2599)^8 = 189.0 \times 6.350 = 1200. Both check.

Answer: y189.0(1.2599)ty \approx 189.0(1.2599)^t with a continuous rate of k=ln(1.2599)0.2310k = \ln(1.2599) \approx 0.2310.

Key Takeaways

  • The two standard forms y=abxy = ab^x and y=aekxy = ae^{kx} are interchangeable via k=lnbk = \ln b
  • To build a model from two points, divide the equations to eliminate aa, solve for bb, then back-substitute for aa
  • Doubling time =ln2k= \frac{\ln 2}{k} and half-life =ln2k= \frac{-\ln 2}{k} (where k<0k < 0 for decay)
  • Growth rate rr and continuous rate kk are close for small values but diverge for larger ones: k=ln(1+r)k = \ln(1 + r)
  • Check for constant ratios in equally spaced data to confirm exponential behavior

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026