Laplace Transform Calculator
Look up Laplace transforms for common functions.
Select function type, enter parameters, and get both f(t) and F(s) in formatted form.
Laplace Transform F(s)
The Laplace Transform
The Laplace transform converts a function of time f(t) into a function of complex frequency F(s). It is defined as:
F(s) = β«β^β f(t) Β· e^(βst) dt
This converts differential equations in t into algebraic equations in s β making them much easier to solve.
Key Properties
| Property | Time Domain | s-Domain |
|---|---|---|
| Linearity | af(t) + bg(t) | aF(s) + bG(s) |
| Derivative | f’(t) | sF(s) β f(0) |
| 2nd derivative | f’’(t) | sΒ²F(s) β sf(0) β f’(0) |
| Time shift | f(tβa)u(tβa) | e^(βas)F(s) |
| Frequency shift | e^(at)f(t) | F(sβa) |
| Convolution | (f*g)(t) | F(s)Β·G(s) |
Common Transform Pairs
| f(t) | F(s) | Condition |
|---|---|---|
| 1 (constant) | 1/s | s > 0 |
| t^n | 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 |
| e^(at)cos(Οt) | (sβa)/((sβa)Β²+ΟΒ²) | s > a |
| u(tβa) | e^(βas)/s | s > 0 |
| Ξ΄(tβa) | e^(βas) | all s |
Applications
- Control systems: analyzing stability of feedback loops
- Circuit analysis: solving RLC circuits without differential equations
- Signal processing: designing filters and analyzing frequency response
- Mechanical vibrations: modeling spring-mass-damper systems