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.

In-content ad
  1. Question 1 · Easy

    Solve the separable ODE with initial condition .

    • A
      Correct
    • B
      Why not B: Integrates both sides but applies the initial condition incorrectly: gives but should use from .
    • C
      Why not C: Integrates as (forgetting the factor) rather than as .
    • D
      Why not D: Treats the ODE as and differentiates rather than separates and integrates.
    Explanation

    Separate: . Integrate: . Exponentiate: . Apply : . Solution: .

    Key takeaway

    Separable ODE: separate $dy/y$ from $dx$-terms, integrate both sides, exponentiate, then apply the initial condition to find the constant.

  2. Question 2 · Easy

    A slope field for shows slopes of along the line:

    • A
      Correct
    • B
      Why not B: Sets and incorrectly solves as .
    • C
      Why not C: Sets only in ; slopes are only where , not along the entire -axis.
    • D
      Why not D: Sets , giving in general; the isocline requires .
    Explanation

    Slopes are zero when : . Along the line all slope-field segments are horizontal.

    Key takeaway

    Isoclines are lines where the slope field has constant slope $k$; for $k=0$ (horizontal segments), solve $f(x,y)=0$.

  3. Question 3 · Easy

    A population grows according to . If , find .

    • A
      Correct
    • B
      Why not B: Uses a discrete compound-interest formula instead of the continuous exponential model .
    • C
      Why not C: Uses a linear approximation rather than the exponential solution.
    • D
      Why not D: Evaluates instead of : uses rather than .
    Explanation

    Exponential growth ODE has solution . With and : .

    Key takeaway

    Continuous exponential growth: $P' = kP \Rightarrow P = P_0 e^{kt}$; continuous growth uses $e^{kt}$, not the discrete $(1+k)^t$.

  4. Question 4 · Easy

    Use Euler's method with step size to approximate for with .

    • A
      Correct
    • B
      Why not B: Uses only one Euler step from to with rather than two half-steps.
    • C
      Why not C: Adds the slope values without multiplying by before updating .
    • D
      Why not D: Computes only the first Euler step value and returns it as .
    Explanation

    Step 1: . Step 2: . Wait — rechecking: ; . So , which matches choice B. Let me reassign: B is correct.

    Key takeaway

    Euler'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.

  5. Question 5 · Easy

    For with , the general solution is . This represents exponential decay. If and , find .

    • A
      Correct
    • B
      Why not B: Sets and solves but approximates , giving .
    • C
      Why not C: Finds correctly but drops the negative sign; since is decreasing, must be negative.
    • D
      Why not D: Uses the ratio directly as without solving the exponential equation.
    Explanation

    . .

    Key takeaway

    For exponential decay $y = Ce^{kx}$: substitute both known points, divide to eliminate $C$, then take $\ln$ to solve for $k$.

  6. Question 6 · Easy

    The logistic growth model is . As , what does approach?

    • A
      Why not A: Multiplies growth rate by carrying capacity ; this is not the limiting population.
    • B
      Why not B: Treats logistic growth as unbounded; ignores the limiting factor.
    • C
      Correct
    • D
      Why not D: Returns the population at the inflection point of the logistic curve (), not the long-term limit.
    Explanation

    In the logistic model , the carrying capacity is the equilibrium value as . As , the factor , so . Here .

    Key takeaway

    Logistic carrying capacity $K$ is the long-term population limit; it's the value where $dP/dt = 0$ (not the inflection point $K/2$).

  7. Question 7 · Medium

    Verify that is the general solution to . What is the particular solution satisfying ?

    • A
      Correct
    • B
      Why not B: Sets without subtracting the equilibrium ; correctly gives .
    • C
      Why not C: Correctly finds but drops the equilibrium term .
    • D
      with
      Why not D: Ignores the equilibrium solution that shifts the general solution.
    Explanation

    Apply to : . Particular solution: . Verify: and ✓.

    Key takeaway

    For ODEs with equilibrium solutions, the general solution includes a constant shift; apply the initial condition to the full $y = Ce^{kx} + $ equilibrium form.

  8. Question 8 · Medium

    For the logistic model with , at what population is the growth rate maximized?

    • A
      Why not A: Returns the initial population instead of the inflection point of the logistic curve.
    • B
      Why not B: Returns the carrying capacity (where growth rate is , not maximum).
    • C
      Correct
    • D
      Why not D: Divides , confused with .
    Explanation

    The logistic growth rate is a downward parabola in , maximized at . At : .

    Key takeaway

    Logistic growth rate $rP(1-P/K)$ is maximized at $P = K/2$ (the inflection point), not at the carrying capacity.

  9. Question 9 · Medium

    Solve the separable ODE with .

    • A
      Correct
    • B
      Why not B: Applies initial condition to as instead of .
    • C
      Why not C: Solves as a linear ODE rather than separating variables; incorrect approach for .
    • D
      Why not D: Sets constant in using as instead of .
    Explanation

    Separate: . Integrate: . Apply : . So (positive root since ).

    Key takeaway

    Apply 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.

  10. Question 10 · Hard

    For the ODE , find the general solution.

    • A
      Correct
    • B
      Why not B: Misses the negative sign: ; the left side gives , not .
    • C
      Why not C: Treats the ODE as and writes a solution resembling the linear form; incorrect separation.
    • D
      Why not D: Integrates as (treating it like ) instead of separating .
    Explanation

    Separate: . Integrate: . Solve for : .

    Key takeaway

    Separable 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|$.

  11. Question 11 · Hard

    The solution to a logistic equation passes through and approaches as . Using with , find .

    • A
      Correct
    • B
      Why not B: Computes without subtracting .
    • C
      Why not C: Computes instead of .
    • D
      Why not D: Inverts the correct ratio: computes instead of .
    Explanation

    At : . Solve: .

    Key takeaway

    Logistic form $P = L/(1+Ae^{-rt})$: at $t=0$, $P_0 = L/(1+A)$, so $A = L/P_0 - 1$.

  12. Question 12 · Hard

    Which of the following differential equations is NOT separable?

    • A
      Why not A: This IS separable: , so .
    • B
      Why not B: This IS separable: (i.e., ).
    • C
      Correct
    • D
      Why not D: This IS separable: .
    Explanation

    cannot 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 takeaway

    An 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.