The Laplace Transform. Gamma Function.

Definition of the Laplace Transform

Definition 27.13 Let f(x) be defined on the interval I:0x<. Then the Laplace Transform of f(x), written as L[f(x)], is defined as

(27.14)L[f(x)]=F(s)=0esxf(x)dx

where it is assumed that f(x) is a function for which the integral on the right exists for some value of s.

Properties of the Laplace Transform

The Laplace transform is a linear operator. That is, if L[f1(x)] converges for s>s1 and L[f2(x)] converges for s>s2, then for s greater than the larger of s1 and s2:

(27.17)L[c1f1+c2f2]=c1L[f1]+c2L[f2]

Definition 27.18 If F is the Laplace transform of a continuous function f, i.e. if:

L[f]=F

then the inverse Laplace transform of F, written as L1[F] is f, i.e.:

L1[F]=f

The inverse Laplace transform is also a linear operator.

Theorem 27.6

If

(27.61)F(s)=L[f(x)]=0esxf(x)dx,s>s0

then

(27.62)F(s)=L[xf(x)]=0esxxf(x)dx,s>s0 F(s)=L[x2f(x)]=0esxx2f(x)dx,s>s0 F(n)(s)=L[xnf(x)]=(1)n0esxxnf(x)dx,s>s0

That is, if F(s)=L[f(x)], then one can find the Laplace transform of xf(x) by differentiating F(s); of x2f(x) by differentiating F(s) twice, etc.

Table of Laplace Transforms

See Paul’s notes for an excellent Table of Laplace Transforms

Solution by Means of a Laplace Transform

Given a linear equation:

(27.2)any(n)++a1y+a0y=f(x)

where an0 and a0,a1,,an are constants, we can use the Laplace transform method to find a particular solution satisfying given initial conditions. This is what makes the Laplace transform method useful in compared to the other methods we’ve studied for solving linear differential equations.

Method 1

If we take the Laplace transform of both sides of (27.2) (see book for proof) we end up with:

(27.41)(ansn+an1sn1a2s2+a1s+a0)L[y](ansn1+an1sn2++a2s+a1)y(0)(ansn2+an1sn3++a3s+a2)y(0)(ans+an1)y(n2)(0)any(n1)(0)=L[f(x)]

Evaluating this gives an equation of the form L[y]=G(s). We can then use a table of Laplace Transforms to find a function who’s Laplace transform is similar to G(s), i.e., that can be obtained by some transformation to G(s). Often these transformations involve spliting and rearranging fractions.

Example

(jmh my notes, solution to 28c,3)

Find the motion of equation of a weight attached to a helical spring with the following differential equation modeling its motion, when at t=0, y=y0 and v=v0:

(a)d2ydt2+kmy=0

Here we have initial conditions that y(0)=y0, y(0)=v0, and have the constants a2=1, a1=0, a0=km. Given that L[0]=0, we can setup the following equation by plugging values into (27.41).

(b)(s2+km)L[y]sy0v0=0

Rearranging to isolate L[y] we get:

(c)L[y]=sy0+v0s2+km

We can then split this up and factor as:

(d)L[y]=y0ss2+km+v01s2+km

Now we can take the inverse Laplace transform of both sides (on the right hand side, recall that because the inverse Laplace transform is linear, L1[a+b]=L1[a]+L1[b]):

(e)y=L1[y0ss2+km]+L1[v01s2+km]

Now we can look for similar transforms in a table. From Table of Laplace Transforms we’ll want to use these two identities:

(f)L[cosat]=ss2+a2,L[sinat]=as2+a2

Again due to the linearity of L1 we can refactor into the forms from (f)

(g)y=y0L1[ss2+km]+v0mkL1[kms2+km]

Now we apply the inverse Laplace transforms to get:

(h)y=y0cos(kmt)+v0mksin(kmt)

Method 2

Here’s a useful fact (see (27.3) in book for proof sketch):

(a)L[y(n)]=snL[y](y(n1)(0)+sy(n2)(0)++sn2y(0)+sn1y(0))

We’ll use this fact to show this second method this by example.

Example

Given y+2y=0, y(0)=2, we can take the Laplace transform of both sides and use its linearity to get:

(b)L[y+2y]=L[y]+2L[y]=L[0]

Using (a) we can rewrite this as:

(c)sL[y]y(0)+2L[y]=(s+2)L[y]2,L[y]=2s+2

we can see from a table of Laplace transforms that L[y]=2s+2=2e2x

Gamma Function

The Gamma function, written as Γ(k) is useful here because it lets us expand some Laplace transforms involving factorials of integers into transforms that involve factorials of non-integers.

Its definition is:

Γ(k)=0xk1exdx, k>0

A few properties that are useful:

Γ(k)=1kΓ(k+1),k>0 Γ(k+1)=kΓ(k)

We can use these properties along with a table of Gamma function values to find other values of Gamma quickly.

Gamma is related to factorial this way, for positive n:

Γ(n+1)=n!

i.e. Γ(72)=(52)!