Homework Exercises for Chapter 10 TL Bar Elements: Truss Analysis

Size: px
Start display at page:

Download "Homework Exercises for Chapter 10 TL Bar Elements: Truss Analysis"

Transcription

1 Solutions to Exercises omework Exercises for Chapter TL Bar Elements: Truss Analysis Note: not all solutions fully worked out. EXECISE. The strain measures (engineering strain versus GL strain) are different. Since a snapping truss actually goes through large strains (of about 5% if α = ) that difference is reflected in limit-point s that differ by noticeable amounts. EXECISE. Three choices for the optimality criterion are studied below. For all cases volume of truss material, cross section and geometric dimensions are linked by the relations V = A L = A (S/) +, = V /(A ) (S/), A = V / (S/) + (E.) We recall the results (.9) for the limit and bifurcation points, in which for convenience we will take the + sign for the primary path critical points: 6EA L =+, B =+ EA S S. (E.) ( + S ) ( + S ) In all cases we eventually set S = and E = to simplify expressions. Since is dimensionless, this makes no difference in the results. ClearAll[Em,A,V,S,,uX,uY,pX,pY,B,L]; S=; Em=; A=; =Sqrt[-(A^*S^)+V^]/(*A); L=-(6/(*Sqrt[]))*A*Em*^/(^+S^)^(/); B=-*Sqrt[]*A*Em*S^*Sqrt[*^-S^]/(^+S^)^(/); Print["L/V=",L/V," B/V=",B/V]; style={{absolutethickness[],gbcolor[,,]}, {AbsoluteThickness[],GBColor[,,]}}; Plot[{-L,-B},{V,,6},Plotange->All,AxesOrigin->{,}, Frame->True,ImageSize->,PlotStyle->style]; Plot[{-L/V,-B/V},{V,,6},Plotange->All,AxesOrigin->{,}, Frame->True,ImageSize->,PlotStyle->style]; sol=simplify[solve[d[l/v,v]==,v]]; Print[sol,N[sol]]; sol=simplify[solve[d[b/v,v]==,v]]; Print[sol,N[sol]]; =(Sqrt[-(A^*S^)+V^]/(*A))/.V->; Print["=",," = ",N[]]; Figure E.. Mathematica script to solve Exercise 9., criterion (I) B L L V B V 5 6 Figure E.. esults from running the script of Figure E.. 9

2 Chapter : TL BA ELEMENTS: TUSS ANALYSIS (I) Maximize load capacity max = min( L, B ) with respect to unit volume. The area A is varied as per the last of (E.). Then L = 6E V /( ( +S ) ) and B = ES V S /( +S ). Both attain their maxima with respect to at exactly the same tan α = /( S) =, hence α opt = 6. This happens to be the angle at which L and B coincide. This is called a simultaneous failure mode design and is typical of optimization criteria that involve critical loads. The Mathematica script shown in Figure E. solves this problem. unning the script gives the results shown in Figure E.. The results include plots of ( L, B ) as well as ( L /V, B /V ) with respect to. The critical load coalescence is clear in both plots. That of ( L /V, B /V ) versus shows that the load capacity is maximized at the coalescence (horizontal tangent there). ClearAll[Em,A,S,,uX,uY,pX,pY,B,L]; S=; Em=; A=; V=A**Sqrt[(S/)^+^]; L=-(6/(*Sqrt[]))*A*Em*^/(^+S^)^(/); B=-*Sqrt[]*A*Em*S^*Sqrt[*^-S^]/(^+S^)^(/); Print["L=",L," B=",B]; style={{absolutethickness[],gbcolor[,,]}, {AbsoluteThickness[],GBColor[,,]}}; Plot[{-L,-B},{,,},Plotange->All,AxesOrigin->{,}, Frame->True,ImageSize->,PlotStyle->style]; sol=simplify[solve[d[l,]==,]]; Print[sol,N[sol]]; sol=simplify[solve[d[b,]==,]]; Print[sol,N[sol]]; Figure E.. Mathematica script to solve Exercise 9., criterion (II) L B Figure E.5. esults from running the script of Figure E.. (II) Maximize load capacity with respect to V (or equivalently ) while keeping S and A fixed The cross section area is given in terms of V and by A = V /( (S/) + ). Inserting S = and E = one gets 6 L = ( + ), / B = 8, (E.5) ( + ) / Maximizing max = min( L, B ) with respect to yields = 7/, or tan α = 7/ =.878 and α opt 6.9. Failure occurs by bifurcation. The Mathematica script shown in Figure E. solves this problem. unning the script gives the results shown in Figure E.5. The results include a plot of ( L, B ) versus. ere the maximum load capacity occurs slightly after coalescence. (III) Maximize the load capacity per unit volume of material, with respect to the total volume. Mathematically we maximize max /V with respect to V (or ), while keeping S and A fixed. Then

3 Solutions to Exercises ClearAll[Em,A,V,S,,uX,uY,pX,pY,L,B]; S=; Em=; V=; A=V/Sqrt[(S/)^+^]; L=-(6/(*Sqrt[]))*A*Em*^/(^+S^)^(/); B=-*Sqrt[]*A*Em*S^*Sqrt[*^-S^]/(^+S^)^(/); Print["L=",L," B=",B]; style={{absolutethickness[],gbcolor[,,]}, {AbsoluteThickness[],GBColor[,,]}}; Plot[{-L,-B},{,,},Plotange->All,AxesOrigin->{,}, Frame->True,ImageSize->,PlotStyle->style]; sol=simplify[solve[d[l,]==,]]; Print[sol,N[sol]]; sol=simplify[solve[d[b,]==,]]; Print[sol,N[sol]]; Figure E.6. Mathematica script to solve Exercise 9., criterion (III) L B Figure E.7. esults from running the script of Figure E.6. = V A S /(A ). Inserting S = and E = one gets L V = (V )/ V, B = 8 (V ) V, (E.6) V Note that V to get real values. Maximizing max /V = min( L /V, B /V ) with respect to V yields V =, whence = sqrt and α o pt = 6. This is the same result of criterion (a). The Mathematica script shown in Figure E.6 solves this problem. unning the script gives the results shown in Figure E.7. The results include a plot of ( L, B ) versus. ere the maximum load capacity occurs again at coalescence, as in citerion (I). Credit is given if the optimality criterion (whatever is chosen) is clearly stated and answers for that criterion are correct. Some points deducted if only L is checked against and B ignored,

4 Chapter : TL BA ELEMENTS: TUSS ANALYSIS EXECISE. The internal force expressions are given in the Exercise statement. On replacing the numerical data of Figure E.7 into the internal force expressions yields px = u X ( + u X + + u Y ) 5 5, py = ( + )(u X + ( + )) 5. 5 The equilibrium paths are obtained by solving the residual equations p X = and p Y = f ref = / for u X and while keeping as independent variable. Solving this system gives five segments. These are identified as and PP for the primary (fundamental) path, and, SP and SP for the secondary path. Their expressions are (purple) : = + c /, u X = 5 /, PP (green) : = c /, u X = 5 /, (black) : =, u X = 6/ + (9 5 + c ) / 6 / (9, 5 + c ) / SP (red) : =, u X = 6/) ( + j ) ( j )(9 5 + c ) / 6 / (9 5 + c ) /, SP (blue) : =, u X = 6/ ( j ) ( + j )(9 5 + c ) / 6 / (9 5 + c ) /. (E.7) in which j =, c = and c = 6 5. The color indicated after the name in (E.7) is that used in Figures E.8 and E.9 for equilibrium paths, which are drawn as solid lines. The paths of (E.7) are plotted in Figure E.8 in various configurations as identified in plot titles. The D plot of Figure E.8(a) on state space (u X, ) plainly shows that the secondary path, composed by segments SS, SS, and SS, lies on the = plane, which corresponds to a fully flatenned truss. Figures E.8(b,c) show paths projected on (u X,)and (,), respectively. Figure E.8(b) suggests two limit points at the junctions of with PP, and of PP with PP, respectively; this is corroborated by Figure E.8(d). Figure E.8(c) suggest two limit points on the primary path at the junctions of and PP. The three-dimensional control-state plots in Figure E.8(e,f) clarify the foregoing suggestions further and in addition show two bifurcation points at the junctions of the primary and secondary paths, which coalesce with limit points. Next we proceed to verify the foregoing visual guesses analytically. Differentiating p X and p Y gives the tangent stiffness matrix K = [ + u ] X + + u Y u X ( + ) 5 u X ( + ) 8 + u X + + u. Y The determinant is det(k) = (6 + u X u X (5 + + u Y ))/5. Solving the quartic equation det(k) = for in terms of u X yields four expressions: u c Y = c c, u c Y = + c c, u c Y = c + c, u c Y = + c + c, in which c = 5u X and c = +u X. These are potential critical point locations, and consequently called critical point loci. These are plotted in Figure E.9(a) over the (u X, ) state space. As can be observed, segment coalesce to form two closed curves. The intersection of these curves with equilibrium paths will define the actual critical points. This is done graphically in Figure E.9(b), in which Figures E.9(a) and

5 (a) Equilibrium paths projected on the (u X,) state space PP PP u X (c) Equilibrium paths projected on the (u,) plane Y PP (e) Three-D plot of equilibrium paths in the (u X,,) control-state space. Viewpoint: (5,, 5) PP SP PP PP SP SP,SP,SP (overlaid) SP u X u X Solutions to Exercises (b) Equilibrium paths projected on the (u, ) plane X (d) Secondary paths projected on the = plane u X SP (f) Three-D plot of equilibrium paths in the (u X,,) control-state space. Viewpoint: (5, 5, 5) SP PP,PP (overlaid) SP SP SP SP SP SP Figure E.8. Equilibrium paths for Mises truss under horizontal load. u X uy (a) Critical point loci (a.k.a. critical point surfaces) Bifurcation pt loci Limit pt loci u X u.5 Y (b) Superimposing equilibrium paths and critical point loci in state space L+B L L+B u X L Figure E.9. Geometric determination of critical points.

6 Chapter : TL BA ELEMENTS: TUSS ANALYSIS E.8(a) have been combined. Obviously intersections can occur only for =. Setting this value in the tangent stiffness matrix simplifies it to a diagonal form: ˆK = 5 [ + u X + u X ] def = [ ] ˆK XX. ˆK YY Setting u X = / ±.5 so that ˆK XX vanishes makes ˆK singular, with null eigenvector z = [, ] T. The corresponding load factors are cr = /5/5 = ±.977. Setting u X = = ± so that ˆK YY vanishes makes ˆK singular, with null eigenvector z = [, ] T. The corresponding load factors are cr = /(5 5) =± Since the incremental load vector is q = r/ = [/, ] T, the critical point indicators are q T z = / (limit point) and q T z = (bifurcation). This explains the labels in Figure E.9(a). Four of the six critical point labels in Figure E.9(b) are thereby verified. The fact that both bifurcation points are also limit points cannot be discerned by the q T z indicator, since that is valid only for isolated critical points. The practical value of this Exercise is limited since the occurrence of any critical point requires the truss to be fully flattened. The vertical load case is far more instructive.

Nonlinear FEM. Critical Points. NFEM Ch 5 Slide 1

Nonlinear FEM. Critical Points. NFEM Ch 5 Slide 1 5 Critical Points NFEM Ch 5 Slide Assumptions for this Chapter System is conservative: total residual is the gradient of a total potential energy function r(u,λ) = (u,λ) u Consequence: the tangent stiffness

More information

34 Imperfections 34 1

34 Imperfections 34 1 34 Imperfections 34 1 Chapter 34: IMPERFECTIONS TABLE OF CONTENTS Page 34.1 No Body is Perfect................... 34 3 34.2 Imperfection Sources................. 34 3 34.2.1 Physical Imperfections..............

More information

Nonconservative Loading: Overview

Nonconservative Loading: Overview 35 Nonconservative Loading: Overview 35 Chapter 35: NONCONSERVATIVE LOADING: OVERVIEW TABLE OF CONTENTS Page 35. Introduction..................... 35 3 35.2 Sources...................... 35 3 35.3 Three

More information

Direct calculation of critical points in parameter sensitive systems

Direct calculation of critical points in parameter sensitive systems Direct calculation of critical points in parameter sensitive systems Behrang Moghaddasie a, Ilinca Stanciulescu b, a Department of Civil Engineering, Ferdowsi University of Mashhad, P.O. Box 91775-1111,

More information

Course in. Geometric nonlinearity. Nonlinear FEM. Computational Mechanics, AAU, Esbjerg

Course in. Geometric nonlinearity. Nonlinear FEM. Computational Mechanics, AAU, Esbjerg Course in Nonlinear FEM Geometric nonlinearity Nonlinear FEM Outline Lecture 1 Introduction Lecture 2 Geometric nonlinearity Lecture 3 Material nonlinearity Lecture 4 Material nonlinearity it continued

More information

Nonlinear Bifurcation Analysis

Nonlinear Bifurcation Analysis 33 Nonlinear ifurcation Analysis 33 1 Chapter 33: NONLINEAR IFURCATION ANALYSIS TALE OF CONTENTS Page 33.1 Introduction..................... 33 3 33.2 ifurcation Analysis Levels............... 33 3 33.3

More information

(Refer Slide Time: 04:21 min)

(Refer Slide Time: 04:21 min) Soil Mechanics Prof. B.V.S. Viswanathan Department of Civil Engineering Indian Institute of Technology, Bombay Lecture 44 Shear Strength of Soils Lecture No.2 Dear students today we shall go through yet

More information

POST-BUCKLING CAPACITY OF BI-AXIALLY LOADED RECTANGULAR STEEL PLATES

POST-BUCKLING CAPACITY OF BI-AXIALLY LOADED RECTANGULAR STEEL PLATES POST-BUCKLING CAPACITY OF BI-AXIALLY LOADED RECTANGULAR STEEL PLATES Jeppe Jönsson a and Tommi H. Bondum b a,b DTU Civil Engineering, Technical University of Denmark Abstract: Results from a detailed numerical

More information

1. Introduction. 2. Outlines

1. Introduction. 2. Outlines 1. Introduction Graphs are beneficial because they summarize and display information in a manner that is easy for most people to comprehend. Graphs are used in many academic disciplines, including math,

More information

The logistic difference equation and the route to chaotic behaviour

The logistic difference equation and the route to chaotic behaviour The logistic difference equation and the route to chaotic behaviour Level 1 module in Modelling course in population and evolutionary biology (701-1418-00) Module author: Sebastian Bonhoeffer Course director:

More information

Homework 1/Solutions. Graded Exercises

Homework 1/Solutions. Graded Exercises MTH 310-3 Abstract Algebra I and Number Theory S18 Homework 1/Solutions Graded Exercises Exercise 1. Below are parts of the addition table and parts of the multiplication table of a ring. Complete both

More information

RESERVE DESIGN INTRODUCTION. Objectives. In collaboration with Wendy K. Gram. Set up a spreadsheet model of a nature reserve with two different

RESERVE DESIGN INTRODUCTION. Objectives. In collaboration with Wendy K. Gram. Set up a spreadsheet model of a nature reserve with two different RESERVE DESIGN In collaboration with Wendy K. Gram Objectives Set up a spreadsheet model of a nature reserve with two different habitats. Calculate and compare abundances of species with different habitat

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

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

MODULE C: COMPRESSION MEMBERS

MODULE C: COMPRESSION MEMBERS MODULE C: COMPRESSION MEMBERS This module of CIE 428 covers the following subjects Column theory Column design per AISC Effective length Torsional and flexural-torsional buckling Built-up members READING:

