Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

6.5 Solving PDEs with the Laplace Transform

The Laplace transform comes from the same family of transforms as does the Fourier seriesto the power 1, which we used in Chapter 4 to solve partial differential equations (PDEs). It is therefore not surprising that we can also solve PDEs with the Laplace transform.

Given a PDE in two independent variables x and t, we use the Laplace transform on one of the variables (taking the transform of everything in sight), and derivatives in that variable become multiplications by the transformed variable s. The PDE becomes an ODE, which we solve. Afterwards we invert the transform to find a solution to the original problem. It is best to see the procedure on an example.

Laplace equation is very good with constant coefficient equations. One advantage of Laplace is that it easily handles nonhomogeneous side conditions. Let us try a more complicated example.

We can also detect when the problem is in the sense that it has no solution. Let us change the equation to

yt+yx=0,for x>0,t>0,y(0,t)=sin(t),y(x,0)=0.

Then the problem has no solution. First, let us see this in the language of Section 1.9. The characteristic curves are t=x+C. If τ is the the characteristic coordinate, then we find the equation yτ=0 along the curve, meaning a solution is constant along characteristic curves. But these curves intersect both the x-axis and the t-axis. For example, the curve t=x+1 intersects at (1,0) and (0,1). The solution is constant along the curve so y(1,0) should equal y(0,1). But y(1,0)=0 and y(0,1)=sin(1)=0. See Figure 3.

Graph shows y is constant along t = -x+1 with y = sin(t), y(1,0) = 0 and y(0,1) = sin(1)
Figure 3: Ill-posed problem.

Now consider the transform. The transformed problem is

sY(x)+Y(x)=0,Y(0)=1s2+1,

and the solution ought to be

Y(x)=1s2+1esx.

Importantly, this Laplace transform does not decay to zero at infinity! That is, since x>0 in the region of interest, then

lims1s2+1esx==0.

It almost looks as if we could use the shifting property, but notice that the shift is in the wrong direction. Of course, we need not restrict ourselves to first order equations, although the computations become more involved for higher order equations.

Laplace can solve problems where separation of variables fails. Laplace does not mind nonhomogeneity, but it is essentially only useful for constant coefficient equations.

Footnotes

[1] There is a corresponding Fourier transform on the real line as well that looks sort of like the Laplace transform.

[2] It’s a river of goo already, we’re not hurting the environment much more.

Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.