Historical Context & Motivation
Differential equations describe how things change — the way a population grows, how a ball falls, or how medicine leaves your bloodstream. For centuries, mathematicians sought ways to solve these equations, and one of the earliest and most elegant techniques involves separable equations. But solving a differential equation is only half the battle. Without additional information about where a process starts, we get infinitely many possible solutions. An initial condition is the piece of data that pins down the one solution that matches reality.
The central question this lesson addresses is straightforward: when you solve a separable differential equation and obtain a general solution containing an arbitrary constant, how do you use a given starting point to find the particular solution — the single curve that passes through that specific point?
Core Principles & Definitions
Before diving into examples, let's clarify the key ideas that underpin this topic. A separable differential equation is a first-order equation that can be written so that all terms involving y (and dy) sit on one side and all terms involving x (and dx) sit on the other. Once separated, each side can be integrated independently. The integration process introduces an arbitrary constant C, which represents the fact that many curves satisfy the equation. The initial condition — a point (x₀, y₀) that the solution must pass through — allows us to solve for C and determine the unique answer.
Separable Equation
General Solution
Initial Condition
Particular Solution
Visual Explanation: The Family of Curves
The diagram below illustrates a family of solution curves for the equation dy/dx = x/y, whose general solution is x² + y² = C (a family of circles centered at the origin). Each circle corresponds to a different value of C. When we apply the initial condition y(3) = 4, we find C = 25, and only one circle — the one with radius 5 — passes through the point (3, 4).
Notice how every faint circle satisfies the same differential equation. They are all valid solutions — mathematically correct curves. But only the highlighted circle passes through the pink dot at (3, 4). This is exactly what an initial condition does: it selects the one member of the family that matches the physical or mathematical situation you are modeling.
Mathematical Framework
The procedure for solving a separable equation with an initial condition follows a clear sequence. We'll outline the key equations and then walk through the method.
Detailed Breakdown: The Four-Step Process
Let's organize the solution method into four clear steps. The flowchart below provides a visual roadmap you can follow every time you encounter a separable equation with an initial condition.
This process works regardless of the specific functions f(x) and g(y). The first step requires algebraic rearrangement; the second step uses your integration skills; the third step is simple substitution; and the fourth step is algebra again. The hardest part is usually the integration in Step 2, which is why strong antiderivative skills matter.
- Common pitfall 1: Forgetting the constant C. Every indefinite integral produces a +C, so make sure it appears after integrating.
- Common pitfall 2: Dividing by g(y) when g(y) = 0. If the initial condition makes g(y₀) = 0, the solution might be a constant function — check separately.
- Common pitfall 3: Applying the initial condition to the wrong equation. Always substitute into the general solution after integrating, not into the original differential equation.
Worked Example
Let's solve a complete problem from start to finish. We'll solve the differential equation dy/dx = 2xy with the initial condition y(0) = 3.
General Solution vs. Particular Solution
Understanding the difference between a general and particular solution is essential. Below is a comparison table that highlights how these two forms relate to one another and when each is used.
| Feature | General Solution | Particular Solution |
|---|---|---|
| Contains constant C? | Yes — an arbitrary constant C remains | No — C has a specific numerical value |
| Number of solutions | Infinitely many (one per value of C) | Exactly one |
| Requires initial condition? | No — found by integration alone | Yes — initial condition pins down C |
| Graphical interpretation | A family of curves | One specific curve from the family |
| Example (from worked example) | y = Ae^(x²), A > 0 | y = 3e^(x²) |
Connection to Advanced Methods
Separable equations are just one class of first-order differential equations. As you advance in mathematics, you'll encounter equations that cannot be separated but still require initial conditions. The concept of applying a starting value to determine a unique solution carries over to every type of differential equation, including linear, exact, and even systems of differential equations.
| Feature | Separable Equations | Linear First-Order (Advanced) |
|---|---|---|
| Standard form | dy/dx = f(x) · g(y) | dy/dx + P(x)y = Q(x) |
| Solution technique | Separate variables and integrate | Multiply by integrating factor μ(x) |
| Role of initial condition | Determines the constant C | Same — determines the constant C |
| Difficulty level | Introductory | Intermediate |
The beautiful thing is that the logic you've learned here — solve the equation to get a general solution with a constant, then use the given point to find that constant — is the universal pattern across all initial-value problems. Master it now, and you'll have a strong foundation for every differential equations course that follows.
Practice Problems
Lesson Summary
A separable differential equation has the form dy/dx = f(x) · g(y), and it is solved by moving all y-terms to one side and x-terms to the other, then integrating. This produces a general solution containing an arbitrary constant C, representing an infinite family of curves. An initial condition y(x₀) = y₀ specifies a single point that the solution must pass through, allowing you to solve for C and obtain the unique particular solution.
The four-step process — separate, integrate, apply the initial condition, and write the particular solution — is the backbone of solving initial-value problems for separable equations. Always verify your answer by substituting back into the original ODE and confirming the initial condition is satisfied. This technique extends directly to more advanced methods, making it a foundational skill in differential equations.