CAAM 335 Matrix Analysis Planar Trusses

Size: px
Start display at page:

Download "CAAM 335 Matrix Analysis Planar Trusses"

Transcription

1 CAAM 5 Matrix Analysis Planar Trusses September 1, The Equations for the Truss We consider trusses with m bars and n nodes. Each node can be displaced in horizontal and vertical direction. If the node number is j, then its horizontal displacement is denoted by x j 1 and its vertical displacement is denoted by x j. x j x j!1! x i x i!1 Figure 1: Elongation of a generic bar. Now consider the generic bar in Figure 1. The angle θ [0,π) is taken at the lower left node i of the bar. Initially, we make the following assumptions: x j 1 > 0 means that node j is displaced to the right, x j > 0 means that node j is displaced upward. 1

2 If l is the length of the undeformed bar and l + e is the length of the deformed bar, then, by Pythagoras theorem, (l + e) = (lcos(θ) + x j 1 x i 1 ) + (lsin(θ) + x j x i ) = l + l(cos(θ)x j 1 cos(θ)x i 1 + sin(θ)x j sin(θ)x i ) +(x j 1 x i 1 ) + (x j x i ) = l ( 1 + (cos(θ)x j 1 cos(θ)x i 1 + sin(θ)x j sin(θ)x i )/l +[(x j 1 x i 1 ) + (x j x i ) ]/l ). Now we take square roots, use the Taylor expansion 1 +t = 1 + t/ + O(t ), and neglect the terms x µ x ν /l for indices µ,ν {i 1,i, j 1, j}, to obtain l + e l + cos(θ)x j 1 cos(θ)x i 1 + sin(θ)x j sin(θ)x i. If the displacements are small relative to the length of the undeformed bar, then the elongation of bar j is (approximately) given by e = cos(θ)x j 1 cos(θ)x i 1 + sin(θ)x j sin(θ)x i. (1) The relation () between elongation and displacement is used for all bars. This gives the linear system Ax = e. () Instead of the sign convention on the displacements stated above, we want the following sign convention: x j 1 > 0 means that node j is displaced to the right, x j > 0 means that node j is displaced downward. In this case the elongation is given by e = cos( θ)x j 1 cos( θ)x i 1 + sin( θ)x j sin( θ)x i. () Note that since cos( θ) = cos(θ) here is no change in the contributions of the horizontal displacements x j 1,x i 1 in the formulas (1) and (). Since sin( θ) = sin(θ), the change in signs for the contributions of the vertical displacements x j,x i is compensated for by the change in sign in sin( θ). In the following we will always use the latter sign convention for the displacements. That is we assume x j 1 > 0 means that node j is displaced to the right, x j > 0 means that node j is displaced downward!

3 For example, consider the truss in Figure. The matrix A for this example is Figure : Truss with N = nodes and m = 5 bars. cos(0) sin(0) cos(0) sin(0) cos( π π π π ) sin( ) cos( ) sin( ) cos(0) sin(0) cos(0) sin(0) cos( π π π π ) sin( ) 0 0 cos( ) sin( ) cos( π π π π ) sin( ) 0 0 cos( ) sin( and equation () for the truss in Figure is given by x 1 x x x x 5 x 6 x 7 x 8 = e 1 e e e e 5 ). () The displacement of the bars i = 1,...,m generate internal forces y i, i = 1,...,m, acting on the nodes. The forces can be composed into forces in horizontal and vertical direction. Our indexing of the forces acting on the nodes follows the indexing of the nodes, i.e., the horizontal component of the force acting on node j is f j 1 and the vertical component is f j. The equilibirum equations state that the internal forces acting on a node equal the external forces acting on the same node. One can show that the corresponding equation is given by A T y = f. (5) Finally, we need a constitutive law that relates elongations to the internal forces. Let a i be the cross sectional area of the undeformed bar. We define the stress σ i and the strain ε i as σ i = y i a i, ε i = e i l i.

