0% found this document useful (0 votes)
2 views6 pages

Sheet 4

This document outlines an experiment focused on Laplace and Inverse Laplace transformations using Matlab. It includes a series of tasks to perform various transformations on specified functions, demonstrating the application of Laplace transforms in solving differential equations. The document also emphasizes the simplification of mathematical manipulations through these transformations.

Uploaded by

rasha waleed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views6 pages

Sheet 4

This document outlines an experiment focused on Laplace and Inverse Laplace transformations using Matlab. It includes a series of tasks to perform various transformations on specified functions, demonstrating the application of Laplace transforms in solving differential equations. The document also emphasizes the simplification of mathematical manipulations through these transformations.

Uploaded by

rasha waleed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Engineering Analysis Laboratory

Experiment [4]

Laplace and Inverse Laplace Transformation Using Matlab

Introduction:

Once a dynamic model has been developed, it can be solved for a variety of
conditions that include changes in the input variables or variations in the model
parameters. The transient responses of the output responses of the output
variables are calculated by numerical integration after specifying both the initial
conditions and the inputs as functions of time.
Laplace transform is a mathematical tool which can significantly reduce the
effort required to solve and analyze linear differential equations. A major
benefit is that this transformation converts ordinary differential equations to
algebraic equations, which can simplify the mathematical manipulations
required to obtain a solution or perform an analysis.
Laplace transform is used for solving differential and integral equations.

Experiment:
2t 2
1. obtain the laplace of f(t) = e + t – t .

2. obtain the inverse laplace of F(s) = 2s / s2 + 1 .


2
3. Obtain the inverse laplace of G(s) = 2 / s + 3s + 1.
-t
4. obtain the laplace transform of cosh(3t) + e sin(5t) .

5. Check the result in Procedure by finding the inverse function with the

following codes
>>syms s
>>ilaplace(ans)

1
Engineering Analysis Laboratory

3 2
6. Obtain the inverse laplace transform of r(s) = s + 2 / s + 10s + 29s + 20.

7. make the expression more readable one can use the commands simplify and

pretty. To obtain the laplace of f(t) = -1.25 + 3.5te-2t + 1.25e-2t .


2
8. Obtain the inverse laplace of F(s) = 10(s+2) / s(s + 4s + 5).
2
9. Obtain the inverse laplace of Y(s) = (3s – 1) / (s + 3s +2).
2 2
10. Obtain the inverse laplace of Y(s) = ( 2s + 3s - 1)/ ( s + 3s + 2).
3 2 2
11. Obtain the inverse laplace of Y(s) = ( 7s + 2s + 3s - 1)/( s + 3s + 2).
2 3 2
12. Obtain the inverse laplace of Y(s) = ( 2s + 3s - 1)/( s + 5s + 8s + 4).

Data and Results:

Procedure Output
1

2
Engineering Analysis Laboratory

3
Engineering Analysis Laboratory

4
Engineering Analysis Laboratory

10

11

5
Engineering Analysis Laboratory

12

You might also like