4.6.28 · D3Ordinary Differential Equations

Worked examples — Laplace of derivatives — key property for solving ODEs

1,691 words8 min readBack to topic

This page hammers the derivative rule from the parent property against every kind of case it can meet. Read the matrix first, then each worked example tells you exactly which cell it lives in.


The scenario matrix

Here is the Laplace variable, the transform of the unknown, and "IC" means initial condition (a value of or its derivative at a chosen time). Each row is a distinct case class; the last column names the example that covers it.

Case class What makes it different Covered by
1st order, nonzero IC the fee is actually nonzero Ex 1
1st order, zero IC + forcing fee vanishes, forcing enters Ex 2
2nd order, two real roots () denominator factors into Ex 3
2nd order, complex roots (oscillation) denominator → sin/cos Ex 4
2nd order, repeated root (critical) denominator Ex 5
Degenerate: / constant / pure decay limit check the rule doesn't break at edges Ex 6
Word problem (real units) RC circuit / cooling, physical meaning Ex 7
Exam twist: IC given not at formula's boundary sits at — must shift Ex 8

Every numeric answer that appears below is machine-checked in the verify block.










Recall Which cell was which?

Ex1 hits nonzero-IC first order ::: . Ex4 vs Ex3 — how do you see the difference in ? ::: (complex roots → oscillation) vs (real roots → ). Ex5 fingerprint in the -domain? ::: A squared denominator → a term. Why can't Ex8 plug into the rule directly? ::: The derivative property evaluates its boundary term at , so the IC must be at ; otherwise solve generally and fit.


Connections