Laplace Transforms
Non-homogeneous differential equations can be solved using Laplace transforms. The homogeneous solution isn't found first and the function doesn't have to be continuous, but the problems has to have initial values.
The Essentials
The definition of Laplace transform:
Here are the basic Laplace transforms:
To solve a differential equation, the equation is converted to Laplace space. Once there it is solved for F(s). Then it is usually necessary to simplify fractions, often with partial fraction expansion. Then, the inverse Laplace is calculated which gives the solution. To Take the Laplace transform of a whole equation these formulas are used:
Example
Solve this equation using Laplace transforms:
First, we will use the formulas for Laplace transforms of derivatives of the function:
We use these formulas to take the Laplace transform of the original equation:
Using the initial conditions, we get:
Now, we solve for Y(s):
For the first term on the right hand side, we can use partial fraction expansion to re-write the fraction. The second term can be split into two fraction:
Now we can take the inverse Laplace transform to get the solution:
Practice
Solve these equations using Laplace transforms. If you get stuck, try working backwards from the answers:
-
\[ \begin{cases} y'''-y'=3e^t\\ y(0)=6\\ y'(0)=\frac{1}{2}\\ y''(0)=6 \end{cases} \]
-
\[ \begin{cases} y''+y=\frac{1}{2}\cos(t)-2\\ y(0)=0\\ y'(0)=1 \end{cases} \]
-
\[ \begin{cases} y''+2y'+y=-x^2\\ y(0)=-4\\ y'(0)=5 \end{cases} \]
-
\[ \begin{cases} f'(t)+f(t)-2\int_0^tf(\tau)d\tau=t\\ f(0)=0 \end{cases} \]
Solutions:
- \( y(t)=3+e^t+2e^{-t}+\frac{3}{2}te^t \)
- \( y(t)=\sin(t)+2\cos(t)+\frac{1}{2}t\sin(t)-2 \)
- \( y(x)=2e^{-x}+3xe^{-x}-x^2+4x-6 \)
- \( f(t)=-\frac{1}{2}+\frac{1}{3}e^t+\frac{1}{6}e^{-2t} \)