Intuition The one core idea
A differential equation is a sentence that relates a hidden function to its own rate of change . Before you can solve one, you must read four features off it — how deep the derivatives go, what power they carry, whether the unknown enters "gently", and whether the clock is watching — and every one of those features is really a statement about symbols , so this page earns each symbol from zero.
Everything below rests on two words the parent note used without pausing: variable and function .
Definition Independent variable, dependent variable, function
An independent variable (we write it x or t ) is the input you are free to dial — like the position along a road, or the reading on a clock.
A dependent variable y is a quantity whose value is decided by the input. As you dial x , the value y responds.
A function , written y = f ( x ) , is the rule "give me x , I hand back y ". The letter f is the name of the rule; the bracket f ( x ) means "feed x into rule f ".
The picture is a single curve on a grid: horizontal axis = the input you choose, vertical axis = the output the rule returns.
Why the topic needs this: an ODE is an equation about an unknown function y = f ( x ) . If "function" and "variable" are fuzzy, every later word ("order", "linear", "autonomous") is fuzzy too.
rate of change at all?
A differential equation never tells you y directly. Instead it tells you how fast y is changing at each point, and asks you to reconstruct y . So the whole subject is built on one measurement: steepness.
Definition The first derivative
The derivative of y with respect to x , written d x d y or y ′ , is the steepness of the curve at a point — how many units y rises for a tiny step in x .
d x d y reads "d ee − y over d ee − x ": the small rise d y divided by the small run d x .
y ′ (read "y -prime") is the same thing, shorter.
The picture: zoom into the curve until it looks like a straight line; that line's slope is d x d y .
Why the topic needs this: the parent's very first example d x d y + y = x is a sentence about this slope. No derivative, no differential equation.
Worked example Reading a slope
If y = x 2 , then near x = 3 a tiny step to the right makes y climb about 6 times as fast — so d x d y = 6 there. The steeper the curve, the bigger the number.
Intuition Why take the derivative
again ?
The derivative y ′ is itself a function of x (it has its own curve). Ask "how fast is the slope changing?" and you differentiate a second time. Speed → acceleration is exactly this idea.
Definition Second and higher derivatives
y ′′ = d x 2 d 2 y is the derivative of the derivative — the rate of change of the slope (bending / curvature).
y ′′′ = d x 3 d 3 y , and in general y ( n ) = d x n d n y , is the derivative taken n times.
The small superscript number n counts how many times you differentiated; it is not a power. y ( 3 ) means "differentiate three times", not "y cubed".
The picture: the original curve bends; the amount and direction of bending is what y ′′ measures.
y ( n ) vs y n
y ( 3 ) with the bracket = third derivative. y 3 without the bracket = y ⋅ y ⋅ y . The parenthesis is the whole difference. This is exactly why the parent can say "( y ′′′ ) 2 : order 3, degree 2" — the outer square is a genuine power, the inner triple-prime is a count of differentiations.
Why the topic needs this: order (Section 1 of the parent) is nothing but "the largest n that appears in y ( n ) ".
Definition Raising a derivative to a power
( y ′ ) 2 means "take the slope, then square that number". The exponent sits outside the whole derivative. This is the power that the parent's degree rule reads off.
Why the topic needs this: degree = the power on the highest derivative. To find degree you must be able to see a power like the 3 in ( d x 2 d 2 y ) 3 and know it is separate from the "twice-differentiated" written inside.
The parent's degree rule says "make it a polynomial in the derivatives, clearing radicals ", and its linear rule bans "transcendental functions of y ". Three vocabulary items:
Definition Three word-tools
A polynomial in a quantity q is a sum of whole-number powers of q : like q , q 2 , 5 q 3 — no roots, no fractions with q downstairs, no sines. Here q can be y ′ or y ′′ .
A radical is a root sign, . It hides a fractional power : q = q 1/2 . Squaring both sides removes it, which is why the parent squares before reading degree.
A transcendental function is one that is not built from finitely many powers — sin , cos , e ⋅ , ln , tan . You can never turn sin ( y ′ ) into a finite polynomial in y ′ , which is why its degree is undefined .
Why the topic needs this: these three words are the exact gatekeepers of the degree test and rule 3 of linearity.
The parent writes the general linear ODE as a n ( x ) y ( n ) + ⋯ + a 0 ( x ) y = g ( x ) .
Definition Coefficient and forcing term
A coefficient a k ( x ) is the multiplier stuck in front of a derivative. The subscript k just labels which derivative it multiplies (so a 2 rides on y ′′ ). It may be any expression in x — even x 2 or sin x .
The forcing term g ( x ) is everything sitting alone on the right, not multiplied by y or any of its derivatives — the "push from outside".
Intuition Why linearity ignores the coefficients
Linearity asks only "how does the unknown y enter?" The coefficients are the known wallpaper of the room; y is the guest. A guest behaving politely (first power, not self-multiplied, not inside a sine) makes the equation linear no matter how wild the wallpaper a k ( x ) is. This is the whole content of the parent's Mistake 2.
Why the topic needs this: without the idea of "coefficient of y " versus "the y itself" you cannot state the linear form at all.
Intuition Why draw arrows on a grid?
An equation y ′ = f ( x , y ) tells you a direction at every point ( x , y ) : the value f ( x , y ) is the slope of a tiny arrow planted there. Draw all the arrows and a solution is just a curve that follows them, like a boat drifting on a current.
Definition Slope (direction) field
The slope field of y ′ = f ( x , y ) is the grid of short line segments whose slope at point ( x , y ) equals f ( x , y ) .
The picture below shows the payoff the parent claims for autonomous equations y ′ = f ( y ) : since f ignores x , the arrows are identical along every vertical x -line, so any solution slid left/right is still a solution.
Why the topic needs this: "autonomous = the clock is not watched" is a visual fact about this field — the arrows don't change as x advances. That is the doorway to the Phase Line and Equilibria .
Higher derivatives y double prime
Order = deepest derivative
Polynomial vs radical vs transcendental
Degree = power on highest derivative
Coefficients a of x and forcing g of x
Autonomous vs Non-autonomous
Each foundation feeds exactly one of the parent's four checks, and all four merge into the single act of classification. From there the road forks toward Separable Equations , Linear First-Order ODEs and Integrating Factors , Second-Order Linear ODEs with Constant Coefficients , the Superposition Principle , and Existence and Uniqueness (Picard–Lindelöf) — every one of which first assumes you can classify.
Read each line, cover the right side, and check you can answer before revealing.
What does y = f ( x ) mean in plain words? A rule f that turns each chosen input x into an output y .
What does d x d y measure geometrically? The slope (steepness) of the curve y = f ( x ) at a point.
What is the difference between y ( 3 ) and y 3 ? y ( 3 ) = differentiate three times; y 3 = multiply y by itself three times.
What does the exponent in ( y ′ ) 2 do? Squares the value of the slope; it is a genuine power, separate from the differentiation.
Why must you clear a radical before reading degree? A root like
q = q 1/2 hides a fractional power, so degree is unreadable until it is removed by squaring.
Why is sin ( y ′ ) fatal to the degree of an equation? sin is transcendental — it can never be written as a finite polynomial in y ′ , so the degree is undefined.
What is a coefficient a k ( x ) and may it be ugly? The multiplier in front of the k -th derivative; it may be any expression in x without breaking linearity.
In a slope field, what does the arrow at ( x , y ) point along? The slope f ( x , y ) given by the equation y ′ = f ( x , y ) .
Why do autonomous equations have x -independent arrows? Because f depends on y only, so the direction repeats identically along every vertical x -line.