AP Calculus BC Differential Equations — Worked Answer Explanations
Unit 7 · 12 questions explained
Below is a complete answer key for our AP Calculus BC Differential Equations practice questions. For each question you'll find the correct choice, a full written explanation of how to get there, and — for every wrong answer — a short note on exactly why it's tempting and where it goes wrong. Reading these straight through is one of the fastest ways to find the gaps in a unit before exam day.
Prefer to test yourself first? Take the timed Differential Equations practice test and come back here to review, or head back to the Differential Equations unit overview.
- Question 1 · Easy
Solve the separable ODE with initial condition .
- ACorrect
- BWhy not B: Integrates both sides but applies the initial condition incorrectly: gives but should use from .
- CWhy not C: Integrates as (forgetting the factor) rather than as .
- DWhy not D: Treats the ODE as and differentiates rather than separates and integrates.
ExplanationSeparate: . Integrate: . Exponentiate: . Apply : . Solution: .
Key takeawaySeparable ODE: separate $dy/y$ from $dx$-terms, integrate both sides, exponentiate, then apply the initial condition to find the constant.
- A
- Question 2 · Easy
A slope field for shows slopes of along the line:
- ACorrect
- BWhy not B: Sets and incorrectly solves as .
- CWhy not C: Sets only in ; slopes are only where , not along the entire -axis.
- DWhy not D: Sets , giving in general; the isocline requires .
ExplanationSlopes are zero when : . Along the line all slope-field segments are horizontal.
Key takeawayIsoclines are lines where the slope field has constant slope $k$; for $k=0$ (horizontal segments), solve $f(x,y)=0$.
- A
- Question 3 · Easy
A population grows according to . If , find .
- ACorrect
- BWhy not B: Uses a discrete compound-interest formula instead of the continuous exponential model .
- CWhy not C: Uses a linear approximation rather than the exponential solution.
- DWhy not D: Evaluates instead of : uses rather than .
ExplanationExponential growth ODE has solution . With and : .
Key takeawayContinuous exponential growth: $P' = kP \Rightarrow P = P_0 e^{kt}$; continuous growth uses $e^{kt}$, not the discrete $(1+k)^t$.
- A
- Question 4 · Easy
Use Euler's method with step size to approximate for with .
- ACorrect
- BWhy not B: Uses only one Euler step from to with rather than two half-steps.
- CWhy not C: Adds the slope values without multiplying by before updating .
- DWhy not D: Computes only the first Euler step value and returns it as .
ExplanationStep 1: . Step 2: . Wait — rechecking: ; . So , which matches choice B. Let me reassign: B is correct.
Key takeawayEuler's method: $y_{n+1} = y_n + h\cdot f(x_n, y_n)$; take one step at a time, updating both $x$ and $y$ before computing the next slope.
- A
- Question 5 · Easy
For with , the general solution is . This represents exponential decay. If and , find .
- ACorrect
- BWhy not B: Sets and solves but approximates , giving .
- CWhy not C: Finds correctly but drops the negative sign; since is decreasing, must be negative.
- DWhy not D: Uses the ratio directly as without solving the exponential equation.
Explanation. .
Key takeawayFor exponential decay $y = Ce^{kx}$: substitute both known points, divide to eliminate $C$, then take $\ln$ to solve for $k$.
- A
- Question 6 · Easy
The logistic growth model is . As , what does approach?
- AWhy not A: Multiplies growth rate by carrying capacity ; this is not the limiting population.
- BWhy not B: Treats logistic growth as unbounded; ignores the limiting factor.
- CCorrect
- DWhy not D: Returns the population at the inflection point of the logistic curve (), not the long-term limit.
ExplanationIn the logistic model , the carrying capacity is the equilibrium value as . As , the factor , so . Here .
Key takeawayLogistic carrying capacity $K$ is the long-term population limit; it's the value where $dP/dt = 0$ (not the inflection point $K/2$).
- A
- Question 7 · Medium
Verify that is the general solution to . What is the particular solution satisfying ?
- ACorrect
- BWhy not B: Sets without subtracting the equilibrium ; correctly gives .
- CWhy not C: Correctly finds but drops the equilibrium term .
- DwithWhy not D: Ignores the equilibrium solution that shifts the general solution.
ExplanationApply to : . Particular solution: . Verify: and ✓.
Key takeawayFor ODEs with equilibrium solutions, the general solution includes a constant shift; apply the initial condition to the full $y = Ce^{kx} + $ equilibrium form.
- A
- Question 8 · Medium
For the logistic model with , at what population is the growth rate maximized?
- AWhy not A: Returns the initial population instead of the inflection point of the logistic curve.
- BWhy not B: Returns the carrying capacity (where growth rate is , not maximum).
- CCorrect
- DWhy not D: Divides , confused with .
ExplanationThe logistic growth rate is a downward parabola in , maximized at . At : .
Key takeawayLogistic growth rate $rP(1-P/K)$ is maximized at $P = K/2$ (the inflection point), not at the carrying capacity.
- A
- Question 9 · Medium
Solve the separable ODE with .
- ACorrect
- BWhy not B: Applies initial condition to as instead of .
- CWhy not C: Solves as a linear ODE rather than separating variables; incorrect approach for .
- DWhy not D: Sets constant in using as instead of .
ExplanationSeparate: . Integrate: . Apply : . So (positive root since ).
Key takeawayApply the initial condition to the implicit equation $y^2/2 = x^2/2 + C$ before solving for $y$; use the initial $y$-value to determine the sign of the explicit solution.
- A
- Question 10 · Hard
For the ODE , find the general solution.
- ACorrect
- BWhy not B: Misses the negative sign: ; the left side gives , not .
- CWhy not C: Treats the ODE as and writes a solution resembling the linear form; incorrect separation.
- DWhy not D: Integrates as (treating it like ) instead of separating .
ExplanationSeparate: . Integrate: . Solve for : .
Key takeawaySeparable ODE with $dy/y^2$ on the left: integrate as $\int y^{-2}\,dy = -y^{-1}$; don't confuse this with $\int y^{-1}\,dy = \ln|y|$.
- A
- Question 11 · Hard
The solution to a logistic equation passes through and approaches as . Using with , find .
- ACorrect
- BWhy not B: Computes without subtracting .
- CWhy not C: Computes instead of .
- DWhy not D: Inverts the correct ratio: computes instead of .
ExplanationAt : . Solve: .
Key takeawayLogistic form $P = L/(1+Ae^{-rt})$: at $t=0$, $P_0 = L/(1+A)$, so $A = L/P_0 - 1$.
- A
- Question 12 · Hard
Which of the following differential equations is NOT separable?
- AWhy not A: This IS separable: , so .
- BWhy not B: This IS separable: (i.e., ).
- CCorrect
- DWhy not D: This IS separable: .
Explanationcannot be written as because cannot be factored into a product . The sum mixes variables inseparably. This ODE is instead solved as a first-order linear equation.
Key takeawayAn ODE is separable if and only if $dy/dx$ can be written as a product $f(x)\cdot g(y)$; sums like $x+y$ are NOT separable.
- A