More information

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 3 Differentiation ü 3.1 The Derivative Students should read Sections 3.1-3.5 of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. ü 3.1.1 Slope of Tangent

More information

Mathematical Properties of Stiffness Matrices

Mathematical Properties of Stiffness Matrices Mathematical Properties of Stiffness Matrices CEE 4L. Matrix Structural Analysis Department of Civil and Environmental Engineering Duke University Henri P. Gavin Fall, 0 These notes describe some of the

More information

UNIT- I Thin plate theory, Structural Instability:

UNIT- I Thin plate theory, Structural Instability: UNIT- I Thin plate theory, Structural Instability: Analysis of thin rectangular plates subject to bending, twisting, distributed transverse load, combined bending and in-plane loading Thin plates having

More information

Prof. B V S Viswanadham, Department of Civil Engineering, IIT Bombay

Prof. B V S Viswanadham, Department of Civil Engineering, IIT Bombay 51 Module 4: Lecture 2 on Stress-strain relationship and Shear strength of soils Contents Stress state, Mohr s circle analysis and Pole, Principal stressspace, Stress pathsin p-q space; Mohr-coulomb failure

More information

Ph.D. Preliminary Examination Analysis

Ph.D. Preliminary Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... Ph.D.

More information

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of CHAPTER III APPLICATIONS The eigenvalues are λ =, An orthonormal basis of eigenvectors consists of, The eigenvalues are λ =, A basis of eigenvectors consists of, 4 which are not perpendicular However,

More information

6.6 FRAMES AND MACHINES APPLICATIONS. Frames are commonly used to support various external loads.

6.6 FRAMES AND MACHINES APPLICATIONS. Frames are commonly used to support various external loads. 6.6 FRAMES AND MACHINES APPLICATIONS Frames are commonly used to support various external loads. How is a frame different than a truss? How can you determine the forces at the joints and supports of a

More information

Spacetime Diagrams Lab Exercise

Spacetime Diagrams Lab Exercise Spacetime Diagrams Lab Exercise The spacetime diagram (also known as a Minkowski diagram) is a tool that can used to graphically describe complex problems in special relativity. In many cases, with a properly

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Mathematical review trigonometry vectors Motion in one dimension

Mathematical review trigonometry vectors Motion in one dimension Mathematical review trigonometry vectors Motion in one dimension Used to describe the position of a point in space Coordinate system (frame) consists of a fixed reference point called the origin specific

More information

TINIUS OLSEN Testing Machine Co., Inc.

TINIUS OLSEN Testing Machine Co., Inc. Interpretation of Stress-Strain Curves and Mechanical Properties of Materials Tinius Olsen has prepared this general introduction to the interpretation of stress-strain curves for the benefit of those

More information

E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION JANUARY 2007 MATHEMATICS

E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION JANUARY 2007 MATHEMATICS C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION JANUARY 2007 MATHEMATICS Copyright 2007 Caribbean Examinations Council

More information

One-Parameter Residual Equations

One-Parameter Residual Equations 4 One-Parameter Residual Equations NFEM Ch 4 Slide 1 Total Force Residual Equation with One Control Parameter r(u, ) = 0 total force residual state vector staging parameter = single control parameter Derivatives

More information

M.S Comprehensive Examination Analysis

M.S Comprehensive Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... M.S Comprehensive

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

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

Design Sensitivity Analysis and Optimization for Nonlinear Buckling of Finite-Dimensional Elastic Conservative Structures 1

Design Sensitivity Analysis and Optimization for Nonlinear Buckling of Finite-Dimensional Elastic Conservative Structures 1 Design Sensitivity Analysis and Optimization for Nonlinear Buckling of Finite-Dimensional Elastic Conservative Structures 1 M. Ohsaki Department of Architecture and Architectural Engineering, Kyoto University

More information

. D CR Nomenclature D 1

. D CR Nomenclature D 1 . D CR Nomenclature D 1 Appendix D: CR NOMENCLATURE D 2 The notation used by different investigators working in CR formulations has not coalesced, since the topic is in flux. This Appendix identifies the

More information

Stability Of Structures: Continuous Models

Stability Of Structures: Continuous Models 5 Stabilit Of Structures: Continuous Models SEN 311 ecture 5 Slide 1 Objective SEN 311 - Structures This ecture covers continuous models for structural stabilit. Focus is on aiall loaded columns with various

More information

y x -0.5 y

y x -0.5 y SOLVING LINEAR ALGEBRAIC SYSTEMS and CRAMER'S RULE These notes should provide you with a brief review of the facts about linear algebraic systems and a method, Cramer's Rule, that is useful in solving

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : MCH110 SEMESTER: TWO

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : MCH110 SEMESTER: TWO SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: APPLIED MECHANICS CODE NO. : SEMESTER: TWO PROGRAM: AUTHOR: DATE: APPROVED: TOTAL CREDITS: PREREQUISITE(S):

More information

INFLUENCE OF FLANGE STIFFNESS ON DUCTILITY BEHAVIOUR OF PLATE GIRDER

INFLUENCE OF FLANGE STIFFNESS ON DUCTILITY BEHAVIOUR OF PLATE GIRDER International Journal of Civil Structural 6 Environmental And Infrastructure Engineering Research Vol.1, Issue.1 (2011) 1-15 TJPRC Pvt. Ltd.,. INFLUENCE OF FLANGE STIFFNESS ON DUCTILITY BEHAVIOUR OF PLATE

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: CODE NO. : SEMESTER: Two PROGRAM: AUTHOR: Aviation Technology Flight Douglas McKinnon DATE: Jan 2013

More information

Introduction to Finite Element Analysis Using Pro/MECHANICA Wildfire 5.0

Introduction to Finite Element Analysis Using Pro/MECHANICA Wildfire 5.0 Introduction to Finite Element Analysis Using Pro/MECHANICA Wildfire 5.0 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks.

More information

MECH 314 Dynamics of Mechanisms February 17, 2011 Offset Slider Crank Analysis and Some Other Slider Systems

MECH 314 Dynamics of Mechanisms February 17, 2011 Offset Slider Crank Analysis and Some Other Slider Systems MCH 314 ynamics of Mechanisms February 17, 011 ffset Slider Crank nalysis and Some ther Slider Systems 1 ffset Slider Crank Position nalysis Position and velocity analysis for the common slider-crank has

More information

ENGR-1100 Introduction to Engineering Analysis. Lecture 23

ENGR-1100 Introduction to Engineering Analysis. Lecture 23 ENGR-1100 Introduction to Engineering Analysis Lecture 23 Today s Objectives: Students will be able to: a) Draw the free body diagram of a frame and its members. FRAMES b) Determine the forces acting at

More information

Thursday 14 June 2012 Morning

Thursday 14 June 2012 Morning Thursday 14 June 01 Morning A GCE MATHEMATICS (MEI) 4757 Further Applications of Advanced Mathematics (FP3) QUESTION PAPER *471575061* Candidates answer on the Printed Answer Book. OCR supplied materials:

More information

Shear Stress Example: 1 (3/30/00)

Shear Stress Example: 1 (3/30/00) Shear Stress Example: 1 (3/30/00) Shear Stress Example Determine the largest shear stress for the beam shown. Given the 7' beam with the cross-section shown above left, what is the largest shear stress

More information

END-LOADED SHALLOW CURVED BEAMS

END-LOADED SHALLOW CURVED BEAMS Last edited by CLD on 2/20/11. ENDLOADED SHALLOW CURVED BEAMS Clive L. Dym, F. ASCE Fletcher Jones Professor of Engineering Design Department of Engineering Harvey Mudd College Claremont, CA 91711 ABSTRACT

More information

General Certificate of Secondary Education Mathematics Unit T4 (With calculator) Higher Tier [GMT41] THURSDAY 26 MAY, 9.15 am 11.

General Certificate of Secondary Education Mathematics Unit T4 (With calculator) Higher Tier [GMT41] THURSDAY 26 MAY, 9.15 am 11. General Certificate of Secondary Education 016 Mathematics Unit T (With calculator) Higher Tier [GMT1] THURSDAY 6 MAY, 9.1 am 11.1 am MARK SCHEME 9988.01 F GCSE MATHEMATICS Introduction The mark scheme

More information

Homework 3/ Solutions

Homework 3/ Solutions MTH 310-3 Abstract Algebra I and Number Theory S17 Homework 3/ Solutions Exercise 1. Prove the following Theorem: Theorem Let R and S be rings. Define an addition and multiplication on R S by for all r,

More information

9.1 Introduction to bifurcation of equilibrium and structural

9.1 Introduction to bifurcation of equilibrium and structural Module 9 Stability and Buckling Readings: BC Ch 14 earning Objectives Understand the basic concept of structural instability and bifurcation of equilibrium. Derive the basic buckling load of beams subject

More information

+ 2gx + 2fy + c = 0 if S

+ 2gx + 2fy + c = 0 if S CIRCLE DEFINITIONS A circle is the locus of a point which moves in such a way that its distance from a fixed point, called the centre, is always a constant. The distance r from the centre is called the

More information

Indeterminate Analysis Force Method 1

Indeterminate Analysis Force Method 1 Indeterminate Analysis Force Method 1 The force (flexibility) method expresses the relationships between displacements and forces that exist in a structure. Primary objective of the force method is to

More information

7.6 Stress in symmetrical elastic beam transmitting both shear force and bending moment

7.6 Stress in symmetrical elastic beam transmitting both shear force and bending moment 7.6 Stress in symmetrical elastic beam transmitting both shear force and bending moment à It is more difficult to obtain an exact solution to this problem since the presence of the shear force means that

More information

EAS 664/4 Principle Structural Design

EAS 664/4 Principle Structural Design UNIVERSITI SAINS MALAYSIA 1 st. Semester Examination 2004/2005 Academic Session October 2004 EAS 664/4 Principle Structural Design Time : 3 hours Instruction to candidates: 1. Ensure that this paper contains

More information

Basic Statistics Exercises 66

Basic Statistics Exercises 66 Basic Statistics Exercises 66 42. Suppose we are interested in predicting a person's height from the person's length of stride (distance between footprints). The following data is recorded for a random

More information

University of Sheffield The development of finite elements for 3D structural analysis in fire

University of Sheffield The development of finite elements for 3D structural analysis in fire The development of finite elements for 3D structural analysis in fire Chaoming Yu, I. W. Burgess, Z. Huang, R. J. Plank Department of Civil and Structural Engineering StiFF 05/09/2006 3D composite structures

