The modulus of elasticity

78 views 9:05 am 0 Comments March 23, 2023

Problem 13.10 The curvature of a slender column subject to an axial load P (Fig. P13.10) can be modeled by c12 y + 1)- y = 0 dx2 where
P P2 — EI where E = the modulus of elasticity, and I = the moment of inertia of the cross section about its neutral axis. This model can be converted into an eigenvalue problem by substituting a centered finite-difference approximation for the second derivative to give .y,_, + , +p-y, =0 Ay2 where i = a node located at a position along the rod’s interior, and Ax = the spacing between nodes. This equation can be expressed as , —(2 — Ax2p2)y, +y;,, = 0 Writing this equation for a series of interior nodes along the axis of the column yields a homogeneous system of equations. For example, if the column is divided into five segments (i.e , four interior nodes), the result is
(2 _ Ax2p2) —1 0 0 —1 (2_Ar2p2) -1 0 —1 (2 — Ax-2p2) —1 0 0 —1 (2 — Ax p2 )_
An axially loaded wooden column has the following characteristics: E = 10x 109 Pa, 1=1.25×10-5 m4, and L=3 m. For the five-segment, four-node representation: (a) Implement the polynomial method with MATLAB to determine the eigenvalues for this system. (b) Use the MATLAB eig function to determine the eigenvalues and eigenvectors. (c) Use the power method to determine the largest eigenvalue and its corresponding eigenvector.