Unit 7: Differential Equations
Separable Differential Equations
Solving separable differential equations, including exponential growth and decay models.
Prerequisites
- Slope Fields
Solving a Differential Equation with Integration
A slope field shows what a solution looks like, but not its exact formula. Before reading on: for dy/dx = ky (a rate proportional to the current amount — exactly the exponential growth/decay setup), could separating the x's and y's onto opposite sides of the equation, then integrating both sides, actually solve for y directly?
Definition — Separable Differential Equation
Solving dy/dx = ky by separating variables: dy/y = k dx. Integrate both sides: ∫dy/y = ∫k dx, giving ln|y| = kx + C₁. Exponentiate both sides: |y| = e^(kx + C₁) = e^(C₁)·e^(kx). Writing A = ±e^(C₁) to absorb the sign and constant: y = Ae^(kx). Applying an initial condition y(0) = y₀ gives y₀ = Ae⁰ = A, so A = y₀ — producing y = y₀e^(kx), the exponential growth/decay model, now derived directly from its differential equation rather than simply stated.
Worked Example — Solving a Separable Equation Step by Step
Worked Example — Modeling Radioactive Decay
Tip
Common Mistakes
Forgetting the constant of integration when integrating one side, especially when it's later exponentiated away into a multiplicative constant.
The constant C in ln|y| = kx + C becomes a genuinely different multiplicative constant, A = e^C, after exponentiating — dropping C early loses the very constant an initial condition is needed to determine.
Separating variables incorrectly, leaving an x mixed in with the y-side or vice versa.
Every term has to end up purely in x (with dx) or purely in y (with dy) before integrating — a mixed term signals the equation either needs more algebra first or isn't separable as written.
Key Takeaways
- A separable differential equation can be rewritten with all y-terms (and dy) on one side and all x-terms (and dx) on the other, then integrated separately.
- dy/dx = ky solves to y = y₀e^(kx), the exponential growth/decay model, derived directly rather than assumed.
- An initial condition is applied after solving the general form for y, pinning down the constant of integration as a specific number.
Summary
This closes Unit 7: slope fields and separable equations solve for a function from its own rate of change. Unit 8 returns to the definite integral's other applications — quantities built directly from area, starting with a function's average value.
Sign in to track your progress and mark this lesson complete.
Track your progress