Laplace of a Derivative
Turn derivatives into algebra with the L{f'} and L{f''} rules, worked step by step
The Derivative Rules
The reason the Laplace transform is worth learning is that it converts differentiation into multiplication by :
and in general
The hypotheses matter: must be continuous on , piecewise continuous, and both of exponential order. If jumps at , the rule needs and an extra term.
The boundary values are not optional decoration โ they arise from integrating by parts, and they are exactly how initial conditions enter a differential equation.
A related but different property runs the other way:
How to Use Them
Transforming an equation
- Write .
- Replace with and with .
- Transform the right-hand side from the table.
- Solve the resulting algebraic equation for .
- Invert to get .
The whole point is step 4: a differential equation becomes a linear equation.
Useful transforms for the right-hand side
| constant | |
Checking a rule
Any derivative rule can be verified two ways: transform directly from the table, and separately compute . They must agree โ Example 1 below does exactly that.
Common Mistakes to Avoid
- Dropping the initial values: is wrong; the term is what carries the initial condition.
- Wrong coefficients in the second-derivative rule: it is . The multiplies , never .
- Confusing with : the first differentiates in time, the second in , and the second corresponds to multiplying by .
- Transforming a constant to itself: , not . Only equals a constant.
- Applying the rule to a discontinuous : with a jump at the derivative includes a delta and the plain formula fails.
Examples
Frequently Asked Questions
L{f'(t)} = sF(s) - f(0). Differentiation in time becomes multiplication by s in the transform domain, minus the initial value. The rule comes from integrating the defining integral by parts, which is where the boundary term f(0) originates.
L{f''(t)} = s^2 F(s) - s f(0) - f'(0). Applying the first-derivative rule twice produces both initial values, with f(0) picking up a factor of s and f'(0) standing alone.
For a constant c it is c/s, valid for s > 0, which follows from linearity and L{1} = 1/s. The transform of the constant 0 is 0. Note that a constant does not transform to itself โ only the Dirac delta has transform equal to 1.
Because the derivative rules consume them: y(0) and y'(0) appear directly in the transformed equation. That is an advantage, not a cost โ solving for Y(s) and inverting gives the particular solution straight away, with no general solution and no constants to pin down afterwards.
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving