Laplace transform

Assignment Help Engineering Mathematics
Reference no: EM13764907

  • An expression can be represented using symbols with the syms function.

Let's study the following example:
syms x y % Declare two symbolic variables x and y
y = x^2 %Declare a function
z=diff(y) %Will calculate the derivative of y and store the value in z.

  • How to find the Laplace transform for an expression?

Example: Find the Laplace transform of sin(2t). From the table of Laplace transforms, the Laplace transform of sin(2t) is . Let us do the same calculation in Matlab.
syms t % Declare a symbolic variable t
F=laplace(sin(2*t)) %Calculate Laplace transform, store in F
pretty(F) % print the output in a more readable form

  • How to find the inverse Laplace transform for an expression?

Example: Find the inverse Laplace transform of From the previous example, the inverse Laplace transform is sin(2t). The following code will verify this calculation in Matlab.
syms s % Declare a symbolic variable s (the Laplace variable)
f=ilaplace(2/(s^2+4)) %Calculate inverse Laplace transform, store in F
pretty(f) % print the output in a more readable form

  • How to solve a differential equation in Matlab?

Example: Solve the differential equation , with initial conditions x(0)=1 and x'(0)= 0.
Matlab command:
dsolve('D2x+2*x=0', 'x(0) = 1, Dx(0) = 0')

Exercises:

1. Find the Laplace transforms of the following functions by hand and verify results using Matlab.
1.
2.
3.

2. Find the inverse Laplace transform of the following functions by hand and verify results using Matlab.
1.
2. F(s)=
3. Solve the following differential equations by hand and verify results using Matlab.

with x(0) = 1, x' (0) = 0

with x(0) = 1, x' (0) = 0

Reference no: EM13764907

Questions Cloud

Write a program that simulates a simple calculator : Write a program that simulates a simple calculator. It reads two integers and a character. If the character is a +, the sum is printed; if it is a -, the difference is printed; if it is a *, the product is printed; if it is a /, the quotient is pr..
Issues of critical analysis on appendicitis : It must include: history, description,anatomy of the system involved effect,cause,sign and symptoms, diagnosis,complication,treatment and side effect of Appendicitis.
Implement a capital investment decision : Often when deciding to implement a capital investment decision, funding through acquiring debt must be obtained. Recently the credit market has been tight to non-existent.
Memo to chief draper that addresses the chiefs concerns : Based on the media-based research data matrix you created, select one of the research areas identified above and prepare a 5-6 page memo to Chief Draper that addresses the Chief's concerns
Laplace transform : Find the Laplace transform of sin(2t). From the table of Laplace transforms, the Laplace transform of sin(2t) is
Review reading in qualitative inquiry and research design : Review the reading in Qualitative Inquiry and Research Design: Choosing Among Five Approaches and Chapter 6 in Qualitative Research and Evaluation Methods for this week.
Calculate the present value of project : Calculate the present value of each project at each of Alfred's potential costs of capital and indicate which project is acceptable at each. Calculate the payback period for each project.  Does your recommendation to Alfred change?
Biotechnology applications related problem : Evaluate current or future applications of biotechnology in the fields of medicine or agriculture.
Describing how to formulate and present the business case : describing how to formulate and present the business case for technology investments.

Reviews

Write a Review

Engineering Mathematics Questions & Answers

  1 daily airlines fies from amsterdam to london every day

1. daily airlines fies from amsterdam to london every day. the price of a ticket for this extremely popular flight

  Find the perpendicular distance of the plane

Find the perpendicular distance of the plane 5 x + 2 y - z = -22 from origin 0 by first finding the co-ordinates of the point P on the plane - What is the minimum distance the ant must travel before it gets to the food? How about the fly?

  Discussion of the controls on the climate

Analysis of the climograph, identifying the climate zone by name and Koppen-Geiger classification and a discussion of the controls on the climate that produce this pattern.

  Problem 1 let fr-gtr be a function fxx if xgt0 x-1 if

problem 1 let fr-gtr be a function fxx if xgt0 x-1 if xlt0evaluate whether f isa u-u continuous.b c-c

  Add slack variables x4 x5 and x6 and perform iterations of

consider the following lpmaximize z4x15x23x3subject tox1x24x3le6x12x2x3le7x14x22x3le12a add slack variables x4 x5 and

  A consumer products company wants to calculate the

a consumer products company wants to calculate the effectiveness of different types of advertising media in the

  Evaluate function when f is u-u continuous

Evaluate function when f is U-U continuous.

  Impacts of recent events involving the u.s. economy

Describe a situation in your business or personal life that required research. You also may describe a current situation that will require research in the future.

  Sketching the direction field of a differential equation

The slopes in the direction field are all identical along horizontal lines and new solutions can be generated from old ones by time shifting (i.e., replacing y(t) with y(t - t0).

  What is the overall market beta of apex health services

What is the overall corporate beta of Apex Health Services?k Is the calculated beta consistent with corporate risk theory and what is the overall market beta of Apex Health Services?

  1bsp consider the sinusoidal signalxt 8 sin6pit

1.nbsp consider the sinusoidal signalxt 8 sin6pit phi0.assume phi0 pi4 for this question andnbspphi0 0 for the

  Compute the determinant of Matrix

For the three vectors in Part 11, find the corresponding values of λ1, λ2, and λ3, compute the determinant of and Create a 3 x 3 matrix X where x1 is 1st column, x2 is 2nd column & x3 is 3rd column.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd