0% found this document useful (0 votes)
53 views1 page

Northern Illinois University Department of Mechanical Engineering

This document is a homework assignment for a mechanical vibrations course. It contains 4 problems: 1) deriving equations of motion for a 2D system using Lagrange's equations, 2) deriving equations of motion for another 2D system, 3) analyzing a 3x3 mass-spring-damper system to find natural frequencies and mode shapes using matrices, and 4) using Matlab's eig function to solve the same 3x3 system and check the results. Students are instructed to show their work and it is encouraged but not required to discuss problems with classmates.

Uploaded by

Richard Nguyen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Northern Illinois University Department of Mechanical Engineering

This document is a homework assignment for a mechanical vibrations course. It contains 4 problems: 1) deriving equations of motion for a 2D system using Lagrange's equations, 2) deriving equations of motion for another 2D system, 3) analyzing a 3x3 mass-spring-damper system to find natural frequencies and mode shapes using matrices, and 4) using Matlab's eig function to solve the same 3x3 system and check the results. Students are instructed to show their work and it is encouraged but not required to discuss problems with classmates.

Uploaded by

Richard Nguyen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Northern Illinois University

Department of Mechanical Engineering

MEE 321 Mechanical Vibrations I


Spring 2017

Homework #11
Due: April 28, Friday (at the beginning of class)

Note: You must show steps and reasoning. Your whole solution process and presentation of
it will be graded, not just the final answer. It is encouraged to discuss with classmates, but
the work you turn in must be your own work.
Ch 6.7 to 6.10
1. Derive the equations of motion of the system shown in Fig. 5.12(a) from the textbook using Lagranges
equations with x and as generalized coordinates. Compare with Eq. (5.23). Are they the same?

2. Derive the equations of motion of the system shown in Fig. 6.29 using Lagranges equations.

3. Redo Example 6.11 with 1 = 1, 2 = 2, 3 = 3 and 1 = 1, 2 = 2, 3 = 3. Follow the steps below.

1) Calculate the matrix [] = []1 [].


Notes: You may want to use the following MATLAB code for calculating the inverse matrix.
e.g.) k = [1 2 1;2 1 1;3 3 3]; inv(k) % 3x3 matrix k

2) Find the characteristic equation, i.e., set the determinant of ([I] [D]) equal to zero.
1
3) Solve the characteristic equation for . With the matrix of ([I] [D]), is given by 2 . What are
the natural frequencies?
4) Now lets calculate the eigenvectors (mode shapes). With the first natural frequency you obtained
above, write three equations of (E.13).
5) Solve the equations and write the first mode shape in a vector form as in (E.16).
6) Repeat steps 4), 5) for 2 and 3 .

4. For the following eigenvalue problem,

use [V, D] = eig(A). Here, V and D are the matrices of eigenvectors and eigenvalues, respectively.
Redo Problem 3 using this Matlab command and check if the results are the same.

You might also like