Tool to calculate the Laplace transform of an integrable function on R, the Laplace transform is denoted F or L.
Laplace Transform - dCode
Tag(s) : Functions
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The Laplace transform is a mathematical technique that transforms a continuous time function into a complex variable function. This transformation simplifies the analysis of linear systems and their calculations.
The Laplace transformation of a function $ f $ is denoted $ \mathcal{L} $ (or sometimes $ F $), its result is called the Laplace transform.
For any function $ f(t) $ with $ t \in \mathbb{R} $, the Laplace transform of complex variable $ s \in \mathbb{C} $ is:
$$ \mathcal{L}(s) = \int_{0^-}^{+\infty}\exp(-pt) f(t) \, dt $$
Sometimes the transform is denoted $ \mathcal{L}[f(t)](s) $.
In Europe, the complex variable $ s $ can also be noted $ p $.
The calculation of the Laplace transform is an integral calculation (see definition above). The Laplace transform assumes that the initial values of functions are zero.
On dCode, indicate the function, its variable (often $ t $ or $ x $), and the complex variable (often $ s $ or $ p $).
Example: $ f(x) = \delta(t) $ and $ \mathcal{L}(s) = 1 $ with Dirac's $ \delta $ function.
Example: $ f(x) = U(t) $ and $ \mathcal{L}(s) = \frac{1}{s^2} $ with the unit step function $ U $.
On dCode the function $ \delta() $ is noted dirac() or diracdelta()
The function $ U() $ (unit step or Heaviside Theta function) is denoted unitstep() or heaviside() .
dCode also supports the rectangle() or gate() functions or the triangle() or hat() function.
The property of the Laplace transformation is to convert the integrals into division and the derivatives into multiplication.
$$ \mathcal{L} \{ f'(t) \} = s \int_{-\infty}^\infty e^{-st} f(t) \, dt = s \cdot \mathcal{L} \{ f(t) \} $$
This property makes it possible to solve linear differential equations.
The Laplace transformation has applications in many areas, including:
— Signal processing: For the filtering and analysis of signals, particularly in the field of communication.
— Electrical engineering: To analyze RLC electrical circuits and their transient response.
— Mechanics: To study the vibration response of mechanical systems and their damping.
— Process control: To design controllers and analyze the stability of industrial processes.
— etc.
The Laplace transform is written with a handwritten L $ \mathcal{L} $ (or sometimes with an uppercase f: $ F $)
In LaTeX, use \mathcal{L}
dCode retains ownership of the "Laplace Transform" source code. Any algorithm for the "Laplace Transform" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Laplace Transform" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Laplace Transform" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Laplace Transform" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Laplace Transform on dCode.fr [online website], retrieved on 2025-04-16,