Unit 7 Notes: Exponential Models via Differential Equations (AP Calculus AB)

Proportional Growth and the Differential Equation

An exponential model shows up whenever the rate of change of a quantity is proportional to the quantity itself. In plain language: the more you have, the faster it grows (or the faster it decays). This “self-reinforcing” idea is what makes exponential behavior so common in population growth, radioactive decay, and continuously compounded interest.

What it means (and why it matters)

If y(t)y(t) is the amount of something at time tt, the statement “the rate of change of yy is proportional to yy” translates directly into a differential equation:

dydt=ky\frac{dy}{dt} = ky

Here, proportional means there is some constant multiplier kk such that the derivative is always that constant times the current amount.

  • If k>0k>0, then dydt>0\frac{dy}{dt}>0 whenever y>0y>0, so the quantity grows.
  • If k<0k<0, then dydt<0\frac{dy}{dt}<0 whenever y>0y>0, so the quantity decays.

This matters in AP Calculus because it’s one of the most important “modeling bridges” between derivatives and functions: you start with a rate statement (a derivative), build a differential equation, and then solve it to get an explicit function you can interpret.

How the model behaves (before solving anything)

Even before solving, you can predict key behavior:

  • If y>0y>0 and k>0k>0, slopes get steeper as yy gets bigger, so the graph increases faster and faster.
  • If y>0y>0 and k<0k<0, slopes are negative but their magnitude shrinks as yy shrinks, so the graph decreases quickly at first, then levels off toward 00.

A common misconception is to think “constant percent change” is different from “proportional rate.” They are actually the same idea: proportional rate means

1ydydt=k\frac{1}{y}\frac{dy}{dt} = k

The left side is the instantaneous relative growth rate (instantaneous percent rate, as a decimal). So exponential models are exactly the models where the relative growth rate is constant.

Notation you’ll see (same structure, different letters)
ContextQuantityTypical notationDifferential equation form
Populationnumber of organismsP(t)P(t)dPdt=kP\frac{dP}{dt} = kP
Money (continuous compounding)balanceA(t)A(t)dAdt=rA\frac{dA}{dt} = rA
Mass of a substancemassm(t)m(t)dmdt=km\frac{dm}{dt} = km

The letter changes, but the structure “derivative equals constant times the function” is the key.

Exam Focus
  • Typical question patterns
    • You’re told “rate is proportional to amount” (or “grows/decays at a rate proportional to current amount”) and asked to write the differential equation and/or solve it.
    • You’re given a model dydt=ky\frac{dy}{dt} = ky and an initial value, then asked to find y(t)y(t) or evaluate yy at some time.
    • You’re asked to interpret kk in context (including its units and what its sign implies).
  • Common mistakes
    • Treating kk as a percentage rather than a decimal per unit time (for example, using 55 instead of 0.050.05).
    • Forgetting that “proportional to” implies multiplication by the current amount yy, not by time tt.
    • Assuming growth is linear because the rate is “constant.” In exponential models, the relative rate is constant, not the absolute rate.

Solving dydt=ky\frac{dy}{dt} = ky (Separation of Variables)

What solving means here

To solve a differential equation is to find a function y(t)y(t) whose derivative satisfies the given relationship. For exponential models, the solving technique is usually **separation of variables**, because you can rearrange the equation to group all yy-terms on one side and all tt-terms on the other.

How separation works, step by step

Start with:

dydt=ky\frac{dy}{dt} = ky

  1. Divide both sides by yy (assuming y0y\neq 0; we’ll address y=0y=0 as a special solution):

1ydydt=k\frac{1}{y}\frac{dy}{dt} = k

  1. Multiply both sides by dtdt to separate variables:

1ydy=kdt\frac{1}{y}dy = k\,dt

  1. Integrate both sides:

1ydy=kdt\int \frac{1}{y}dy = \int k\,dt

That gives:

lny=kt+C\ln|y| = kt + C

  1. Solve for yy by exponentiating:

y=ekt+C=eCekt|y| = e^{kt+C} = e^C e^{kt}

Let A=eCA = e^C (a positive constant), then

y=Aekt|y| = A e^{kt}

This is usually rewritten as a single constant that can be any nonzero real number:

y=Cekty = Ce^{kt}

This form automatically includes negative solutions (if C<0C<0). Also note that y=0y=0 is a solution too; it corresponds to C=0C=0.

Why the solution is exponential

