Skip to content Skip to navigation

Connexions

You are here: Home » Content » The Inverse Laplace Transform

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is '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 (What is 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
  • E-mail the author
  • Rate this 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)

Lenses

What is 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.

This content is ...

In these lenses

  • richb's DSP display tagshide tags

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

The Inverse Laplace Transform

Module by: Steven Cox

Summary: This module introduces the Inverse Laplace Transform. Building on the groundwork done in the Laplace Transform module, this module gives some background into the Inverse Laplace method, and uses MATLAB's ilaplace command to find the actual solutions to a problem.

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.

To Come

In The Transfer Function we shall establish that the inverse Laplace transform of a function hh is

-1ht=12π-c+ythc+ytdy h t 1 2 y c y t h c y t (1)
where -1 2 -1 and the real number cc is chosen so that all of the singularities of hh lie to the left of the line of integration.

Proceeding with the Inverse Laplace Transform

With the inverse Laplace transform one may express the solution of x =Bx+g x B x g , as

xt=-1sIB-1g+x0 x t s I B g x 0 (2)
As an example, let us take the first component of x x , namely x 1 s=0.19s2+1.5s+0.27s+164s3+1.655s2+0.4078s+0.0039 . x 1 s 0.19 s 2 1.5 s 0.27 s 1 6 4 s 3 1.655 s 2 0.4078 s 0.0039 . We define:
Definition 1: poles
Also called singularities, these are the points ss at which x 1 s x 1 s blows up.
These are clearly the roots of its denominator, namely
-1 /100 ,    -329 /400±7316 ,    and    -1/6 . -1 100,   ± -329 400 2 73 16 ,  and  -16. (3)
All four being negative, it suffices to take c=0 c 0 and so the integration in Equation 1 proceeds up the imaginary axis. We don't suppose the reader to have already encountered integration in the complex plane but hope that this example might provide the motivation necessary for a brief overview of such. Before that however we note that MATLAB has digested the calculus we wish to develop. Referring again to fib3.m for details we note that the ilaplace command produces x 1 t=211.35-t1000.0554t3+4.5464t2+1.085t+474.19-t6+-329t400262.842cosh73t16+262.836sinh73t16 x 1 t 211.35 t 100 0.0554 t 3 4.5464 t 2 1.085 t 474.19 t 6 329 t 400 262.842 2 73 t 16 262.836 2 73 t 16

Figure 1: The 3 potentials associated with the RC circuit model figure.
Figure 1 (fib3_fig1.png)

The other potentials, see the figure above, possess similar expressions. Please note that each of the poles of x 1 x 1 appear as exponents in x 1 x 1 and that the coefficients of the exponentials are polynomials whose degrees is determined by the order of the respective pole.

Comments, questions, feedback, criticisms?

Send feedback