Why This Matters
Differential equations are the language of change—they connect a function to its rate of change, which is why they appear everywhere in AP Calculus when you're modeling real-world phenomena. Unit 7 tests your ability to recognize equation types, select the right solution technique, and interpret what solutions mean in context. You'll encounter these equations in FRQs asking you to model exponential growth, cooling processes, population dynamics, and mixing problems—all situations where something changes at a rate proportional to some quantity.
The key insight is that not all differential equations are solved the same way. The AP exam rewards students who can quickly identify an equation's structure and match it to the appropriate method. Whether you're separating variables, sketching slope fields, or applying Euler's method, you're being tested on your ability to recognize patterns and execute techniques with precision. Don't just memorize formulas—know why each method works and when to use it.
Equations You Can Pull Apart: Separable Types
The most common differential equations on the AP exam are those where you can algebraically separate the variables onto different sides of the equation. This works because integration treats each variable independently once separated.
Separable Differential Equations
- Form: dxdy=f(x)g(y)—rewrite as g(y)dy=f(x)dx to integrate both sides independently
- Solution process involves antidifferentiation of both sides, yielding an implicit solution with constant C
- Initial conditions determine the particular solution by substituting (x0,y0) to solve for C
First-Order Ordinary Differential Equations
- General form dxdy=f(x,y)—the broadest category containing one derivative of the dependent variable
- Classification matters because solution methods depend on whether the equation is separable, linear, or another type
- Slope fields provide visual representations when analytical solutions are difficult or impossible
Homogeneous Differential Equations
- Recognizable when dxdy=F(xy)—all terms can be expressed as functions of the ratio y/x
- Substitution v=xy transforms the equation into a separable form in v and x
- Beyond AP scope for direct testing, but understanding the substitution concept reinforces problem-solving flexibility
Compare: Separable equations vs. Homogeneous equations—both ultimately become separable, but homogeneous equations require a substitution first. If an FRQ gives you dxdy=xx+y, check whether it simplifies to a function of y/x.
Equations Requiring Special Techniques: Linear Types
Linear differential equations have a specific structure that allows for systematic solution methods. The linearity means the dependent variable and its derivatives appear to the first power only—no products or powers of y.
Linear First-Order Differential Equations
- Standard form dxdy+P(x)y=Q(x)—the dependent variable y and its derivative appear linearly
- Integrating factor e∫P(x)dx multiplies both sides to create an exact derivative on the left
- Beyond separation of variables on the AP exam, but recognizing this form helps identify when other methods are needed
Bernoulli Differential Equations
- Form dxdy+P(x)y=Q(x)yn where n=0,1—the yn term makes it nonlinear
- Substitution v=y1−n transforms it into a linear equation solvable by integrating factor
- Not directly tested on AP Calculus AB/BC, but illustrates how substitutions convert difficult equations to familiar forms
Second-Order Linear Differential Equations
- General form a(x)dx2d2y+b(x)dxdy+c(x)y=g(x)—involves the second derivative
- Solutions combine a complementary (homogeneous) solution with a particular solution
- Primarily BC territory and often only conceptual—recognize that mass-spring systems like mdt2d2x+kx=0 model oscillations
Compare: First-order linear vs. Second-order linear—first-order equations model exponential behavior (growth/decay), while second-order equations model oscillatory behavior (springs, circuits). Know which physical situations produce which type.
Equations with Special Structure: Exactness and Constants
Some differential equations have structural properties that simplify solution methods. Recognizing these patterns saves time and reduces errors on the exam.
Exact Differential Equations
- Form M(x,y)dx+N(x,y)dy=0 where ∂y∂M=∂x∂N—the exactness condition
- Solution involves finding potential function ψ(x,y) such that dψ=0, meaning ψ=C
- Not tested on AP Calculus, but the concept connects to multivariable calculus and conservative vector fields
Constant Coefficient Differential Equations
- Special case where adx2d2y+bdxdy+cy=0 has constant coefficients a,b,c
- Characteristic equation ar2+br+c=0 determines solution form based on root types
- Root types matter: real distinct → two exponentials, repeated → exponential with t factor, complex → sinusoidal solutions
Compare: Exact equations vs. Separable equations—exact equations require a potential function approach (multivariable), while separable equations use direct integration. On the AP exam, you'll almost always encounter separable equations.
Approximation and Visualization Methods
When analytical solutions are impossible or impractical, numerical and graphical methods provide insight into solution behavior. These techniques are heavily tested because they emphasize conceptual understanding over algebraic manipulation.
Slope Fields
- Visual representation of dxdy=f(x,y)—each point (x,y) gets a short line segment with that slope
- Solution curves follow the field—sketching through an initial point reveals the particular solution's behavior
- Equilibrium solutions appear as horizontal segments where dxdy=0; stability determines long-term behavior
Euler's Method
- Numerical approximation using yn+1=yn+h⋅f(xn,yn)—steps along the tangent line
- Step size h controls accuracy; smaller steps give better approximations but require more calculations
- Concavity affects error: if f′′>0, Euler's method underestimates; if f′′<0, it overestimates
Compare: Slope fields vs. Euler's method—slope fields give qualitative, global behavior at a glance, while Euler's method produces specific numerical estimates at discrete points. FRQs often ask you to use both: sketch the slope field, then calculate Euler approximations.
Systems and Advanced Structures
Multiple interacting quantities require systems of equations rather than single equations. These appear in modeling problems involving coupled rates of change.
Systems of Differential Equations
- Multiple equations like dtdx=f(x,y) and dtdy=g(x,y)—describe interacting quantities
- Matrix form dtdy=Ay applies to linear systems; eigenvalues determine solution behavior
- Beyond AP scope for solving, but modeling problems may describe systems verbally (predator-prey, competing species)
Quick Reference Table
|
| Separable equations | dxdy=xy, dxdy=xy, exponential growth/decay |
| Linear first-order | dxdy+2y=ex, mixing problems |
| Slope field analysis | Autonomous equations dxdy=f(y), equilibrium identification |
| Euler's method | Any first-order IVP with specified step size |
| Initial value problems | Separable + given point (x0,y0) |
| Exponential models | dtdy=ky, radioactive decay, compound interest |
| Logistic models | dtdP=rP(1−KP), carrying capacity problems |
| Second-order equations | Mass-spring systems, oscillation models (conceptual) |
Self-Check Questions
-
Given dxdy=x2y, what solution method applies, and what form will the general solution take?
-
How would you distinguish between a separable equation and a linear equation that requires an integrating factor? Give an example of each.
-
On a slope field for dxdy=y(2−y), where are the equilibrium solutions, and which is stable versus unstable?
-
If Euler's method with h=0.5 gives an underestimate, what does that tell you about the concavity of the actual solution?
-
Compare the differential equations dtdy=0.05y and dtdy=0.05y(1−1000y): what real-world scenarios does each model, and how do their long-term behaviors differ?