Laplace Transforms
The Laplace Transform is a powerful integral transform used to switch a function from the time domain () to the frequency domain (). It effectively converts linear differential equations involving derivatives into simple algebraic equations involving polynomials, which are easier to solve. Once solved algebraically, the inverse transform returns the solution back to the time domain.
Laplace Transform Definition
The one-sided Laplace transform of a function defined for is:
provided the improper integral converges.
Common Transforms Table
Standard Transforms
| Region of Convergence | ||
|---|---|---|
| () | ||
Properties for Solving IVPs
The main application is solving linear DEs with constant coefficients subject to initial conditions.
Derivative Properties
The Laplace Transform converts differentiation in the time domain into multiplication by in the frequency domain, directly incorporating initial conditions:
- First Derivative:
- Second Derivative:
- Nth Derivative:
Inverse Laplace Transforms & Partial Fractions
After solving algebraically for , it usually appears as a complex rational function . Finding the Inverse Laplace Transform, , almost always requires decomposing this fraction into simpler parts that match the standard table using Partial Fraction Decomposition.
Partial Fraction Decomposition Strategies
Given a rational expression where the degree of polynomial is less than :
- Factor the Denominator: Factor completely into linear factors and irreducible quadratic factors .
- Set up the Decomposition Form:
- For each distinct linear factor , add .
- For repeated linear factors , add .
- For each irreducible quadratic factor , add . Completing the square is usually required after this step to match shifted sine/cosine transforms.
- For repeated irreducible quadratic factors , add .
- Solve for the Unknown Constants (): Multiply both sides by the original denominator to clear fractions. Then, either pick strategic values for to eliminate terms, or expand both sides and equate the coefficients of matching powers of .
- Apply the Inverse Transform: Use the linearity property and the standard table to invert term-by-term.
Step Functions and Dirac Delta
These functions allow us to model discontinuous inputs (like turning a switch on or off) and impulses (like a hammer blow to a mass-spring system).
Unit Step Function u(t-a)
Also known as the Heaviside step function.
Transform:
Shift Property (First Translation Theorem on the t-axis):
Dirac Delta Function
represents an instantaneous, infinitely strong impulse at , such that its integral over all time is 1.
Transform:
Convolution Theorem
The Convolution Theorem allows us to find the inverse Laplace Transform of a product of two functions . The convolution of two functions and is denoted by and defined as an integral.
The Convolution Theorem states that multiplication in the frequency domain is equivalent to convolution in the time domain:
Visualizing Convolution
Visualizing Convolution Integral
The convolution (f * g)(t) = \int_0^t f(\tau)g(t-\tau) d\tau involves flipping g, shifting it by t, multiplying it with f, and integrating the overlapping area.
Current Value of Convolution
(f * g)(2.0) \approx 0.822
Loading chart...
Stationary f(\tau)
Flipped/Shifted g(t-\tau)
Product (Area = Convolution)
Current t
Key Takeaways
- Laplace Transforms convert integral-differential equations (calculus) into algebraic equations. They are exceptionally useful for Initial Value Problems because the initial conditions are baked directly into the derivative properties.
- Linearity: .
- Inverse Transform: Typically relies heavily on Partial Fraction Decomposition and completing the square to manipulate algebraic expressions into recognizable table forms.
- Shift Theorems: Essential for handling exponentials () and step functions ().
- Convolution: Evaluates analytically without needing partial fractions, by computing the integral .