University of Florida/Eml4507/s13 Team 3 Report 4

From testwiki
Jump to navigation Jump to search

Problem 4.1

On my honor, I have neither given nor received unauthorized aid in doing this assignment. 

Given

File:Mode11.png
Mode Shape for system. Mode slope increases and crosses into the positive region

Spring-damper-body arrangement as shown. Two separate forces applied to masses.


M=[m100m2]

d=[d1d2]

C=[C1+C2C2C2C2+C3]

K=[(k1+k2)k2k2(k2+k3)]


k1=1,k2=3,k3=3


K=[3225]


[KγI]x= [3225] γ [1001] ) {x1x2} = {00}


det{3γ225γ}=γ28γ+11=0


Find

Find the eigenvector x2 corresponding to the eigenvalue γ2 for the spring-mass-damper system on p.53-113. Plot and comment on this mode shape. Verify that the eigenvectors are orthogonal to each other

Solution

Eigenvalues are found
γ1=4+5>0
γ2=45>0

We find the eigenvectors from γ2


γ2=4+5

[Kγ2I]x= [152215] {x1x2} = {00}


Set x2=1


(15)x1(2)x2=0


x1=215


Eigenvectors are orthogonal to each other:

EDU>> x= [-.8507;-.5257];
EDU>> y= [-.5257;.8507];
EDU>> transpose(y)*x
ans = 0

Problem 4.2

 On my honor, I have neither given nor received unauthorized aid in doing this assignment. 

Given

Use same given values as in problem 4.1

Find

File:Mode11.png
Mode Shape for system. Notice plot is the same even with different initial conditions

Find the eigenvectors for γ1 and γ2 when setting x1=1


Solution

We find the eigenvectors from γ1


γ1=45

[Kγ1I]x= [1+5221+5] {x1x2} = {00}


Set x1=1


(15)x1(2)x2=0


x2=1+52





We find the eigenvectors from γ2


γ2=4+5

[Kγ2I]x= [152215] {x1x2} = {00}


Set x1=1


(15)x1(2)x2=0


x2=152


On my honor, I have neither given nor received unauthorized aid in doing this assignment.


Given two methods for finding axial member forces

File:R43FBD.PNG
Free body diagram of an element


Method 1:

P1(e)=(f1(e))2+(f2(e))2
P2(e)=(f3(e))2+(f4(e))2

Method 2:

𝐏(e)=𝐓(e)𝐟(e)
{P1(e)P2(e)}=[l(e)m(e)0000l(e)m(e)]{f1(e)f2(e)f3(e)f4(e)}


Find

  • Discuss computational efficiency of each method.
  • Reconcile analytically using both algebra and geometry


Method 1: Square Root Sum of Squares

Given

P1(e)=(f1(e))2+(f2(e))2
P2(e)=(f3(e))2+(f4(e))2

Discussion

The first method uses the Pythagorean Theorem, which is also a distance formula, to find the axial member forces from the nodal forces. This method only requires the two nodal forces on a node to find an axial member force. To use this method, the nodal forces are defined, and then put into the distance formula. Additional axial forces are found by defining additional nodal forces. The formula must be repeated each time to give each axial member force.


Method 2: Transformation Matrix

Given

𝐏(e)=𝐓(e)𝐟(e)
{P1(e)P2(e)}=[l(e)m(e)0000l(e)m(e)]{f1(e)f2(e)f3(e)f4(e)}

Discussion

The second method uses the transformation matrix to add the projections of the nodal forces along the element. This method requires the two nodal forces and an angle. However, the angle can be applied to both ends of the node. To use this method, the transformation matrix, 𝐓(e) is created, with l(e)=cosθ and m(e)=sinθ, as well as the nodal force matrix 𝐟(e).

The matrix multiplication performs the following operations:

P1=l(e)f1(e)+m(e)f2(e)+0+0
P1=f1(e)cosθ+f2(e)sinθ


P2=0+0+l(e)f3(e)+m(e)f4(e)
P2=f3(e)cosθ+f4(e)sinθ


To find additional axial member forces, new nodal forces and angles can be defined, and the transformation can be expanded. The matrix multiplication only has to be performed once for each element. The multiplication will give a matrix with all the axial forces.


Reconciliation using algebra and geometry

File:R43pt2.PNG
Free body diagram of a node


The Pythagorean Theorem is used for the first method. To reconcile this method with the second method, geometry is used to define the nodal forces in terms of P1.

f1(e)=P1(e)cosθ
f2(e)=P1(e)sinθ


These nodal force definitions are substituted into the Pythagorean Theorem, and the equation is simplified.

P1(e)=(f1(e))2+(f2(e))2
P1(e)=(P1(e)cosθ)2+(P1(e)sinθ)2
P1(e)=(P1(e))2(cos2θ+sin2θ)
P1(e)=(P1(e))2(1)
P1(e)=(P1(e))2
P1(e)=P1(e)

Template:CourseCat