More information

Residual Force Equations

Residual Force Equations 3 Residual Force Equations NFEM Ch 3 Slide 1 Total Force Residual Equation Vector form r(u,λ) = 0 r = total force residual vector u = state vector with displacement DOF Λ = array of control parameters

More information

Lecture 23. ENGR-1100 Introduction to Engineering Analysis FRAMES S 1

Lecture 23. ENGR-1100 Introduction to Engineering Analysis FRAMES S 1 ENGR-1100 Introduction to Engineering Analysis Lecture 23 Today s Objectives: Students will be able to: a) Draw the free body diagram of a frame and its members. FRAMES b) Determine the forces acting at

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

conventions and notation

conventions and notation Ph95a lecture notes, //0 The Bloch Equations A quick review of spin- conventions and notation The quantum state of a spin- particle is represented by a vector in a two-dimensional complex Hilbert space

More information

POST-BUCKLING BEHAVIOUR OF IMPERFECT SLENDER WEB

POST-BUCKLING BEHAVIOUR OF IMPERFECT SLENDER WEB Engineering MECHANICS, Vol. 14, 007, No. 6, p. 43 49 43 POST-BUCKLING BEHAVIOUR OF IMPERFECT SLENDER WEB Martin Psotný, Ján Ravinger* The stability analysis of slender web loaded in compression is presented.

More information

Vectors and Fields. Vectors versus scalars

Vectors and Fields. Vectors versus scalars C H A P T E R 1 Vectors and Fields Electromagnetics deals with the study of electric and magnetic fields. It is at once apparent that we need to familiarize ourselves with the concept of a field, and in

More information

Chapter 3 Variational Formulation & the Galerkin Method

Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 1 Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 2 Today s Lecture Contents: Introduction Differential formulation

More information

FIXED BEAMS IN BENDING

FIXED BEAMS IN BENDING FIXED BEAMS IN BENDING INTRODUCTION Fixed or built-in beams are commonly used in building construction because they possess high rigidity in comparison to simply supported beams. When a simply supported

More information

F.3 Special Factoring and a General Strategy of Factoring

F.3 Special Factoring and a General Strategy of Factoring F.3 Special Factoring and a General Strategy of Factoring Difference of Squares section F4 233 Recall that in Section P2, we considered formulas that provide a shortcut for finding special products, such

More information

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy .. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy = f(x, y). In this section we aim to understand the solution

More information

2010 Applied Maths. Advanced Higher Statistics. Finalised Marking Instructions

2010 Applied Maths. Advanced Higher Statistics. Finalised Marking Instructions 200 Applied Maths Advanced Higher Statistics Finalised Marking Instructions Scottish Qualifications Authority 200 The information in this publication may be reproduced to support SQA qualifications only

More information

Lecture2 The implicit function theorem. Bifurcations.

Lecture2 The implicit function theorem. Bifurcations. Lecture2 The implicit function theorem. Bifurcations. 1 Review:Newton s method. The existence theorem - the assumptions. Basins of attraction. 2 The implicit function theorem. 3 Bifurcations of iterations.

More information

Linear Algebra Using MATLAB

Linear Algebra Using MATLAB Linear Algebra Using MATLAB MATH 5331 1 May 12, 2010 1 Selected material from the text Linear Algebra and Differential Equations Using MATLAB by Martin Golubitsky and Michael Dellnitz Contents 1 Preliminaries

More information

The 5rd International Conference on. COMEC OCTOBER 2013, Brasov, Romania

The 5rd International Conference on. COMEC OCTOBER 2013, Brasov, Romania The 5rd International Conference on Computational Mechanics and Virtual Engineering COMEC 2013 24 25 OCTOBER 2013, Brasov, Romania THEORETICAL STUDIES AND EXPERIMENTAL RESEARCH FOR THE INCREASE OF THE

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

v n+1 = v T + (v 0 - v T )exp(-[n +1]/ N )

v n+1 = v T + (v 0 - v T )exp(-[n +1]/ N ) Notes on Dynamical Systems (continued) 2. Maps The surprisingly complicated behavior of the physical pendulum, and many other physical systems as well, can be more readily understood by examining their

More information

Pseudo-Force Incremental Methods

Pseudo-Force Incremental Methods . 19 Pseudo-Force Incremental Methods 19 1 Chapter 19: PSEUDO-FORCE INCREMENTAL METHODS 19 2 TABLE OF CONTENTS Page 19.1. Pseudo Force Formulation 19 3 19.2. Computing the Reference Stiffness and Internal

More information

The Direct Stiffness Method II

The Direct Stiffness Method II The Direct Stiffness Method II Chapter : THE DIRECT STIFFNESS METHOD II TABLE OF CONTENTS Page. The Remaining DSM Steps.................2 Assembly: Merge....................2. Governing Rules.................2.2

More information

Please review the following statement: I certify that I have not given unauthorized aid nor have I received aid in the completion of this exam.

Please review the following statement: I certify that I have not given unauthorized aid nor have I received aid in the completion of this exam. Please review the following statement: I certify that I have not given unauthorized aid nor have I received aid in the completion of this exam. Signature: INSTRUCTIONS Begin each problem in the space provided

