Skip to content Skip to navigation

Connexions

You are here: Home » Content » The Laplace Transform

Navigation

Recently Viewed

This feature requires Javascript to be enabled.

The Laplace Transform

Module by: Steven J. Cox. E-mail the author

User rating (How does the rating system work?)
Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

:
(0 ratings)

Summary: (Blank Abstract)

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

As one goes through life one transforms each hard problem into an easy problem, solves the easy one, and then applies the inverse transform to arrive at the solution of the hard problem.

The Laplace transform is the tool used to take dynamical (hard) problems to easy (static) problems. It does so by multiplying a given function, say ht h t , by a complex exponential, -st s t , and then integrating over all positive tt. That is,

hs0ht-stdt h s t 0 h t s t (1)
You should work a few examples by hand before trusting yourself to Matlab.


      

      >> syms t
      
      >> laplace (exp(t))
         ans = 1/(s-1)

      >> laplace (t*exp(-t))
         ans = 1/(s+1)^2

      
    

This transform enjoys many wondrous properties. The two most important of these are:

  • Linearity: if aa and bb are constants and ff and gg are functions then
    af+bg=af+bg a f b g a f b g (2)
  • Differentiation is simply Multiplication:
    f =sff0 f s f f 0 (3)
The former property is a direct consequence of the linearity of integration while the latter property follow from integration by parts. Namely, f =0 f t-stdt=ft-st|t=0+s0ft-stdt f t 0 f t s t t 0 f t s t s t 0 f t s t Supposing that ff and ss are such that ft-st0 f t s t 0 as t t we arrive at Equation 3.

These two properties are instrumental in turning linear differential equations into linear algebraic equations. Once the latter are solved we must then return from the ss world to the tt world. This is accomplished with the inverse Laplace transform, a decidedly more cumbersome object than Equation 1. For most applications it suffices to invert ss functions of the form hs=fsps h s f s p s where ff is smooth and bounded and pp is a polynomial. In this case the inverse Laplace transform of hh is

-1ht=12πCfspsstds h t 1 2 s C f s p s s t (4)
where -1 -1 and CC is a circle in the complex plane that encloses all of the zeros of pp. Such complex integrals are easily computed via the residue theorem in module of Cauchy's Integral Formula or, even easier, via matlab. For example


      
      
      
      >> syms s
      
      >> ilaplace(1/(s-1))
         ans = exp(t)

      >> ilaplace(1/(s+1)^2)
         ans = t*exp(-t)

      
    

For application of this transform to concrete dynamical systems please visit module of The Matrix Exponential via the Laplace Transform and module of Laplace Example in course ELEC 302.

Content actions

Give Feedback:

E-mail the module author | Rate module ( How does the rating system work?)

Rating system

Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

(0 ratings)

Download:

Add module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.

| A lens (?)

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks