Question

Find 1d. (LT = Laplace Transforms) use the function:

>>pretty(laplace(exp(-a*t)*cos(b*t)))

For la – d, find the LTs of the functions by hand, and then use MATLAB to verify the LTs. Include your hand calculations and

0 0
Add a comment Improve this question Transcribed image text
Answer #1

for the following functions; we need to calculate the Laplace tramform of the following ternition by and then we need to use

clear all
clc

syms t
%% equation 1a
x1 = 2*exp(-3*t)+4*t*exp(-5*t)+6*t^2;
%% find laplace transform
laplace(x1)

Db) X(t) = Je-at u (t-2): we need to calculate x(s) : (5)=d[x(4)] > «[teu Ct -») = 4 d xe 25«fe-a (4*)] = 7e 25 x 2 29 2 [e-a

%% equation 1b
syms t a
x2 = 7*exp(-a*t)*heaviside(t-2);
%% find laplace transform
laplace(x2)

DO) X(t) = t (Sin wt) Need to calculate X (S); *(s): 2 [2CH)] = + (Sinwe)] - the laplace transform of & (Sint) && [+] = 1/32;

%% equation 1c
syms t w
x3 = t*sin(w*t);
%% find laplace transform
laplace(x3)

Dd) X(t)= t²e at Need to calculate X (S); X(5)=d[ą (t)] - « [t*e*at] d [4) - * *[e-at]. Štahenee, [te-ot] the following matl

%% equation 1c
syms t a
x4 = t^2*exp(-a*t);
%% find laplace transform
laplace(x4)

Add a comment
Know the answer?
Add Answer to:
Find 1d. (LT = Laplace Transforms) use the function: >>pretty(laplace(exp(-a*t)*cos(b*t))) For la – d, find the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT