Solving IVPs with Laplace Transforms
Differential Equations · Section 6.2 · generated practice set
Transform the IVP, split with partial fractions or complete the square, and read the answer off the table.
Practice this set → Fresh numbers on every attempt. No account needed.
Method
The Laplace transform turns a differential equation into an algebra problem. Three steps, and the middle one is where the work is.
1. Transform
The derivative rules carry the initial conditions into the equation, which is why this method handles IVPs so directly:
$$mathcal{L}{y'} = sY - y(0), qquad mathcal{L}{y''} = s^2Y - s,y(0) - y'(0).$$
For $ay'' + by' + cy = g(t)$ this gives $$left(as^2 + bs + c ight)Y(s) = a,s,y(0) + a,y'(0) + b,y(0) + G(s).$$ The polynomial multiplying $Y$ is the characteristic polynomial with $r$ renamed $s$ — every single time.
2. Solve for $Y(s)$, then invert
Which technique depends on the denominator:
- Distinct real roots → partial fractions. The cover-up method is fastest: to get the coefficient over $(s-a)$, delete that factor and evaluate what remains at $s = a$.
- Irreducible quadratic (negative discriminant) → complete the square, do not force partial fractions. Rewrite as $(s-alpha)^2 + eta^2$ and split the numerator to match the two table entries below.
- Repeated roots → partial fractions with both $dfrac{A}{s-a}$ and $dfrac{B}{(s-a)^2}$.
3. Read off $y(t)$
$$mathcal{L}^{-1}left{rac{s-alpha}{(s-alpha)^2+eta^2} ight} = e^{alpha t}coseta t, qquad mathcal{L}^{-1}left{rac{eta}{(s-alpha)^2+eta^2} ight} = e^{alpha t}sineta t.$$
Note the numerators: the cosine entry needs $s - alpha$ (shifted), the sine entry needs the bare $eta$. Matching them is what the numerator-splitting in step 2 is for.
Definitions and theorems
Worked example
Solve $y'' + 4y' + 13y = 0$, $y(0) = 1$, $y'(0) = 2$ by Laplace transform.
- Transform: $left(s^2Y - s - 2 ight) + 4left(sY - 1 ight) + 13Y = 0$.
- Collect: $(s^2 + 4s + 13)Y = s + 6$. The constant is $y'(0) + 4y(0) = 2 + 4 = 6$.
- The discriminant is $16 - 52 < 0$, so complete the square: $s^2 + 4s + 13 = (s+2)^2 + 9$, giving $eta = 3$.
- Split the numerator to match: $s + 6 = (s+2) + 4$, so $Y = dfrac{s+2}{(s+2)^2+9} + dfrac43cdotdfrac{3}{(s+2)^2+9}$.
- $y(t) = e^{-2t}left(cos 3t + frac43sin 3t ight)$.
Common mistakes
- Dropping the $b,y(0)$ term. Transforming $by'$ produces $b(sY - y(0))$; the $-by(0)$ moves to the right side and joins the numerator. It is the most commonly lost term in the whole method.
- Forcing partial fractions on an irreducible quadratic. If the discriminant is negative there are no real linear factors. Complete the square.
- Numerator mismatch. $dfrac{1}{(s+2)^2+9}$ is not $e^{-2t}sin 3t$ — it is $ frac13 e^{-2t}sin 3t$. The sine entry needs $eta$ on top.
- Sign of the shift. $(s+2)^2 + 9$ corresponds to $e^{-2t}$, not $e^{2t}$.
- Applying initial conditions at the end. With Laplace they go in at the transform step; there is no $c_1, c_2$ to solve for afterwards.
Practice it
Reading the method is not the same as being able to run it under time pressure. This set generates a new problem with new coefficients every attempt, marks each part separately, and shows the full worked solution.