4.6.3 · D1Ordinary Differential Equations

Foundations — Separable ODEs — technique, implicit solutions

1,961 words9 min readBack to topic

Before you can trust a single line of the parent note, you need every symbol it uses to feel obvious. Below, in build order, is the whole toolkit — plain words, then the picture, then why the topic needs it.


0. What is a function , and what is a curve?

The picture below is the mental image behind every symbol on this page. When the parent note says "solve for ," it means: find the curve.

Figure — Separable ODEs — technique, implicit solutions

Why the topic needs it: an ODE never hands you directly. It hands you a clue about the curve's steepness and asks you to reconstruct the whole curve. So you must first be comfortable that is a curve you are hunting for.


1. The slope of a curve, and the symbol

We write this slope as , read "dee-y by dee-x." The means "a tiny change in." So literally reads as "a tiny change in divided by the tiny change in that caused it" — a ratio of two tiny steps.

Figure — Separable ODEs — technique, implicit solutions

Why the topic needs it: an ODE is by definition an equation involving . No slope symbol, no ODE.


2. What "ODE" and "first-order" mean

Think of it as a local instruction: "at any point you land on, here is how steep you must be leaving it." A slope field draws that instruction as a tiny dash at many points; a solution is any curve that always flows along the dashes.

Figure — Separable ODEs — technique, implicit solutions

Why the topic needs it: this is the whole game. The parent note is a recipe for turning that field of tiny instructions back into an actual curve. See First-Order ODEs — Overview for the wider family.


3. Multiplication that factors: the meaning of

  • ✓ splits.
  • ✗ — a sum glues and together; you cannot peel them apart into a product.
  • ✓ — because a sum in the exponent becomes a product (law of indices).

Why the topic needs it: "separable" is literally defined by this factoring. If , the -stuff and -stuff were never truly mixed — they just looked mixed. That is the door the method walks through.


4. The integral sign — "undo the slope"

The picture: slope-taking chops a curve into its steepness at each point; integrating tapes those pieces back into a curve. They undo each other, like cutting and gluing.

Why one lonely appears. Shifting a whole curve straight up by any amount does not change its steepness anywhere — a flat road is flat at sea level or on a plateau. So "the function whose slope is " is only pinned down up to a vertical shift. That unknown shift is the arbitrary constant .

Figure — Separable ODEs — technique, implicit solutions

Why the (with bars)? The bars mean absolute value — strip the minus sign, keep size only. We need them because only accepts positive inputs, yet might be negative. Writing covers both signs of in one stroke, and that hidden sign is exactly what later gets absorbed into the constant.

Why the topic needs it: the method is "separate, then integrate both sides." No integral sign, no finish.


5. The natural log and its partner — the undo pair

Whenever we integrate a we land on ; to peel back out we hit both sides with . That handoff is exactly how Worked Example 1 goes from to .

Why the topic needs it: almost every separable ODE with a in a denominator produces a , and is the only tool that unwraps it.


Read that right to left. The messy-looking left side of the method, , is exactly the chain-rule pattern with . So the whole collapses to a clean : That is the honest reason we're allowed to write and integrate each side in its own variable.

Why the topic needs it: it's the load-bearing beam. Without it, "treat as a fraction" is a magic trick; with it, it's a theorem. This links straight to Exact ODEs, where the same differential-splitting idea generalises.


7. Explicit vs implicit, and the constant

The relation is a curve (or family of curves) drawn by the equation itself. Fixing using a starting fact — a condition like — selects one curve from the family. That "fix from a starting fact" step is the heart of Initial Value Problems.

Why the topic needs it: many honest answers refuse to be solved for . Recognising an implicit answer as finished saves you from chasing an isolation that doesn't exist.


8. Two support tools the parent leans on


Prerequisite map

Function y(x) as a curve

Slope dy/dx

First-order ODE dy/dx = f(x,y)

Factoring g(x)·h(y)

Separable ODE

Integration undo the slope

Separate then integrate

Chain rule backwards

ln and e as undo pair

Explicit vs implicit solution

Arbitrary constant C

Partial fractions

Equilibrium h(y)=0


Equipment checklist

I can state what and its graph are
A rule sending each to one ; its graph is the curve of points .
I can explain what measures
The slope/steepness: tiny rise over the tiny run that caused it.
I know what "first-order ODE" means
An equation linking to its first slope only, viewable as a slope field.
I can tell if an expression factors as
It splits into (pure-) (pure-); sums like do NOT.
I know integration is the reverse of taking a slope
finds the function whose slope is , up to a constant.
I can say why exactly one appears
Vertical shifts don't change slope, so the answer is fixed only up to one shift .
I know why needs the bars
needs positive input; covers both signs, freeing a into .
I can cancel with
and ; they undo each other.
I can state the chain rule backwards
— that justifies the "fraction split."
I can distinguish explicit from implicit solutions
Explicit isolates ; implicit leaves tangled but valid.
I know what an equilibrium solution is
A flat where ; lost when dividing by .

Connections