Question

Consider the differential equation below.

Consider the differential equation below.

0 0
Answer #1

(a):

m\ddot{y} +b\dot{y}+ky= k z(t)+b\dot{z}(t)

Laplace transform of the above equations is:

ms^2Y+bsY+kY= k Z+bsZ

Y= \frac{bs+k}{ms^2+bs+k}Z

(b):

For m = 1 and \zeta = 0.05, b = 2*0.05*wn and k = wn2. the lapalce transform is:

0.181 el

Substituing s = jw,

0.11 2

0.1212

Matlab code to plot the graph is given below:

wwn = 0:0.01:100; %w/wn
R = ((1^2+0.1^2*wwn.^2).^0.5)./(((1-wwn.^2).^2+wwn.^2).^0.5); % Amplitude
semilogx(wwn,R)
grid on
xlabel('Frequency');ylabel('Amplitude')

(c):

For frequencies above 100, amplitudes of the sginals are small. Therefore, all the frequencies above 100rad/s can be neglected

(d):

(0-2)-tan-1 = tan-1

Matlab code to plot the phase is given below:


wwn = 0:0.01:100; %w/wn
ang = atan2(0.1*wwn,1) - atan2(0.1*wwn,(1-wwn.^2)); % Phase
semilogx(wwn,ang)
grid on
xlabel('Frequency');ylabel('Phase')

Know the answer?
Add Answer to:
Consider the differential equation below.
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