Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Related tools
Inverse Laplace Transform CalculatorZ-Transform CalculatorFast Fourier Transform (FFT) CalculatorPartial Derivative CalculatorMomentum CalculatorSoap Making Lye Calculator (SAP)
Home Page > Math > Calculus

Laplace Transform Calculator

Compute Laplace transforms instantly with detailed step-by-step solutions, interactive function presets, and dual visualization of time-domain and frequency-domain functions.

Free to useNo sign-up requiredUpdated Jan 2026
Laplace Transform CalculatorTry it now — free ▼
Time Domain f(t)
Laplace
s-Domain F(s)
Quick Function Presets
f(t) =
Use t as variable. Examples: exp(-2*t), sin(3*t), t^2, exp(-t)*cos(2*t)

Embed Laplace Transform Calculator Widget

About Laplace Transform Calculator

Welcome to the Laplace Transform Calculator, a powerful mathematical tool for computing Laplace transforms with detailed step-by-step solutions and visual analysis. Whether you are an engineering student, physicist, or researcher, this calculator simplifies complex integral transforms and helps you understand the transformation from time-domain to frequency-domain.

What is the Laplace Transform?

The Laplace transform is an integral transform that converts a function of time \( f(t) \) into a function of complex frequency \( F(s) \). Named after Pierre-Simon Laplace, this mathematical operation is fundamental in engineering, physics, and applied mathematics for solving differential equations and analyzing systems.

Laplace Transform Definition
$$F(s) = \mathcal{L}\{f(t)\} = \int_0^\infty e^{-st} f(t) \, dt$$

The transform converts differentiation and integration in the time domain into simple algebraic operations in the s-domain, making it invaluable for solving complex problems.

Key Properties of the Laplace Transform

Understanding these properties helps you work efficiently with Laplace transforms:

Property Time Domain s-Domain
Linearity \( af(t) + bg(t) \) \( aF(s) + bG(s) \)
First Derivative \( f'(t) \) \( sF(s) - f(0) \)
Second Derivative \( f''(t) \) \( s^2F(s) - sf(0) - f'(0) \)
Integration \( \int_0^t f(\tau)d\tau \) \( \frac{F(s)}{s} \)
Time Shifting \( f(t-a)u(t-a) \) \( e^{-as}F(s) \)
Frequency Shifting \( e^{at}f(t) \) \( F(s-a) \)
Convolution \( (f * g)(t) \) \( F(s) \cdot G(s) \)
Initial Value \( f(0^+) \) \( \lim_{s\to\infty} sF(s) \)
Final Value \( \lim_{t\to\infty} f(t) \) \( \lim_{s\to 0} sF(s) \)

Common Laplace Transform Pairs

Here is a reference table of frequently used transform pairs:

Transform Reference Table

f(t) F(s) Description
1 1/s Unit step (constant)
t 1/s² Ramp function
t^n n!/s^(n+1) Power function
exp(a*t) 1/(s-a) Exponential
sin(b*t) b/(s²+b²) Sine function
cos(b*t) s/(s²+b²) Cosine function
exp(-a*t)*sin(b*t) b/((s+a)²+b²) Damped sine
exp(-a*t)*cos(b*t) (s+a)/((s+a)²+b²) Damped cosine
t*exp(a*t) 1/(s-a)² t times exponential
sinh(a*t) a/(s²-a²) Hyperbolic sine
cosh(a*t) s/(s²-a²) Hyperbolic cosine

How to Use This Calculator

  1. Enter the function: Type your time-domain function \( f(t) \) using the variable t. Use standard notation like exp(-2*t)*sin(3*t).
  2. Use presets: Click any preset button to quickly load common functions for testing or learning.
  3. Compute: Click "Compute Laplace Transform" to calculate \( F(s) \) symbolically.
  4. Review results: Examine the resulting \( F(s) \), step-by-step derivation, and graphical visualization.
  5. Analyze: Study the dual plots showing both time-domain and frequency-domain representations.

Supported Functions and Syntax

Applications of the Laplace Transform

Engineering Applications

Physics Applications

Mathematics Applications

Understanding the Region of Convergence (ROC)

The Region of Convergence (ROC) is the set of values of \( s \) for which the Laplace transform integral converges. The ROC is essential for:

For causal signals (functions that are zero for \( t < 0 \)), the ROC extends to the right of the rightmost pole in the s-plane.

Inverse Laplace Transform

The inverse Laplace transform recovers the original time-domain function from its s-domain representation:

Inverse Laplace Transform
$$f(t) = \mathcal{L}^{-1}\{F(s)\} = \frac{1}{2\pi j}\int_{\sigma-j\infty}^{\sigma+j\infty} e^{st} F(s) \, ds$$

In practice, inverse transforms are often computed using partial fraction decomposition and lookup tables of known transform pairs.

Frequently Asked Questions

What is the Laplace Transform?

The Laplace transform is an integral transform that converts a function of time \( f(t) \) into a function of complex frequency \( F(s) \). It is defined as \( F(s) = \int_0^\infty e^{-st} f(t) \, dt \). This transformation is widely used in engineering and physics to solve differential equations and analyze linear time-invariant systems.

When should I use the Laplace Transform?

The Laplace transform is particularly useful for solving linear ordinary differential equations with constant coefficients, analyzing control systems and circuit behavior, studying signal processing and system response, converting complex time-domain problems into simpler algebraic problems in the s-domain, and analyzing system stability through pole locations.

What is the Region of Convergence (ROC)?

The Region of Convergence (ROC) is the set of values of \( s \) for which the Laplace transform integral converges. The ROC is crucial for determining system stability and for uniquely identifying the original function from its transform. Generally, for causal signals, the ROC extends to the right of the rightmost pole.

How do I enter functions in this calculator?

Use standard mathematical notation with t as the time variable. Supported functions include: exp(x) for exponential, sin(x) and cos(x) for trigonometric, sinh(x) and cosh(x) for hyperbolic, sqrt(x) for square root, log(x) or ln(x) for natural logarithm. Use * for multiplication, ^ or ** for exponents, and parentheses for grouping.

What are the key properties of the Laplace Transform?

Key properties include Linearity, Time Shifting, Frequency Shifting, Differentiation (transforms derivatives to multiplication by s), Integration (transforms integrals to division by s), and Convolution (transforms convolution to multiplication). These properties make the Laplace transform powerful for solving differential equations.

What is the relationship between Laplace and Fourier transforms?

The Fourier transform is a special case of the Laplace transform when \( s = j\omega \) (purely imaginary). The Laplace transform is more general and can handle functions that grow exponentially, while the Fourier transform requires functions to be absolutely integrable. The unilateral Laplace transform (starting from 0) is most common in engineering applications.

Additional Resources

Reference this content, page, or tool as:

"Laplace Transform Calculator" at https://MiniWebtool.com/laplace-transform-calculator/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: Jan 19, 2026

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Calculus:

Top & Updated:

Directional Derivative CalculatorImplicit Derivative CalculatorSingle Variable Derivative CalculatorView all →
Home Page > Math > Calculus > Laplace Transform Calculator