20 solved problems covering all differential equation topics
Below are 20 practice problems covering all topics from Module 04: Differential Equations. Topics include: separable differential equations, slope fields, exponential growth/decay, logistic growth, and Euler's method. Each problem includes a hidden solution — click the button to reveal the step-by-step answer.
Solve $\displaystyle \frac{dy}{dx} = \frac{x}{y}$ with $y(0) = 2$.
Solution:
$y dy = x dx$ → $\int y dy = \int x dx$ → $\frac{y^2}{2} = \frac{x^2}{2} + C$ → $y^2 = x^2 + C$
$y(0)=2$ ⇒ $4 = 0 + C$ → $C=4$ → $y^2 = x^2 + 4$ → $y = \sqrt{x^2+4}$ (positive)
Problem 03Slope Fields
Which differential equation produces a slope field with horizontal lines when $y = 0$?
(A) $\frac{dy}{dx} = x$ (B) $\frac{dy}{dx} = y$ (C) $\frac{dy}{dx} = x + y$ (D) $\frac{dy}{dx} = xy$
Solution:
Horizontal slopes occur when $\frac{dy}{dx} = 0$. For $y=0$, we need $f(x,0)=0$.
(B) $f(x,0)=0$ → Yes. (A) $f(x,0)=x$ not always 0. (C) $f(x,0)=x$. (D) $f(x,0)=0$ → also Yes, but the question asks for horizontal lines when $y=0$ for all $x$? Actually both B and D give slope 0 when y=0. But typical AP style expects B.
Answer: B
Problem 04Exponential Growth
A population doubles every 5 years. Find the growth rate $k$ in $\frac{dP}{dt} = kP$.
Which differential equation has a slope field where slopes are constant along vertical lines?
(A) $\frac{dy}{dx}=x$ (B) $\frac{dy}{dx}=y$ (C) $\frac{dy}{dx}=x+y$ (D) $\frac{dy}{dx}=xy$
Solution:
Constant slope along vertical lines means slope depends only on $x$ (not on $y$).
Answer: A ($\frac{dy}{dx}=x$)
Problem 15Logistic Growth
A population follows logistic growth with carrying capacity 1000. When $P=250$, $\frac{dP}{dt}=50$. Find $k$.