More information

Soil strength. the strength depends on the applied stress. water pressures are required

Soil strength. the strength depends on the applied stress. water pressures are required Soil Strength Soil strength u Soils are essentially frictional materials the strength depends on the applied stress u Strength is controlled by effective stresses water pressures are required u Soil strength

More information

Lecture 13. Principal Component Analysis. Brett Bernstein. April 25, CDS at NYU. Brett Bernstein (CDS at NYU) Lecture 13 April 25, / 26

Lecture 13. Principal Component Analysis. Brett Bernstein. April 25, CDS at NYU. Brett Bernstein (CDS at NYU) Lecture 13 April 25, / 26 Principal Component Analysis Brett Bernstein CDS at NYU April 25, 2017 Brett Bernstein (CDS at NYU) Lecture 13 April 25, 2017 1 / 26 Initial Question Intro Question Question Let S R n n be symmetric. 1

More information

The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems

The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems Prof. Dr. Eleni Chatzi Dr. Giuseppe Abbiati, Dr. Konstantinos Agathos Lecture 1-21 September, 2017 Institute of Structural Engineering

More information

Math 248B. Applications of base change for coherent cohomology

Math 248B. Applications of base change for coherent cohomology Math 248B. Applications of base change for coherent cohomology 1. Motivation Recall the following fundamental general theorem, the so-called cohomology and base change theorem: Theorem 1.1 (Grothendieck).

More information

TENSILE CRACKING VIEWED AS BIFURCATION AND INSTABILITY IN A DISCRETE INTERFACE MODEL

TENSILE CRACKING VIEWED AS BIFURCATION AND INSTABILITY IN A DISCRETE INTERFACE MODEL Fracture Mechanics of Concrete Structures Proceeding FRAMCOS-3 AEDIFICATIO Publishers, D-79104 Frei burg, Germany TENSILE CRACKING VIEWED AS BIFURCATION AND INSTABILITY IN A DISCRETE INTERFACE MODEL A.

More information

CHAPTER 10 Zeros of Functions

CHAPTER 10 Zeros of Functions CHAPTER 10 Zeros of Functions An important part of the maths syllabus in secondary school is equation solving. This is important for the simple reason that equations are important a wide range of problems

More information

Stability Analysis of a Single-Degree-of-Freedom Mechanical Model with Distinct Critical Points: I. Bifurcation Theory Approach