The key reason exponential functions appear is that ddt(ekt)=kekt\frac{d}{dt}(e^{kt}) = ke^{kt}. Exponentials are (essentially) the only functions that are proportional to their own derivatives, which is exactly what dydt=ky\frac{dy}{dt} = ky demands.

Worked example 1: Solve and use an initial condition

Suppose a population P(t)P(t) satisfies

dPdt=0.3P\frac{dP}{dt} = 0.3P

and P(0)=200P(0)=200.

Step 1: General solution

P(t)=Ce0.3tP(t) = Ce^{0.3t}

Step 2: Apply the initial condition

At t=0t=0:

P(0)=Ce0=C=200P(0) = Ce^{0} = C = 200

So

P(t)=200e0.3tP(t) = 200e^{0.3t}

Interpretation: the population grows exponentially with continuous relative growth rate 0.30.3 per unit time.

Worked example 2: Decay

A substance decays according to

dmdt=0.08m\frac{dm}{dt} = -0.08m

with m(0)=50m(0)=50.

By the same steps:

m(t)=50e0.08tm(t) = 50e^{-0.08t}

Notice how the negative kk produces exponential decay.

Exam Focus
  • Typical question patterns
    • Solve dydt=ky\frac{dy}{dt} = ky and express the solution using an initial condition like y(0)=y0y(0)=y_0.
    • Given a particular solution, verify it satisfies the differential equation by differentiating and substituting.
    • Use the solution to compute a value at a given time.
  • Common mistakes
    • Dropping the absolute value when integrating 1ydy\int \frac{1}{y}dy and then getting stuck with sign issues. Using y=Cekty=Ce^{kt} avoids this.
    • Writing y=ekt+Cy = e^{kt + C} and forgetting to combine constants (you need the multiplicative constant CC).
    • Mixing up whether tt is in years, hours, days, etc., and then misinterpreting kk.

Finding the Constant kk from Information

In many AP problems, the differential equation form is given but kk is not. Instead, you’re told something like “the population doubles in 5 years” or “the rate at t=2t=2 is 12 when the amount is 200.” The skill is translating that information into an equation for kk.

Method A: Use a known point on the solution

If y=Cekty=Ce^{kt} and you know two values like y(t1)y(t_1) and y(t2)y(t_2), you can divide to eliminate CC.

Suppose you know y(t1)=y1y(t_1)=y_1 and y(t2)=y2y(t_2)=y_2. Then:

y1=Cekt1y_1 = Ce^{kt_1}

y2=Cekt2y_2 = Ce^{kt_2}

Divide the second by the first:

y2y1=ek(t2t1)\frac{y_2}{y_1} = e^{k(t_2-t_1)}

Then take natural logs:

ln(y2y1)=k(t2t1)\ln\left(\frac{y_2}{y_1}\right) = k(t_2-t_1)

So

k=1t2t1ln(y2y1)k = \frac{1}{t_2-t_1}\ln\left(\frac{y_2}{y_1}\right)

This is one of the cleanest ways to find kk because the constant CC cancels.

Method B: Use the differential equation at a specific time

Sometimes you’re told the instantaneous rate and the amount at the same time. Since

dydt=ky\frac{dy}{dt} = ky

at that time,

k=dydtyk = \frac{\frac{dy}{dt}}{y}

Be careful with units: if dydt\frac{dy}{dt} is “people per day” and yy is “people,” then kk is “per day.”

Worked example 1: Using a doubling statement

A quantity satisfies dydt=ky\frac{dy}{dt} = ky and triples in 10 hours. Find kk.

Triples means

y(10)y(0)=3\frac{y(10)}{y(0)} = 3

But

y(10)y(0)=ek(100)=e10k\frac{y(10)}{y(0)} = e^{k(10-0)} = e^{10k}

So

e10k=3e^{10k} = 3

Take ln:

10k=ln(3)10k = \ln(3)

Thus

k=ln(3)10k = \frac{\ln(3)}{10}

Worked example 2: Using rate and amount at a time

At time t=4t=4 minutes, a bacteria culture has y=500y=500 bacteria and is growing at dydt=75\frac{dy}{dt}=75 bacteria per minute. Assuming exponential growth, find kk.

Using dydt=ky\frac{dy}{dt}=ky at that instant:

75=k(500)75 = k(500)

So

k=0.15k = 0.15

The units are “per minute.”

A common mistake is to think kk changes with time because the growth rate changes; in an exponential model, the _absolute_ growth rate changes, but kk stays constant.

