AP-CALCBC-7.8

U7.8 Exponential Models

Master AP Calculus BC exponential models: solve dy/dt = ky, and apply the solution to half-life, doubling time, Newton's law of cooling, and continuous interest.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U7.8 Exponential Models, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Whenever a quantity changes at a rate proportional to its current size, you get exponential growth or decay. Population, radioactive decay, cooling coffee, and compound interest all obey the same simple differential equation: dydt=ky\frac{dy}{dt} = ky. In this lesson you will learn to recognize this equation instantly, solve it, and pin down the constant kk from real data. You already know separation of variables from U7.6, so here the goal is to turn that skill into a reusable formula and apply it fluently to the four classic model types the exam loves. Master this and half the differential-equation FRQs become routine.

The Equation and Its General Solution

The defining feature of an exponential model is that the rate of change is proportional to the amount present. In symbols, dydt=ky\frac{dy}{dt} = ky, where kk is a constant. If k>0k > 0 the quantity grows; if k<0k < 0 it decays.

You could solve this by separation of variables every time, but it is faster to memorize the result. Separating gives 1ydy=kdt\frac{1}{y}\,dy = k\,dt, so lny=kt+C\ln|y| = kt + C, and exponentiating yieldsy=y0ekty = y_0 e^{kt}Here y0y_0 is the value of yy at t=0t = 0, because y(0)=y0e0=y0y(0) = y_0 e^{0} = y_0. This single formula is the backbone of every application in this topic.

A crucial conceptual point tested repeatedly: dydt=ky\frac{dy}{dt} = ky says the relative growth rate 1ydydt=k\frac{1}{y}\frac{dy}{dt} = k is constant. That is NOT the same as a constant rate of change. A common misconception is to treat exponential growth as linear. If the problem says "grows proportionally to its size," you have an exponential model, not a linear one.

The exam may hand you the differential equation and ask you to verify the solution, or hand you a word problem and expect you to build the equation. Practice recognizing the trigger phrase "proportional to the amount present."

Finding k From Data

Almost every exponential problem gives you two pieces of information: an initial value and one later data point. Use them in sequence.

Step one: identify y0y_0 from the condition at t=0t = 0. Step two: plug the second data point into y=y0ekty = y_0 e^{kt} and solve for kk using a logarithm.

For example, if y0=100y_0 = 100 and y=300y = 300 when t=5t = 5, then 300=100e5k300 = 100 e^{5k}, so e5k=3e^{5k} = 3, giving k=ln35k = \frac{\ln 3}{5}. Leave answers in exact logarithmic form unless a decimal is requested; AP graders accept ln35\frac{\ln 3}{5}.

A frequent error is mixing up which value is y0y_0. The initial amount is whatever occurs at t=0t = 0, so always reset your clock so that the starting moment is t=0t = 0. If a problem describes an event "3 hours later," that means t=3t = 3, not a new starting point.
GivenWhat to do
Value at t=0t=0Set equal to y0y_0
A second point (t1,y1)(t_1, y_1)Solve y1=y0ekt1y_1 = y_0 e^{k t_1} for kk
Need a future valuePlug the desired tt into the finished formula
Need a timeSet yy equal to target, solve for tt with ln\ln

Half-Life and Doubling Time

Half-life and doubling time are just special target values of yy. Because kk is fixed, the time to halve or double is the same no matter where you start — a hallmark of exponential behavior.

Doubling time TdT_d satisfies 2y0=y0ekTd2y_0 = y_0 e^{kT_d}, so ekTd=2e^{kT_d} = 2 and Td=ln2kT_d = \frac{\ln 2}{k}. Half-life ThT_h (with k<0k<0 for decay) satisfies 12y0=y0ekTh\frac{1}{2}y_0 = y_0 e^{kT_h}, giving Th=ln(1/2)k=ln2kT_h = \frac{\ln(1/2)}{k} = \frac{-\ln 2}{k}. Since kk is negative for decay, ThT_h comes out positive.

A useful shortcut: if you are told the half-life, you can find kk immediately. From Th=ln2kT_h = \frac{-\ln 2}{k} you get k=ln2Thk = \frac{-\ln 2}{T_h}. For a carbon-14 half-life of 5730 years, k=ln25730k = \frac{-\ln 2}{5730}.

The exam tests whether you understand that these times are independent of the starting amount. If asked "how long until only a quarter remains," recognize that a quarter is two half-lives, so the answer is 2Th2T_h — or just solve 14y0=y0ekt\frac{1}{4}y_0 = y_0 e^{kt} directly. Both approaches must agree, which is a nice self-check.

Newton's Law of Cooling and Compound Interest

Two applications add a small twist. Newton's law of cooling says the temperature TT of an object changes at a rate proportional to the difference between the object and its surroundings: dTdt=k(TTs)\frac{dT}{dt} = k(T - T_s), where TsT_s is the ambient temperature. This is not quite dydt=ky\frac{dy}{dt}=ky, but the substitution y=TTsy = T - T_s fixes it: since TsT_s is constant, dydt=dTdt=ky\frac{dy}{dt} = \frac{dT}{dt} = ky. SoTTs=(T0Ts)ekt,T=Ts+(T0Ts)ekt.T - T_s = (T_0 - T_s)e^{kt}, \qquad T = T_s + (T_0 - T_s)e^{kt}.Here k<0k < 0 so the object approaches ambient temperature: as tt \to \infty, ekt0e^{kt} \to 0 and TTsT \to T_s. Recognizing this limiting temperature is a common exam question.

Continuous compound interest is pure exponential growth: money AA satisfies dAdt=rA\frac{dA}{dt} = rA, so A=A0ertA = A_0 e^{rt}, where rr is the annual rate as a decimal. This is the continuous version of periodic compounding; the exam often contrasts "compounded continuously" (use erte^{rt}) with discrete compounding.

The main misconception is forgetting to shift back in cooling problems — students solve for yy but forget to add TsT_s to report the actual temperature.

Key terms

Exponential model.
A quantity whose rate of change is proportional to its current amount, obeying dydt=ky\frac{dy}{dt}=ky.
Growth/decay constant kk.
The proportionality constant; k>0k>0 gives growth, k<0k<0 gives decay. Equal to the constant relative rate 1ydydt\frac{1}{y}\frac{dy}{dt}.
General solution.
The formula y=y0ekty = y_0 e^{kt}, where y0y_0 is the value at t=0t=0.
Half-life.
The time for a decaying quantity to fall to half its value, Th=ln2kT_h = \frac{-\ln 2}{k}; independent of starting amount.
Doubling time.
The time for a growing quantity to double, Td=ln2kT_d = \frac{\ln 2}{k}; independent of starting amount.
Newton's law of cooling.
dTdt=k(TTs)\frac{dT}{dt}=k(T-T_s), with solution T=Ts+(T0Ts)ektT = T_s + (T_0 - T_s)e^{kt}, approaching ambient TsT_s.
Continuous compound interest.
Money satisfying dAdt=rA\frac{dA}{dt}=rA, giving A=A0ertA=A_0 e^{rt} for annual rate rr.

Worked example

A cup of coffee at 200°F is placed in a room at 70°F. After 5 minutes its temperature is 150°F. Write the temperature as a function of time, and find when the coffee reaches 100°F.
This is Newton's law of cooling with ambient temperature Ts=70T_s = 70. The model is T=70+(T070)ektT = 70 + (T_0 - 70)e^{kt}.

The initial temperature is T0=200T_0 = 200, so T=70+130ektT = 70 + 130 e^{kt}.

Use the data point T=150T = 150 at t=5t = 5 to find kk: 150=70+130e5k150 = 70 + 130 e^{5k}, so 130e5k=80130 e^{5k} = 80, giving e5k=80130=813e^{5k} = \frac{80}{130} = \frac{8}{13}. Then k=15ln813k = \frac{1}{5}\ln\frac{8}{13}, which is negative as expected for cooling.

So the temperature function is T(t)=70+130e(15ln813)tT(t) = 70 + 130 e^{\left(\frac{1}{5}\ln\frac{8}{13}\right)t}.

Now set T=100T = 100: 100=70+130ekt100 = 70 + 130 e^{kt}, so 130ekt=30130 e^{kt} = 30 and ekt=30130=313e^{kt} = \frac{30}{130} = \frac{3}{13}. Take logs: kt=ln313kt = \ln\frac{3}{13}, so t=ln(3/13)k=ln(3/13)15ln(8/13)=5ln(3/13)ln(8/13)t = \frac{\ln(3/13)}{k} = \frac{\ln(3/13)}{\frac{1}{5}\ln(8/13)} = \frac{5\ln(3/13)}{\ln(8/13)}.

