Welcome to Unit 7: Differential Equations!

Welcome to one of the most exciting parts of AP Calculus BC! If you’ve ever wondered how scientists predict population growth, how doctors model the spread of a virus, or how engineers track heat cooling off a cup of coffee, you’re in the right place. Differential Equations (DEs) are the language of change. In this unit, we’ll learn how to translate descriptions of change into math, visualize those changes, and solve for the original functions. Don’t worry if it seems like a lot at first—we’ll break it down step-by-step!

7.1 & 7.2: Modeling and Verifying Solutions

A differential equation is simply an equation that involves a derivative (like \( \frac{dy}{dx} \) or \( f'(x) \)). Instead of finding a number as a solution (like \( x = 5 \)), we are looking for a function that makes the equation true.

Modeling Situations

Often, you’ll be asked to write a differential equation based on a sentence. Look for keywords like "rate of change" or "proportional to."
Example: "The rate of change of population \( P \) is proportional to the population itself."
Translation: \( \frac{dP}{dt} = kP \), where \( k \) is a constant.

Verifying Solutions

To check if a function is a solution to a DE, just "plug and chug!"
1. Find the derivative of the given function.
2. Substitute both the function and its derivative into the differential equation.
3. If both sides match, it’s a solution!

Quick Review: A general solution always includes a constant \( +C \). A particular solution is the specific version of that function that passes through a given point (called an initial condition).

7.3 & 7.4: Slope Fields

Sometimes, solving a differential equation is too hard. That’s where slope fields come in. A slope field is a visual map of the slopes at various points \( (x, y) \).

How to Sketch a Slope Field

Think of it like a scavenger hunt for slopes:
1. Look at your DE, for example: \( \frac{dy}{dx} = x + y \).
2. Pick a point on the graph, like \( (1, 1) \).
3. Calculate the slope: \( 1 + 1 = 2 \).
4. Draw a tiny little line segment at \( (1, 1) \) with a steepness of 2.
5. Repeat for all the dots provided!

Reasoning with Slope Fields

Slope fields allow us to see the "flow" of the function. If you are asked to sketch a solution curve through a specific point, just "follow the grain" of the little segments, like a boat following the current in a river.

Common Mistake: Be careful with horizontal and vertical slopes! A slope of 0 is a flat horizontal line. If the DE is undefined (like dividing by zero), we usually leave that point blank or look for a vertical tangent.

7.5: Euler’s Method (BC Only)

Euler’s Method is a way to approximate the value of a function by taking small "steps" along tangent lines. It’s like a GPS that only gives you directions one block at a time.

The Step-by-Step Process

To find a new point \( (x_n, y_n) \) from an old point \( (x_{n-1}, y_{n-1}) \):
1. Find the slope: Calculate \( \frac{dy}{dx} \) at your current point.
2. Find the change in y: \( \Delta y = (\text{slope}) \cdot \Delta x \).
3. Update y: \( y_{new} = y_{old} + \Delta y \).
4. Update x: \( x_{new} = x_{old} + \Delta x \).

Memory Aid: Think of it as "New y = Old y + (Slope)(Step Size)".

Did you know? Euler’s method is the foundation for how computers solve complex physics problems in video games! The smaller the step size (\( \Delta x \)), the more accurate your answer will be.

7.6 & 7.7: Separation of Variables

This is the "bread and butter" of the unit. This is how we solve differential equations algebraically.

The Four-Step Method

We want to solve an equation like \( \frac{dy}{dx} = \frac{x}{y} \).
1. Separate: Get all \( y \)'s (including \( dy \)) on one side and all \( x \)'s (including \( dx \)) on the other. Example: \( y \, dy = x \, dx \).
2. Integrate: Take the integral of both sides. Example: \( \int y \, dy = \int x \, dx \).
3. Add C: Don't forget the constant of integration! Only one side needs it. Example: \( \frac{1}{2}y^2 = \frac{1}{2}x^2 + C \).
4. Solve: Use your initial condition (like \( f(0)=3 \)) to find the value of \( C \), then solve for \( y \).

Important Point: You must separate the variables before you integrate. If you don't move the \( y \) over first, you will get zero points on the AP exam for that question! Also, always solve for \( C \) as soon as you integrate to make the algebra easier.

7.8: Exponential Models

If the rate of change is proportional to the amount, we have the Law of Natural Growth: \( \frac{dy}{dt} = ky \).
When you solve this using separation of variables, you will always get: \( y = Ce^{kt} \).

Real-World Analogy: This is how compound interest works in a bank account. The more money you have, the more interest you earn, which gives you even more money!

Quick Review:
- If \( k > 0 \), the function is growing (Exponential Growth).
- If \( k < 0 \), the function is shrinking (Exponential Decay).

7.9: Logistic Models (BC Only)

In the real world, things don't grow forever. A population of rabbits will eventually run out of food. This is modeled by the Logistic Differential Equation:

\( \frac{dP}{dt} = kP(L - P) \) or \( \frac{dP}{dt} = kP(1 - \frac{P}{L}) \)

Key Features of Logistic Growth

1. Carrying Capacity (\( L \)): This is the maximum population the environment can support. As \( t \to \infty \), the population \( P \) will approach \( L \).
2. Fastest Growth: The population grows fastest when it is exactly half of the carrying capacity (\( P = L/2 \)).
3. The Curve: It looks like an "S-shape." It starts growing fast (exponentially) but levels off as it hits the carrying capacity.

Example Tip: If you see \( \frac{dP}{dt} = 0.2P(100 - P) \), the carrying capacity is 100. The population is growing fastest when \( P = 50 \).

Key Takeaway: For logistic growth, if you start below \( L \), you grow toward it. If you start above \( L \), the population will decrease toward it. You are always being pulled toward the carrying capacity!

Unit 7 Summary Checklist

- Can I translate a sentence into a differential equation?
- Do I remember to include \( +C \) immediately after integrating?
- Can I sketch a slope field and follow the flow?
- (BC ONLY) Do I know the steps for Euler's Method?
- (BC ONLY) Can I identify the carrying capacity in a logistic equation?

Don't worry if this feels tricky at first! Differential equations are a new way of thinking. Keep practicing the "Separation of Variables" steps—they are the most common free-response questions in this unit!