Preface
This tutorial was made solely for the purpose of education and it was designed for students taking Applied Math 0330. It is primarily for students who have very little experience or have never used Mathematica before and would like to learn more of the basics for this computer algebra system. As a friendly reminder, don't forget to clear variables in use and/or the kernel.
Finally, the commands in this tutorial are all written in bold black font, while Mathematica output is in normal font. This means that you can copy and paste all commands into Mathematica, change the parameters and run them. You, as the user, are free to use the scripts for your needs to learn the Mathematica program, and have the right to distribute this tutorial and refer to this tutorial as long as this tutorial is accredited appropriately.
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the second course APMA0330
Return to Mathematica tutorial for the first course APMA0340
Return to the main page for the course APMA0340
Return to the main page for the course APMA0330
Return to Part VI of the course APMA0330
Inverse Laplace transform
Let F(λ) be the Laplace transform of some function. This means that there exists a function f(t), defined on half-line, such that
We observe that application of the Laplace transformation to ordinary differential equations lead to functions F(λ) of a complex variable λ that are represented either by the ratio of two polynomials or by such ratio times the exponential function:
It should be noted that the latter case (when ratio of two polynomials is multiplied by the exponential term) can be reduced to the former one (without exponential multiple) with the aid of the shift rule:
The second general observation is that the Bromwich integral restores the function in such a way that at the point of discontinuity t0 of the function f(t), the Bromwich integral assigns its mean value:
One of the methods to find inverse Laplace transform is to use partial fraction decomposition and then apply inverse Laplace transform to each term (usually using a table of given Laplace transforms). However, Mathematica allows one to find the inverse Laplace transform straight forward:
The general approach:
Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)