Mass and stiffness matrices, MATLAB Programming

Assignment Help:

Model the three degree of freedom system shown in Figure Q5 and solve for the displacements of the three masses due to a force of 10 N applied to the bottom mass at a frequency of 20 rad/s.

(a) First establish the 3x3 mass, stiffness and damping matrices.

(b) Use the mass and stiffness matrices to evaluate the three undamped natural frequencies of the system and associated mode shapes. The mode shapes must be normalised so that the largest value in the vector is 1. (It is recommended that you use MATLAB for this analysis.)

(c) Use the mode shapes to find the principal masses, principal stiffnesses, and damping factors for the three modes.

(d) Hence find the response of the three masses by modal superposition, i.e. the displacement amplitudes.

2337_displacement amplitudes.png


Related Discussions:- Mass and stiffness matrices

Matlabs quad function to perform the integral, We wish to numerically perfo...

We wish to numerically perform the following integration: (a) Use Matlab's quad function to perform the above integral. (b) Analytically evaluate the integral (e.g. do t

Introduction to file input/output , Introduction to File Input/output (LOAD...

Introduction to File Input/output (LOAD and SAVE): In most cases, the input to a script will come from a data file which has been generated by the other source. It is also use

Exact arithmetic, Run the MATLAB script sum = single(0); term = single(1); ...

Run the MATLAB script sum = single(0); term = single(1); n=1; while sum + term > sum sum = sum+term; n=n+1; term = 1/n; end n Explain what you think it is trying to do. What wou

Illustration of for loop, illustration of for loop: illustration, to p...

illustration of for loop: illustration, to print a column of numbers from 1 to 5: for i = 1:5 fprintf('%d\n',i) end   This loop can be entered in the Command Wi

Visual cryptography, how to implement 3 out of 4 visual cryptography?

how to implement 3 out of 4 visual cryptography?

Matlab assignment, Complete assignment as per attached word doc. Include fu...

Complete assignment as per attached word doc. Include function files along with Matlab assignment file.

Phase equilibrium, Do you have expert who can solve chemical engineering th...

Do you have expert who can solve chemical engineering thermodynamics chemical equilibrium MATLAB coding?

Finding a given number is odd or even in array, to find given number is odd...

to find given number is odd or even in an array with explanation and flow chart

Mathematical operation, Mathematical operation: For numerical operands...

Mathematical operation: For numerical operands, the use of such operators is clear-cut. For illustration, 3 >> 3 ans = 1 >> 9 ans = 0 Though, in the Wo

Matlab scripts, Matlab Scripts: Once a problem has been examined, and ...

Matlab Scripts: Once a problem has been examined, and the algorithm for its answer has been refined and written, the algorithm then is translated into the specific programming

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd