DIFFERENTIAL EQUATIONS • LAPLACE TRANSFORMS

Laplace of Derivatives — Laplace Transform of Derivatives

Turn calculus problems into algebra by transforming derivatives into simple polynomial expressions.

Historical Context & Motivation

📌 Advanced/Enrichment Topic — Prerequisite Note
This lesson covers the Laplace transform of derivatives, a topic from college-level Differential Equations typically studied in the first or second year of university. It goes beyond the scope of standard high school curricula (including AP Calculus AB and BC) and is best suited for advanced, dual-enrollment, or enrichment contexts. To engage meaningfully with the material, students should already be comfortable with all of the following: integration by parts, improper integrals, exponential functions and their derivatives, and basic first- and second-order differential equations. Students who have not yet taken AP Calculus BC or an equivalent course may find it helpful to build those foundations first.

Differential equations describe everything from the swing of a pendulum to the flow of electricity through a circuit. For centuries, mathematicians searched for systematic ways to solve these equations without relying on clever guesswork. The Laplace transform emerged as one of the most powerful tools in that quest. By converting a differential equation into an algebraic equation, it lets you solve problems using multiplication and division instead of derivatives and integrals.

The key breakthrough was figuring out what happens when you take the Laplace transform of a derivative. This single idea is what makes the Laplace transform useful for solving differential equations. Without it, the transform would just be a mathematical curiosity — interesting but not especially practical.

1737
Euler's Integral Methods
Leonhard Euler experimented with integral transforms similar to the Laplace transform, laying groundwork for converting functions between different mathematical domains.
1782
Laplace Publishes the Transform
Pierre-Simon Laplace formally introduced his integral transform in his work on probability theory, providing a systematic way to handle complex differential equations.
1835
Derivative Property Explored
Mathematicians discovered that the Laplace transform converts derivatives into algebraic expressions involving the variable s, making differential equations solvable with algebra.
1899
Heaviside's Engineering Applications
Oliver Heaviside popularized operational calculus methods closely related to Laplace transforms for solving electrical circuit problems, bringing the technique into engineering.
1937
Modern Standard Tool
Gustav Doetsch published a comprehensive textbook on Laplace transforms, establishing the methods used in modern engineering and physics courses worldwide.

The central question this lesson addresses is: What happens when you take the Laplace transform of a derivative? The answer turns out to be beautifully simple: a derivative in the time domain becomes multiplication by s in the Laplace domain. This single fact is the engine that powers the entire Laplace method for solving differential equations.

Core Principles & Definitions

🎓 Prerequisites for This Section
Before working through this section, make sure you are comfortable with the following prerequisite concepts: (1) Evaluating definite and improper integrals (∫₀^∞). (2) Integration by parts (∫u dv = uv − ∫v du). (3) Properties of exponential functions, including the fact that e⁻ˢᵗ → 0 as t → ∞ when s > 0. (4) Basic familiarity with differential equations and what an initial condition means. These ideas are typically covered in AP Calculus BC or a first-semester college calculus course.

Before diving into the Laplace transform of derivatives, let's make sure we understand the building blocks. 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." Think of it as translating a sentence from one language to another — the meaning stays the same, but the form changes to something easier to work with.

1

The Laplace Transform Definition

The Laplace transform of f(t) is defined as ℒ{f(t)} = F(s) = ∫₀^∞ e⁻ˢᵗ f(t) dt. It converts a time-domain function into an s-domain function. This integral requires familiarity with improper integrals from calculus.
2

Derivatives Become Algebra

The Laplace transform of f′(t) equals s·F(s) − f(0). Differentiation in the t-world becomes multiplication by s in the s-world, minus an initial condition. This result is derived using integration by parts.
3

Initial Conditions Built In

Unlike other solution methods, the Laplace transform automatically incorporates initial conditions (like f(0) and f′(0)) into the algebraic equation from the start.
4

Higher-Order Derivatives

For second derivatives: ℒ{f″(t)} = s²F(s) − s·f(0) − f′(0). Each derivative order adds another power of s and another initial condition term.
5

Linearity Property

The Laplace transform is linear: ℒ{a·f(t) + b·g(t)} = a·F(s) + b·G(s). This means you can transform each term of an equation separately and add the results.
KEY TAKEAWAY
Think of the Laplace transform like a language translator for math. Suppose you have a difficult word problem in French. Instead of solving it in French, you translate it to English (your stronger language), solve it, and translate the answer back. The Laplace transform translates a hard calculus problem into an easier algebra problem. You solve it with algebra, then use the inverse Laplace transform to translate the answer back.

Visual Explanation

The following diagram illustrates the fundamental workflow of solving a differential equation using the Laplace transform of derivatives. Notice how the process forms a loop: you start in the time domain, transform to the s-domain, solve with algebra, and then transform back.

The Laplace transform workflow: start with a differential equation (blue box), apply the Laplace transform to convert derivatives to algebra (violet box), solve the algebra (pink box), and use the inverse Laplace transform to get your final answer (green box). The dashed box highlights the key derivative property that makes this entire process possible.

