Solving Initial Value Problems with Laplace Transforms
The Complete Pipeline: Transform → Algebra → Inverse
Learning Objectives
Apply derivative transform formulas to convert ODEs into algebraic equations
Set up and solve algebraic equations in the s-domain
Incorporate initial conditions automatically without separate solving
Extract transfer functions from ODE systems
This is where everything comes together. The Laplace transform method turns solving a differential equation into a
3-step algebraic process:
Transform both sides of the ODE using derivative rules
Solve algebraically for $Y(s)$ in the s-domain
Inverse transform to recover $y(t)$
Initial conditions are baked right into step 1 — no need for a separate step to find constants like $C_1$ and $C_2$.
This is a powerful advantage over classical methods.
"Do not worry about your difficulties in Mathematics. I can assure you mine are still greater."
"Allah will raise those who have believed among you and those who were given knowledge, by degrees."
— Quran, Surah Al-Mujadila 58:11
Theory: Key Formulas
The Transform of Derivatives
First Derivative:
$$\mathcal{L}\{y'\} = sY(s) - y(0)$$
Second Derivative:
$$\mathcal{L}\{y''\} = s^2Y(s) - sy(0) - y'(0)$$
Engineering Insight: Notice how initial conditions appear naturally! The term $sy(0)$ represents the
"energy" stored in the system at $t=0$. For a capacitor, this is the initial voltage; for a spring, the initial
displacement. The Laplace method handles initial conditions automatically — no need to solve for $C_1$, $C_2$ separately.
The Transfer Function
Definition: For the ODE $ay'' + by' + cy = f(t)$ with zero initial conditions,
transforming gives:
$$Y(s) = \frac{1}{as^2 + bs + c} \cdot F(s) = G(s) \cdot F(s)$$
where $G(s) = \dfrac{1}{as^2 + bs + c}$ is the transfer function.
The transfer function $G(s)$ is the system's "fingerprint" — it tells you how ANY input $f(t)$ will be processed.
In the s-domain: Output = Transfer Function × Input.
Connection to Classical Methods: This is the same $y_c + y_p$ split from Chapter 2! The natural
response comes from initial conditions, and the forced response comes from the input forcing function. Laplace makes
this decomposition crystal clear.
Step-by-Step Solution Method
Take the Laplace transform of both sides of the ODE
Substitute the derivative formulas: $\mathcal{L}\{y'\} = sY - y(0)$, $\mathcal{L}\{y''\} = s^2Y - sy(0) - y'(0)$
Substitute the known initial conditions $y(0)$ and $y'(0)$
Solve algebraically for $Y(s)$
Use partial fractions to decompose $Y(s)$ into simple terms
Apply the inverse Laplace transform to find $y(t)$
Key Tip: The success of this method depends on:
Correctly applying the derivative rules with initial conditions
Skillful partial fraction decomposition of $Y(s)$
Familiarity with the standard Laplace transform pairs
The solution is a superposition of two sine waves at different frequencies: the forcing frequency (1 rad/s) and
the natural frequency (2 rad/s). This is beat phenomena.
Even though the forcing frequency (2 rad/s) is different from the natural frequency (1 rad/s), there's NO resonance.
The system oscillates at both frequencies simultaneously.