14.9: A Second Order Differential Equation
( \newcommand{\kernel}{\mathrm{null}\,}\)
Solve
¨y−4˙y+3y=e−t
with initial conditions y0=1 and ˙y0=−1.
You probably already know some method for solving this equation, so please go ahead and do it. Then, when you have finished, look at the solution by Laplace transforms.
Laplace transform:
s2ˉy−s+1−4(sˉy−1)+3ˉy=1/(s+1).
(My! Wasn't that fast!)
A little algebra:
ˉy=1(s−3)(s−1)(s+1)+s−5(s−3)(s−1).
Partial fractions:
ˉy=18(1s−3−2s−1+1s+1)+2s−1−1s−3,
or
ˉy=18(1s+1)+74(1s−1)−78(1s−3).
Inverse transforms:
y=18e−t+74et−78e3t
and you can verify that this is correct by substitution in the original differential equation (Equation ???).
So: We have found a new way of solving differential equations. If (but only if) we have a lot of practice in manipulating Laplace transforms, and have used the various manipulations to prepare a slightly larger table of transforms from the basic table given above, and we can go from t to s and from s to t with equal facility, we can believe that our new method can be both fast and easy.
But, what has this to do with electrical circuits? Read on.