Contents
The Laplace Transform has many applications. Two of the most important are the solution of differential equations and convolution. These are discussed below.
The Laplace Transform can greatly simplify the solution of problems involving differential equations.
Consider the differential equation given by:
Find y(t).
The differential equation with input f(t) and output y(t)
can represent many different systems. Two examples are given below, one for a mechanical system and one for an electrical system.
Mechanical System
Input = force = φ(t). Output = velocity of mass. b=2, m=1.
Free Body Diagram
You can see that this is equivalent to the original equation (with output v(t) and input φ(t)).
Electrical System
Input = current = ia(t). Output = voltage across elements. R=½, C=1.
This is equivalent to the original equation (with output eo(t) and input ia(t)).
Solution:
The solution is accomplished in four steps:
The Laplace Transform can be used to solve differential equations using a four step process.
Consider the differential equation given by:
Find y(t).
Note: we could get such a second order differential equation by adding a spring (k=10) between the mass and a fixed support, or an induction (L=1/10) in parallel to the capacitor and inductor.
Solution:
Again, the solution can be accomplished in
four steps.
The convolution integral is very important in the study of systems. A detailed description is available here. In short, convolution can be used to calculate the zero state response (i.e., the response to an input when the system has zero initial conditions) of a system to an arbitrary input by using the impulse response of a system. Given a system impulse response, h(t), and the input, f(t), the output, y(t) is the convolution of h(t) and f(t):
However, this integral can be quite hard to calculate in this form, but is quite easy if using the Laplace Transform.
Find y(t) given:
\[h\left( t \right) = e^{-t},\quad t\geq 0\]
\[f\left( t \right) = \left\{ {\begin{array}{*{20}{l}} {0,}&{t < 0}&{(\sec tion\;1)} \\ {1,}&{0 \leq t \leq 2}&{(\sec tion\;2)} \\ {0,}&{2 < t}&{(\sec tion\;3)} \end{array}} \right.\] \[y(t) = f(t)*g(t)\] |
Note: This problem is solved elsewhere in the time domain (using the convolution integral). If you examine both techniques, you can see that the Laplace domain solution is much easier.
Solution:
To evaluate the convolution integral we will use the convolution property of
the Laplace Transform:
We need the Laplace Transforms of f(t) and h(t), but we can look them up in the tables:
\[F(s) = \frac{1}{s} - {e^{ - 2s}}\frac{1}{s}\] \[H(s) = \frac{1}{{s + 1}}\]So
\[\eqalign{ Y(s) &= F(s)H(s) = \left( {\frac{1}{s} - {e^{ - 2s}}\frac{1}{s}} \right)\left( {\frac{1}{{s + 1}}} \right) \\ &= \frac{1}{{s\left( {s + 1} \right)}} - {e^{ - 2s}}\frac{1}{{s\left( {s + 1} \right)}}} \]We can look up both of these terms in the tables.
\[ \frac{1}{{s\left( {s + 1} \right)}}\overset {\mathcal{L}} \longleftrightarrow \left( {1 - {e^{ - t}}} \right)\gamma \left( t \right) \\ {e^{ - 2s}}\frac{1}{{s\left( {s + 1} \right)}}\overset {\mathcal{L}} \longleftrightarrow \left( {1 - {e^{ - \left( {t - 2} \right)}}} \right)\gamma \left( {t - 2} \right) \]We can now write y(t) (which is implicitly zero for t<0, so I will drop the γ(t) term)
\[y\left( t \right) = \left( {1 - {e^{ - t}}} \right) - \left( {1 - {e^{ - \left( {t - 2} \right)}}} \right)\gamma \left( {t - 2} \right)\] |