The Laplace Transform: Definition & Properties

Converting Calculus to Algebra

Learning Objectives

  • Define the Laplace transform and understand its domain of validity
  • Compute transforms directly from the definition
  • Use the standard transform table efficiently
  • Apply linearity and the first shifting theorem
  • Solve practical engineering problems using transform techniques

The Laplace transform is like a translator between two languages. In the time domain, we speak calculus (derivatives, integrals). In the s-domain, we speak algebra (polynomials, fractions). This translation makes complex engineering problems tractable. Instead of solving differential equations (hard), we solve algebraic equations (easy), then translate back.

"The shortest path between two truths in the real domain passes through the complex domain." — Jacques Hadamard (1865–1963)
قُلْ هَلْ يَسْتَوِي الَّذِينَ يَعْلَمُونَ وَالَّذِينَ لَا يَعْلَمُونَ
"Say, 'Are those who know equal to those who do not know?'"
— Quran, Surah Az-Zumar 39:9

Theory: Definition and Core Properties

The Laplace Transform Definition

Definition: The Laplace Transform of a function \(f(t)\) defined for \(t \geq 0\) is:

$$\mathcal{L}\{f(t)\} = F(s) = \int_0^{\infty} e^{-st} f(t) \, dt$$

where \(s\) is a complex variable (typically \(s = \sigma + i\omega\)) and the integral converges for \(\text{Re}(s) > \sigma_0\) for some convergence abscissa \(\sigma_0\).

Computing from the Definition

Let's derive the Laplace transforms of some fundamental functions by evaluating the integral directly:

Example: \(f(t) = 1\)

Solution:

$$F(s) = \int_0^{\infty} e^{-st} \cdot 1 \, dt = \left[-\frac{e^{-st}}{s}\right]_0^{\infty} = 0 - \left(-\frac{1}{s}\right) = \frac{1}{s}$$

Result: \(\mathcal{L}\{1\} = \dfrac{1}{s}\) for \(s > 0\)

Example: \(f(t) = e^{at}\)

Solution:

$$F(s) = \int_0^{\infty} e^{-st} e^{at} \, dt = \int_0^{\infty} e^{(a-s)t} \, dt = \left[\frac{e^{(a-s)t}}{a-s}\right]_0^{\infty}$$
$$= 0 - \frac{1}{a-s} = \frac{1}{s-a}$$

Result: \(\mathcal{L}\{e^{at}\} = \dfrac{1}{s-a}\) for \(s > a\)

Example: \(f(t) = t^n\) (Power Rule)

Solution: Using integration by parts repeatedly (or the Gamma function):

$$\mathcal{L}\{t^n\} = \int_0^{\infty} e^{-st} t^n \, dt = \frac{n!}{s^{n+1}}$$

Result: \(\mathcal{L}\{t^n\} = \dfrac{n!}{s^{n+1}}\) for \(s > 0\)

In particular: \(\mathcal{L}\{t\} = \dfrac{1}{s^2}\), \(\mathcal{L}\{t^2\} = \dfrac{2}{s^3}\), \(\mathcal{L}\{t^3\} = \dfrac{6}{s^4}\)

Example: \(f(t) = \sin(bt)\)

Solution: Using the identity \(\sin(bt) = \dfrac{e^{ibt} - e^{-ibt}}{2i}\):

$$\mathcal{L}\{\sin(bt)\} = \int_0^{\infty} e^{-st} \sin(bt) \, dt$$
$$= \text{(using integration by parts twice)} = \frac{b}{s^2 + b^2}$$

Result: \(\mathcal{L}\{\sin(bt)\} = \dfrac{b}{s^2 + b^2}\) for \(s > 0\)

Linearity Property

Linearity: The Laplace transform is a linear operator. If \(\mathcal{L}\{f(t)\} = F(s)\) and \(\mathcal{L}\{g(t)\} = G(s)\), then:

$$\mathcal{L}\{c_1 f(t) + c_2 g(t)\} = c_1 F(s) + c_2 G(s)$$

for any constants \(c_1, c_2\).

First Shifting Theorem (s-Shifting)

First Shifting Theorem: If \(\mathcal{L}\{f(t)\} = F(s)\), then:

$$\mathcal{L}\{e^{at} f(t)\} = F(s - a)$$

provided the transform of \(f(t)\) exists for \(s > c\); the transform of \(e^{at}f(t)\) exists for \(s > c + a\).

Engineering Insight

Key idea: Multiplying by \(e^{at}\) in the time domain corresponds to shifting the transform by \(a\) in the s-domain. This is why damped oscillations like \(e^{at}\sin(bt)\) are easy to handle — just shift the \(\sin(bt)\) transform by \(a\)!

Example: Since \(\sin(bt) \to \dfrac{b}{s^2+b^2}\), we have \(e^{at}\sin(bt) \to \dfrac{b}{(s-a)^2+b^2}\).

Existence Conditions

When Does the Laplace Transform Exist?

The Laplace transform exists when \(f(t)\) is piecewise continuous on \([0, \infty)\) and of exponential order. This means there exist constants \(M > 0\), \(c\), and \(T\) such that:

$$|f(t)| \leq M e^{ct} \quad \text{for all } t \geq T$$

Most functions encountered in engineering satisfy these conditions. The Laplace transform typically exists for \(\text{Re}(s) > c\).


Standard Laplace Transform Table

The following table contains the most commonly used Laplace transform pairs. Rather than deriving each from scratch, these can be looked up and combined using linearity and shifting properties.

