Laplace transform

From Wikibase
Jump to navigation Jump to search

Languages: English · français · Esperanto

The Laplace transform is an integral transform that maps a function f(t), defined for t ≥ 0, to a function F(s) of a new variable s, by the formula

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

For functions of exponential order the integral converges whenever the real part of s is large enough. The transform is named after Pierre-Simon Laplace (1749–1827), who used closely related integral transforms in probability theory in the 1780s; its systematic application to differential equations grew out of the operational calculus developed around the turn of the 20th century.

Linearity and the derivative rule

The Laplace transform is linear: the transform of a linear combination is the same combination of the transforms. Its importance for differential equations rests on the derivative rule, by which differentiation in t becomes multiplication by s, at the price of subtracting the initial value. For the first derivative the rule follows from one integration by parts:

\mathcal{L}\{f'\}=\int_{0}^{\infty}e^{-st}f'(t)\,dt=\bigl[e^{-st}f(t)\bigr]_{0}^{\infty}+s\int_{0}^{\infty}e^{-st}f(t)\,dt=sF(s)-f(0)

Applying the rule twice gives the second-derivative rule, written for the function y(t) of an initial value problem:

\mathcal{L}\{y'\}=sY(s)-y(0),\qquad \mathcal{L}\{y''\}=s^{2}Y(s)-s\,y(0)-y'(0)

The initial values of the problem therefore appear in the transformed equation directly: an initial value problem for y becomes an algebraic equation for Y(s). The final step, recovering y from Y, uses a table of standard transforms; the most common pairs are:

\mathcal{L}\{1\}=\frac{1}{s},\quad \mathcal{L}\{t^{n}\}=\frac{n!}{s^{n+1}},\quad \mathcal{L}\{e^{at}\}=\frac{1}{s-a},\quad \mathcal{L}\{\cos\omega t\}=\frac{s}{s^{2}+\omega^{2}},\quad \mathcal{L}\{\sin\omega t\}=\frac{\omega}{s^{2}+\omega^{2}}

Worked example

Consider the initial value problem

y″ + y = 1, with y(0) = 0 and y′(0) = 0.

Step 1, transform the equation. Apply the derivative rules to each term, using the given initial values:

s^{2}Y(s)+Y(s)=\mathcal{L}\{1\}=\frac{1}{s}\quad\Longrightarrow\quad (s^{2}+1)\,Y(s)=\frac{1}{s}

Step 2, solve for Y(s). The equation gives Y(s) = 1/[s(s² + 1)]. To invert with the table, expand this rational function in partial fractions with undetermined coefficients:

\frac{1}{s(s^{2}+1)}=\frac{A}{s}+\frac{Bs+C}{s^{2}+1}\ \Rightarrow\ A(s^{2}+1)+s(Bs+C)=1\ \Rightarrow\ A=1,\ B=-1,\ C=0

Comparing coefficients gives A = 1, B = −1 and C = 0, hence

Y(s)=\frac{1}{s(s^{2}+1)}=\frac{1}{s}-\frac{s}{s^{2}+1}

Step 3, invert term by term. Using the pairs L{1} = 1/s and L{cos t} = s/(s² + 1),

y''+y=1,\qquad y(0)=0,\quad y'(0)=0\qquad\Longrightarrow\qquad y(t)=1-\cos t

The initial conditions entered automatically in step 1, in contrast with the classical method, in which the constants of the general solution are fixed only at the end. The same procedure also handles forcing terms that are discontinuous or impulsive, since the step function and the Dirac delta have simple transforms, whereas classical methods become cumbersome there. Full treatments of the transform method are found in standard textbooks.[1][2]

References

  1. Boyce, W. E. (2012). Elementary Differential Equations and Boundary Value Problems (Book). In Elementary Differential Equations and Boundary Value Problems (Book). John Wiley & Sons.
  2. Tenenbaum, M. (1985). Ordinary Differential Equations (Book). In Ordinary Differential Equations (Book). Dover Publications.

Further reading