Laplace Transform Calculator
Calculate Laplace Transforms
Transform time-domain functions to complex frequency-domain. Supports common functions with step-by-step solutions.
Laplace Transform Result
F(s) = 1/s
Step-by-Step Calculation:
Domain Transformation
The Laplace transform is an integral transform that converts a function of time to a function of complex frequency.
What is Laplace Transform?
The Laplace Transform is an integral transform that converts a time-domain function f(t) into a complex frequency-domain function F(s). It's defined as F(s) = ∫₀^∞ f(t)e^(-st) dt, where s = σ + jω is a complex frequency variable. Developed by Pierre-Simon Laplace, this transform is essential for solving differential equations, analyzing linear time-invariant systems, and studying control systems and signal processing.
Common Laplace Transforms
Unit Step Function
Heaviside step function
ROC: Re(s) > 0
Exponential Function
Real exponential
ROC: Re(s) > a
Sine Function
Sinusoidal function
ROC: Re(s) > 0
Cosine Function
Cosine function
ROC: Re(s) > 0
Laplace Transform Properties
| Property | Time Domain | Frequency Domain | Description |
|---|---|---|---|
| Linearity | a·f(t) + b·g(t) | a·F(s) + b·G(s) | Superposition principle |
| Time Shifting | f(t - τ)u(t - τ) | e^(-sτ)F(s) | Delay in time domain |
| Frequency Shifting | e^(at)f(t) | F(s - a) | Multiplication by exponential |
| Time Differentiation | f'(t) | sF(s) - f(0) | Derivative property |
| Time Integration | ∫₀^t f(τ)dτ | F(s)/s | Integration property |
| Frequency Differentiation | t·f(t) | -dF(s)/ds | Multiplication by time |
| Convolution | f(t) * g(t) | F(s)·G(s) | Convolution theorem |
| Initial Value | f(0⁺) | lim s→∞ sF(s) | Initial value theorem |
| Final Value | lim t→∞ f(t) | lim s→0 sF(s) | Final value theorem |
Applications of Laplace Transform
Control Systems Engineering
- System analysis: Analyzing stability and response of control systems
- Transfer functions: Representing system dynamics in s-domain
- PID controller design: Designing proportional-integral-derivative controllers
- Frequency response: Analyzing system behavior at different frequencies
Electrical Engineering
- Circuit analysis: Solving RLC circuit differential equations
- Signal processing: Analyzing linear time-invariant systems
- Filter design: Designing analog filters (Butterworth, Chebyshev)
- Power systems: Transient analysis in electrical networks
Mechanical Engineering
- Vibration analysis: Solving mass-spring-damper systems
- Structural dynamics: Analyzing building responses to loads
- Vehicle dynamics: Studying suspension systems
- Rotational systems: Analyzing motors and rotating machinery
Mathematics & Physics
- Differential equations: Solving linear ODEs with constant coefficients
- Boundary value problems: Solving heat equation, wave equation
- Probability theory: Moment generating functions
- Quantum mechanics: Solving Schrödinger equation
Step-by-Step Calculation Process
Example 1: Constant Function f(t) = c
- Definition: F(s) = ∫₀^∞ c·e^(-st) dt
- Factor constant: F(s) = c ∫₀^∞ e^(-st) dt
- Integrate: ∫ e^(-st) dt = -e^(-st)/s
- Evaluate limits: [-e^(-st)/s] from 0 to ∞
- At t=∞: lim t→∞ -e^(-st)/s = 0 (for Re(s) > 0)
- At t=0: -e^(0)/s = -1/s
- Result: F(s) = c·[0 - (-1/s)] = c/s
- Region of Convergence: Re(s) > 0
Example 2: Exponential Function f(t) = e^(at)
- Definition: F(s) = ∫₀^∞ e^(at)·e^(-st) dt
- Combine exponents: F(s) = ∫₀^∞ e^(-(s-a)t) dt
- Integrate: ∫ e^(-(s-a)t) dt = -e^(-(s-a)t)/(s-a)
- Evaluate limits: [-e^(-(s-a)t)/(s-a)] from 0 to ∞
- At t=∞: lim t→∞ -e^(-(s-a)t)/(s-a) = 0 (for Re(s-a) > 0)
- At t=0: -e^(0)/(s-a) = -1/(s-a)
- Result: F(s) = 0 - (-1/(s-a)) = 1/(s-a)
- Region of Convergence: Re(s) > Re(a)
Region of Convergence (ROC)
| Function Type | ROC | Pole Location | Stability Condition |
|---|---|---|---|
| Right-sided (causal) | Re(s) > σ₀ | Left of ROC boundary | All poles in LHP |
| Left-sided (anti-causal) | Re(s) < σ₀ | Right of ROC boundary | Unstable |
| Two-sided | σ₁ < Re(s) < σ₂ | Between boundaries | Depends on ROC |
| Finite duration | Entire s-plane | None | Always stable |
Related Calculators
Frequently Asked Questions (FAQs)
Q: What's the difference between Laplace and Fourier transforms?
A: The Fourier transform uses pure imaginary frequency (jω) and is used for analyzing periodic signals. The Laplace transform uses complex frequency (s = σ + jω) and is better for analyzing stability and transient response of systems. Laplace transform includes damping factor σ, making it more suitable for unstable systems.
Q: When does Laplace transform not exist?
A: Laplace transform doesn't exist when: 1) The integral ∫₀^∞ |f(t)e^(-σt)| dt diverges for all σ, 2) The function grows faster than exponential (e.g., e^(t²)), 3) The function has an essential singularity at infinity, 4) The function is not of exponential order.
Q: What is Region of Convergence (ROC)?
A: ROC is the set of complex numbers s for which the Laplace transform integral converges absolutely. It's always a vertical strip in the s-plane (or half-plane, or entire plane). ROC is crucial because the same Laplace transform F(s) with different ROCs corresponds to different time functions f(t).
Q: How is Laplace transform used in solving differential equations?
A: Laplace transform converts differential equations in time domain to algebraic equations in s-domain. Steps: 1) Take Laplace transform of both sides, 2) Solve algebraic equation for F(s), 3) Use partial fraction expansion, 4) Take inverse Laplace transform to get time-domain solution.
Master Laplace transforms with Toolivaa's free Laplace Transform Calculator, and explore more engineering tools in our Engineering Math Calculators collection.