DIFFERENTIAL EQUATIONS • LAPLACE TRANSFORMS

Linearity and Shifting Theorems

Unlock powerful shortcuts that transform complex differential equations into simple algebra.

Historical Context & Motivation

Solving differential equations by hand can be painfully difficult, especially when the equations involve exponential forcing functions or sudden inputs. For centuries, mathematicians searched for tools that could convert these complicated problems into simpler ones. The Laplace transform became that tool — and two of its most useful properties, the linearity property and the shifting theorems, give us powerful shortcuts for handling a wide variety of functions.

1737
Euler's Early Integrals
Leonhard Euler studied integral transforms of the form ∫e−stf(t)dt, laying groundwork for the transform technique without naming it.
1782
Laplace Formalizes the Transform
Pierre-Simon Laplace introduced the integral transform in his work on probability theory and celestial mechanics, providing a systematic method to convert functions of time into functions of a complex variable s.
1892
Heaviside's Operational Calculus
Oliver Heaviside developed operational methods for solving circuits and telegraph equations, using shifting and linearity ideas intuitively — even before they were rigorously proven.
1937
Modern Engineering Adoption
Gustav Doetsch published a comprehensive textbook that standardized the Laplace transform and its theorems, making them a core tool for engineers and physicists worldwide.

The central question these mathematicians faced was: how can we break apart complicated expressions and handle exponential shifts without starting from scratch each time? The linearity and shifting theorems answer that question directly, giving us a set of rules that make the Laplace transform truly practical.

Core Principles & Definitions

Before diving into the theorems, let's recall the basic idea. The Laplace transform takes a function f(t) defined for t ≥ 0 and converts it into a new function F(s) in the "s-domain." This conversion turns differentiation into multiplication and makes solving differential equations much more like solving algebra problems. The three key properties we study here — linearity, the first shifting theorem, and the second shifting theorem — are the backbone of working efficiently with Laplace transforms.

1

Linearity Property

The Laplace transform of a sum equals the sum of the Laplace transforms, and constants can be pulled out freely. This lets you break apart complex expressions into manageable pieces.
2

First Shifting Theorem (s-Shifting)

Multiplying f(t) by eat in the time domain corresponds to replacing s with (s − a) in the s-domain. Think of it as sliding the transform along the s-axis.
3

Second Shifting Theorem (t-Shifting)

Delaying a function by a time c in the t-domain corresponds to multiplying its transform by e−cs. This handles sudden switches or inputs that turn on at a later time.
4

Unit Step Function u(t − c)

The Heaviside step function equals 0 for t < c and 1 for t ≥ c. It acts like a switch, and it is essential for applying the second shifting theorem correctly.
KEY TAKEAWAY
Think of the Laplace transform like a language translator. Linearity says you can translate a sentence word-by-word and reassemble it. The first shifting theorem is like adding an accent to every word — it changes the style but not the structure. The second shifting theorem is like hitting pause on a recording and starting it again later — same message, just delayed.

Visual Explanation

How Shifting Works: Time Domain vs. s-Domain

The left panel shows two functions in the time domain: the original f(t) (solid cyan) and the exponentially modified e^(at)·f(t) (dashed violet). The right panel shows their Laplace transforms: multiplying by eat shifts the entire curve to the right by a units along the s-axis.

This diagram captures the essence of the first shifting theorem. On the left, you can see how multiplying a function f(t) by the exponential eat changes its shape in the time domain — the exponential either amplifies or dampens the original function. On the right side, the Laplace transform shows a beautifully simple result: the shape of F(s) doesn't change at all. It simply slides horizontally by a units. This is why the theorem is called "s-shifting" — it shifts the variable s in the transform.

Mathematical Framework

Now let's state the three properties precisely, with their mathematical formulas. Remember that the Laplace transform of f(t) is written as ℒ{f(t)} = F(s), which is defined by the integral from 0 to ∞ of e−stf(t) dt. Each theorem below builds on this definition.

LINEARITY PROPERTY
ℒ{ a·f(t) + b·g(t) } = a·F(s) + b·G(s)
Where a and b are constants, F(s) = ℒ{f(t)}, and G(s) = ℒ{g(t)}. You can split sums and pull out constants — just like distributing in algebra.
FIRST SHIFTING THEOREM (s-SHIFTING)
ℒ{ e^(at) · f(t) } = F(s − a)
Where a is a real constant. Multiplying f(t) by eat replaces every s in F(s) with (s − a). The transform is shifted along the s-axis.
SECOND SHIFTING THEOREM (t-SHIFTING)
ℒ{ f(t − c) · u(t − c) } = e^(−cs) · F(s)
Where c ≥ 0 is the time delay and u(t − c) is the Heaviside step function (equals 0 for t < c, equals 1 for t ≥ c). Delaying a function by c units in time multiplies its transform by e−cs.
⚠️ Watch the Direction!
The two shifting theorems shift in opposite "domains." The first theorem starts with multiplication by eat in the t-domain and produces a shift in s. The second theorem starts with a shift (delay) in t and produces multiplication by e−cs in the s-domain. Keeping this symmetry in mind prevents mix-ups.

Detailed Breakdown with Common Transforms

To use the shifting theorems effectively, you need a short table of basic Laplace transforms that you can shift. The table below lists the most common transforms. Once you know these, applying the first shifting theorem is as simple as replacing s with (s − a) in any formula, and applying the second shifting theorem means multiplying the result by e−cs.

Common Laplace transforms and their s-shifted versions
f(t)F(s) = ℒ{f(t)}With s-Shift: ℒ{e^(at)·f(t)}
11/s1/(s − a)
t1/s²1/(s − a)²
tⁿn!/sn+1n!/(s − a)n+1
sin(bt)b/(s² + b²)b/((s−a)² + b²)
cos(bt)s/(s² + b²)(s−a)/((s−a)² + b²)
The top-left panel shows the original function f(t) starting at t = 0. The top-right panel shows the same function delayed by c time units using the Heaviside step function u(t − c): it outputs zero before time c and then follows f(t − c). The bottom box shows the result in the s-domain: the delay turns into multiplication by e−cs.

Notice the pattern in both diagrams. The first shifting theorem pairs an exponential in t with a shift in s. The second shifting theorem pairs a delay in t with an exponential in s. These two theorems are like mirror images of each other, and recognizing this symmetry will help you remember which formula to use.

Worked Example

Example: Find ℒ{ 3e²ᵗsin(5t) + 7t² }

This example uses both linearity and the first shifting theorem. We will break the expression into parts, find each Laplace transform separately, and then combine the results.

Finding ℒ{ 3e²ᵗsin(5t) + 7t² }
1
Step 1 — Apply LinearityUsing the linearity property, we split the sum and pull out the constants: ℒ{ 3e2tsin(5t) + 7t² } = 3·ℒ{ e2tsin(5t) } + 7·ℒ{ t² }. Now we handle each piece on its own.
3·ℒ{ e2tsin(5t) } + 7·ℒ{ t² }
2
Step 2 — Transform the Second TermFrom the standard table, ℒ{tn} = n!/sn+1. With n = 2, we get ℒ{t²} = 2!/s³ = 2/s³.
ℒ{t²} = 2/s³
3
Step 3 — Apply the First Shifting Theorem to the First TermWe recognize e2tsin(5t) as a product of eat and f(t), where a = 2 and f(t) = sin(5t). From the table, ℒ{sin(5t)} = 5/(s² + 25). By the first shifting theorem, we replace s with (s − 2): ℒ{e2tsin(5t)} = 5/((s − 2)² + 25).
ℒ{e2tsin(5t)} = 5/((s − 2)² + 25)
4
Step 4 — Combine Using LinearityPutting it all together: ℒ{ 3e2tsin(5t) + 7t² } = 3 × 5/((s − 2)² + 25) + 7 × 2/s³.
15/((s − 2)² + 25) + 14/s³
💡 Strategy Recap
Notice the workflow: (1) use linearity to split and factor, (2) look up each basic transform in the table, (3) use shifting when you see an exponential multiplier. This three-step pattern works for most Laplace transform problems.

Strengths, Limitations & Comparisons

The linearity and shifting theorems are incredibly useful, but they don't cover every situation you'll encounter. It helps to understand when these tools shine and when you might need a different approach.