Exam Focus
  • Typical question patterns
    • “Doubles in TT units of time” or “half-life is TT” and you must find kk.
    • Given y(t1)y(t_1) and y(t2)y(t_2), find kk (often by taking a ratio).
    • Given yy and dydt\frac{dy}{dt} at the same time, compute kk quickly.
  • Common mistakes
    • Using log\log base 10 instead of ln\ln (natural log) when solving for kk.
    • Forgetting to subtract times: the exponent involves t2t1t_2-t_1.
    • Interpreting “triples” as “adds 3” instead of “multiplies by 3.”

Doubling Time, Half-Life, and Time-to-Reach Calculations

Once you have y(t)=Cekty(t)=Ce^{kt}, many questions focus on how long it takes to reach a certain multiple (double, half, 10% remaining, etc.). These are especially common because they test your ability to manipulate exponential equations and interpret them.

Doubling time

The doubling time TdT_d is the time it takes for the quantity to multiply by 2:

y(t+Td)y(t)=2\frac{y(t+T_d)}{y(t)} = 2

For y(t)=Cekty(t)=Ce^{kt}:

Cek(t+Td)Cekt=ekTd=2\frac{Ce^{k(t+T_d)}}{Ce^{kt}} = e^{kT_d} = 2

So

kTd=ln(2)kT_d = \ln(2)

and

Td=ln(2)kT_d = \frac{\ln(2)}{k}

This only makes sense for growth where k>0k>0.

Half-life

The half-life T1/2T_{1/2} is the time it takes to multiply by 12\frac{1}{2}:

ekT1/2=12e^{kT_{1/2}} = \frac{1}{2}

So

kT1/2=ln(12)=ln(2)kT_{1/2} = \ln\left(\frac{1}{2}\right) = -\ln(2)

Thus

T1/2=ln(2)kT_{1/2} = \frac{-\ln(2)}{k}

For decay, k<0k<0, so this produces a positive half-life.

Time to reach a specific value

If you want the time when y(t)=yy(t)=y^*, solve

y=Cekty^* = Ce^{kt}

Assuming C0C\neq 0:

yC=ekt\frac{y^*}{C} = e^{kt}

Take ln:

ln(yC)=kt\ln\left(\frac{y^*}{C}\right) = kt

So

t=1kln(yC)t = \frac{1}{k}\ln\left(\frac{y^*}{C}\right)

A frequent error is to try to “cancel the exponent” without using logs. Exponential equations are solved with logarithms.

Worked example: Half-life from a differential equation

A radioactive material satisfies

dMdt=0.04M\frac{dM}{dt} = -0.04M

Find its half-life.

Here k=0.04k=-0.04. Use

T1/2=ln(2)kT_{1/2} = \frac{-\ln(2)}{k}

So

T1/2=ln(2)0.04=ln(2)0.04T_{1/2} = \frac{-\ln(2)}{-0.04} = \frac{\ln(2)}{0.04}

That value is in the same time units as tt (for example, years if tt is in years).

Exam Focus
  • Typical question patterns
    • Compute doubling time or half-life from a given kk.
    • Find tt when the quantity reaches a threshold (often a percent of the original amount).
    • Compare two exponentials by comparing their kk values or doubling times.
  • Common mistakes
    • Forgetting that half-life uses a factor of 12\frac{1}{2}, not “subtract half.”
    • Getting a negative time because of sign errors with kk and logarithms.
    • Mixing up “time to double” with “growth rate”; they’re inversely related.

Exponential Approach to an Equilibrium: dydt=k(yL)\frac{dy}{dt} = k(y-L)

Not all exponential behavior is “proportional to the amount itself.” Another extremely important exponential model is when the rate is proportional to how far you are from a long-term equilibrium value.

The idea (what it is)

Suppose a quantity y(t)y(t) is being pulled toward a constant level LL. The further you are from LL, the faster you change; as you get closer, the change slows down. That idea is captured by:

dydt=k(yL)\frac{dy}{dt} = k(y-L)

Here, LL is the **equilibrium (limiting) value**. If k<0k<0, then:

  • when y>Ly>L, the term yLy-L is positive, so dydt\frac{dy}{dt} is negative and yy decreases toward LL
  • when y<Ly<L, the term yLy-L is negative, so dydt\frac{dy}{dt} is positive and yy increases toward LL

So k<0k<0 produces stable “approach toward equilibrium.”

This model matters because it shows up in classic AP Calculus AB applications like Newton’s Law of Cooling/Heating, and it reinforces the same separation-of-variables technique while adding interpretation.

How to solve it

