Cash-back offer from May 2nd to 7th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question Details Normal
$ 40.00

ECET 345 LAB WEEK 2 Laplace Transform

  • From Mathematics, Statistics
  • Due on 26 May, 2015 07:44:00
  • Asked On 20 May, 2015 09:16:06
  • Due date has already passed, but you can still post solutions.
Question posted by
Online Tutor Profile
request

ECET 345

LAB WEEK 2

Last week was a basic introduction to Matlab. This week you will learn how to use three built-in functions (laplace, ilaplace and dsolve).

Using the syms function

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

 

Available Answers
$ 60.00

[Solved] ECET 345 LAB WEEK 2 Laplace Transform | Complete Solution

  • This Solution has been Purchased 1 time
  • Submitted On 28 May, 2015 11:43:55
Answer posted by
Online Tutor Profile
solution
This Tutorial is rated A+ p...
Buy now to view the complete solution
$ 20.00

[Solved] laplace question 1 and 2 solution

  • This solution is not purchased yet.
  • Submitted On 21 May, 2015 01:50:21
Answer posted by
Online Tutor Profile
solution
Exercises: Find the Laplace transforms of the following functions by hand and verify results using Matlab. General Laplace transform table F(t) f(t) 1 1/s t^n n!/s^(n+1) e^at/e^(-at) 1/(s-a)/1/(s+a) sin⁡ax a/(s^2+a^2 ) cos⁡ax s/(s^2+a^2 ) y y ̃ y^̕ ̕sy ̕-y(0) y̋ s^2 y ̄-sy(0)-y ̕(0) x(t)=t Hand calculation ɭ[x (t)] =∫_0^∞▒〖x(t)e^(-st) dt〗 = ∫_0^∞▒〖te^(-st) dt〗 Using differentiation by parts Let u=t and dv=e^(-st) du=1 and also v will be v=〖-e〗^(-st)/s x(t)= ∫_0^∞▒〖te^(-st) dt〗=〖-te〗^(-st)/s ǀ_0^∞ +1/s ∫_0^∞▒〖e^(-st)...
Buy now to view the complete solution
Other Related Questions

No related question exists

The benefits of buying study notes from CourseMerits

Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton
Only 45 characters allowed.
closebutton

$ 629.35