Strengths and limitations of the linearity and shifting theorems
AspectStrengthLimitation
LinearityBreaks complex sums into simpler pieces; works with any number of terms.Does not help with products of functions (e.g., t·sin(t) requires a different theorem — the derivative of a transform).
First Shifting (s-Shift)Handles exponential modifiers effortlessly; just replace s with (s − a).Only applies when the multiplier is e^(at) — other multipliers like t or t² need different techniques.
Second Shifting (t-Shift)Models time-delayed and piecewise inputs naturally using the step function.Requires rewriting functions in the specific form f(t − c)·u(t − c) before applying, which can be tricky.
Combined UseTogether, these theorems handle a large class of engineering and physics problems with exponential and delayed inputs.Nonlinear equations and variable-coefficient equations usually require additional tools beyond these three properties.
KEY TAKEAWAY
Think of these theorems as tools in a toolbox. Linearity is like a saw that cuts a problem into pieces. The shifting theorems are like adjustable wrenches — they adapt known transforms to new situations by shifting in s or t. You don't need one super-tool; you combine several to get the job done.

Connection to Advanced Theory

The linearity and shifting theorems are your first steps into a broader landscape of Laplace transform properties. As you progress in differential equations and engineering courses, you'll encounter additional theorems that extend these ideas. The table below compares what you've learned with some of these advanced techniques.

How the current theorems connect to advanced Laplace transform techniques
What You Know NowWhat Comes NextConnection
Linearity: split sums and pull out constantsConvolution theorem: ℒ{f * g} = F(s)·G(s)Where linearity handles sums, convolution handles products of transforms — it converts multiplication in the s-domain to an integral operation in the t-domain.
First shifting theorem: e^(at)·f(t) shifts sDifferentiation of transforms: ℒ{tⁿ·f(t)} = (−1)ⁿ·F⁽ⁿ⁾(s)While e^(at) causes a shift, multiplying by t corresponds to differentiating F(s) with respect to s — another way to modify the transform.
Second shifting theorem: delay in t multiplies by e^(−cs)Periodic functions: transforms using the period formulaThe second shifting theorem handles a single delay; for functions that repeat periodically, there's a compact formula that uses the integral over just one period.

The big picture is that the Laplace transform has a rich collection of operational rules — and every rule converts some operation in the time domain (like multiplying, shifting, differentiating, or integrating) into a simpler algebraic operation in the s-domain. The linearity and shifting theorems you've learned here are the foundation, and mastering them will make the more advanced properties much easier to absorb.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the linearity property of the Laplace transform is useful. What would happen if the Laplace transform were not linear — how would that change the way we solve differential equations?
PROBLEM 2BASIC CALCULATION
Find ℒ{ 4e3t }. Use the first shifting theorem and the fact that ℒ{1} = 1/s.
PROBLEM 3INTERMEDIATE
Find the Laplace transform of f(t) = e−2tcos(4t) + 5t³. Show each step and state which property you are using.
PROBLEM 4APPLIED
A voltage source V(t) in an electrical circuit is described by V(t) = 10·u(t − 3), meaning 0 volts until t = 3 seconds, and then 10 volts from that point on. Find the Laplace transform of V(t) using the second shifting theorem.
PROBLEM 5CRITICAL THINKING
Consider the function g(t) = e5t·sin(2t)·u(t − 1). This function combines an exponential multiplier, a sinusoidal function, and a time delay. Describe a strategy for finding ℒ{g(t)}, and explain which theorems you would apply and in what order. You do not need to compute the final answer, but clearly justify your approach.

Lesson Summary

The linearity property of the Laplace transform states that ℒ{af(t) + bg(t)} = aF(s) + bG(s), allowing you to break sums apart and factor out constants — just like distributing in algebra. The first shifting theorem (s-shifting) says that multiplying f(t) by eat replaces s with (s − a) in the transform: ℒ{eatf(t)} = F(s − a). The second shifting theorem (t-shifting) says that delaying a function by c time units multiplies its transform by e−cs: ℒ{f(t − c)·u(t − c)} = e−cs·F(s), where u(t − c) is the Heaviside step function.

Together, these three properties form the essential toolkit for working with Laplace transforms. The typical workflow is: use linearity to decompose, look up basic transforms from a table, and apply the appropriate shifting theorem whenever an exponential multiplier or a time delay appears. Mastering these rules prepares you for more advanced topics like the convolution theorem and the application of Laplace transforms to solve real-world initial value problems in engineering and physics.

Varsity Tutors • Differential Equations • Linearity and Shifting Theorems