Let u=yLu = y-L. Then dudt=dydt\frac{du}{dt} = \frac{dy}{dt}, and the differential equation becomes

dudt=ku\frac{du}{dt} = ku

So

u=Cektu = Ce^{kt}

Substitute back u=yLu=y-L:

yL=Cekty-L = Ce^{kt}

Therefore,

y=L+Cekty = L + Ce^{kt}

This is the “shifted exponential” form: the graph levels off at y=Ly=L instead of at 00.

Newton’s Law of Cooling/Heating (a key application)

Newton’s Law of Cooling/Heating says the rate of change of an object’s temperature is proportional to the difference between the object’s temperature and the surrounding (ambient) temperature.

If T(t)T(t) is the object temperature and TsT_s is constant ambient temperature, then

dTdt=k(TTs)\frac{dT}{dt} = k(T-T_s)

Typically, k<0k<0 because if the object is hotter than the surroundings, it cools down (decreases), and if it’s colder, it warms up (increases).

The solution is

T(t)=Ts+CektT(t) = T_s + Ce^{kt}

A helpful way to interpret this: the “temperature difference” T(t)TsT(t)-T_s decays exponentially toward 00.

Worked example: Cooling to room temperature

A mug of coffee is in a room at 2020 degrees (same units throughout). It starts at 9090 degrees. After 10 minutes, it is 6060 degrees. Find T(t)T(t).

Step 1: Set up the model and solution form

dTdt=k(T20)\frac{dT}{dt} = k(T-20)

So

T(t)=20+CektT(t) = 20 + Ce^{kt}

Step 2: Use T(0)=90T(0)=90 to find CC

90=20+Cek0=20+C90 = 20 + Ce^{k\cdot 0} = 20 + C

So

C=70C = 70

Thus

T(t)=20+70ektT(t) = 20 + 70e^{kt}

Step 3: Use T(10)=60T(10)=60 to find kk

60=20+70e10k60 = 20 + 70e^{10k}

Subtract 20:

40=70e10k40 = 70e^{10k}

Divide by 70:

47=e10k\frac{4}{7} = e^{10k}

Take ln:

ln(47)=10k\ln\left(\frac{4}{7}\right) = 10k

So

k=110ln(47)k = \frac{1}{10}\ln\left(\frac{4}{7}\right)

Final model:

T(t)=20+70e(110ln(47))tT(t) = 20 + 70e^{\left(\frac{1}{10}\ln\left(\frac{4}{7}\right)\right)t}

You could also leave it as T(t)=20+70ektT(t)=20+70e^{kt} with kk as above.

Common interpretation check: 47<1\frac{4}{7}<1, so ln(47)<0\ln\left(\frac{4}{7}\right)<0, making k<0k<0, which matches cooling.

Exam Focus
  • Typical question patterns
    • Solve or use a model of the form dydt=k(yL)\frac{dy}{dt} = k(y-L), especially in temperature contexts.
    • Use two data points to determine kk and write the explicit function.
    • Find when the temperature reaches a specified value (solve for tt using logs).
  • Common mistakes
    • Using dydt=k(Ly)\frac{dy}{dt}=k(L-y) but then mixing that up with k(yL)k(y-L) without adjusting the sign of kk.
    • Forgetting that the exponential applies to the difference from ambient: TTsT-T_s, not TT alone.
    • Solving for kk but not checking its sign against the physical situation.

Interpreting Parameters, Units, and Graph Behavior

Exponential differential-equation models are not just about “getting an equation.” AP questions often test whether you understand what the constants and variables mean.

What kk represents

In dydt=ky\frac{dy}{dt}=ky, divide both sides by yy:

1ydydt=k\frac{1}{y}\frac{dy}{dt}=k

So kk is the **constant relative growth rate** (per unit time). If k=0.05k=0.05 and tt is measured in years, the quantity has an instantaneous growth rate of 5% per year at every moment.

  • Units: if tt is in days, then kk is “per day.”
  • Magnitude: larger k|k| means faster growth/decay.

In dydt=k(yL)\frac{dy}{dt}=k(y-L), kk is the constant relative rate at which the “distance from equilibrium” changes.

Initial conditions determine the vertical scale

For y=Cekty=Ce^{kt}, the constant CC is simply y(0)y(0) (if the initial time is 00):

y(0)=Ce0=Cy(0)=Ce^{0}=C

If the initial time is some other value t=t0t=t_0, then you solve for CC using y(t0)=y0y(t_0)=y_0:

y0=Cekt0y_0 = Ce^{kt_0}

So