In the diagram above, notice how the top-left box contains a differential equation — an equation with derivatives that's hard to solve directly. After applying the Laplace transform (the cyan arrow), the derivatives disappear and you get a simple algebraic equation in the s-domain. You solve that using algebra techniques you already know, such as partial fractions, and then translate back to the time domain using the inverse Laplace transform. The entire method hinges on the derivative property shown in the dashed box.

Mathematical Framework

Now let's look at the precise mathematical formulas. We'll start with the first derivative and then extend to higher orders. Each formula follows a clear pattern that you can generalize.

LAPLACE TRANSFORM OF FIRST DERIVATIVE
ℒ{f′(t)} = s · F(s) − f(0)
Where f′(t) is the derivative of f(t), F(s) = ℒ{f(t)} is the Laplace transform of the original function, s is the Laplace variable, and f(0) is the value of f at t = 0 (the initial condition).

This formula comes from applying integration by parts to the Laplace transform integral. When you integrate ∫₀^∞ e⁻ˢᵗ f′(t) dt, you let u = e⁻ˢᵗ and dv = f′(t) dt. The boundary term at t = 0 produces the −f(0), and the remaining integral produces s · F(s). The key insight is that taking a derivative in the time domain is equivalent to multiplying by s in the Laplace domain, with a correction for the initial value.

LAPLACE TRANSFORM OF SECOND DERIVATIVE
ℒ{f″(t)} = s² · F(s) − s · f(0) − f′(0)
Where f″(t) is the second derivative, f(0) is the initial position/value, and f′(0) is the initial velocity/rate of change.
GENERAL FORMULA FOR n-TH DERIVATIVE
ℒ{f⁽ⁿ⁾(t)} = sⁿ · F(s) − sⁿ⁻¹f(0) − sⁿ⁻²f′(0) − ... − f⁽ⁿ⁻¹⁾(0)
For the n-th derivative, you get sⁿ multiplied by F(s), minus a sum of terms involving decreasing powers of s multiplied by successive initial conditions f(0), f′(0), f″(0), and so on, up to f⁽ⁿ⁻¹⁾(0).
💡 Pattern to Remember
Each time you go up one derivative order, you multiply by one more factor of s and add one more initial condition term. First derivative: s¹ and f(0). Second derivative: s² and both f(0) and f′(0). Third derivative: s³ and f(0), f′(0), and f″(0). The powers of s in the subtracted terms always count down from sⁿ⁻¹ to s⁰.

Detailed Breakdown — How the Pieces Fit Together

Let's see exactly how each piece of the derivative formula works and how the formulas for different derivative orders relate to one another. The diagram below shows the structure visually, and the table that follows provides a quick-reference summary.

The Laplace transform of derivatives for orders 1, 2, and 3. Notice how each row adds one more term. The power of s on F(s) matches the derivative order, and the subtracted terms count down in powers of s from sⁿ⁻¹ to s⁰.
Laplace transform of derivatives — summary by order
Derivative OrderTime DomainLaplace DomainInitial Conditions Needed
0 (no derivative)f(t)F(s)None
1stf′(t)sF(s) − f(0)f(0)
2ndf″(t)s²F(s) − sf(0) − f′(0)f(0), f′(0)
3rdf‴(t)s³F(s) − s²f(0) − sf′(0) − f″(0)f(0), f′(0), f″(0)

The table confirms the pattern: an n-th order derivative requires exactly n initial conditions, and the leading term is always sⁿ · F(s). This is why initial conditions are built directly into the transform — you never need a separate step to incorporate them, unlike many other solution methods.

Worked Example

Let's solve a complete initial value problem using the Laplace transform of derivatives. We'll work through every step so you can see the full process from start to finish.

Solve: y′ + 2y = 0, with y(0) = 3
1
Step 1 — Apply the Laplace Transform to Both SidesTake the Laplace transform of the entire equation: ℒ{y′ + 2y} = ℒ{0}. By the linearity property, this becomes ℒ{y′} + 2·ℒ{y} = 0.
ℒ{y′} + 2Y(s) = 0
2
Step 2 — Substitute the Derivative FormulaUse the first derivative formula: ℒ{y′} = sY(s) − y(0). We know y(0) = 3, so ℒ{y′} = sY(s) − 3. Substitute this into our equation.
[sY(s) − 3] + 2Y(s) = 0
3
Step 3 — Solve for Y(s) Using AlgebraCombine like terms: sY(s) + 2Y(s) − 3 = 0. Factor out Y(s): (s + 2)Y(s) = 3. Divide both sides by (s + 2).
Y(s) = 3 / (s + 2)
4
Step 4 — Apply the Inverse Laplace TransformNow use the inverse Laplace transform to convert back to the time domain. From a standard Laplace transform table, ℒ⁻¹{a/(s + b)} = a·e⁻ᵇᵗ. Here a = 3 and b = 2.
y(t) = 3e⁻²ᵗ
5
Step 5 — Verify the SolutionCheck: y′(t) = −6e⁻²ᵗ. Then y′ + 2y = −6e⁻²ᵗ + 2(3e⁻²ᵗ) = −6e⁻²ᵗ + 6e⁻²ᵗ = 0 ✓. Also, y(0) = 3e⁰ = 3 ✓. Our solution is correct!
Solution verified: y(t) = 3e⁻²ᵗ satisfies both the equation and the initial condition.
🔑 Notice the Process
The derivative y′ turned into sY(s) − 3 (Step 2). This converted the differential equation into a simple algebra equation (Step 3). That's the entire power of the Laplace transform: derivatives become multiplication, and initial conditions plug in automatically.

