Laplace of derivative
June 22, 2019
Conditions of Existence
The Laplace transform doesn’t always exist. Examine the form $\mathcal L(f(t))=\int_0^\infty f(t)e^{-st}:dt$, if $f(t)$ grows too rapidly, $e^{-st}$ cannot hold it down, the integral will not converge. To quantify what’s rapidly growing, if a function’s absolute value $\vert f(t)\vert$ is less or equal than some constant times $Ce^{kt}$, the function is said to be of "exponential type". For example,
- $\vert \sin t\vert\leq 1e^{0t}$
- $\vert t^n\vert<Me^{t}$ because $\displaystyle \left\vert\frac{t^n}{e^t}\right\vert\rightarrow0$ as $t\rightarrow \infty$ which can be seen from taking nth derivative above and below by L’Hospital
Some cases that does not converge, for these functions, the Laplace transform does not exist:
- $\displaystyle \frac{1}{t}$ because this function goes to $\infty$ when $t$ goes to zero, and $e^{-st}$ is 1 when $t=0$ so it cannot constrain the growth
- $e^{t^2}$ just goes too fast, it will always outgrow $e^{kt}$ at some value of $t$
Laplace for derivative
In order to perform Laplace transform on the whole equation , we need to know the formula for $y’’$ and $y’$.
As long as $f(t)$ satisfy the it’s of the “exponential type”, the infinity end will be converging to zero. The zero end will just be $f(0)$. (Recall $\mathcal L(f(t))=F(s)$)
With this we can apply into this formula:
Solving DE
From above we see that if we want to use Laplace transform we need to have initial conditions. But the benefit of Laplace transform is we avoid all the messy steps of getting complementary and then particular and the substitution to get the constants. Laplace can give all answers at once. The general procedure of using Laplace transform to solve the DE is
- Perform Laplace transform on both side of the DE
- Separate the transformed equations into $F(s)=…$ or $Y(s)=…$
- Partial fraction decomposition on the right hand side
- Laplace inverse transform
Let’s see an example:
1&2. Laplace transform on both side, and separate the equations:
3 Then we decompose the fractions:
By covering up, we can get $C=3/4$, $A=1/-2$, and we can do (I don’t know the method name) setting both side of $s=0$, $-1=A+B-C$, and $B=1/4$. Therefore
Therefore the solution is
where the first one is the particular solution?