Laplace Transform
Topic
Tags
Intro
The transform is able to convert a real-valued function into a function with a complex variable . Such a real-valued function can for example be an input . The complex variable can be written by . Which essentially stands for the complex frequency, it can also be called the s-domain.
The transform is often useful in parts of control engineering where computations become more easier in the s-domain. Namely, the transform is able to turn an ordinary differential equation into an algebraic equation. Secondly, it is convenient to transform a convolution into a multiplication. Both are shown in the article about transfer functions.
The official way to compute a transform is by the use of the following integral;
However, for using the transform it often suffices to use the lookup table below. The reason for this is that the computation of the integral takes in general quite some time, which results in the lookup table being much faster. A more in-depth explanation of the use of this integral is shown in Laplace Integral. For now, we will simply use the lookup table. In this table, the most encountered functions, not all, are shown with their time-domain function and the transform of it.
Time Domain | Frequency Domain |
---|---|
Examples Lookup Table
Let's say we want to apply the transform to the following function in time domain;
A combination of different components from the table is also possible. Let's take the same exponent as in the previous example and multiply it with a sinusoid.
In this article, we introduced the transform, explained why it is useful, and showed how to compute it via a lookup table. As there can be noticed, by using the lookup table the transform can be executed rather quickly. In further articles, we will elaborate on the inverse transform in order to go from the s-domain back to the time-domain.