Strengths, Limitations & Comparisons

The Laplace transform method isn't the only way to solve differential equations. How does it compare to other approaches you might encounter? Let's weigh the strengths and limitations.

Comparison of differential equation solution methods
MethodStrengthsLimitations
Laplace TransformHandles initial conditions automatically; works well with discontinuous forcing functions and piecewise inputs; converts DEs to algebra.Requires knowledge of transform tables; inverse transforms can be complex; mainly for linear equations with constant coefficients.
Direct IntegrationSimple and intuitive for separable or first-order equations; no tables needed.Doesn't work for many higher-order equations; initial conditions applied after solving, not during.
Characteristic EquationQuick for homogeneous constant-coefficient equations; clear connection between roots and solution form.Only works for constant-coefficient linear DEs; initial conditions require a separate step; struggles with forcing functions.
WHEN TO USE THE LAPLACE METHOD
Think of the Laplace transform like a GPS navigation system. You could navigate by looking at road signs one at a time (direct methods), but the GPS recalculates your entire route automatically. Similarly, the Laplace transform is most valuable when you have initial value problems (especially higher-order ones) or when external forces act on the system. For simple first-order separable equations, direct methods may be faster.

Connection to Advanced Theory

The Laplace transform of derivatives is your entry point into a much larger world. Once you're comfortable with this concept, you'll encounter more powerful ideas that build directly on it. Here's how today's lesson connects to what comes next.

From today's lesson to advanced applications
What You Learned TodayWhere It Leads
ℒ{f′(t)} = sF(s) − f(0)Transfer functions in control theory, where H(s) = Output(s)/Input(s) describes how systems respond to signals.
Solving linear constant-coefficient DEsSystems of differential equations using matrix Laplace transforms, essential in electrical engineering and robotics.
Initial conditions built into the transformConvolution theorem and the unit step function, which handle time-delayed and piecewise forces on a system.
The s-domain as an algebraic workspaceFrequency-domain analysis (Fourier transforms), used in signal processing, audio engineering, and image compression.

In college-level courses, you'll see how the Laplace transform is closely related to the Fourier transform, which analyzes the frequency content of signals. In fact, the Fourier transform is a special case of the Laplace transform where s is purely imaginary. Engineers use these tools every day to design everything from smartphone circuits to spacecraft control systems. The derivative property you learned today is the foundation for all of it.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why the Laplace transform of a derivative includes the term −f(0). What role does this term play in solving differential equations?
PROBLEM 2BASIC CALCULATION
Given that ℒ{f(t)} = F(s) = 4/(s + 5) and f(0) = 4, find ℒ{f′(t)}.
PROBLEM 3INTERMEDIATE
Use the Laplace transform to solve the initial value problem: y′ − 5y = 0, y(0) = 2.
PROBLEM 4APPLIED
A capacitor in an RC circuit discharges according to the equation: y″ + 5y′ + 6y = 0, with y(0) = 1 and y′(0) = 0. Use Laplace transforms to find Y(s). (You do not need to find the inverse transform.)
PROBLEM 5CRITICAL THINKING
Consider the Laplace transform formula for the second derivative: ℒ{f″(t)} = s²F(s) − sf(0) − f′(0). Show how you can derive this formula by applying the first derivative formula ℒ{g′(t)} = sG(s) − g(0) twice. (Hint: Let g(t) = f′(t), so g′(t) = f″(t).)

Lesson Summary

The Laplace transform of derivatives is the key property that makes the Laplace transform useful for solving differential equations. The first derivative formula states that ℒ{f′(t)} = sF(s) − f(0), converting a derivative into multiplication by s minus the initial condition. The second derivative formula extends this pattern: ℒ{f″(t)} = s²F(s) − sf(0) − f′(0), adding one more power of s and one more initial condition for each derivative order.

The overall strategy is to transform the differential equation into an algebraic equation in the s-domain, solve for Y(s) using algebra, and then apply the inverse Laplace transform to recover y(t). Initial conditions are built in automatically — no extra steps needed. This method is especially powerful for initial value problems with constant coefficients and provides the foundation for advanced applications in engineering, physics, and signal processing. This topic is covered in college-level Differential Equations courses; students who encounter it at the high school level are engaging with advanced or dual-enrollment material that builds on AP Calculus BC concepts.

Varsity Tutors • Differential Equations • Laplace of Derivatives — Laplace Transform of Derivatives