4.6.27 · D3Ordinary Differential Equations

Worked examples — Properties — linearity, first - second shift theorems, scaling

2,072 words9 min readBack to topic

Before anything, the one object every rule is built from — the definition from Laplace Transform — Definition and Existence:

Here is time (always for us), is a helper number big enough to make the integral finite, and is the "recipe" the machine spits out. The building-block recipes we reuse are from Laplace Transforms of Standard Functions (1, e^at, sin, cos, t^n):


The scenario matrix

Every problem this topic throws at you lands in exactly one of these cells. The worked examples below are labelled [C#] so you can see the whole grid gets covered.

Cell Case class What makes it tricky Example
C1 Pure linearity, positive coefficients just split & scale Ex 1
C2 Linearity with a negative / sign-flipped term keep the minus sign attached Ex 1
C3 First shift, positive (growth ) substitute everywhere Ex 2
C4 First shift, negative (decay ) , sign flips Ex 3
C5 Second shift, argument already plug straight in Ex 4
C6 Second shift, argument NOT in form rewrite by algebra first Ex 5
C7 Scaling, general or keep the Ex 6
C8 Degenerate input (, , zero function) rule must reduce to identity Ex 7
C9 Combined rules (shift + linearity + step) order of operations Ex 8
C10 Real-world word problem (delayed switch-on) translate words → Ex 9
C11 Exam twist — reverse direction (inverse) read the rule backwards Ex 10

Ex 1 — Linearity, positive and negative terms [C1, C2]


Ex 2 — First shift, positive (growing exponential) [C3]


Ex 3 — First shift, negative (decaying exponential) [C4]


Ex 4 — Second shift, argument already [C5]


Ex 5 — Second shift, argument NOT in form [C6]


Ex 6 — Scaling, both and [C7]


Ex 7 — Degenerate inputs: , , and the zero function [C8]


Ex 8 — Combined: linearity + first shift + step [C9]


Ex 9 — Real-world word problem: a delayed voltage pulse [C10]


Ex 10 — Exam twist: read a rule backwards (inverse) [C11]


Recall Which cell does each trap belong to?

Argument sitting on — which cell? ::: C6 (not yet in form — rewrite first) with — which cell? ::: C8 (degenerate; reduces to ) multiplying — which cell and substitution? ::: C4, A voltage that switches on at — which cell? ::: C10, real-world

Connections