Laplace Transform Calculator
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
Choose the function family
Pick a constant, power, exponential, sine or cosine entry from the standard transform table.
-
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
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)andcos(at),ais the angular frequency inside the trig function, not an outside multiplier. - Forgetting the coefficient.
5t^2transforms to10 / s^3, because the coefficient 5 multiplies2! / 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; fore^(at), the basic condition iss > 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
BMI Calculator
Calculate body mass index from height and weight. Shows WHO category, healthy-weight range and limitations of BMI.
Social Security Calculator
Estimate a US Social Security retirement benefit from your PIA and claiming age. Compare monthly and annual amounts at 62, FRA 67 and 70.
Age Calculator
Calculate exact age in years, months and days from a birth date, plus total days, hours and the next birthday countdown.
One Rep Max Calculator
Estimate your one-rep max (1RM) from weight lifted and reps completed using Epley, Brzycki and Lander formulas.
Amp-Hour Calculator
Work out battery runtime and stored energy from amp-hours, voltage and load current. Get runtime in hours and minutes plus energy in watt-hours and kilowatt-hours.
Scientific Calculator
Evaluate supported real-number expressions with trig, logs, powers and parentheses locally in your browser.