Laplace Transform Calculator

Laplace transform

Use this Laplace transform calculator when you need a fast table result for the functions that appear most often in differential equations, circuits and control systems. Choose a standard form, set the coefficient and parameter, and the tool returns the transform F(s), the matching formula and the convergence condition.

How to calculate a Laplace transform

  1. 1

    Choose the function family

    Pick a constant, power, exponential, sine or cosine entry from the standard transform table.

  2. 2

    Enter the parameters

    Set the coefficient c, the power n for t^n, or the parameter a for e^(at), sin(at) and cos(at).

  3. 3

    Read the table result

    The calculator shows f(t), F(s), the formula used and the basic convergence region for the selected entry.

Standard Laplace transform table

The Laplace transform rewrites a time-domain function f(t) as a function of the complex frequency variable s:

F(s) = L{f(t)} = ∫[0,∞) e^(-st) f(t) dt

This calculator focuses on the table entries students and engineers use constantly:

Time-domain function Laplace transform
1 1 / s
e^(at) 1 / (s - a)
t^n n! / s^(n+1)
sin(at) a / (s^2 + a^2)
cos(at) s / (s^2 + a^2)

The coefficient field multiplies the selected table entry. The optional offset b adds a constant term to the function, so it contributes b / s to the transform.

Worked example: transform t^2

For f(t) = t^2, choose the power form, set c = 1, and set n = 2.

The power rule is:

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

Substitute n = 2:

L{t^2} = 2! / s^3 = 2 / s^3

That is why the default example returns F(s) = 2 / s^3.

Common pitfalls

  • Using the wrong parameter. In sin(at) and cos(at), a is the angular frequency inside the trig function, not an outside multiplier.
  • Forgetting the coefficient. 5t^2 transforms to 10 / s^3, because the coefficient 5 multiplies 2! / s^3.
  • Treating the tool as a full CAS. This calculator applies selected table rules. It does not simplify arbitrary expressions such as products, convolutions or piecewise functions.
  • Ignoring convergence. Exponential transforms depend on the real part of s; for e^(at), the basic condition is s > a.

Frequently Asked Questions

No. It is a table/formula calculator for constants, powers, exponentials, sine and cosine terms. For arbitrary algebra, products or piecewise functions, use a full computer algebra system or apply Laplace transform properties by hand.

Choose the sine form, set the coefficient to 1 and set a to 3. The calculator applies L{sin(at)} = a / (s^2 + a^2), so the result is 3 / (s^2 + 9).

The offset adds b to the selected function. Because L{b} = b / s, the result includes an extra b / s term unless b is zero.

No file is uploaded. The tool only uses the small numeric settings entered in the form to render the transform result on the page.

Related Tools