Stability Analysis of a Single-Degree-of-Freedom Mechanical Model with Distinct Critical Points: I. Bifurcation Theory Approach World Journal of Mechanics, 013, 3, 6-81 doi:10.436/wjm.013.31005 Published Online February 013 (http://www.scirp.org/journal/wjm) Stability Analysis of a Single-Degree-of-Freedom Mechanical Model with

More information

Math 50A November 16, Name: Answer Key D. Arnold. Midterm #2

Math 50A November 16, Name: Answer Key D. Arnold. Midterm #2 Math 50A November 6, 206 Midterm #2 Name: Answer Key D. Arnold Instructions. (90 points) This midterm eam is open book, open notes. All work must be your own. You may not ask for help on any of the questions.

More information

10.4 The Cross Product

10.4 The Cross Product Math 172 Chapter 10B notes Page 1 of 9 10.4 The Cross Product The cross product, or vector product, is defined in 3 dimensions only. Let aa = aa 1, aa 2, aa 3 bb = bb 1, bb 2, bb 3 then aa bb = aa 2 bb

More information

By drawing Mohr s circle, the stress transformation in 2-D can be done graphically. + σ x σ y. cos 2θ + τ xy sin 2θ, (1) sin 2θ + τ xy cos 2θ.

By drawing Mohr s circle, the stress transformation in 2-D can be done graphically. + σ x σ y. cos 2θ + τ xy sin 2θ, (1) sin 2θ + τ xy cos 2θ. Mohr s Circle By drawing Mohr s circle, the stress transformation in -D can be done graphically. σ = σ x + σ y τ = σ x σ y + σ x σ y cos θ + τ xy sin θ, 1 sin θ + τ xy cos θ. Note that the angle of rotation,

More information

A Tour of Nonlinear Analysis

A Tour of Nonlinear Analysis 2 A Tour of Nonlinear Analysis 2 1 Chapter 2: A TOUR OF NONLINEAR ANALYSIS TABLE OF CONTENTS Page 2.1 Introduction..................... 2 3 2.2 Equilibrium Path and Response Diagrams.......... 2 3 2.2.1

More information

Lines, parabolas, distances and inequalities an enrichment class

Lines, parabolas, distances and inequalities an enrichment class Lines, parabolas, distances and inequalities an enrichment class Finbarr Holland 1. Lines in the plane A line is a particular kind of subset of the plane R 2 = R R, and can be described as the set of ordered

More information

Structural Analysis II Prof. P. Banerjee Department of Civil Engineering Indian Institute of Technology, Bombay Lecture 38

Structural Analysis II Prof. P. Banerjee Department of Civil Engineering Indian Institute of Technology, Bombay Lecture 38 Structural Analysis II Prof. P. Banerjee Department of Civil Engineering Indian Institute of Technology, Bombay Lecture 38 Good morning. We have been looking at influence lines for the last couple of lectures

More information

Chapter 2 Direct Current Circuits

Chapter 2 Direct Current Circuits Chapter 2 Direct Current Circuits 2.1 Introduction Nowadays, our lives are increasingly dependent upon the availability of devices that make extensive use of electric circuits. The knowledge of the electrical

More information

4 NON-LINEAR ANALYSIS

4 NON-LINEAR ANALYSIS 4 NON-INEAR ANAYSIS arge displacement elasticity theory, principle of virtual work arge displacement FEA with solid, thin slab, and bar models Virtual work density of internal forces revisited 4-1 SOURCES

More information

If you take CT5143 instead of CT4143 then write this at the first of your answer sheets and skip problem 4 and 6.

If you take CT5143 instead of CT4143 then write this at the first of your answer sheets and skip problem 4 and 6. Delft University of Technology Faculty of Civil Engineering and Geosciences Structural Mechanics Section Write your name and study number at the top right-hand of your work. Exam CT4143 Shell Analysis

More information

2. Supports which resist forces in two directions. Fig Hinge. Rough Surface. Fig Rocker. Roller. Frictionless Surface

2. Supports which resist forces in two directions. Fig Hinge. Rough Surface. Fig Rocker. Roller. Frictionless Surface 4. Structural Equilibrium 4.1 ntroduction n statics, it becomes convenient to ignore the small deformation and displacement. We pretend that the materials used are rigid, having the propert or infinite

More information

3.1 Limit Analysis and Design of Structures Formulated as LP Problems

3.1 Limit Analysis and Design of Structures Formulated as LP Problems Linear Programming 3 Mathematical programming is concerned with the extremization of a function f defined over an n-dimensional design space R n and bounded by a set S in the design space. The set S may

More information

Stress, Strain, Mohr s Circle

Stress, Strain, Mohr s Circle Stress, Strain, Mohr s Circle The fundamental quantities in solid mechanics are stresses and strains. In accordance with the continuum mechanics assumption, the molecular structure of materials is neglected

More information

Chapter 4 Differentiation

Chapter 4 Differentiation Chapter 4 Differentiation 08 Section 4. The derivative of a function Practice Problems (a) (b) (c) 3 8 3 ( ) 4 3 5 4 ( ) 5 3 3 0 0 49 ( ) 50 Using a calculator, the values of the cube function, correct

More information

Wed Feb The vector spaces 2, 3, n. Announcements: Warm-up Exercise:

Wed Feb The vector spaces 2, 3, n. Announcements: Warm-up Exercise: Wed Feb 2 4-42 The vector spaces 2, 3, n Announcements: Warm-up Exercise: 4-42 The vector space m and its subspaces; concepts related to "linear combinations of vectors" Geometric interpretation of vectors

More information

BHASVIC MαTHS. Skills 1

BHASVIC MαTHS. Skills 1 PART A: Integrate the following functions with respect to x: (a) cos 2 2xx (b) tan 2 xx (c) (d) 2 PART B: Find: (a) (b) (c) xx 1 2 cosec 2 2xx 2 cot 2xx (d) 2cccccccccc2 2xx 2 ccccccccc 5 dddd Skills 1

More information

MATHEMATICAL METHODS UNIT 1 Chapter 1 Reviewing Linear Equations Chapter 2 Coordinate geometry & linear relations

MATHEMATICAL METHODS UNIT 1 Chapter 1 Reviewing Linear Equations Chapter 2 Coordinate geometry & linear relations REVIEWING LINEAR EQUATIONS E da = q ε ( B da = 0 E ds = dφ. B ds = μ ( i + μ ( ε ( dφ 3 MATHEMATICAL METHODS UNIT 1 Chapter 1 Reviewing Linear Equations Chapter 2 Coordinate geometry & linear relations

More information

On the general Term of hypergeometric Series *

On the general Term of hypergeometric Series * On the general Term of hypergeometric Series * Leonhard Euler 1 Here, following Wallis I call series hypergeometric, whose general terms proceed according to continuously multiplied factors, while the

More information

both an analytical approach and the pole method, determine: (a) the direction of the

both an analytical approach and the pole method, determine: (a) the direction of the Quantitative Problems Problem 4-3 Figure 4-45 shows the state of stress at a point within a soil deposit. Using both an analytical approach and the pole method, determine: (a) the direction of the principal

More information

Calculus with Analytic Geometry I Exam 8 Take Home Part.

Calculus with Analytic Geometry I Exam 8 Take Home Part. Calculus with Analytic Geometry I Exam 8 Take Home Part. INSTRUCTIONS: SHOW ALL WORK. Write clearly, using full sentences. Use equal signs appropriately; don t use them between quantities that are not

More information

Aircraft Stress Analysis and Structural Design Summary

Aircraft Stress Analysis and Structural Design Summary Aircraft Stress Analysis and Structural Design Summary 1. Trusses 1.1 Determinacy in Truss Structures 1.1.1 Introduction to determinacy A truss structure is a structure consisting of members, connected

More information

1. Background. is usually significantly lower than it is in uniaxial tension

1. Background. is usually significantly lower than it is in uniaxial tension NOTES ON QUANTIFYING MODES OF A SECOND- ORDER TENSOR. The mechanical behavior of rocks and rock-like materials (concrete, ceramics, etc.) strongly depends on the loading mode, defined by the values and

More information