This page is the ground floor. It assumes you have never seen a derivative, an exponential, or a differential equation. Every symbol in the parent note is built here, one brick at a time.
Picture it as a curve drawn on a grid. The horizontal axis is the input x; the vertical axis is the output y. Every point on the curve is one input-output pair.
Figure s01 — a function as a curve. Each vertical dashed line pins an input x to its single output y.
Why the topic needs it: the whole chapter is about finding an unknown curvey(x). Everything else — slopes, characteristic equations — is machinery for pinning down which curve it is.
We must make "a small step" exact. Take a step of size h from x to x+h. The line joining the two curve-points (x,y(x)) and (x+h,y(x+h)) — a secant line — has slope
hy(x+h)−y(x)(rise over run).
Figure s02 — the secant becomes the tangent as h→0. The blue secants pivot toward the pink tangent; the rise-over-run triangle shows exactly what y′ measures.
Why this tool and not another? We need a way to talk about how fast a quantity changes — velocity, growth, decay. The derivative is precisely the machine that answers "how steep, right here?". Look at the pink tangent line in Figure s02: its steepness is the value of y′.
Figure s03 — curvature has a sign. The blue "valley" bends up (y′′>0), the pink "hill" bends down (y′′<0), the yellow straight line has y′′=0.
Why the topic needs it: the equation is called second-order exactly because y′′ appears. Physically y′′ is acceleration; a spring, a circuit, a swinging pendulum all obey rules relating position (y), velocity (y′) and acceleration (y′′). That relation is our differential equation.
Recall Quick self-check on primes
If y′ is the slope and y′′ is the slope-of-the-slope, what does y′′=0 mean geometrically? ::: The slope never changes — the curve is a straight line.
Why the topic needs it: we constantly differentiate erx, xerx, etc., where a rate r sits inside. The chain rule is the tool that pulls that inner rate r out front — used immediately in §5.
Now we buildex from nothing and derive its slope rule with the §2 power rule and §4 chain rule, because the whole topic hangs on it. First, one piece of notation.
Recall A word on "differentiating the sum term by term"
Swapping the order of "differentiate" and "add up infinitely many terms" is not automatic for every infinite sum. It is legal here because this particular series converges (its terms shrink so fast — the factorial denominators outrun any fixed x — that the tail contributes essentially nothing), and for such rapidly-converging power series a theorem of calculus guarantees the term-by-term derivative is valid. We take that theorem as given; the payoff is the clean rule dxdex=ex. ::: Term-by-term differentiation is justified because the exponential series converges fast enough (factorials outrun xn).
Figure s04 — the exponential for three signs of r. Pink grows (r>0), blue decays (r<0), yellow is the flat line e0=1.
If r>0: erxgrows (explodes rightward).
If r<0: erxdecays toward 0 (settles down) — the pale-blue curve.
If r=0: e0=1, a flat constant line.
Note erx>0always — it never hits or crosses zero. This is why we can safely "divide by erx" later.
When the discriminant is 0, the ± vanishes and both roots merge into the single value
r=−2ab.
That collapse is the entire drama of Case 2: two roots became one, so we're one solution short. See Characteristic equation of linear ODEs for the full derivation of this transfer from ODE to quadratic.