Laplace Transform Visualizer
See \(\mathcal{L}\{f(t)\}(s)\) as a signed area — watch the integrand accumulate, track convergence, and read the exact formula.
This tool makes the Laplace transform visible as a signed area integral.
The three plots
- Left — \(f(t)\): the original function with the decaying weight \(e^{-st}\) overlaid (dashed).
- Centre — integrand \(f(t)\cdot e^{-st}\): green areas add to \(F(s)\); red areas subtract.
- Right — \(F(s)\): the transform as a function of \(s\). The blue dot marks the current \(s\).
Convolution pairs
When a convolution pair \(f * g\) is selected, the visualized function is \(h(t)=(f*g)(t)\) and the transform shown is \(H(s)=F(s)\cdot G(s)\), illustrating the Convolution Theorem.
Numerical method — composite Gaussian quadrature
The integral is computed with composite 10-point Gauss–Legendre quadrature:
Shifting theorems
- First (\(s\)-shift): \(\mathcal{L}\{e^{at}f(t)\} = F(s-a)\).
- Second (\(t\)-shift): \(\mathcal{L}\{u_c(t)f(t-c)\} = e^{-cs}F(s)\).
Convolution theorem
- \(\mathcal{L}\{(f*g)(t)\} = F(s)\cdot G(s)\) where \((f*g)(t)=\int_0^t f(\tau)g(t-\tau)\,d\tau\).
Convolution Theorem
If \(\mathcal{L}\{f\}=F(s)\) and \(\mathcal{L}\{g\}=G(s)\), then the transform of their convolution is the product of their individual transforms. Selecting a convolution pair below visualizes \(h(t)=(f*g)(t)\) and plots \(H(s)=F(s)\cdot G(s)\).
- \(\mathcal{L}\{u_a(t)*1\} = \dfrac{e^{-as}}{s}\cdot\dfrac{1}{s} = \dfrac{e^{-as}}{s^2}\)
- \(\mathcal{L}\{\sin(\omega t)*1\} = \dfrac{\omega}{s^2+\omega^2}\cdot\dfrac{1}{s} = \dfrac{\omega}{s(s^2+\omega^2)}\)
- \(\mathcal{L}\{e^{at}*e^{bt}\} = \dfrac{1}{s-a}\cdot\dfrac{1}{s-b} = \dfrac{1}{(s-a)(s-b)}\quad(a\ne b)\)
- \(\mathcal{L}\{e^{at}*\sin(\omega t)\} = \dfrac{1}{s-a}\cdot\dfrac{\omega}{s^2+\omega^2} = \dfrac{\omega}{(s-a)(s^2+\omega^2)}\)
First Shifting Theorem (\(s\)-shift)
Multiplying \(f\) by \(e^{at}\) shifts \(F(s)\) right by \(a\); the ROC becomes \(s>a\).
- \(\mathcal{L}\{e^{at}\sin\omega t\} = \dfrac{\omega}{(s-a)^2+\omega^2}\)
- \(\mathcal{L}\{e^{at}\cos\omega t\} = \dfrac{s-a}{(s-a)^2+\omega^2}\)
- \(\mathcal{L}\{t^n e^{at}\} = \dfrac{n!}{(s-a)^{n+1}}\)
Second Shifting Theorem (\(t\)-shift)
Delaying \(f\) by \(c\) (with step \(u_c\)) multiplies \(F(s)\) by \(e^{-cs}\).
- \(\mathcal{L}\{u_c(t)\} = \dfrac{e^{-cs}}{s}\)
- \(\mathcal{L}\{u_c(t)(t-c)\} = \dfrac{e^{-cs}}{s^2}\)
- \(\mathcal{L}\{u_c(t)\sin\omega(t-c)\} = \dfrac{\omega e^{-cs}}{s^2+\omega^2}\)
| \(f(t)\) | \(\mathcal{L}\{f(t)\} = F(s)\) | ROC | Visualize |
|---|