Laplace Transform Calculator

Laplace transform calculator that converts time-domain functions f(t) into F(s) with step-by-step solutions for 2026. Supports 8 function types: constants, polynomials t^n, exponentials e^(at), sine, cosine, damped oscillations e^(at)sin(bt), and more. Shows the region of convergence (ROC) for each result. Used in differential equations, control systems, and circuit analysis.

Enter Values

Used as n (for t^n) or a (for e^(at))

Used as b (for sin/cos functions)

Result

Enter values above and click Calculate to see your result.

AI Assistant

Ask about this calculator

I can help you understand the laplace transform calculator formula, interpret your results, and answer follow-up questions.

Try asking

Formula

#
Core Formula
L{f(t)}=F(s)=0estf(t)dt\mathcal{L}\{f(t)\} = F(s) = \int_{0}^{\infty} e^{-st} f(t)\, dt

How it works: The Laplace transform converts a time-domain function f(t) into a complex frequency-domain function F(s) by integrating f(t) multiplied by the kernel e^(-st) from 0 to infinity. The variable s = sigma + j*omega is complex. This converts differential equations into algebraic equations, which are far easier to manipulate and solve.

Worked Example

Find the Laplace transform of f(t) = e^(2t)sin(3t):
1Step 1: Identify the transform pair. L{e^(at)sin(bt)} = b / ((s - a)^2 + b^2)
2Step 2: Substitute a = 2 and b = 3
3Step 3: F(s) = 3 / ((s - 2)^2 + 9)
4Step 4: Expand the denominator: F(s) = 3 / (s^2 - 4s + 4 + 9) = 3 / (s^2 - 4s + 13)
5Step 5: Region of convergence: Re(s) > 2
Result: F(s) = 3 / (s^2 - 4s + 13), valid for s > 2

How Do You Calculate a Laplace Transform?

The Laplace transform converts a time-domain function f(t) into a complex frequency-domain function F(s) using the integral L{f(t)} = F(s) = integral from 0 to infinity of e^(-st)f(t)dt. This converts differential equations into algebraic equations. For most practical problems, you look up the result in a table of known transform pairs rather than evaluating the integral directly.

  • L{1} = 1/s, L{t^n} = n!/s^(n+1), L{e^(at)} = 1/(s-a): the three foundational pairs
  • L{sin(bt)} = b/(s^2+b^2) and L{cos(bt)} = s/(s^2+b^2): essential for oscillatory systems
  • Derivative property: L{f'(t)} = sF(s) - f(0), which turns calculus into algebra
  • Frequency shift: L{e^(at)f(t)} = F(s-a), used for damped oscillation analysis
  • Region of convergence (ROC) determines which values of s make the integral finite
  • Applications: RLC circuit analysis, control system transfer functions H(s), mechanical vibration modeling, signal filtering

For most engineering and physics coursework, memorizing the 7-8 common transform pairs and the derivative property is sufficient to solve the majority of Laplace transform problems. Use Calculory to verify your hand calculations and build intuition for the s-domain.

You can also calculate changes using our Partial Derivative Calculator, Taylor Polynomial Calculator, Double Integral Calculator or Derivative Calculator.

Laplace Transform Table of Common Functions

Quick reference for the most frequently used Laplace transform pairs in engineering and mathematics.

f(t) (Time Domain)F(s) (s-Domain)ROC
1 (unit step)1/ss > 0
t1/s2s > 0
tnn!/sn+1s > 0
eat1/(s - a)s > a
sin(bt)b/(s2 + b2)s > 0
cos(bt)s/(s2 + b2)s > 0
eatsin(bt)b/((s-a)2 + b2)s > a
eatcos(bt)(s-a)/((s-a)2 + b2)s > a
t·eat1/(s-a)2s > a

Note: ROC = Region of Convergence. Re(s) must satisfy the condition for the transform to exist. For causal, stable systems, the ROC must include the imaginary axis.

Frequently Asked Questions

What is the Laplace transform of e^(at)?

The Laplace transform of f(t) = e^(at) is F(s) = 1/(s - a), with region of convergence Re(s) > a. For example, L{e^(3t)} = 1/(s - 3) for s > 3. This is one of the most commonly used transform pairs in circuit analysis and control theory, where exponential decay or growth models natural system responses.

How do you find the Laplace transform of sin(bt)?

L{sin(bt)} = b/(s^2 + b^2) with ROC Re(s) > 0. For sin(5t), substitute b = 5 to get F(s) = 5/(s^2 + 25). This pair appears frequently when analyzing oscillatory systems like RLC circuits or mechanical spring-mass systems where the natural response involves sinusoidal functions.

What is the difference between Laplace transform and Fourier transform?

The Laplace transform uses a complex variable s = sigma + j*omega and integrates from 0 to infinity, making it ideal for causal systems and transient analysis. The Fourier transform uses purely imaginary j*omega and integrates from negative infinity to infinity, suited for steady-state frequency analysis. Setting sigma = 0 in the Laplace transform gives the Fourier transform for signals that satisfy convergence conditions.

What is the region of convergence (ROC)?

The ROC defines the values of Re(s) for which the Laplace integral converges to a finite value. For L{e^(at)} = 1/(s - a), the ROC is Re(s) > a. If a = 3, the transform only exists for s > 3. The ROC is critical for determining system stability: a causal and stable system must have its ROC include the j*omega axis (Re(s) = 0).

How is the Laplace transform used to solve differential equations?

The Laplace transform converts derivatives into algebraic terms: L{f'(t)} = sF(s) - f(0) and L{f''(t)} = s^2F(s) - sf(0) - f'(0). This turns a differential equation into an algebraic equation in s, which you solve for F(s), then apply the inverse Laplace transform to get f(t). For example, solving y'' + 4y = 0 with y(0) = 1 gives Y(s) = s/(s^2 + 4), so y(t) = cos(2t).

What is the Laplace transform of t^n?

L{t^n} = n!/(s^(n+1)) with ROC Re(s) > 0, where n is a non-negative integer. For t^3: F(s) = 3!/(s^4) = 6/s^4. For t^1 (simply t): F(s) = 1/s^2. This generalizes to the gamma function for non-integer n: L{t^a} = Gamma(a+1)/s^(a+1).

What are the most common Laplace transform pairs?

The essential pairs to memorize:

L{1} = 1/s (s > 0)

L{t^n} = n!/s^(n+1) (s > 0)

L{e^(at)} = 1/(s-a) (s > a)

L{sin(bt)} = b/(s^2+b^2) (s > 0)

L{cos(bt)} = s/(s^2+b^2) (s > 0)

L{e^(at)sin(bt)} = b/((s-a)^2+b^2) (s > a)

L{t*e^(at)} = 1/(s-a)^2 (s > a)

Can I embed this Laplace Transform Calculator on my website?

Yes. Click the "Embed" button at the top of this page to customize the size, colors, and theme, then copy the iframe code. Paste it into any HTML page, WordPress site, or CMS. It is completely free, requires no signup, and works on all devices. You can also visit our embed guide at calculory.com/services/embed-calculators for more details.

Accurate and Reliable

All calculations run locally. Derivatives, integrals, and limits solved step by step.

Verified Precision

Precise Calculus Calculations Powered by Calculory AI