Search the complete library

What do you want to learn or calculate?

Quick linksAll calculatorsMath subjectsPractice questionsFormula library
← Back to calculators

Laplace Transform Calculator

Solve laplace transform problems with clear steps, notation, and a final check.

Calculate without using AI.

Evaluate the governing formula locally in your browser. Define each known quantity once, then change values to test another case instantly.

Local result

Choose an example or enter a formula.

Show your work Step-by-step method
  1. No account, AI request, or paid token is used.

Recent calculations

No calculations yet.

Calculus

Laplace Transform Calculator explained

The short version

  • The Laplace transform turns a function of time into a function of s, swapping calculus for algebra.
  • Derivatives become multiplication by s, so a differential equation becomes an equation you can solve by hand.
  • You solve for Y(s), then look the answer up backwards in a table to get y(t).

The formula this page uses

F(s) = ∫₀^∞ e^(−st) f(t) dt L{y′} = s·Y(s) − y(0)

What each part means

SymbolWhat it means
f(t) — Time-domain functionThe original signal or solution, defined for t ≥ 0.
F(s) or Y(s) — TransformThe same information rewritten in the s domain. Purely algebraic.
s — Transform variableA complex frequency. Each transform comes with a condition like s > 0 for it to converge.
y(0) — Initial conditionThe starting value, which the transform of a derivative folds in automatically.

Show your work: a full example

  1. The functionf(t) = 3t² + 5
  2. Split it, because the transform is linearL{3t²} + L{5}
  3. Use L{tⁿ} = n! / s^(n+1) with n = 2L{t²} = 2! / s³ = 2/s³
  4. Multiply by the 33 · 2/s³ = 6/s³
  5. Use L{1} = 1/s for the constantL{5} = 5/s
  6. Add themF(s) = 6/s³ + 5/s
  7. State the conditionvalid for s > 0, where the improper integral converges

A second, different case

  1. A different case: solve a differential equationy′ + 3y = 0 with y(0) = 4
  2. Transform each termL{y′} = sY − 4 and L{3y} = 3Y
  3. Write the transformed equationsY − 4 + 3Y = 0
  4. Factor Y outY(s + 3) = 4
  5. Solve algebraicallyY = 4 / (s + 3)
  6. Read the table backwards, since L{e^(at)} = 1/(s − a) with a = −3y(t) = 4e^(−3t)
  7. Checky′ = −12e^(−3t) and −3y = −12e^(−3t), so y′ + 3y = 0, and y(0) = 4
Copy-ready example

f(t) = 3t² + 5

The function

Laplace transform pairs, used left to right to transform and right to left to invert

f(t)F(s)Valid for
11/ss > 0
t1/s²s > 0
tⁿn! / s^(n+1)s > 0
e^(at)1 / (s − a)s > a
sin(ωt)ω / (s² + ω²)s > 0
cos(ωt)s / (s² + ω²)s > 0
e^(at)·sin(ωt)ω / ((s − a)² + ω²)s > a
y′(t)s·Y(s) − y(0)
y″(t)s²·Y(s) − s·y(0) − y′(0)

Three mistakes to check for

What students writeWhy it's wrongDo this instead
L{y′} = sY(s)The initial condition was dropped, so the solution loses the only information about where it starts.L{y′} = sY − y(0), which here supplies the 4 that becomes the amplitude.
L{3t²} = 3/s³The factorial was left out of L{tⁿ} = n!/s^(n+1). For n = 2 that factor is 2.L{3t²} = 3 · 2/s³ = 6/s³.
L{f(t)·g(t)} = F(s)·G(s)Products do not transform to products. A product in the s domain corresponds to a convolution in time, not a product.Split sums freely, but never split a product this way.

Questions about the Laplace Transform Calculator

Why bother transforming at all?

Because it converts calculus into algebra. y′ + 3y = 0 becomes sY − 4 + 3Y = 0, which is one line of rearranging. It also swallows the initial condition automatically, instead of leaving a constant C to pin down at the end.

What does the s variable actually mean?

It is a complex frequency. The real part measures how fast something grows or decays, and the imaginary part measures oscillation. The pole at s = −3 above is exactly the −3 in the decay e^(−3t).

Why does every entry come with a condition like s > 0?

The defining integral ∫₀^∞ e^(−st) f(t) dt only converges when e^(−st) shrinks faster than f(t) grows. For e^(2t) you need s > 2, and below that the transform simply does not exist.

How do I invert something not in the table, like 4/(s² + 5s + 6)?

Factor the denominator and split with partial fractions: 4/((s+2)(s+3)) = 4/(s+2) − 4/(s+3). Each piece is now a table row, giving y(t) = 4e^(−2t) − 4e^(−3t).

Where to go next

Continue from this result

Turn one calculation into understanding.

Compare another tool, review the underlying idea, then solve a fresh problem without copying the example.