Question

6. Undamped Vibrations: Solve the initial value problem for y(t). y +y = cos(wt); w2 #1; y(0) = 0; y(0) = 0. (8) Plot y(t)

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

D 6. y+y=- Los (WE) wtf 2000 initial condition yo) ro, yco)=o. homogeneous solution : Yast) m2+1=0 ot .] mati y (t) = e (Acw=0.2 1.5 system response static deflection 1 0.5 y(t) 0 -0.5 -1 -1.5 5 10 15 25 30 35 40 20 time w=0.9 6 system response -st

clc;clear all;close all;
t=0:0.01:40;
w=0.2;
figure
y=cos(w.*t)./(1-w.^2);
plot(t,y)
xlabel('time')
ylabel('y(t)')
hold on
y1=1+0.*t;
plot(t,y1)
legend('system response','static deflection')
title('w=0.2');

w=0.9;
figure
y=cos(w.*t)./(1-w.^2);
plot(t,y)
xlabel('time')
ylabel('y(t)')
hold on
y1=1+0.*t;
plot(t,y1)
legend('system response','static deflection')
title('w=0.9');

w=6;
figure
y=cos(w.*t)./(1-w.^2);
plot(t,y)
xlabel('time')
ylabel('y(t)')
hold on
y1=1+0.*t;
plot(t,y1)
legend('system response','static deflection')
title('w=6');

%---------------------------------------------%

The natural frequency of the system is 1rad/sec

1)Now,when the forcing frequency is much lower than the narural frequency of the system,

Then the response of the system is aproximatly equals to the static deflection of the system due to applied force.

2)When the forcing frequency is to the narural frqeuency of the system,

Then the response of the system is going more value.

3) when the forcing frequency is much larger than the narural frqeuency of the system,

Then the response of the system is very smaller than the static deflection of the system dut to applied force.

Add a comment
Know the answer?
Add Answer to:
6. Undamped Vibrations: Solve the initial value problem for y(t). y" +y = cos(wt); w2 #1;...
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