4.6.30 · D5Ordinary Differential Equations
Question bank — Solving ODEs with Laplace (including discontinuous forcing)
True or false — justify
True or false: for any twice-differentiable .
False. The correct rule is ; dropping the boundary terms silently sets the initial conditions to zero, which is only right when .
True or false: the Laplace transform of a sum equals the sum of the transforms.
True. The transform is an integral, and integration is linear, so — this is exactly why we can transform an ODE term-by-term. ( are the transforms of .)
True or false: .
False. The transform of a product in time is not the product of transforms; it is that inverts to a convolution (see Transfer Functions and Convolution).
True or false: the factor multiplying means "multiply the answer by ."
False. is a time-delay operator, not a numerical scale: it inverts to , shifting later by and gating it off before .
True or false: holds for every real .
False. The defining integral only converges when (region of convergence ); for the integrand does not decay and the transform is undefined.
True or false: the pole of farthest to the right can lie strictly inside the region of convergence.
False. Poles are exactly the points where the integral blows up, so they sit on or to the left of the convergence boundary line ; the rightmost pole defines that boundary.
True or false: .
False. Multiplying by in time becomes differentiating in : (the moment-generating property). E.g. from we get .
True or false: .
False. Scaling time by scales and shrinks the transform: . Squeezing a signal in time stretches and lowers it in — you cannot just substitute .
True or false: because is "infinitely tall," its Laplace transform must be infinite.
False. , a perfectly finite factor — the delta is defined by the sifting property , not by a literal height.
True or false: the Laplace method requires you to guess a form for the particular solution.
False. Unlike Method of Undetermined Coefficients, no guessing is needed: the algebra for produces the whole answer automatically, forced part and homogeneous part together.
True or false: partial fractions is optional — you could always invert directly.
Mostly false in practice. Tables only list simple pieces like and ; partial fractions is the tool that ==breaks a complicated into those recognisable pieces== (see Partial Fractions).
True or false: Laplace only works for equations with constant coefficients.
Essentially true for the clean algebra we use here. Variable coefficients like transform into derivatives in (via ), turning the algebraic problem back into a differential one — so Linear Constant-Coefficient ODEs are the natural home.
Spot the error
A student writes . What is missing?
The gate. The correct inverse is ; without the step the solution would be nonzero (and even large) before the switch at , which is physically impossible.
For , a student transforms the left side as but then writes . Where did it go wrong?
They forgot that has a ; dividing by gives , not .
To find a student writes . Why is this wrong?
The second shift needs , but here . Rewrite , giving .
A student inverts as , "the same as just squared." Fix it.
A repeated pole carries an extra power of : . This is exactly the moment-generating property read backwards, since .
A student computes the response of to input by writing in time. Spot the error.
Multiplying the transfer function by in does not correspond to a product in time; it corresponds to the convolution (see Transfer Functions and Convolution).
A student inverts as but then writes . What went wrong?
They evaluated the transforms instead of inverting each term. and , so , which is only at .
A student solving gets then writes . Fix it.
They matched the wrong pair. , so ; the cosine pair has an in the numerator.
A student claims the boundary term in the derivative rule is always . When can this fail?
When grows faster than decays, the upper limit does not vanish and the transform (and hence the rule) does not exist — this is the region-of-convergence/existence condition in Laplace Transform — Definition and Existence.
Why questions
Why does differentiation in become multiplication by ?
Integration by parts moves the derivative off and onto , and pulls out a factor — that single fact is the engine of the whole method.
Why does multiplying by become differentiating in (the moment property)?
Differentiating under the integral brings down a factor : , hence .
Why does a time shift produce an exponential factor rather than, say, a polynomial?
Substituting in the integral pulls apart; the constant factors out of the integral, so shifting always converts to this exponential stamp.
Why does scaling time by produce the factor in ?
Substituting replaces by (the ) and turns into (the ) — the Jacobian of the stretch is what rescales the transform.
Why does Laplace handle impulses () so easily while classical methods struggle?
The impulse just adds a finite factor to the algebra, whereas classical methods must patch the solution across the impulse by matching jump conditions in slope by hand.
Why do the initial conditions appear inside the algebra rather than being applied at the end?
The boundary term of the derivative rule injects (and ) directly into the transformed equation, so ICs are baked into from the start instead of fixing arbitrary constants afterward.
Why do we need partial fractions before reading off the answer?
The inversion table only knows a short list of standard shapes; partial fractions rewrites a messy rational as a sum of exactly those shapes so each piece can be inverted term-by-term.
Why can we split and invert first, then delay?
Because is a pure delay operator: whatever inverts to, the full inverse is that same function shifted and gated by — so you never have to invert the exponential itself.
Edge cases
What is when ?
It reduces to ; with no delay the step for and the gate does nothing, recovering the ordinary transform.
For , what is exactly at and just before ?
For the forcing is off and ; at the solution starts from and begins relaxing toward as , so it is continuous with value at the switch.
What long-term value does approach, and why?
As , , so : the system settles at the constant input level, the steady state where balances .
In with , why does the residue at give the final value ?
The term inverts to the constant , and since the exponential terms decay, is the steady state — consistent with .
What happens to the method if the forcing turns on before , i.e. ?
The one-sided transform only "sees" , so a switch at negative is already fully on at ; you must fold its effect into the initial conditions rather than into a term.
If a system's characteristic polynomial (denominator of ) has a repeated root, does the table still apply directly?
Not directly. A repeated factor like inverts to (moment property), so partial fractions must include the term whose inverse carries an extra power of .
Where in the -plane must lie for a decaying made of and pieces?
The transform converges for (the rightmost pole is at ); both poles sit in the left half-plane, which is exactly why those time-pieces decay rather than grow.
Recall One-line self-test
Can you state, without notes, both what does to a transform and the two things its inverse must include? Answer ::: delays a signal by in time; its inverse must include the shift and the gate .