4.6.28 · D1Ordinary Differential Equations

Foundations — Laplace of derivatives — key property for solving ODEs

1,759 words8 min readBack to topic

This page assembles every symbol the parent note (parent) silently assumes. Read top to bottom — each item is built only from the ones above it.


1. — the input clock

Why the topic needs it: every function we transform, like , is watched as time passes. The whole method is about ODEs that describe how something evolves in time, so is the stage everything happens on. The lower limit "" — the very left edge of that line — is where the term will come from later, so remember that edge.


2. — a function, and its graph

Figure — Laplace of derivatives — key property for solving ODEs

Why the topic needs it: the ODEs we solve are equations about an unknown function — for example a temperature, a current, a position. Everything else (derivatives, integrals, transforms) is an operation performed on this curve.


3. — the derivative (slope of the curve)

Figure — Laplace of derivatives — key property for solving ODEs
  • (two primes) = the derivative of the derivative = how fast the slope itself is changing (curvature).
  • = differentiate times in a row. The little is just a counter, not a power.

4. Initial values ,

Why the topic needs it: a physical problem is not fully specified until you say where it started (initial position, initial velocity). The magic of the derivative rule is that these exact starting numbers appear automatically as the "" and "" terms — so the method never forgets the initial state.


5. — the integral as area

Why the topic needs it: the Laplace transform is defined as an integral (next item). And the derivation of the derivative rule uses integration to "sum up" the function's behaviour across all of time. The upper limit is why we will worry about whether the area is even finite — see item 7.


6. — the decaying weight, and the transform itself

Figure — Laplace of derivatives — key property for solving ODEs

Why and not some other weight? Two reasons, both essential:

  1. It tames infinity. Multiplying by a shrinking pulls the far-away part of the curve down to zero, so the infinite-area integral can actually be a finite number.
  2. It turns derivatives into multiplication. Because differentiating gives back (the same shape times ), integration by parts spits out a clean factor of . No other simple weight does this so cleanly — that is the whole reason Laplace is built around .

7. Exponential order — why the far end vanishes

Why the topic needs it: in the derivation, the boundary term needs its top end () to be . That only happens if is of exponential order. This is precisely the assumption that leaves us with just at the bottom. Full detail lives in Exponential Order and Convergence of Integrals.


8. Integration by parts — the engine of the derivation

Why the topic needs it: the derivative rule is proved by choosing (so ) and . This move takes the prime off and drops it onto , producing the factor of and the boundary term. Without integration by parts there is no derivative rule. Refresh it at Integration by Parts.


9. Linearity — splitting sums apart

Why the topic needs it: an ODE like has several terms. Linearity is what lets us transform each term on its own — — before applying the derivative rule to just the part. See Linearity of the Laplace Transform.


How the foundations feed the topic

t time axis t >= 0

f of t the curve

f prime the slope

initial values f0 and f prime 0

integral as area from 0 to infinity

weight e to minus s t

Laplace transform F of s

exponential order kills far end

integration by parts moves the prime

derivative rule s F minus f0

linearity splits terms

solve ODEs as algebra


Equipment checklist

I can state what means and why we only use .
is time; the Laplace integral starts at , and the term comes from that left edge.
I can describe as a picture.
A curve whose height above each time is the value .
I can explain geometrically.
The slope (steepness) of the tangent line to the curve at time .
I know what and are on the graph.
The height and the slope of the curve at the very start, — the initial conditions.
I can read as a picture.
The signed area between and the -axis, summed over all .
I can say what does and why we use it.
It decays from toward ; it tames the infinite area AND turns derivatives into multiplication by .
I can write the definition of .
.
I know what "exponential order" guarantees.
That at , so the boundary term reduces to .
I can state integration by parts and why it is used here.
; it shifts the derivative off , producing the factor .
I can state linearity of .
— transform term by term.

Connections