Question

4.11 Compute the natural frequencies and mode shapes of the following system: 4 0 4 X10 -2 X= 0 1 1 -2 and Calculate the resp

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

(2) K-MA2 0 る= 220 [4 0 40 -201 01 0 1 40-4x20 -20 10 -20 -20 10-20 Mi+Kx 0 to find natural frequency det|K -MA =0 -40-20 0 4(3) Mo+Ko=0 mặ +kg = 0 [(t)).[1 |1 -2|0 12 -2|(t) |1 -2||0 1|-20 10 j|g,(t)| |oJ 2T4 0T1 2 4 040 -20 8 0 0 0 0 160 (t[oJ |D 82 1.5 1 0.5 0 0 10 9 7 6 5 3 4 2 1 time 3 2.5 2 1.5 9 7 6 5 3 4 2 1 0 time 1 qdot = 0 4.4721 Tm k 160 x1 (t) x1 (t) O O 10

clc;clear all;close all;
M=[4 0;0 1];K=[40 -20;-20 10];
mode=[1 1;2 -2];
q=inv(mode)*[1;2]
qdot=inv(mode)*[sqrt(20);-2*sqrt(20)]
m=mode'*M*mode
k=mode'*K*mode
t=0:0.01:10;
x1=1+sin(sqrt(20)*t);
x2=2-sin(sqrt(20)*t);
subplot 211
plot(t,x1)
xlabel('time')
ylabel('x1(t)')
subplot 212
plot(t,x2)
xlabel('time')
ylabel('x1(t)')

Add a comment
Know the answer?
Add Answer to:
4.11 Compute the natural frequencies and mode shapes of the following system: 4 0 4 X10...
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