Differential equations and Laplace transforms: Laplace-transformations
Laplace transforms of differential equations
The Laplace transform of the derivative #f'# of a function #f# can be expressed in the Laplace transform of #f# without the use of derivatives:
Derivative in the time domain If #f# is a differentiable function on #\ivco{0}{\infty}#, the Laplace transform #\laplace{f}# exists, and #\lim_{t\to\infty}\ee^{-st} f(t) = 0#, then \[\mathcal{L} f' (s) = s\cdot (\mathcal{ L}f)(s)-f(0)\]
More generally, if #n# is a natural number, #f# is a piecewise #n#-fold differentiable function, and, for all #k# with #0\le k\lt n#, the limit#\lim_{t\to\infty}\ee^{-st} f^{(k)}(t) = 0# exists, then \[ \laplace{\left(f^{(n)}\right)}(s) = s^n\cdot \laplace{f}(s)-s^{n-1}f(0)-s^{n-2}f'(0)-\cdots-s\cdot f^{(n-2)}(0)-f^{(n-1)}(0)\]
Thanks to this property we can convert a linear differential equation with constant coefficients using Laplace transform into an algebraic equation. By calculating the inverse Laplace transform we can solve the differential equation. For a second order ODE are the operations shown below in a diagram
\[\begin{array}{lcr}f''(t)+p\cdot f'(t)+q = r(t)&{\laplace{}\atop\longrightarrow}& P(s)\cdot\laplace{f}(s) = \laplace{r}(s)\\ \text{solution of }\big\uparrow&&\big\downarrow\text{ solve}\\ f(t) =\mathcal{L}^{-1}(F)(t)&{\mathcal{L}^{-1}\atop \longleftarrow}& \laplace{f}(s) = F(s)\end{array}\]
Below are examples of this solution method.
#x(t) =# # \euler^{2 t }\cdot \cos \left(t\right) -3\cdot \euler^{2 t }\cdot \sin \left(t\right) + \euler^{t} #
In order to find the solution, we write #y=\mathcal{L}(x)#. Then
\[\begin{array}{rcl}
\mathcal{L}(x') (s)&=& s\cdot y(s)-x(0) =s\cdot y(s)-2\\
\mathcal{L}(x'') (s)&=& s^2\cdot y(s)-2s =s^2\cdot y(s)-2\cdot s \\
\mathcal{L}(-2\cdot \euler^{t}) (s)&=&\displaystyle -{{2}\over{s-1}} \\
\end{array}\]
Therefore, after all terms are moved to the left, the Laplace transform applied to the differential equation \( {{d^2}\over{d t^2}} x-4 {{d}\over{d t}} x+5 x=2 \euler^{t}\) gives
\[-4\cdot \left(s\cdot y-2\right)+s^2\cdot y+5\cdot y-2\cdot s-{{2}\over{s-1}}=0\]
This can be rewritten to
\[\left(s^2-4\cdot s+5\right)\cdot y-2\cdot s-{{2}\over{s-1}}+8=0\]
Solving this equation with unknown #y# gives
\[ y (s)= {{2\cdot s^2-10\cdot s+10}\over{s^3-5\cdot s^2+9\cdot s-5}} \]
Partial fraction decomposition of the right-hand side leads to
\[ \begin{array}{rcl}y(s)
&=&\displaystyle {{2\cdot \left(s^2-5\cdot s+5\right)}\over{\left(s-1\right)\cdot \left(s^2-4\cdot s+5\right)}}\\
&=&\displaystyle {{s-5}\over{s^2-4\cdot s+5}}+{{1}\over{s-1}}\\
&=&\displaystyle {{s-2}\over{\left(s-2\right)^2+1}} -{{3}\over{\left(s-2\right)^2+1}} + {{1}\over{s-1}} \end{array}\]
so linearity of the inverse Laplace transform and determination of the inverse Laplace tansforms of the terms gives:
\[ x (t)= \euler^{2 t }\cdot \cos \left(t\right) -3\cdot \euler^{2 t }\cdot \sin \left(t\right) + \euler^{t} \]
Or visit omptest.org if jou are taking an OMPT exam.