Solve any linear constant-coefficient ODE with initial conditions in just 3 steps. No guessing!
The 3-Step Method: The Big Idea
1
Transform
Apply Laplace transform to both sides of the ODE
$$\mathcal{L}\{f(t)\} = F(s)$$
2
Solve
Solve for $Y(s)$ algebraically (it's now an algebra problem!)
$$Y(s) = \frac{\text{algebraic expression}}{s}$$
3
Invert
Apply inverse Laplace to get $y(t)$
$$y(t) = \mathcal{L}^{-1}\{Y(s)\}$$
The Magic!
Derivatives become polynomials in $s$! Initial conditions are automatically built in. No homogeneous/particular solution dance — just algebra.
Key Formulas: Transform of Derivatives
First-Order Derivative
$$\mathcal{L}\{y'\} = sY(s) - y(0)$$
The initial condition $y(0)$ is automatically included!
Second-Order Derivative
$$\mathcal{L}\{y''\} = s^2Y(s) - sy(0) - y'(0)$$
Both initial conditions $y(0)$ and $y'(0)$ appear automatically!
Why This Matters
In classical methods, you find the general solution first, then apply ICs at the end. With Laplace, initial conditions are baked in from the start. This is a HUGE advantage!
The Complete 6-Step Method
STEP 1Take $\mathcal{L}\{\}$ of both sides of the ODE
STEP 2Use derivative transform formulas to substitute
STEP 3Plug in known initial conditions
STEP 4Collect all terms with $Y(s)$ on one side
STEP 5Solve for $Y(s)$ — pure algebra!
STEP 6Apply $\mathcal{L}^{-1}\{\}$ to find $y(t)$
Result
You get the complete solution satisfying both the ODE and all initial conditions in one go!
The Transfer Function: System Characterization
Transfer Function Definition
$$G(s) = \frac{1}{as^2 + bs + c}$$
For a general linear ODE: $ay'' + by' + cy = f(t)$, the transfer function $G(s)$ captures the system's response characteristics. It depends only on the ODE itself, not on the forcing function or initial conditions.
Complete Solution Structure
$$Y(s) = G(s) \cdot [F(s) + \text{IC terms}]$$
The total response combines the forced response (from $F(s)$) and the natural response (from initial conditions).
Key Insight
Once you know $G(s)$, you understand how the system responds to any input. This is why transfer functions are central to control theory and system analysis!
The charge exponentially approaches $10/3$ coulombs (steady state) from below, with the transient decaying as two exponential terms.
Laplace Transform vs Classical Methods
Classical Method
1. Guess solution form
2. Solve auxiliary/characteristic equation
3. Find homogeneous solution
4. Find particular solution (undetermined coefficients, variation of parameters)
5. Apply initial conditions at the end to find constants
Laplace Method
1. Transform both sides
2. Solve algebraically for $Y(s)$ (ICs built in!)
3. Use partial fractions
4. Invert to get $y(t)$
Done! The complete solution with all ICs satisfied.
When to Use Each
Classical: Fast for simple equations, good for gaining intuition. Laplace: Preferred for systems with ICs, discontinuous forcing (step functions), convolution, and complex systems. Works for all linear constant-coefficient ODEs.
Common Pitfalls & Mistakes
⚠️ Mistakes to Avoid
Forgetting IC terms in derivative transforms: $\mathcal{L}\{y''\}$ MUST include both $y(0)$ and $y'(0)$ terms. Don't skip them!
Algebra errors solving for $Y(s)$: Keep track of signs carefully. It's easy to drop a minus sign and get the wrong answer.
Wrong partial fraction form: For quadratic denominators like $(s^2+1)$, use $\frac{As+B}{s^2+1}$, not $\frac{A}{s^2+1}$.
Not simplifying before inversion: Always cancel common factors and simplify $Y(s)$ completely before inverting.
Mixing up the inverse transforms: Memorize: $\mathcal{L}^{-1}\{\frac{1}{s-a}\} = e^{at}$ and $\mathcal{L}^{-1}\{\frac{1}{(s-a)^2}\} = te^{at}$, etc.
Forgetting to check your answer: If time permits, verify: does $y(t)$ satisfy the ODE? Do the ICs check out?
Key Takeaways & Summary
The 3-Step Workflow
1. Transform both sides of the ODE 2. Solve for $Y(s)$ algebraically 3. Invert to get $y(t)$
Derivative Formulas
$\mathcal{L}\{y'\} = sY(s) - y(0)$
$\mathcal{L}\{y''\} = s^2Y(s) - sy(0) - y'(0)$
ICs are built in!
Transfer Function
$G(s) = \frac{1}{\text{characteristic polynomial}}$
Captures system response independently of input/ICs
Works for All Linear Constant-Coeff ODEs
First-order, second-order, higher-order
Homogeneous, non-homogeneous
Any forcing function
Next Up
Step Functions & Convolution! What happens when the forcing function is discontinuous (switches on/off)? Laplace handles this elegantly using the Heaviside step function and convolution theorem.