Numerically, ln(3/13)1.466\ln(3/13) \approx -1.466 and ln(8/13)0.485\ln(8/13) \approx -0.485, so t5(1.466)0.48515.1t \approx \frac{5(-1.466)}{-0.485} \approx 15.1 minutes. The coffee reaches 100°F after about 15.1 minutes.

Practice questions

A radioactive sample decays according to dydt=ky\frac{dy}{dt} = ky and has a half-life of 8 days. What is the value of kk?
  1. k=ln28k = \frac{\ln 2}{8}
  2. k=ln28k = -\frac{\ln 2}{8}
  3. k=8ln2k = \frac{8}{\ln 2}
  4. k=8ln2k = -8\ln 2

Answer: k=ln28k = -\frac{\ln 2}{8}

Half-life means 12y0=y0e8k\frac{1}{2}y_0 = y_0 e^{8k}, so e8k=12e^{8k} = \frac{1}{2} and 8k=ln12=ln28k = \ln\frac{1}{2} = -\ln 2. Therefore k=ln28k = -\frac{\ln 2}{8}. The sign must be negative because the sample is decaying.
A bacterial culture grows so that its rate of increase is proportional to the amount present. It starts with 500 cells and grows to 2000 cells in 3 hours. Find the number of cells after 7 hours, showing your setup.

Answer: 50047/312,699500 \cdot 4^{7/3} \approx 12{,}699 cells.

Use y=500ekty = 500 e^{kt}. From 2000=500e3k2000 = 500 e^{3k} we get e3k=4e^{3k} = 4, so k=ln43k = \frac{\ln 4}{3}. At t=7t = 7: y=500e7k=500e7ln4/3=50047/3y = 500 e^{7k} = 500 e^{7\ln 4 / 3} = 500\cdot 4^{7/3}. Since 47/325.44^{7/3} \approx 25.4, the population is about 12,69912{,}699 cells. Notice you never need kk as a decimal — writing ek=41/3e^{k}=4^{1/3} keeps the arithmetic clean.
Money is deposited in an account earning interest compounded continuously at annual rate rr. If the balance doubles in 12 years, what is rr?

Answer: r=ln2120.0578r = \frac{\ln 2}{12} \approx 0.0578, or about 5.78%.

Continuous compounding gives A=A0ertA = A_0 e^{rt}. Doubling means 2A0=A0e12r2A_0 = A_0 e^{12r}, so e12r=2e^{12r} = 2 and 12r=ln212r = \ln 2, giving r=ln2120.0578r = \frac{\ln 2}{12} \approx 0.0578. This is the same structure as doubling time: Td=ln2rT_d = \frac{\ln 2}{r} rearranged.

FAQ

How do I know a problem is exponential and not logistic?
Look for the phrase "proportional to the amount present" with no carrying capacity or upper limit. If the rate depends only on yy as kyky, it is exponential. If growth slows as yy approaches a maximum LL (giving dydt=ky(1yL)\frac{dy}{dt}=ky(1-\frac{y}{L})), it is logistic, which is covered in U7.9.
Do I need to re-derive y=y0ekty = y_0 e^{kt} every time?
On a free-response question, if asked to solve the differential equation you should show separation of variables. But once you have justified the general solution, you can quote y=y0ekty = y_0 e^{kt} for the applications. Knowing the formula cold saves time on multiple-choice questions.
Why is half-life independent of the starting amount?
When you set 12y0=y0ekt\frac{1}{2}y_0 = y_0 e^{kt}, the y0y_0 cancels, leaving ekt=12e^{kt}=\frac{1}{2}. Since the equation for tt never involves y0y_0, the halving time depends only on kk. The same cancellation explains why doubling time is constant.
What is the difference between kk in cooling versus plain growth?
In plain growth/decay, kk multiplies yy directly. In Newton's law of cooling, kk multiplies the difference TTsT - T_s. After substituting y=TTsy = T - T_s, the math is identical, but you must add TsT_s back at the end to report the real temperature.

Learn this with a teacher, not a page

The Crimsora tutor teaches U7.8 Exponential Models live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.