4 The assumption of linear elasticity states that σ i = E i ε i, where E i is Young s modulus for the material of the i-th bar. Hence If we set then y i = a ie i e i. l }{{} i =k i K = diag (...,a i E i /l i,...), If we combine equations (), (5), and (6) we obtain the equation The matrix is called the stiffness matrix of the structure. Ke = y. (6) A T KAu = f. (7) S = A T KA

5 If nodes in a truss are supported, then the corresponding displacement is deleted from the system. For example, consider the truss in Figure. The nodes 1 and are supported. Equation F Figure : Truss with two supported and two unsupported nodes and five bars. () for this truss is given by and the equilibrium equation (5) is x x x 5 x 6 y 1 y y y y 5 = = e 1 e e e e F (8). (9) With our sign conventions, forces pointing left or down have positive signs. We use truss.m to specify the truss topology of the truss in Figure and stiff.m to compute the stiffness matrix S. 5

6 Figure shows the original truss (solid lines) and deformed truss (dashed lines) after a force F = [N] has been applied. All bars are made of the same material with Young s modulus E i = 195 [GPa] and have the same cross sectional area a i = π [m ]. In Figure the actual displacements are magnified by a factor 100 to increase visibility Figure : Original truss (solid lines) and deformed truss (dashed line) due to a load attached to node. 6

7 Structural Optimization In the previous section we have derived a matrix model for planar trusses and we have used the model to simulate the displacement of given trusses under certain loads. We can go a step further and ask how we should design trusses so that they behave in a desired way. This leads to topology optimization problems. We will consider a simple minimum weight problem which can be formulated as a linear program. Recall that the equations for a truss with m bars and n nodes are Ax = e, y i = a ie i e i, l }{{} i =k i A T y = f. i = 1,...,m, We want to design a truss which can support a given force f and which is a light as possible. To design such a truss, we assume that the bars and the nodes are given, but that we can select the cross sectional area a i of each bar. In particular, we can select the cross sectional area of a bar i to be zero, a i = 0, which means that this bar will be deleted from the truss. Suppose that all bars are of the same density. The ith bar has length l i and cross sectional area a i. Hence, the total weight of the truss is m i=1 a il i. The optimization problem now reads minimize a i l i, subject to Ax = e, y i = a ie i l i e i, i = 1,...,m, A T y = f. This is a minimization problem in the cross sectional areas a i, i = 1,...,m. This minimization problem is difficult to solve and we will make a few assumptions to derive a simpler version. We assume that the cross sectional area of a bar must be proportional (say with constant one) to the absolute value of the tension/compression of a bar. This assumption means that then y i = a i for all bars i. The weight of the bar can now be expressed as m i=1 y i l i. The force balance is A T y = f, as usual. To obtain a minimum weight truss we must solve min m i=1 y i l i s.t. A T y = f. (11) To remove the absolute value, we set y i = y + i y i, y± i 0. This leads to the linear program min l T y + + l T y s.t. A T y + A T y x = f, y +,y 0, (1) 7

8 where l = (l 1,...,l m ) T and y ± = (y ± 1,...,y± m) T. For given l, A and f, the linear program (11) can be solved using Matlab s linprog. (Note: linprog is part of the Matlab Optimization toolbox!) The minimum weight truss depends on the so-called ground structure. In our case we construct the ground structure as follows. It is obtained using 11 7 nodes, three of which are anchored to the wall and one supports a load. See Figure 5. The force balance equations for the anchored nodes are dropped. Hence, the matrix A in (11) has 77 6 = 71 rows. Each node is connected to neighboring nodes as shown in Figure 6. (For nodes which are not interior, the connection to outside nodes are dropped.) The resulting ground structure is shown in Figure 7. If we solve the minim weight problem (11) with a force (0, 10) T are applied at the node indicated by the black dot in Figure 7, then we obtain the truss shown in Figure 8. The LP os solved using the MATLAB function linprog, which is part of the MATLAB Optimization Toolbox. The MATLAB script that sets up and solves the problem is driver bracket truss optim lp.m. Figure 5: The 11 7nodes in the truss. The black dot indicates the node that supports the weight. The black triangles indicate the three nodes which are anchored to the wall. Figure 6: The nodes connected to an interior node. 8

9 Figure 7: The set of all possible bars in a bracket with 11 7nodes. The black dot indicates the node that supports the weight. The black triangles indicate the three nodes which are anchored to the wall. Figure 8: The minimum weight bracket. The green bars are under compression, the red bars are under tension. 9

10 Of course, the optimal structure depends on the force f applied. We will explore this in the next example. In this example, we want to construct a tower. The ground structure for the tower is shown in Figure 9. It is constructed using the same way as in the previous example. The tower supports two loads at the nodes indicated by the black dots in Figure 9. Now we select three different force configurations. In each configuration we apply the same force to both nodes indicated by the black dots in Figure 9. In the first case we apply the force (0, 10) T to both nodes, in the second case we apply the force (, 10) T to both nodes, and in the third case we apply the force (, 10) T to both nodes. The resulting three optimal trusses are shown in Figure 10. The MATLAB script that sets up and solves the problem is driver tower truss optim lp.m Figure 9: The ground structure for the tower. The black dot indicates the node that supports the weight. The black triangles indicate the three nodes which are anchored to the ground. Can you design an optimal bridge? 10

11 Figure 10: Optimal designs of the tower for different forces applied at the two nodes. Left plot: At both nodes forces (0, 10) T are applied. Middle plot: At both nodes forces (, 10) T are applied. Right plot: At both nodes forces (, 10) T are applied. 11

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method 9210-220 Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method You should have the following for this examination one answer book scientific calculator No

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. D : SOLID MECHANICS Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. Q.2 Consider the forces of magnitude F acting on the sides of the regular hexagon having

More information

Stress analysis of a stepped bar

Stress analysis of a stepped bar Stress analysis of a stepped bar Problem Find the stresses induced in the axially loaded stepped bar shown in Figure. The bar has cross-sectional areas of A ) and A ) over the lengths l ) and l ), respectively.

More information

Finite Element Method in Geotechnical Engineering

Finite Element Method in Geotechnical Engineering Finite Element Method in Geotechnical Engineering Short Course on + Dynamics Boulder, Colorado January 5-8, 2004 Stein Sture Professor of Civil Engineering University of Colorado at Boulder Contents Steps

More information

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich UNIVERSITY OF SASKATCHEWAN ME 313.3 MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich A CLOSED BOOK EXAMINATION TIME: 3 HOURS For Marker s Use Only LAST NAME (printed): FIRST

More information

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method 9210-203 Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method You should have the following for this examination one answer book No additional data is attached

More information

Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods of Structural Analysis

Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods of Structural Analysis uke University epartment of Civil and Environmental Engineering CEE 42L. Matrix Structural Analysis Henri P. Gavin Fall, 22 Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods

More information

ENGN 2340 Final Project Report. Optimization of Mechanical Isotropy of Soft Network Material

ENGN 2340 Final Project Report. Optimization of Mechanical Isotropy of Soft Network Material ENGN 2340 Final Project Report Optimization of Mechanical Isotropy of Soft Network Material Enrui Zhang 12/15/2017 1. Introduction of the Problem This project deals with the stress-strain response of a

More information

Matrix Analysis and Algorithms

Matrix Analysis and Algorithms Matrix Analysis and Algorithms Systems of Linear Equations (SLE) Least SQuares problems (LSQ) EigenValue Problems (EVP) Dr. Bjo rn Stinner, Research Fellow Mathematics Institute and Centre for Scientific

More information

6.4 A cylindrical specimen of a titanium alloy having an elastic modulus of 107 GPa ( psi) and

6.4 A cylindrical specimen of a titanium alloy having an elastic modulus of 107 GPa ( psi) and 6.4 A cylindrical specimen of a titanium alloy having an elastic modulus of 107 GPa (15.5 10 6 psi) and an original diameter of 3.8 mm (0.15 in.) will experience only elastic deformation when a tensile

More information

Free Body Diagram: Solution: The maximum load which can be safely supported by EACH of the support members is: ANS: A =0.217 in 2

Free Body Diagram: Solution: The maximum load which can be safely supported by EACH of the support members is: ANS: A =0.217 in 2 Problem 10.9 The angle β of the system in Problem 10.8 is 60. The bars are made of a material that will safely support a tensile normal stress of 8 ksi. Based on this criterion, if you want to design the

More information

ME Final Exam. PROBLEM NO. 4 Part A (2 points max.) M (x) y. z (neutral axis) beam cross-sec+on. 20 kip ft. 0.2 ft. 10 ft. 0.1 ft.

ME Final Exam. PROBLEM NO. 4 Part A (2 points max.) M (x) y. z (neutral axis) beam cross-sec+on. 20 kip ft. 0.2 ft. 10 ft. 0.1 ft. ME 323 - Final Exam Name December 15, 2015 Instructor (circle) PROEM NO. 4 Part A (2 points max.) Krousgrill 11:30AM-12:20PM Ghosh 2:30-3:20PM Gonzalez 12:30-1:20PM Zhao 4:30-5:20PM M (x) y 20 kip ft 0.2

More information

Elements of Continuum Elasticity. David M. Parks Mechanics and Materials II February 25, 2004

Elements of Continuum Elasticity. David M. Parks Mechanics and Materials II February 25, 2004 Elements of Continuum Elasticity David M. Parks Mechanics and Materials II 2.002 February 25, 2004 Solid Mechanics in 3 Dimensions: stress/equilibrium, strain/displacement, and intro to linear elastic

More information

Structural Analysis of Truss Structures using Stiffness Matrix. Dr. Nasrellah Hassan Ahmed

Structural Analysis of Truss Structures using Stiffness Matrix. Dr. Nasrellah Hassan Ahmed Structural Analysis of Truss Structures using Stiffness Matrix Dr. Nasrellah Hassan Ahmed FUNDAMENTAL RELATIONSHIPS FOR STRUCTURAL ANALYSIS In general, there are three types of relationships: Equilibrium

More information

Chapter 2 Examples of Optimization of Discrete Parameter Systems

Chapter 2 Examples of Optimization of Discrete Parameter Systems Chapter Examples of Optimization of Discrete Parameter Systems The following chapter gives some examples of the general optimization problem (SO) introduced in the previous chapter. They all concern the

More information

ME 243. Mechanics of Solids

ME 243. Mechanics of Solids ME 243 Mechanics of Solids Lecture 2: Stress and Strain Ahmad Shahedi Shakil Lecturer, Dept. of Mechanical Engg, BUET E-mail: sshakil@me.buet.ac.bd, shakil6791@gmail.com Website: teacher.buet.ac.bd/sshakil

More information

The University of Melbourne Engineering Mechanics

The University of Melbourne Engineering Mechanics The University of Melbourne 436-291 Engineering Mechanics Tutorial Four Poisson s Ratio and Axial Loading Part A (Introductory) 1. (Problem 9-22 from Hibbeler - Statics and Mechanics of Materials) A short

More information

T R U S S. Priodeep Chowdhury;Lecturer;Dept. of CEE;Uttara University//TRUSS Page 1

T R U S S. Priodeep Chowdhury;Lecturer;Dept. of CEE;Uttara University//TRUSS Page 1 T R U S S A truss is a structure that consists of All straight members connected together with pin joints connected only at the ends of the members and All external forces (loads & reactions) must be applied

More information

Strength of Material. Shear Strain. Dr. Attaullah Shah

Strength of Material. Shear Strain. Dr. Attaullah Shah Strength of Material Shear Strain Dr. Attaullah Shah Shear Strain TRIAXIAL DEFORMATION Poisson's Ratio Relationship Between E, G, and ν BIAXIAL DEFORMATION Bulk Modulus of Elasticity or Modulus of Volume

More information

2/28/2006 Statics ( F.Robilliard) 1

2/28/2006 Statics ( F.Robilliard) 1 2/28/2006 Statics (.Robilliard) 1 Extended Bodies: In our discussion so far, we have considered essentially only point masses, under the action of forces. We now broaden our considerations to extended

More information

CHAPTER OBJECTIVES CHAPTER OUTLINE. 4. Axial Load

CHAPTER OBJECTIVES CHAPTER OUTLINE. 4. Axial Load CHAPTER OBJECTIVES Determine deformation of axially loaded members Develop a method to find support reactions when it cannot be determined from euilibrium euations Analyze the effects of thermal stress

More information

A two-dimensional FE truss program

A two-dimensional FE truss program A two-dimensional FE truss program 4M020: Design Tools Eindhoven University of Technology Introduction The Matlab program fem2d allows to model and analyze two-dimensional truss structures, where trusses

More information

CHAPTER 5 Statically Determinate Plane Trusses

CHAPTER 5 Statically Determinate Plane Trusses CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS TYPES OF ROOF TRUSS ROOF TRUSS SETUP ROOF TRUSS SETUP OBJECTIVES To determine the STABILITY and DETERMINACY of plane trusses To analyse

More information

CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS

CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS 1 TYPES OF ROOF TRUSS ROOF TRUSS SETUP 2 ROOF TRUSS SETUP OBJECTIVES To determine the STABILITY and DETERMINACY of plane trusses To analyse

More information

NORMAL STRESS. The simplest form of stress is normal stress/direct stress, which is the stress perpendicular to the surface on which it acts.

NORMAL STRESS. The simplest form of stress is normal stress/direct stress, which is the stress perpendicular to the surface on which it acts. NORMAL STRESS The simplest form of stress is normal stress/direct stress, which is the stress perpendicular to the surface on which it acts. σ = force/area = P/A where σ = the normal stress P = the centric

More information

STATICALLY INDETERMINATE STRUCTURES

STATICALLY INDETERMINATE STRUCTURES STATICALLY INDETERMINATE STRUCTURES INTRODUCTION Generally the trusses are supported on (i) a hinged support and (ii) a roller support. The reaction components of a hinged support are two (in horizontal

More information

ME FINITE ELEMENT ANALYSIS FORMULAS

ME FINITE ELEMENT ANALYSIS FORMULAS ME 2353 - FINITE ELEMENT ANALYSIS FORMULAS UNIT I FINITE ELEMENT FORMULATION OF BOUNDARY VALUE PROBLEMS 01. Global Equation for Force Vector, {F} = [K] {u} {F} = Global Force Vector [K] = Global Stiffness

More information

Stress-Strain Behavior

Stress-Strain Behavior Stress-Strain Behavior 6.3 A specimen of aluminum having a rectangular cross section 10 mm 1.7 mm (0.4 in. 0.5 in.) is pulled in tension with 35,500 N (8000 lb f ) force, producing only elastic deformation.

More information

Due Monday, September 14 th, 12:00 midnight

Due Monday, September 14 th, 12:00 midnight Due Monday, September 14 th, 1: midnight This homework is considering the analysis of plane and space (3D) trusses as discussed in class. A list of MatLab programs that were discussed in class is provided

More information

Using MATLAB and. Abaqus. Finite Element Analysis. Introduction to. Amar Khennane. Taylor & Francis Croup. Taylor & Francis Croup,

Using MATLAB and. Abaqus. Finite Element Analysis. Introduction to. Amar Khennane. Taylor & Francis Croup. Taylor & Francis Croup, Introduction to Finite Element Analysis Using MATLAB and Abaqus Amar Khennane Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business

More information

Module 6. Approximate Methods for Indeterminate Structural Analysis. Version 2 CE IIT, Kharagpur

Module 6. Approximate Methods for Indeterminate Structural Analysis. Version 2 CE IIT, Kharagpur Module 6 Approximate Methods for Indeterminate Structural Analysis Lesson 35 Indeterminate Trusses and Industrial rames Instructional Objectives: After reading this chapter the student will be able to

More information

Name (Print) ME Mechanics of Materials Exam # 1 Date: October 5, 2016 Time: 8:00 10:00 PM

Name (Print) ME Mechanics of Materials Exam # 1 Date: October 5, 2016 Time: 8:00 10:00 PM Name (Print) (Last) (First) Instructions: ME 323 - Mechanics of Materials Exam # 1 Date: October 5, 2016 Time: 8:00 10:00 PM Circle your lecturer s name and your class meeting time. Gonzalez Krousgrill

More information

GG303 Lab 12 11/7/18 1

GG303 Lab 12 11/7/18 1 GG303 Lab 12 11/7/18 1 DEFORMATION AROUND A HOLE This lab has two main objectives. The first is to develop insight into the displacement, stress, and strain fields around a hole in a sheet under an approximately

More information

INTRODUCTION TO STRAIN

INTRODUCTION TO STRAIN SIMPLE STRAIN INTRODUCTION TO STRAIN In general terms, Strain is a geometric quantity that measures the deformation of a body. There are two types of strain: normal strain: characterizes dimensional changes,

More information

STANDARD SAMPLE. Reduced section " Diameter. Diameter. 2" Gauge length. Radius

STANDARD SAMPLE. Reduced section  Diameter. Diameter. 2 Gauge length. Radius MATERIAL PROPERTIES TENSILE MEASUREMENT F l l 0 A 0 F STANDARD SAMPLE Reduced section 2 " 1 4 0.505" Diameter 3 4 " Diameter 2" Gauge length 3 8 " Radius TYPICAL APPARATUS Load cell Extensometer Specimen

More information

If the number of unknown reaction components are equal to the number of equations, the structure is known as statically determinate.

If the number of unknown reaction components are equal to the number of equations, the structure is known as statically determinate. 1 of 6 EQUILIBRIUM OF A RIGID BODY AND ANALYSIS OF ETRUCTURAS II 9.1 reactions in supports and joints of a two-dimensional structure and statically indeterminate reactions: Statically indeterminate structures

More information

ME 323 Examination #2 April 11, 2018

ME 323 Examination #2 April 11, 2018 ME 2 Eamination #2 April, 2 PROBLEM NO. 25 points ma. A thin-walled pressure vessel is fabricated b welding together two, open-ended stainless-steel vessels along a 6 weld line. The welded vessel has an

More information

Using the finite element method of structural analysis, determine displacements at nodes 1 and 2.

Using the finite element method of structural analysis, determine displacements at nodes 1 and 2. Question 1 A pin-jointed plane frame, shown in Figure Q1, is fixed to rigid supports at nodes and 4 to prevent their nodal displacements. The frame is loaded at nodes 1 and by a horizontal and a vertical

More information

x 1 To help us here we invoke MacLaurin, 1 + t = 1 + t/2 + O(t 2 ) for small t, and write

x 1 To help us here we invoke MacLaurin, 1 + t = 1 + t/2 + O(t 2 ) for small t, and write On the Deormation o an Elastic Fiber We consider the case illustrated in Figure. The bold solid line is a iber in its reerence state. When we subject its two ends to the two orces, (, ) and (, ) the respective

More information

Chapter 4-b Axially Loaded Members

Chapter 4-b Axially Loaded Members CIVL 222 STRENGTH OF MATERIALS Chapter 4-b Axially Loaded Members AXIAL LOADED MEMBERS Today s Objectives: Students will be able to: a) Determine the elastic deformation of axially loaded member b) Apply

More information

The science of elasticity

The science of elasticity The science of elasticity In 1676 Hooke realized that 1.Every kind of solid changes shape when a mechanical force acts on it. 2.It is this change of shape which enables the solid to supply the reaction

More information

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading MA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading MA 3702 Mechanics & Materials Science Zhe Cheng (2018) 2 Stress & Strain - Axial Loading Statics

More information

There are three main types of structure - mass, framed and shells.

There are three main types of structure - mass, framed and shells. STRUCTURES There are three main types of structure - mass, framed and shells. Mass structures perform due to their own weight. An example would be a dam. Frame structures resist loads due to the arrangement

More information

1 Nonlinear deformation

1 Nonlinear deformation NONLINEAR TRUSS 1 Nonlinear deformation When deformation and/or rotation of the truss are large, various strains and stresses can be defined and related by material laws. The material behavior can be expected

More information

A Simple Problem Which Students Can Solve and Check Using an Inexpensive Calculator

A Simple Problem Which Students Can Solve and Check Using an Inexpensive Calculator Session 3649 A Simple Problem Which Students Can Solve and Check Using an Inexpensive Calculator Patrick J. Cronin The Pennsylvania State University New Kensington Campus Abstract This paper proposes a

More information

STRESS, STRAIN AND DEFORMATION OF SOLIDS

STRESS, STRAIN AND DEFORMATION OF SOLIDS VELAMMAL COLLEGE OF ENGINEERING AND TECHNOLOGY, MADURAI 625009 DEPARTMENT OF CIVIL ENGINEERING CE8301 STRENGTH OF MATERIALS I -------------------------------------------------------------------------------------------------------------------------------

More information

Fig. 1. Circular fiber and interphase between the fiber and the matrix.

Fig. 1. Circular fiber and interphase between the fiber and the matrix. Finite element unit cell model based on ABAQUS for fiber reinforced composites Tian Tang Composites Manufacturing & Simulation Center, Purdue University West Lafayette, IN 47906 1. Problem Statement In

More information

Aluminum shell. Brass core. 40 in

Aluminum shell. Brass core. 40 in PROBLEM #1 (22 points) A solid brass core is connected to a hollow rod made of aluminum. Both are attached at each end to a rigid plate as shown in Fig. 1. The moduli of aluminum and brass are EA=11,000

More information

Example 3.7 Consider the undeformed configuration of a solid as shown in Figure 3.60.

Example 3.7 Consider the undeformed configuration of a solid as shown in Figure 3.60. 162 3. The linear 3-D elasticity mathematical model The 3-D elasticity model is of great importance, since it is our highest order hierarchical model assuming linear elastic behavior. Therefore, it provides

More information

ME Statics. Structures. Chapter 4

ME Statics. Structures. Chapter 4 ME 108 - Statics Structures Chapter 4 Outline Applications Simple truss Method of joints Method of section Germany Tacoma Narrows Bridge http://video.google.com/videoplay?docid=-323172185412005564&q=bruce+lee&pl=true

More information

Truss Structures: The Direct Stiffness Method

Truss Structures: The Direct Stiffness Method . Truss Structures: The Companies, CHAPTER Truss Structures: The Direct Stiffness Method. INTRODUCTION The simple line elements discussed in Chapter introduced the concepts of nodes, nodal displacements,

More information

16.21 Techniques of Structural Analysis and Design Spring 2005 Unit #8 Principle of Virtual Displacements

16.21 Techniques of Structural Analysis and Design Spring 2005 Unit #8 Principle of Virtual Displacements 6. Techniques of Structural Analysis and Design Spring 005 Unit #8 rinciple of irtual Displacements Raúl Radovitzky March 3, 005 rinciple of irtual Displacements Consider a body in equilibrium. We know

More information

The aims of this experiment were to obtain values for Young s modulus and Poisson s ratio for

The aims of this experiment were to obtain values for Young s modulus and Poisson s ratio for The Cornu Method Nikki Truss 09369481 Abstract: The aims of this experiment were to obtain values for Young s modulus and Poisson s ratio for Perspex using the Cornu Method. A value of was found for Young

More information

Lecture 15 Strain and stress in beams

Lecture 15 Strain and stress in beams Spring, 2019 ME 323 Mechanics of Materials Lecture 15 Strain and stress in beams Reading assignment: 6.1 6.2 News: Instructor: Prof. Marcial Gonzalez Last modified: 1/6/19 9:42:38 PM Beam theory (@ ME

More information

Chapter 5 CENTRIC TENSION OR COMPRESSION ( AXIAL LOADING )

Chapter 5 CENTRIC TENSION OR COMPRESSION ( AXIAL LOADING ) Chapter 5 CENTRIC TENSION OR COMPRESSION ( AXIAL LOADING ) 5.1 DEFINITION A construction member is subjected to centric (axial) tension or compression if in any cross section the single distinct stress

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 06

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 06 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 06 In the last lecture, we have seen a boundary value problem, using the formal

More information

EE C245 ME C218 Introduction to MEMS Design

EE C245 ME C218 Introduction to MEMS Design EE C245 ME C218 Introduction to MEMS Design Fall 2007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 Lecture 16: Energy

More information

On the Analysis of Small Displacements of Truss Joints

On the Analysis of Small Displacements of Truss Joints Claremont Colleges Scholarship @ Claremont All HMC Faculty Publications Research HMC Faculty Scholarship --003 On the Analysis of Small Displacements of Truss Joints Clive. Dym Harvey Mudd College Harry

More information

Chapter Two: Mechanical Properties of materials

Chapter Two: Mechanical Properties of materials Chapter Two: Mechanical Properties of materials Time : 16 Hours An important consideration in the choice of a material is the way it behave when subjected to force. The mechanical properties of a material

More information

Chapter 2: Deflections of Structures

Chapter 2: Deflections of Structures Chapter 2: Deflections of Structures Fig. 4.1. (Fig. 2.1.) ASTU, Dept. of C Eng., Prepared by: Melkamu E. Page 1 (2.1) (4.1) (2.2) Fig.4.2 Fig.2.2 ASTU, Dept. of C Eng., Prepared by: Melkamu E. Page 2

More information

2. Trusses and bars in axial load Contents

2. Trusses and bars in axial load Contents 2. Trusses and bars in axial load Contents 2. Trusses and bars in axial load... 1 2.1 Introduction... 2 2.2 Physics re-cap: spring mechanics... 3 2.3 Statics: Equilibrium of internal and external forces

More information

Equilibrium. the linear momentum,, of the center of mass is constant

Equilibrium. the linear momentum,, of the center of mass is constant Equilibrium is the state of an object where: Equilibrium the linear momentum,, of the center of mass is constant Feb. 19, 2018 the angular momentum,, about the its center of mass, or any other point, is

More information

Vector Mechanics: Statics

Vector Mechanics: Statics PDHOnline Course G492 (4 PDH) Vector Mechanics: Statics Mark A. Strain, P.E. 2014 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088 www.pdhonline.org www.pdhcenter.com

More information

ENGINEERING MECHANICS STATIC

ENGINEERING MECHANICS STATIC Trusses Simple trusses The basic element of a truss is the triangle, three bars joined by pins at their ends, fig. a below, constitutes a rigid frame. The term rigid is used to mean noncollapsible and

More information

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises Non-linear and time-dependent material models in Mentat & MARC Tutorial with Background and Exercises Eindhoven University of Technology Department of Mechanical Engineering Piet Schreurs July 7, 2009

More information

REPORT TO D-FLEX LTD APRIL 2009 REPORT. (to D-Flex Ltd, NWDA Innovation Vouchers Award, 28 April 2009)

REPORT TO D-FLEX LTD APRIL 2009 REPORT. (to D-Flex Ltd, NWDA Innovation Vouchers Award, 28 April 2009) REPORT (to D-Flex Ltd, NWDA Innovation Vouchers Award, 28 April 2009) Finite Element Modelling of Rigidity of Fishing Rods with Various Cross-sections Report to D-Flex Ltd by Z Guan Department of Engineering,

More information

Methods of Analysis. Force or Flexibility Method

Methods of Analysis. Force or Flexibility Method INTRODUCTION: The structural analysis is a mathematical process by which the response of a structure to specified loads is determined. This response is measured by determining the internal forces or stresses

More information

Project Engineer: Wesley Kinkler Project Number: 4.14 Submission Date: 11/15/2003. TAMUK Truss Company Trusses Made Simple

Project Engineer: Wesley Kinkler Project Number: 4.14 Submission Date: 11/15/2003. TAMUK Truss Company Trusses Made Simple Submission Date: 11/15/2003 TAMUK Truss Company Trusses Made Simple Table of Contents Introduction..3 Proposal.3 Solution..5 Hand Calculations 5 TRUSS2D 7 NENastran 7 Comparison of Results... 8 Data Analysis.10

More information

Mechanical Engineering Ph.D. Preliminary Qualifying Examination Solid Mechanics February 25, 2002

Mechanical Engineering Ph.D. Preliminary Qualifying Examination Solid Mechanics February 25, 2002 student personal identification (ID) number on each sheet. Do not write your name on any sheet. #1. A homogeneous, isotropic, linear elastic bar has rectangular cross sectional area A, modulus of elasticity

More information

Practice Final Examination. Please initial the statement below to show that you have read it

Practice Final Examination. Please initial the statement below to show that you have read it EN175: Advanced Mechanics of Solids Practice Final Examination School of Engineering Brown University NAME: General Instructions No collaboration of any kind is permitted on this examination. You may use

More information

46th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference April 2005 Austin, Texas

46th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference April 2005 Austin, Texas th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics & Materials Conference - April, Austin, Texas AIAA - AIAA - Bi-stable Cylindrical Space Frames H Ye and S Pellegrino University of Cambridge, Cambridge,

More information

Elasticity. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Modified by M.

Elasticity. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Modified by M. Elasticity A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Modified by M. Lepore Elasticity Photo Vol. 10 PhotoDisk/Getty BUNGEE jumping utilizes

More information

Development of Truss Equations

Development of Truss Equations CIVL 7/87 Chapter 3 - Truss Equations - Part /53 Chapter 3a Development of Truss Equations Learning Objectives To derive the stiffness matri for a bar element. To illustrate how to solve a bar assemblage

More information

Mechanical Properties of Materials

Mechanical Properties of Materials Mechanical Properties of Materials Strains Material Model Stresses Learning objectives Understand the qualitative and quantitative description of mechanical properties of materials. Learn the logic of

More information

Verification of the Hyperbolic Soil Model by Triaxial Test Simulations

Verification of the Hyperbolic Soil Model by Triaxial Test Simulations 1 Introduction Verification of the Hyperbolic Soil Model by Triaxial Test Simulations This example simulates a series of triaxial tests that can be used to verify that the Hyperbolic constitutive model

More information

Chapter 2 A Mathematical Toolbox

Chapter 2 A Mathematical Toolbox Chapter 2 Mathematical Toolbox Vectors and Scalars 1) Scalars have only a magnitude (numerical value) Denoted by a symbol, a 2) Vectors have a magnitude and direction Denoted by a bold symbol (), or symbol

More information

Chapter 2 Basis for Indeterminate Structures

Chapter 2 Basis for Indeterminate Structures Chapter - Basis for the Analysis of Indeterminate Structures.1 Introduction... 3.1.1 Background... 3.1. Basis of Structural Analysis... 4. Small Displacements... 6..1 Introduction... 6.. Derivation...

More information

MECh300H Introduction to Finite Element Methods. Finite Element Analysis (F.E.A.) of 1-D Problems

MECh300H Introduction to Finite Element Methods. Finite Element Analysis (F.E.A.) of 1-D Problems MECh300H Introduction to Finite Element Methods Finite Element Analysis (F.E.A.) of -D Problems Historical Background Hrenikoff, 94 frame work method Courant, 943 piecewise polynomial interpolation Turner,

More information

Due Tuesday, September 21 st, 12:00 midnight

Due Tuesday, September 21 st, 12:00 midnight Due Tuesday, September 21 st, 12:00 midnight The first problem discusses a plane truss with inclined supports. You will need to modify the MatLab software from homework 1. The next 4 problems consider

More information

ELASTICITY (MDM 10203)

ELASTICITY (MDM 10203) ELASTICITY () Lecture Module 3: Fundamental Stress and Strain University Tun Hussein Onn Malaysia Normal Stress inconstant stress distribution σ= dp da P = da A dimensional Area of σ and A σ A 3 dimensional

More information

N = Shear stress / Shear strain

N = Shear stress / Shear strain UNIT - I 1. What is meant by factor of safety? [A/M-15] It is the ratio between ultimate stress to the working stress. Factor of safety = Ultimate stress Permissible stress 2. Define Resilience. [A/M-15]

More information

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 4 Pure Bending

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 4 Pure Bending EA 3702 echanics & aterials Science (echanics of aterials) Chapter 4 Pure Bending Pure Bending Ch 2 Aial Loading & Parallel Loading: uniform normal stress and shearing stress distribution Ch 3 Torsion:

More information

CHAPTER 12 STATIC EQUILIBRIUM AND ELASTICITY. Conditions for static equilibrium Center of gravity (weight) Examples of static equilibrium

CHAPTER 12 STATIC EQUILIBRIUM AND ELASTICITY. Conditions for static equilibrium Center of gravity (weight) Examples of static equilibrium CHAPTER 12 STATIC EQUILIBRIUM AND ELASTICITY As previously defined, an object is in equilibrium when it is at rest or moving with constant velocity, i.e., with no net force acting on it. The following

More information

[5] Stress and Strain

[5] Stress and Strain [5] Stress and Strain Page 1 of 34 [5] Stress and Strain [5.1] Internal Stress of Solids [5.2] Design of Simple Connections (will not be covered in class) [5.3] Deformation and Strain [5.4] Hooke s Law

More information

Static Equilibrium and Elasticity. Luis Anchordoqui

Static Equilibrium and Elasticity. Luis Anchordoqui Static Equilibrium and Elasticity The Conditions for Equilibrium An object with forces acting on it, but that is not moving, is said to be in equilibrium. The Conditions for Equilibrium (cont d) The first

More information

Bending of Simply Supported Isotropic and Composite Laminate Plates

Bending of Simply Supported Isotropic and Composite Laminate Plates Bending of Simply Supported Isotropic and Composite Laminate Plates Ernesto Gutierrez-Miravete 1 Isotropic Plates Consider simply a supported rectangular plate of isotropic material (length a, width b,

More information

Strain and Force San José State University A. Mysore Spring 2009

Strain and Force San José State University A. Mysore Spring 2009 Strain and Force Strain Gage Measures strain as a change in length L, observed by change in resistance R, for a given resistivity ρ and cross-sectional area A. For elastic materials that follow Hooke s

More information

CIVL 8/7117 Chapter 12 - Structural Dynamics 1/75. To discuss the dynamics of a single-degree-of freedom springmass

CIVL 8/7117 Chapter 12 - Structural Dynamics 1/75. To discuss the dynamics of a single-degree-of freedom springmass CIV 8/77 Chapter - /75 Introduction To discuss the dynamics of a single-degree-of freedom springmass system. To derive the finite element equations for the time-dependent stress analysis of the one-dimensional

More information

Reg. No. : Question Paper Code : B.Arch. DEGREE EXAMINATION, APRIL/MAY Second Semester AR 6201 MECHANICS OF STRUCTURES I

Reg. No. : Question Paper Code : B.Arch. DEGREE EXAMINATION, APRIL/MAY Second Semester AR 6201 MECHANICS OF STRUCTURES I WK 4 Reg. No. : Question Paper Code : 71387 B.Arch. DEGREE EXAMINATION, APRIL/MAY 2017. Second Semester AR 6201 MECHANICS OF STRUCTURES I (Regulations 2013) Time : Three hours Maximum : 100 marks Answer

More information

EE Homework 3 Due Date: 03 / 30 / Spring 2015

EE Homework 3 Due Date: 03 / 30 / Spring 2015 EE 476 - Homework 3 Due Date: 03 / 30 / 2015 Spring 2015 Exercise 1 (10 points). Consider the problem of two pulleys and a mass discussed in class. We solved a version of the problem where the mass was

More information

Computational Inelasticity FHLN05. Assignment A non-linear elasto-plastic problem

Computational Inelasticity FHLN05. Assignment A non-linear elasto-plastic problem Computational Inelasticity FHLN05 Assignment 2017 A non-linear elasto-plastic problem General instructions A written report should be submitted to the Division of Solid Mechanics no later than October

More information

Module III - Macro-mechanics of Lamina. Lecture 23. Macro-Mechanics of Lamina

Module III - Macro-mechanics of Lamina. Lecture 23. Macro-Mechanics of Lamina Module III - Macro-mechanics of Lamina Lecture 23 Macro-Mechanics of Lamina For better understanding of the macromechanics of lamina, the knowledge of the material properties in essential. Therefore, the

More information

Lecture 4 Honeycombs Notes, 3.054

Lecture 4 Honeycombs Notes, 3.054 Honeycombs-In-plane behavior Lecture 4 Honeycombs Notes, 3.054 Prismatic cells Polymer, metal, ceramic honeycombs widely available Used for sandwich structure cores, energy absorption, carriers for catalysts

More information

Young s modulus. W.E. Bailey, APAM/MSE EN1102

Young s modulus. W.E. Bailey, APAM/MSE EN1102 Young s modulus W.E. Bailey, APAM/MSE EN1102 Spring constants Remember k is the spring constant Consider two springs F = k x Figure: Thin wire (d 1 cm) W.E. Bailey, APAM/MSE EN1102 Young s modulus 2 /

More information

Composites Design and Analysis. Stress Strain Relationship

Composites Design and Analysis. Stress Strain Relationship Composites Design and Analysis Stress Strain Relationship Composite design and analysis Laminate Theory Manufacturing Methods Materials Composite Materials Design / Analysis Engineer Design Guidelines

More information

JEPPIAAR ENGINEERING COLLEGE

JEPPIAAR ENGINEERING COLLEGE JEPPIAAR ENGINEERING COLLEGE Jeppiaar Nagar, Rajiv Gandhi Salai 600 119 DEPARTMENT OFMECHANICAL ENGINEERING QUESTION BANK VI SEMESTER ME6603 FINITE ELEMENT ANALYSIS Regulation 013 SUBJECT YEAR /SEM: III

More information

PRACTICE 2 PROYECTO Y CONSTRUCCIÓN DE PUENTES. 1º Máster Ingeniería de Caminos. E.T.S.I. Caminos, canales y puertos (Ciudad Real) 01/06/2016

PRACTICE 2 PROYECTO Y CONSTRUCCIÓN DE PUENTES. 1º Máster Ingeniería de Caminos. E.T.S.I. Caminos, canales y puertos (Ciudad Real) 01/06/2016 PRACTICE 2 PROYECTO Y CONSTRUCCIÓN DE PUENTES 1º Máster Ingeniería de Caminos E.T.S.I. Caminos, canales y puertos (Ciudad Real) 01/06/2016 AUTHOR: CONTENT 1. INTRODUCTION... 3 2. BRIDGE GEOMETRY AND MATERIAL...

More information

FLEXIBILITY METHOD FOR INDETERMINATE FRAMES

FLEXIBILITY METHOD FOR INDETERMINATE FRAMES UNIT - I FLEXIBILITY METHOD FOR INDETERMINATE FRAMES 1. What is meant by indeterminate structures? Structures that do not satisfy the conditions of equilibrium are called indeterminate structure. These

More information

3 2 6 Solve the initial value problem u ( t) 3. a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1

3 2 6 Solve the initial value problem u ( t) 3. a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1 Math Problem a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1 3 6 Solve the initial value problem u ( t) = Au( t) with u (0) =. 3 1 u 1 =, u 1 3 = b- True or false and why 1. if A is

More information

Mechanical Design in Optical Engineering

Mechanical Design in Optical Engineering OPTI Buckling Buckling and Stability: As we learned in the previous lectures, structures may fail in a variety of ways, depending on the materials, load and support conditions. We had two primary concerns:

More information