C=y0ekt0C = y_0 e^{-kt_0}

A common mistake is to treat CC as if it were always the initial amount; that’s only true when the initial time is 00.

Concavity and “increasing faster”

For y=Cekty=Ce^{kt}, the second derivative is

d2ydt2=k2Cekt=k2y\frac{d^2y}{dt^2} = k^2Ce^{kt} = k^2y

Since k20k^2\ge 0, if y>0y>0 then d2ydt2>0\frac{d^2y}{dt^2}>0, so the graph is concave up. That matches the idea that exponential growth accelerates.

For exponential decay with y>0y>0, the function decreases but remains concave up, which can surprise students. The slope is negative, but it becomes less negative over time.

Worked example: Interpreting a model statement

A problem says: “The rate at which a savings account grows is proportional to the amount in the account.”

That statement is precisely

dAdt=rA\frac{dA}{dt} = rA

  • A(t)A(t) is the account balance.
  • dAdt\frac{dA}{dt} is the instantaneous growth in dollars per unit time.
  • rr is the proportionality constant (per unit time).

If you’re also told “continuous compounding at 6% per year,” then r=0.06r=0.06 when tt is measured in years.

Exam Focus
  • Typical question patterns
    • Interpret kk (or rr) in context, including sign and units.
    • Use an initial condition at a nonzero time t0t_0.
    • Reason about the shape of the solution graph from the differential equation (growth vs decay, approach to equilibrium).
  • Common mistakes
    • Claiming exponential decay must be concave down because it “goes down.” Concavity depends on how the slope changes.
    • Ignoring units and using a per-year rate with tt measured in months without converting.
    • Confusing the equilibrium value LL with the initial value in y=L+Cekty=L+Ce^{kt}.

Building an Exponential Model from a Word Problem (Modeling Workflow)

Many AP questions are really testing a repeatable modeling process. The algebra and calculus are important, but the bigger skill is translating between words, differential equations, and functions.

Step 1: Define variables clearly

State what y(t)y(t) represents and what units tt uses. This prevents later confusion when interpreting kk.

Step 2: Translate the rate statement into a differential equation

Common translations:

  • “Rate is proportional to amount”:

dydt=ky\frac{dy}{dt} = ky

  • “Rate is proportional to difference from equilibrium LL”:

dydt=k(yL)\frac{dy}{dt} = k(y-L)

Step 3: Solve the differential equation
  • For dydt=ky\frac{dy}{dt}=ky:

y=Cekty=Ce^{kt}

  • For dydt=k(yL)\frac{dy}{dt}=k(y-L):

y=L+Cekty=L+Ce^{kt}

Step 4: Use given conditions to find constants

Use initial values like y(0)=y0y(0)=y_0 or two data points to solve for CC and kk.

Step 5: Interpret the result

Check:

  • Does the sign of kk match growth/decay?
  • Does the solution approach the correct limiting value (0 or LL)?
  • Are units consistent?
Worked example: Continuous growth model

A culture starts with 1000 cells. After 3 hours, it has 1800 cells. Assume growth rate is proportional to the number of cells.

1) Model

Let N(t)N(t) be cells after tt hours.

dNdt=kN\frac{dN}{dt} = kN

2) Solve

N(t)=CektN(t)=Ce^{kt}

3) Use N(0)=1000N(0)=1000

C=1000C=1000

So

N(t)=1000ektN(t)=1000e^{kt}

4) Use N(3)=1800N(3)=1800 to find kk

1800=1000e3k1800=1000e^{3k}

1.8=e3k1.8=e^{3k}

ln(1.8)=3k\ln(1.8)=3k

k=ln(1.8)3k=\frac{\ln(1.8)}{3}

5) Final model

N(t)=1000e(ln(1.8)3)tN(t)=1000e^{\left(\frac{\ln(1.8)}{3}\right)t}

Interpretation: k>0k>0, so it grows; kk is the continuous relative growth rate per hour.

Exam Focus
  • Typical question patterns
    • Turn a verbal description into a differential equation, then into an explicit function.
    • Use two time-value data points to determine parameters.
    • Use the model to predict a future value or solve for a time when a threshold is reached.
  • Common mistakes
    • Writing y=C(1+k)ty=C(1+k)^t (a discrete model) when the situation is explicitly continuous or given as a differential equation.
    • Plugging data points into dydt=ky\frac{dy}{dt}=ky instead of into y=Cekty=Ce^{kt} when the data points are function values (not derivative values).
    • Solving for kk but rounding too early, causing noticeable error later when solving for time.