\(f(t)\) \(F(s) = \mathcal{L}\{f(t)\}\) Condition
1 \(\dfrac{1}{s}\) \(s > 0\)
\(t\) \(\dfrac{1}{s^2}\) \(s > 0\)
\(t^n\) \(\dfrac{n!}{s^{n+1}}\) \(s > 0\)
\(e^{at}\) \(\dfrac{1}{s-a}\) \(s > a\)
\(\sin(bt)\) \(\dfrac{b}{s^2 + b^2}\) \(s > 0\)
\(\cos(bt)\) \(\dfrac{s}{s^2 + b^2}\) \(s > 0\)
\(e^{at}\sin(bt)\) \(\dfrac{b}{(s-a)^2 + b^2}\) \(s > a\)
\(e^{at}\cos(bt)\) \(\dfrac{s-a}{(s-a)^2 + b^2}\) \(s > a\)
\(t^n e^{at}\) \(\dfrac{n!}{(s-a)^{n+1}}\) \(s > a\)
\(\sinh(bt)\) \(\dfrac{b}{s^2 - b^2}\) \(s > |b|\)
\(\cosh(bt)\) \(\dfrac{s}{s^2 - b^2}\) \(s > |b|\)
\(t\sin(bt)\) \(\dfrac{2bs}{(s^2 + b^2)^2}\) \(s > 0\)
\(t\cos(bt)\) \(\dfrac{s^2 - b^2}{(s^2 + b^2)^2}\) \(s > 0\)
\(u(t - \tau)\) \(\dfrac{e^{-\tau s}}{s}\) \(s > 0\)
\(\delta(t)\) \(1\) All \(s\)
\(f'(t)\) \(sF(s) - f(0)\)
\(f''(t)\) \(s^2F(s) - sf(0) - f'(0)\)

Worked Examples

Here are eight detailed examples demonstrating the use of the definition, linearity, and shifting properties.

Solution: Use linearity to split the transform of the sum:

$$\mathcal{L}\{5t^2 - 3e^{2t} + 4\sin(3t)\} = 5\mathcal{L}\{t^2\} - 3\mathcal{L}\{e^{2t}\} + 4\mathcal{L}\{\sin(3t)\}$$

From the table:

  • \(\mathcal{L}\{t^2\} = \dfrac{2!}{s^3} = \dfrac{2}{s^3}\)
  • \(\mathcal{L}\{e^{2t}\} = \dfrac{1}{s-2}\)
  • \(\mathcal{L}\{\sin(3t)\} = \dfrac{3}{s^2 + 9}\)
$$= 5 \cdot \frac{2}{s^3} - 3 \cdot \frac{1}{s-2} + 4 \cdot \frac{3}{s^2+9}$$
$$= \frac{10}{s^3} - \frac{3}{s-2} + \frac{12}{s^2+9}$$

Answer: \(F(s) = \dfrac{10}{s^3} - \dfrac{3}{s-2} + \dfrac{12}{s^2+9}\) for \(s > 2\)

Solution: Use the First Shifting Theorem. First, find the transform of \(\cos(2t)\):

$$\mathcal{L}\{\cos(2t)\} = \frac{s}{s^2 + 4}$$

Now apply the shifting theorem with \(a = 3\): replace \(s\) with \((s-3)\):

$$\mathcal{L}\{e^{3t}\cos(2t)\} = \frac{s-3}{(s-3)^2 + 4}$$

Expand the denominator:

$$(s-3)^2 + 4 = s^2 - 6s + 9 + 4 = s^2 - 6s + 13$$

Answer: \(F(s) = \dfrac{s-3}{s^2 - 6s + 13}\) for \(s > 3\)

Solution: Use the table formula for \(t^n e^{at}\) with \(n = 3\) and \(a = -2\):

$$\mathcal{L}\{t^n e^{at}\} = \frac{n!}{(s-a)^{n+1}}$$
$$\mathcal{L}\{t^3 e^{-2t}\} = \frac{3!}{(s-(-2))^{3+1}} = \frac{6}{(s+2)^4}$$

Answer: \(F(s) = \dfrac{6}{(s+2)^4}\) for \(s > -2\)

Solution: Expand the square and use linearity:

$$(t+1)^2 = t^2 + 2t + 1$$
$$\mathcal{L}\{(t+1)^2\} = \mathcal{L}\{t^2\} + 2\mathcal{L}\{t\} + \mathcal{L}\{1\}$$

From the table:

  • \(\mathcal{L}\{t^2\} = \dfrac{2}{s^3}\)
  • \(\mathcal{L}\{t\} = \dfrac{1}{s^2}\)
  • \(\mathcal{L}\{1\} = \dfrac{1}{s}\)
$$= \frac{2}{s^3} + \frac{2}{s^2} + \frac{1}{s}$$

Combine over a common denominator \(s^3\):

$$= \frac{2 + 2s + s^2}{s^3} = \frac{s^2 + 2s + 2}{s^3}$$

Answer: \(F(s) = \dfrac{s^2 + 2s + 2}{s^3}\) for \(s > 0\)

Solution: First, recall the transform of \(\sin(4t)\):

$$\mathcal{L}\{\sin(4t)\} = \frac{4}{s^2 + 16}$$

Apply the First Shifting Theorem with \(a = -1\): replace \(s\) with \((s - (-1)) = s + 1\):

$$\mathcal{L}\{e^{-t}\sin(4t)\} = \frac{4}{(s+1)^2 + 16}$$

Simplify the denominator:

$$(s+1)^2 + 16 = s^2 + 2s + 1 + 16 = s^2 + 2s + 17$$

Answer: \(F(s) = \dfrac{4}{s^2 + 2s + 17}\) for \(s > -1\)

Solution: Use linearity and the hyperbolic transform formulas:

$$\mathcal{L}\{\cosh(3t) + 2\sinh(3t)\} = \mathcal{L}\{\cosh(3t)\} + 2\mathcal{L}\{\sinh(3t)\}$$

From the table:

  • \(\mathcal{L}\{\cosh(3t)\} = \dfrac{s}{s^2 - 9}\)
  • \(\mathcal{L}\{\sinh(3t)\} = \dfrac{3}{s^2 - 9}\)
$$= \frac{s}{s^2 - 9} + 2 \cdot \frac{3}{s^2 - 9} = \frac{s + 6}{s^2 - 9}$$

Factor the denominator if needed: \(s^2 - 9 = (s-3)(s+3)\)

Answer: \(F(s) = \dfrac{s + 6}{s^2 - 9} = \dfrac{s+6}{(s-3)(s+3)}\) for \(s > 3\)

Solution: First, simplify using the trig identity \(\sin(t)\cos(t) = \frac{1}{2}\sin(2t)\):

$$5 + 3t - 2e^{-4t} + \sin(t)\cos(t) = 5 + 3t - 2e^{-4t} + \frac{1}{2}\sin(2t)$$

Now apply linearity:

$$\mathcal{L}\{5\} = \frac{5}{s}, \quad \mathcal{L}\{3t\} = \frac{3}{s^2}, \quad \mathcal{L}\{-2e^{-4t}\} = \frac{-2}{s+4}, \quad \mathcal{L}\{\tfrac{1}{2}\sin(2t)\} = \frac{1}{s^2+4}$$
$$F(s) = \frac{5}{s} + \frac{3}{s^2} - \frac{2}{s+4} + \frac{1}{s^2+4}$$

Answer: \(F(s) = \dfrac{5}{s} + \dfrac{3}{s^2} - \dfrac{2}{s+4} + \dfrac{1}{s^2+4}\) for \(s > 0\)

Solution: First, apply linearity inside the exponential:

$$\mathcal{L}\{e^{2t}(3\cos(t) - 5\sin(t))\} = 3\mathcal{L}\{e^{2t}\cos(t)\} - 5\mathcal{L}\{e^{2t}\sin(t)\}$$

Now use the table formulas for shifted trig functions. With \(a = 2\), \(b = 1\):

$$\mathcal{L}\{e^{2t}\cos(t)\} = \frac{s-2}{(s-2)^2 + 1}$$
$$\mathcal{L}\{e^{2t}\sin(t)\} = \frac{1}{(s-2)^2 + 1}$$
$$F(s) = 3 \cdot \frac{s-2}{(s-2)^2 + 1} - 5 \cdot \frac{1}{(s-2)^2 + 1}$$
$$= \frac{3(s-2) - 5}{(s-2)^2 + 1} = \frac{3s - 6 - 5}{(s-2)^2 + 1} = \frac{3s - 11}{(s-2)^2 + 1}$$

Expand the denominator: \((s-2)^2 + 1 = s^2 - 4s + 4 + 1 = s^2 - 4s + 5\)

Answer: \(F(s) = \dfrac{3s - 11}{s^2 - 4s + 5}\) for \(s > 2\)

📝 Exam-Style Practice Problems

These problems are similar in style and difficulty to past exam questions. Click each problem to reveal the step-by-step solution.

Practice 1: Compute $\mathcal{L}\{t^3 e^{-2t}\}$

Solution

Step 1: Identify the form. We have a polynomial multiplied by an exponential: $\mathcal{L}\{t^n e^{at}\}$.

Step 2: Use the first shifting theorem (multiplication by exponential):

$$\mathcal{L}\{t^n e^{at}\} = \frac{n!}{(s-a)^{n+1}}$$

Step 3: Identify parameters: $n = 3$ and $a = -2$.

Step 4: Substitute:

$$\mathcal{L}\{t^3 e^{-2t}\} = \frac{3!}{(s-(-2))^{3+1}} = \frac{6}{(s+2)^4}$$

Answer: $\boxed{\dfrac{6}{(s+2)^4}}$ for $s > -2$

Practice 2: Compute $\mathcal{L}\{e^{3t}\cos(4t)\}$

Solution

Step 1: Identify the form: exponential times cosine, $\mathcal{L}\{e^{at}\cos(bt)\}$.

Step 2: Use the first shifting theorem for cosine:

$$\mathcal{L}\{e^{at}\cos(bt)\} = \frac{s-a}{(s-a)^2+b^2}$$

Step 3: Identify parameters: $a = 3$ and $b = 4$.

Step 4: Substitute:

$$\mathcal{L}\{e^{3t}\cos(4t)\} = \frac{s-3}{(s-3)^2+16}$$

Step 5: Expand denominator (optional for verification):

$$(s-3)^2 + 16 = s^2 - 6s + 9 + 16 = s^2 - 6s + 25$$

Answer: $\boxed{\dfrac{s-3}{(s-3)^2+16}}$ or $\boxed{\dfrac{s-3}{s^2-6s+25}}$ for $s > 3$

Practice 3: Compute $\mathcal{L}\{f(t)\}$ for a piecewise function

Solution

Find $\mathcal{L}\{f(t)\}$ where $f(t) = \begin{cases} 2t & t < 3 \\ t^2 - 3 & t \geq 3 \end{cases}$

Step 1: Rewrite the piecewise function using the unit step function $u_3(t)$:

$$f(t) = 2t + u_3(t)[(t^2-3) - 2t] = 2t + u_3(t)[t^2-2t-3]$$

Step 2: For the step-shifted term, express $t^2 - 2t - 3$ in terms of $(t-3)$:

$$t^2 - 2t - 3 = (t-3)^2 + 4(t-3)$$

Step 3: Rewrite $f(t)$:

$$f(t) = 2t + u_3(t)[(t-3)^2 + 4(t-3)]$$

Step 4: Apply the Laplace transform:

$$\mathcal{L}\{2t\} = \frac{2}{s^2}$$
$$\mathcal{L}\{u_3(t)(t-3)^2\} = e^{-3s}\mathcal{L}\{t^2\} = e^{-3s} \cdot \frac{2}{s^3}$$
$$\mathcal{L}\{u_3(t) \cdot 4(t-3)\} = 4e^{-3s}\mathcal{L}\{t\} = 4e^{-3s} \cdot \frac{1}{s^2}$$

Step 5: Combine:

$$\mathcal{L}\{f\} = \frac{2}{s^2} + e^{-3s}\left(\frac{2}{s^3} + \frac{4}{s^2}\right)$$

Answer: $\boxed{\dfrac{2}{s^2} + e^{-3s}\left(\dfrac{2}{s^3} + \dfrac{4}{s^2}\right)}$ for $s > 0$

Interactive Visualizer

Select a function and adjust parameters to see how the time-domain function maps to the s-domain transform. Watch how scaling and shifting properties change the transform.

What You're Seeing

Left plot: The function \(f(t)\) in the time domain (0 to 10 seconds).

Right plot: The magnitude of the Laplace transform \(|F(s)|\) in the s-domain (s from 0.1 to 10).

Observation: Notice how changing the parameter shifts peaks and changes the shape. The exponential decay in the time domain creates peaks in the s-domain.

Practice Quiz: Test Your Knowledge

Answer the following 6 questions. Feedback appears after each choice.

Question 1: Linearity Property

Find \(\mathcal{L}\{3t^2 + 2e^{5t}\}\)

Question 2: First Shifting Theorem

Find \(\mathcal{L}\{e^{-3t}\cos(4t)\}\)

Question 3: Existence Conditions

Which condition ensures the Laplace transform of \(f(t)\) exists?

Question 4: Trigonometric Identity

Find \(\mathcal{L}\{\sin(2t)\cos(2t)\}\) (Hint: use \(\sin A \cos A = \frac{1}{2}\sin(2A)\))

Question 5: Shifting Property Application

If \(\mathcal{L}\{f(t)\} = F(s)\), what is \(\mathcal{L}\{e^{-2t}f(t)\}\)?

Question 6: Power Function Transform

Find \(\mathcal{L}\{t^4\}\)