8.4 Separable Differential Equations & Growth/Decay Models
Key Takeaways
- A first-order differential equation is separable if it can be factored algebraically into a product of a function of x and a function of y: dy/dx = g(x) * h(y), enabling separation into (1 / h(y)) dy = g(x) dx.
- The 4-step separation protocol requires: (1) algebraically separating variables with differentials in numerators, (2) integrating both sides directly, (3) substituting the initial condition immediately to evaluate the constant C, and (4) isolating the dependent variable y explicitly.
- The Law of Natural Growth and Decay (dy/dt = ky) models systems where the rate of change is directly proportional to the current quantity, producing the universal solution y(t) = y_0 * e^(kt).
- Exponential growth models (k > 0) have a constant doubling time t_d = (ln 2) / k; exponential decay models (k < 0) have a constant half-life t_h = (ln 2) / |k|, both independent of the initial amount y_0.
- Newton's Law of Cooling (dT/dt = -k(T - T_env)) yields the solution T(t) = T_env + (T_0 - T_env) * e^(-kt), while slope fields provide graphical tangent direction maps for visualizing solution families without integrating.
8.4 Separable Differential Equations & Growth/Decay Models
Core CLEP Concept: A differential equation is an equation relating an unknown function to one or more of its derivatives. On the CLEP Calculus exam, differential equation questions focus on first-order separable equations, initial value problems (IVPs), the universal exponential growth and decay model ($\frac{dy}{dt} = ky$), Newton's Law of Cooling, and graphical interpretation of slope fields. Mastering separation of variables and logarithmic/exponential manipulations ensures maximum points on both calculator and non-calculator sections.
1. Foundations: Terminology & Solution Types
Definitions & Terminology
- Differential Equation (DE): An equation containing derivatives of an unknown function (e.g., $\frac{dy}{dx} = 2xy$).
- Order of a DE: The order of the highest derivative present. On the CLEP exam, all tested differential equations are first-order (involving only first derivatives $\frac{dy}{dx}$ or $\frac{dy}{dt}$).
- General Solution: A family of functions containing an arbitrary constant of integration $C$ that satisfies the differential equation across its domain.
- Initial Condition: A specified coordinate pair $(x_0, y_0)$ or $(t_0, y_0)$ defining the state of the system at a known instant.
- Particular Solution: The single, unique curve from the general solution family that passes through the given initial condition point.
Verifying Candidate Solutions
To verify whether a candidate function $y = f(x)$ solves a given differential equation:
- Compute the derivative $\frac{dy}{dx} = f'(x)$.
- Substitute $y$ and $\frac{dy}{dx}$ into both sides of the differential equation.
- Confirm that the equation simplifies to a mathematical identity ($0 = 0$ or LHS $\equiv$ RHS).
2. The Method of Separation of Variables
A first-order differential equation is separable if it can be written in the form:
The 4-Step Separation Protocol
+-------------------------------------------------------------------------+
| SEPARATION OF VARIABLES 4-STEP PROTOCOL |
+-------------------------------------------------------------------------+
| 1. SEPARATE: Move all y terms and dy to LHS; all x terms and dx to RHS. |
| (1 / h(y)) dy = g(x) dx [Differentials MUST be in tops!] |
| 2. INTEGRATE: Integrate both sides: int (1 / h(y)) dy = int g(x) dx + C |
| 3. SOLVE FOR C: Apply initial condition (x_0, y_0) IMMEDIATELY. |
| 4. ISOLATE y: Use algebra/exponentials to write y explicitly as f(x). |
+-------------------------------------------------------------------------+
Step-by-Step Worked Example 1: Initial Value Problem
Problem: Solve the initial value problem $\frac{dy}{dx} = \frac{2x}{y}$ with initial condition $y(0) = -3$.
Step 1: Separate variables. Multiply both sides by $y , dx$:
Step 2: Integrate both sides.
Step 3: Solve for $C$ immediately using $y(0) = -3$.
Step 4: Isolate $y$ explicitly. Multiply by $2$:
Selecting the correct sign: Because the initial condition requires $y(0) = -3 < 0$, we must select the negative square root:
(Warning: Selecting $+\sqrt{2x^2 + 9}$ yields $y(0) = +3 \neq -3$, violating the initial condition!)
3. The Law of Natural Growth and Decay ($\frac{dy}{dt} = ky$)
The Fundamental Principle
In many natural phenomena, the rate of growth or decay of a quantity $y$ is directly proportional to the current amount present:
- If $k > 0$: Exponential Growth (population growth, continuously compounded interest).
- If $k < 0$: Exponential Decay (radioactive decay, chemical decomposition).
Full Derivation of the Universal Solution
Step 1: Separate variables.
Step 2: Integrate both sides.
Step 3: Exponentiate both sides.
Step 4: Apply initial condition $y(0) = y_0$.
Exponential Growth (k > 0) Exponential Decay (k < 0)
y ^ y ^
| .-' | y_0
| .' | *--.
| / | | `.
| .' | | `.
| .' | | `-.
y0| -* | | `--.
| | | `--.
--+-------------------> t --+--+-------------------> t
0 0 t_half
Doubling Time ($k > 0$)
The time $t_d$ required for an initial population $y_0$ to double ($y = 2y_0$):
Half-Life ($k < 0$ or $\frac{dy}{dt} = -ky$)
The time $t_h$ required for half of a radioactive substance to decay ($y = \frac{1}{2}y_0$):
Key Constant Property: Doubling time and half-life depend strictly on the rate constant $k$ and are completely independent of the initial amount $y_0$.
Step-by-Step Worked Example 2: Radioactive Decay & Radiocarbon Dating
Problem: Carbon-14 has a half-life of $5{,}730$ years. An ancient wooden artifact found at an archaeological site contains $25%$ of the Carbon-14 found in living trees. Determine the age of the artifact.
Step 1: Compute decay constant $k$.
Step 2: Set up decay equation with $y(t) = 0.25 y_0$.
Step 3: Solve for time $t$.
(Inspection shortcut: $25% = \left(\frac{1}{2}\right)^2$, meaning exactly $2$ half-lives have elapsed: $2 \times 5{,}730 = 11{,}460$ years.)
4. Newton's Law of Cooling
Newton's Law of Cooling states that the rate of change of the temperature $T(t)$ of an object is directly proportional to the difference between its temperature and the ambient temperature of the surrounding medium $T_{\text{env}}$:
Derivation of Explicit Solution
- Separate variables: $\frac{1}{T - T_{\text{env}}} , dT = -k , dt$
- Integrate: $\ln|T - T_{\text{env}}| = -kt + C_1$
- Exponentiate: $T - T_{\text{env}} = A e^{-kt}$
- Apply initial condition $T(0) = T_0$: $T_0 - T_{\text{env}} = A$
Step-by-Step Worked Example 3: Cooling Coffee
Problem: A freshly brewed cup of coffee at temperature $90^\circ\text{C}$ is placed in a room maintained at a constant temperature of $20^\circ\text{C}$. After $10$ minutes, the coffee has cooled to $60^\circ\text{C}$. How many total minutes will it take for the coffee to reach $30^\circ\text{C}$?
Step 1: Set up the model parameters.
- $T_{\text{env}} = 20$
- $T_0 = 90 \implies T_0 - T_{\text{env}} = 90 - 20 = 70$
- $T(t) = 20 + 70 e^{-kt}$
Step 2: Find constant $k$ using $T(10) = 60$.
Step 3: Solve for $t$ when $T(t) = 30$.
5. Slope Fields (Direction Fields)
A slope field (or direction field) is a graphical tool used to visualize the family of solutions to a first-order differential equation $\frac{dy}{dx} = f(x, y)$ without finding an explicit analytical antiderivative.
Slope Field for dy/dx = y - 1
y ^
3 | \ \ \ \ \ \ \ (slope m = 3 - 1 = +2)
2 | / / / / / / / (slope m = 2 - 1 = +1)
1 | - - - - - - - (slope m = 1 - 1 = 0) <--- Equilibrium Solution y = 1
0 | \ \ \ \ \ \ \ (slope m = 0 - 1 = -1)
-1 | / / / / / / / (slope m = -1 - 1 = -2)
--+-----------------------> x
Rules for Reading & Matching Slope Fields on the CLEP
- Slopes depending ONLY on $x$ ($\frac{dy}{dx} = g(x)$):
- Tangent segments are identical along any vertical column (same $x$).
- Example: $\frac{dy}{dx} = 2x$. At $x = 0$, all slopes are horizontal ($m=0$). At $x = 1$, all slopes are $m=2$.
- Slopes depending ONLY on $y$ ($\frac{dy}{dx} = h(y)$):
- Tangent segments are identical along any horizontal row (same $y$).
- Example: $\frac{dy}{dx} = y - 1$. Along the horizontal line $y = 1$, all slopes are $0$ (equilibrium solution).
- Slopes depending on BOTH $x$ and $y$ ($\frac{dy}{dx} = f(x, y)$):
- Check coordinate axes: What happens when $x = 0$ ($y$-axis) or $y = 0$ ($x$-axis)?
- Check sign quadrants: Where is $\frac{dy}{dx} > 0$ (slanted up) vs $\frac{dy}{dx} < 0$ (slanted down)?
- Example: $\frac{dy}{dx} = -\frac{x}{y}$. Slopes are $0$ when $x = 0$ (along $y$-axis) and vertical/undefined when $y = 0$ (along $x$-axis). The solution curves form concentric circles $x^2 + y^2 = C$.
6. Comprehensive Differential Equations Comparison Table
| Model / Equation | Differential Form | General Solution | Key Characteristic |
|---|---|---|---|
| Direct Separation | $\frac{dy}{dx} = \frac{g(x)}{h(y)}$ | $\int h(y) , dy = \int g(x) , dx + C$ | Algebraic integration on both sides |
| Natural Growth | $\frac{dy}{dt} = ky ; (k > 0)$ | $y(t) = y_0 e^{kt}$ | Constant doubling time $t_d = \frac{\ln 2}{k}$ |
| Natural Decay | $\frac{dy}{dt} = -ky ; (k > 0)$ | $y(t) = y_0 e^{-kt}$ | Constant half-life $t_h = \frac{\ln 2}{k}$ |
| Newton's Cooling | $\frac{dT}{dt} = -k(T - T_{\text{env}})$ | $T(t) = T_{\text{env}} + (T_0 - T_{\text{env}})e^{-kt}$ | Asymptotically approaches $T_{\text{env}}$ |
7. Common CLEP Pitfalls & Traps
- The Denominator Differential Error: Never leave $dx$ or $dy$ in the denominator (e.g., writing $\frac{1}{dx} = \dots$). Differentials must always appear in the numerators of both sides before integrating.
- The Constant Exponentiation Trap: When integrating $\frac{1}{y} , dy = k , dt$, the integration yields $\ln|y| = kt + C$. Exponentiating gives $y = e^{kt + C} = e^C e^{kt} = A e^{kt}$. Writing $y = e^{kt} + C$ is a critical algebraic error.
- Ignoring Initial Condition Signs on Square Roots: When solving $y^2 = 2x^2 + C$, the explicit solution is $y = \pm \sqrt{2x^2 + C}$. You must explicitly choose $+$ or $-$ to match the sign of $y(x_0)$.
- Confusing Natural Logarithm with Common Logarithm: Doubling time and half-life formulas require the natural logarithm $\ln(2) \approx 0.693$, never the base-10 logarithm $\log_{10}(2) \approx 0.301$.
- Postponing Constant Evaluation: Always evaluate $C$ immediately after performing integration. Delaying $C$ until after isolating $y$ frequently introduces sign and power errors.
Solve the initial value problem dy/dx = 3*x^2 * y with initial condition y(0) = 4.
A colony of bacteria increases at a rate proportional to its current population (dP/dt = k*P). If the population doubles every 5 hours, how many hours will it take for the population to reach 8 times its initial size?
A radioactive isotope has a half-life of 10 years. What percentage of the original sample remains after 30 years?
Which of the following differential equations generates a slope field where all tangent segments along the horizontal line y = 3 have slope 0, and all slopes along any horizontal line are equal regardless of x?
You've completed this section
Continue exploring other exams