Exponential Models with Differential Equations
students, imagine a population of bacteria doubling in a warm petri dish 🧫, or a savings account growing with interest 💵. In both situations, the rate of change depends on how much is already there. That idea is the heart of exponential models with differential equations. In AP Calculus AB, you need to recognize when change is proportional to the current amount, write the differential equation, solve it, and interpret the solution in context.
What makes a model exponential?
An exponential model appears when the rate of change of a quantity is proportional to the quantity itself. In symbols, this is written as
$$\frac{dy}{dt}=ky$$
where $y$ is the amount, $t$ is time, and $k$ is a constant. If $k>0$, the quantity grows; if $k<0$, the quantity decays. This is called a first-order differential equation because it involves the first derivative $\frac{dy}{dt}$.
The key idea is that bigger amounts change faster. For example, if a city’s population is larger, then the number of births per year may also be larger. If a radioactive substance has more atoms left, then more atoms can decay each second. The same rule works in many contexts 📈.
This model is connected to the broader topic of differential equations because it gives a relationship between a function and its derivative. Instead of directly finding $y$ from a formula, we describe how $y$ changes. Then we solve the differential equation to get a formula for $y$.
Solving the differential equation
To solve
$$\frac{dy}{dt}=ky,$$
you separate variables. Divide both sides by $y$ and multiply by $dt$:
$$\frac{1}{y}\,dy=k\,dt$$
Now integrate both sides:
$$\int \frac{1}{y}\,dy=\int k\,dt$$
This gives
$$\ln |y|=kt+C$$
where $C$ is a constant of integration. Exponentiate both sides:
$$|y|=e^{kt+C}=e^C e^{kt}$$
Since $e^C$ is just another positive constant, we write
$$y=Ae^{kt}$$
This is the general solution. In many applications, the amount $y$ is positive, so we often write
$$y=Ce^{kt}$$
where $C$ can be chosen from the initial condition.
If we know $y(0)=y_0$, then substituting $t=0$ gives
$$y_0=Ce^{k(0)}=C$$
so the particular solution is
$$y=y_0e^{kt}$$
This formula is one of the most important exponential models in calculus.
Interpreting growth and decay
The sign of $k$ tells you what happens over time.
- If $k>0$, then $e^{kt}$ increases as $t$ increases, so $y$ grows.
- If $k<0$, then $e^{kt}$ decreases as $t$ increases, so $y$ decays.
For growth, the rate of change is positive and gets larger as the quantity gets larger. For decay, the rate of change is negative, and the quantity moves toward $0$.
A common AP Calculus AB idea is that the derivative of the exponential solution is proportional to the function itself:
$$\frac{dy}{dt}=ky$$
This means the graph’s slope depends on the current height of the curve. If the curve is high, the slope is steep. If the curve is low, the slope is small. This creates the familiar shape of exponential growth and decay curves.
A real-world example is compound interest. If money grows continuously at rate $r$, then
$$\frac{dA}{dt}=rA$$
and the balance is
$$A(t)=A_0e^{rt}$$
If $A_0=500$ and $r=0.04$, then after $t$ years,
$$A(t)=500e^{0.04t}$$
This model says the account grows by about $4\%$ per year continuously, not just once per year.
Finding the constant from data
Sometimes the problem gives two points or a growth/decay condition instead of the initial value. Then you use the general model and solve for the constant.
Suppose a bacteria culture starts with $200$ bacteria and grows at a continuous rate of $15\%$ per hour. Then the model is
$$P(t)=200e^{0.15t}$$
To find the population after $6$ hours, substitute $t=6$:
$$P(6)=200e^{0.9}$$
This is approximately $492.6$, so the population is about $493$ bacteria.
If instead the problem says a substance has a half-life, that means the amount is cut in half after a certain time. For decay, you may need to solve for $k$ using a known point. If $Q(0)=80$ and $Q(5)=40$, then
$$40=80e^{5k}$$
Divide by $80$:
$$\frac{1}{2}=e^{5k}$$
Take the natural logarithm:
$$\ln\left(\frac{1}{2}\right)=5k$$
so
$$k=\frac{\ln(1/2)}{5}$$
Since $\ln(1/2)$ is negative, this is a decay model.
Checking whether a situation is exponential
Not every changing quantity is exponential. Exponential change happens when the rate is proportional to the amount. That means the ratio
$$\frac{\frac{dy}{dt}}{y}$$
is constant. If the ratio is not constant, the model is not exponential.
Here are some clues that a situation may be exponential:
- The quantity changes by a fixed percentage over equal time intervals.
- The amount grows faster as it gets larger.
- The differential equation has the form $\frac{dy}{dt}=ky$.
- The solution involves $e^{kt}$.
A linear model, such as $y=mt+b$, changes by a constant amount, not a constant percentage. For example, adding $50$ dollars each month is linear, but earning $5\%$ interest on the current balance is exponential. That difference is very important on AP Calculus AB ✅.
Connecting to slope fields and solution curves
Even though exponential models are often solved algebraically, they also fit into slope fields and solution curves. A slope field shows tiny line segments whose slopes match the differential equation. For
$$\frac{dy}{dt}=ky,$$
the slope at each point depends only on $y$, not on $t$. That means points with the same $y$-value have the same slope.
If $k>0$, slopes are positive above the $t$-axis and negative below it. For positive solutions, the curves rise and get steeper over time. For negative solutions, the curves rise toward $0$ from below if $k>0$. For $k<0$, positive solutions decay toward $0$.
Solution curves help you visualize the family of functions
$$y=Ce^{kt}$$
Each value of $C$ gives a different curve, and an initial condition selects one specific curve. For example, if $y(0)=3$, the curve is
$$y=3e^{kt}$$
The slope field and the formula must agree: where the graph is higher, the slope should match the value given by $ky$.
AP Calculus AB reasoning and exam skills
On the AP exam, you may need to do more than just compute. You may be asked to explain meaning in context. If the model is
$$\frac{dy}{dt}=ky,$$
you should be able to say that the rate of change is proportional to the current amount. If $k=0.08$, then the quantity changes at a continuous rate of $8\%$ per unit time.
You may also be asked to interpret a derivative. For instance, if $P(t)$ models a population, then $P'(t)$ is the population’s instantaneous rate of change. If $P'(t)=0.05P(t)$, then the population is increasing at $5\%$ of its current size per unit time.
Another common task is solving for $k$ from an observation. If a quantity doubles in $10$ days, then
$$2y_0=y_0e^{10k}$$
which simplifies to
$$2=e^{10k}$$
and then
$$k=\frac{\ln 2}{10}$$
This method is useful for modeling growth in biology, finance, and chemistry.
Conclusion
Exponential models with differential equations are a core part of differential equations in AP Calculus AB. The central idea is simple but powerful: the rate of change is proportional to the amount present. That leads to the differential equation
$$\frac{dy}{dt}=ky$$
and the solution
$$y=Ce^{kt}$$
or, with an initial condition,
$$y=y_0e^{kt}$$
students, when you recognize exponential growth or decay, you can connect the words in the problem to the equation, solve for constants, and interpret the result in context. This is exactly the kind of reasoning AP Calculus AB expects 🎯.
Study Notes
- Exponential models use the idea that the rate of change is proportional to the amount present.
- The basic differential equation is $\frac{dy}{dt}=ky$.
- The general solution is $y=Ce^{kt}$.
- If $k>0$, the model shows growth; if $k<0$, it shows decay.
- An initial condition like $y(0)=y_0$ gives the particular solution $y=y_0e^{kt}$.
- In context, $\frac{dy}{dt}$ means instantaneous rate of change, and $y$ is the current amount.
- Exponential models often describe populations, money, and radioactive decay.
- A fixed percentage change over equal time intervals usually indicates an exponential model.
- Slope fields for $\frac{dy}{dt}=ky$ depend only on $y$, so equal $y$ values have equal slopes.
- AP Calculus AB problems may ask you to write, solve, or interpret exponential differential equations in context.
