Matrix Analysis and Algorithms

Size: px
Start display at page:

Download "Matrix Analysis and Algorithms"

Transcription

1 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 Computing University of Warwick Zeeman Building, Room C2.30

2 Matrix Analysis and Algorithms Content Aim: Describe and analyse algorithms for solving some central problems which often emerge in complicated applications: 1. Systems of Linear Equations (SLE): Given A Cn n, b Cn n find x C such that Ax = b. 2. Least SQuares problems (LSQ): Given A Rm n, b Rm (typically m n) n find x R such that kax bk2 is minimal. 3. EigenValue Problems (EVP): Given A Cn n n find (x, λ) (C \{0}) C such that Ax = λx. Dr Bjo rn Stinner Term 1, 2009/2010

3 Objectives Understanding the mathematical principles underlying the design and the analysis process to solve large scale problems in numerical linear algebra. At the end of the module you will familiar with concepts and ideas related to: diverse matrix factorisations to obtain analytical results, as the basis for various algorithms, assessing algorithms with respect to computational cost efficiency, error analysis, conditioning of problems, stablity of algorithms, direct versus iterative methods. No coding, e.g. module MA4G7 Computational Linear Algebra and Optimization (Term 2).

4 Example, SLE Classical problems in linear elasticity: timber framework constructions truss brigde constructions

5 Single Bar Assumptions: bars can sustain load only in lateral direction, no shear forces (bar then rotates), deformation (compression, stretching) proportional to force: stress = elasticity modulus strain x1 Bar L of length l, both end points change the position under load: θ L x 1 = (x 11, x 12 ) R 2, x 2 = (x 21, x 22 ) R 2. For small relative deformations ( x 1 2 /l and x 2 2 /l are small), elongation to first order (linearisation): x 2 e = cos(θ)(x 11 x 21 ) + sin(θ)(x 21 x 22 ).

6 Strain m nodes, x R 2m displacement (displacement of node i: (x 2i 1, x 2i )). n bars, e R n strain. Linear relation between displacements and elongations: e = Bx, B R n 2m. Example: (0,1) m = 1 node, n = 2 bars. x = (x 1, x 2 ) R 2 displacement of the node: 1 2 (0,0) (1,1) Nodes (0, 1) and (0, 0) remain fixed, node at (1, 1) may change position under load. e 1 = 2 2 x x 2, e 2 = x 1. Hence e = Bx with «2/2 2/2 B = 1 0

7 Stress n bars, y R n stress. Recalling that stress = elasticity modulus strain: y = Ce, C R n n C contains material parameters, e.g. diagonal matrix with elasticity moduli in the diagonal. Example: (0,1) 1 Assume that «E1 0 C = 0 E 2 = « (0,0) (1,1) Then y = Ce = CBx.

8 Load m nodes, f R 2m load (force in each node). Goal: Compute deformation x for a given load such that the framework is in equilibrium, i.e. in each node, the sum of the forces is zero. Using the linearisation again, the forces on the nodes by the stresses is given by B T y. Hence, in equilibrium f = B T y = B T CBx, where B T CB R 2m 2m. Example: 1 2 f Load: f = (0, 1). System to be solved: «0 1 ««««2/2 1 = /2 2/2 x1 2/ x 2 «« x1 = Solution: x = ( 1, 5). x 2

9 Big Application Problems Optimisation problem: Ensure that stress not too large, deformations not to strong. Control by material, bar thickness etc. Solving the linear system several times required. May not want to do computations by hand.

10 Literature AM Stuart and J Voss, Matrix Analysis and Algorithms, script. LN Trefethen and D Bau, Numerical Linear Algebra, SIAM NJ Higham, Accuracy and Stability of Numerical Algorithms, SIAM G Golub and C van Loan, Matrix Computations, 3. ed., Johns Hopkins University Press D Kincaid and W Cheney, Numerical Analysis, 3. ed., AMS RA Horn and CR Johnson, Matrix Analysis, Cambridge University Press JW Demmel, Applied Numerical Linear Algebra, SIAM 1997.

11 Relation to Other Modules MA4G7 Computational Linear Algebra and Optimization (D. White) implementation, coding, software, but also towards optimisation problems. MA3H0 Numerical Analysis and PDEs (C. Elliott) discretisation of PDEs involves large systems of equations to be solved. MA3G7 Functional Analysis I (V. Gelfreich) a few ideas notions with respect to norm for the analysis are shared. MA390 Topics in Mathematical Biology (M. Kirkilionis) problems like pattern formation involve finding eigenvalues of operators. MA228 Numerical Analysis (X. He) stability and convergence, interpolation, quadrature, ODEs.

12 Other Stuff 28 lectures : No lecture on Monday 12 October. Assessment: Final exam (100%). But: Two assessed exercise sheets (not relevant for final mark). Weekly exercise sheets with solution on the web-page (one week later). Coding exercises in lecture notes (not assessed). Office hours: Wed 10-11, Mon 4-5 (not 12 October). Web-page:

CAAM 335 Matrix Analysis Planar Trusses

CAAM 335 Matrix Analysis Planar Trusses CAAM 5 Matrix Analysis Planar Trusses September 1, 010 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

More information

A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS

A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS A. Kroker, W. Becker TU Darmstadt, Department of Mechanical Engineering, Chair of Structural Mechanics Hochschulstr. 1, D-64289 Darmstadt, Germany kroker@mechanik.tu-darmstadt.de,

More information

EML4507 Finite Element Analysis and Design EXAM 1

EML4507 Finite Element Analysis and Design EXAM 1 2-17-15 Name (underline last name): EML4507 Finite Element Analysis and Design EXAM 1 In this exam you may not use any materials except a pencil or a pen, an 8.5x11 formula sheet, and a calculator. Whenever

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

4/14/11. Chapter 12 Static equilibrium and Elasticity Lecture 2. Condition for static equilibrium. Stability An object is in equilibrium:

4/14/11. Chapter 12 Static equilibrium and Elasticity Lecture 2. Condition for static equilibrium. Stability An object is in equilibrium: About Midterm Exam 3 When and where Thurs April 21 th, 5:45-7:00 pm Rooms: Same as Exam I and II, See course webpage. Your TA will give a brief review during the discussion session. Coverage: Chapts 9

More information

Solution of Matrix Eigenvalue Problem

Solution of Matrix Eigenvalue Problem Outlines October 12, 2004 Outlines Part I: Review of Previous Lecture Part II: Review of Previous Lecture Outlines Part I: Review of Previous Lecture Part II: Standard Matrix Eigenvalue Problem Other Forms

More information

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

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 13 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:25) Module - 01 Lecture - 13 In the last class, we have seen how

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

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

Chapter 5 Structural Elements: The truss & beam elements

Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 1 Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 2 Chapter Goals Learn how to formulate the Finite Element Equations

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

Announcements Monday, November 13

Announcements Monday, November 13 Announcements Monday, November 13 The third midterm is on this Friday, November 17. The exam covers 3.1, 3.2, 5.1, 5.2, 5.3, and 5.5. About half the problems will be conceptual, and the other half computational.

More information

Main matrix factorizations

Main matrix factorizations Main matrix factorizations A P L U P permutation matrix, L lower triangular, U upper triangular Key use: Solve square linear system Ax b. A Q R Q unitary, R upper triangular Key use: Solve square or overdetrmined

More information

Announcements Monday, November 13

Announcements Monday, November 13 Announcements Monday, November 13 The third midterm is on this Friday, November 17 The exam covers 31, 32, 51, 52, 53, and 55 About half the problems will be conceptual, and the other half computational

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

Chapter 1 General Introduction Instructor: Dr. Mürüde Çelikağ Office : CE Building Room CE230 and GE241

Chapter 1 General Introduction Instructor: Dr. Mürüde Çelikağ Office : CE Building Room CE230 and GE241 CIVL222 STRENGTH OF MATERIALS Chapter 1 General Introduction Instructor: Dr. Mürüde Çelikağ Office : CE Building Room CE230 and GE241 E-mail : murude.celikag@emu.edu.tr 1. INTRODUCTION There are three

More information

PURE BENDING. If a simply supported beam carries two point loads of 10 kn as shown in the following figure, pure bending occurs at segment BC.

PURE BENDING. If a simply supported beam carries two point loads of 10 kn as shown in the following figure, pure bending occurs at segment BC. BENDING STRESS The effect of a bending moment applied to a cross-section of a beam is to induce a state of stress across that section. These stresses are known as bending stresses and they act normally

More information

TEMPLATE FOR COURSE SPECIFICATION

TEMPLATE FOR COURSE SPECIFICATION TEMPLATE FOR COURSE SPECIFICATION HIGHER EDUCATION PERFORMANCE REVIEW: PROGRAMME REVIEW COURSE SPECIFICATION This Course Specification provides a concise summary of the main features of the course and

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

Linear Matrix Inequalities in Control

Linear Matrix Inequalities in Control Linear Matrix Inequalities in Control Delft Center for Systems and Control (DCSC) Delft University of Technology The Netherlands Department of Electrical Engineering Eindhoven University of Technology

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra)

AMS526: Numerical Analysis I (Numerical Linear Algebra) AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 1: Course Overview & Matrix-Vector Multiplication Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Numerical Analysis I 1 / 20 Outline 1 Course

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

1.105 Solid Mechanics Laboratory

1.105 Solid Mechanics Laboratory 1.105 Solid Mechanics Laboratory General Information Fall 2003 Prof. Louis Bucciarelli Rm 5-213 x3-4061 llbjr@mit.edu TA: Attasit Korchaiyapruk, Pong Rm 5-330B x 3-5170 attasit@mit.edu Athena Locker: /mit/1.105/

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

CHAPTER 6 MECHANICAL PROPERTIES OF METALS PROBLEM SOLUTIONS

CHAPTER 6 MECHANICAL PROPERTIES OF METALS PROBLEM SOLUTIONS CHAPTER 6 MECHANICAL PROPERTIES OF METALS PROBLEM SOLUTIONS Concepts of Stress and Strain 6.1 Using mechanics of materials principles (i.e., equations of mechanical equilibrium applied to a free-body diagram),

More information

Geometric Misfitting in Structures An Interval-Based Approach

Geometric Misfitting in Structures An Interval-Based Approach Geometric Misfitting in Structures An Interval-Based Approach M. V. Rama Rao Vasavi College of Engineering, Hyderabad - 500 031 INDIA Rafi Muhanna School of Civil and Environmental Engineering Georgia

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

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

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

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

OUTLINE 1. Introduction 1.1 Notation 1.2 Special matrices 2. Gaussian Elimination 2.1 Vector and matrix norms 2.2 Finite precision arithmetic 2.3 Fact

OUTLINE 1. Introduction 1.1 Notation 1.2 Special matrices 2. Gaussian Elimination 2.1 Vector and matrix norms 2.2 Finite precision arithmetic 2.3 Fact Computational Linear Algebra Course: (MATH: 6800, CSCI: 6800) Semester: Fall 1998 Instructors: { Joseph E. Flaherty, aherje@cs.rpi.edu { Franklin T. Luk, luk@cs.rpi.edu { Wesley Turner, turnerw@cs.rpi.edu

More information

Delft Applied Mechanics Course: Statics AE1-914-I. 18 August 2004, 9:00 12:00

Delft Applied Mechanics Course: Statics AE1-914-I. 18 August 2004, 9:00 12:00 Delft pplied Mechanics Course: Statics E1-914-I 18 ugust 2004, 9:00 12:00 This is the English exam. Only the answer forms will be collected ny other sheets will be rejected. Write down your name and student

More information

ENGN 2290: Plasticity Computational plasticity in Abaqus

ENGN 2290: Plasticity Computational plasticity in Abaqus ENGN 229: Plasticity Computational plasticity in Abaqus The purpose of these exercises is to build a familiarity with using user-material subroutines (UMATs) in Abaqus/Standard. Abaqus/Standard is a finite-element

More information

Formulation of the displacement-based Finite Element Method and General Convergence Results

Formulation of the displacement-based Finite Element Method and General Convergence Results Formulation of the displacement-based Finite Element Method and General Convergence Results z Basics of Elasticity Theory strain e: measure of relative distortions u r r' y for small displacements : x

More information

Actuation of kagome lattice structures

Actuation of kagome lattice structures Actuation of kagome lattice structures A.C.H. Leung D.D. Symons and S.D. Guest Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK The kagome lattice has been

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

EECS 275 Matrix Computation

EECS 275 Matrix Computation EECS 275 Matrix Computation Ming-Hsuan Yang Electrical Engineering and Computer Science University of California at Merced Merced, CA 95344 http://faculty.ucmerced.edu/mhyang Lecture 12 1 / 18 Overview

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

PHYS 1441 Section 002 Lecture #23

PHYS 1441 Section 002 Lecture #23 PHYS 1441 Section 002 Lecture #23 Monday, April 29, 2013 Conditions for Equilibrium Elastic Properties of Solids Young s Modulus Bulk Modulus Density and Specific Gravity luid and Pressure Today s homework

More information

Stress Strain Elasticity Modulus Young s Modulus Shear Modulus Bulk Modulus. Case study

Stress Strain Elasticity Modulus Young s Modulus Shear Modulus Bulk Modulus. Case study Stress Strain Elasticity Modulus Young s Modulus Shear Modulus Bulk Modulus Case study 2 In field of Physics, it explains how an object deforms under an applied force Real rigid bodies are elastic we can

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

AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences)

AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences) AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences) Lecture 1: Course Overview; Matrix Multiplication Xiangmin Jiao Stony Brook University Xiangmin Jiao Numerical

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

Course Syllabus: Continuum Mechanics - ME 212A

Course Syllabus: Continuum Mechanics - ME 212A Course Syllabus: Continuum Mechanics - ME 212A Division Course Number Course Title Academic Semester Physical Science and Engineering Division ME 212A Continuum Mechanics Fall Academic Year 2017/2018 Semester

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

INTRODUCTION (Cont..)

INTRODUCTION (Cont..) INTRODUCTION Name : Mohamad Redhwan Abd Aziz Post : Lecturer @ DEAN CENTER OF HND STUDIES Subject : Solid Mechanics Code : BME 2033 Room : CENTER OF HND STUDIES OFFICE H/P No. : 019-2579663 W/SITE : Http://tatiuc.edu.my/redhwan

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

Fall 2015 Spring 2016

Fall 2015 Spring 2016 BE 601: Linear Algebra (Fall 2015) Instructor: TA: Andy Fan (fana@bu.edu) Ron Yang (ronyang@bu.edu) Class: TTH 2:00 pm 4:00 pm (Fall 2015 only) Sociology Bldg (SOC), Room B57 Recitation: F 2:00 pm 3:00

More information

Module 3 : Equilibrium of rods and plates Lecture 15 : Torsion of rods. The Lecture Contains: Torsion of Rods. Torsional Energy

Module 3 : Equilibrium of rods and plates Lecture 15 : Torsion of rods. The Lecture Contains: Torsion of Rods. Torsional Energy The Lecture Contains: Torsion of Rods Torsional Energy This lecture is adopted from the following book 1. Theory of Elasticity, 3 rd edition by Landau and Lifshitz. Course of Theoretical Physics, vol-7

More information

CE5510 Advanced Structural Concrete Design - Design & Detailing of Openings in RC Flexural Members-

CE5510 Advanced Structural Concrete Design - Design & Detailing of Openings in RC Flexural Members- CE5510 Advanced Structural Concrete Design - Design & Detailing Openings in RC Flexural Members- Assoc Pr Tan Kiang Hwee Department Civil Engineering National In this lecture DEPARTMENT OF CIVIL ENGINEERING

More information

MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 1: Introduction, Multivariate Location and Scatter

MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 1: Introduction, Multivariate Location and Scatter MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 1:, Multivariate Location Contents , pauliina.ilmonen(a)aalto.fi Lectures on Mondays 12.15-14.00 (2.1. - 6.2., 20.2. - 27.3.), U147 (U5) Exercises

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

Announcements Monday, November 06

Announcements Monday, November 06 Announcements Monday, November 06 This week s quiz: covers Sections 5 and 52 Midterm 3, on November 7th (next Friday) Exam covers: Sections 3,32,5,52,53 and 55 Section 53 Diagonalization Motivation: Difference

More information

Physical Science and Engineering. Course Information. Course Number: ME 100

Physical Science and Engineering. Course Information. Course Number: ME 100 Physical Science and Engineering Course Number: ME 100 Course Title: Course Information Basic Principles of Mechanics Academic Semester: Fall Academic Year: 2016-2017 Semester Start Date: 8/21/2016 Semester

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

4 Finite Element Method for Trusses

4 Finite Element Method for Trusses 4 Finite Element Method for Trusses To solve the system of linear equations that arises in IPM, it is necessary to assemble the geometric matrix B a. For the sake of simplicity, the applied force vector

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

3-dimensional joint torque calculation of compression sportswear using 3D-CG human model

3-dimensional joint torque calculation of compression sportswear using 3D-CG human model 3-dimensional joint torque calculation of compression sportswear using 3D-CG human model Akihiro Matsuda, University of Tsukuba Hirokazu Tanaka, University of Tsukuba Hitoshi Aoki, University of Tsukuba

More information

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

Matrices and Deformation

Matrices and Deformation ES 111 Mathematical Methods in the Earth Sciences Matrices and Deformation Lecture Outline 13 - Thurs 9th Nov 2017 Strain Ellipse and Eigenvectors One way of thinking about a matrix is that it operates

More information

AN ITERATION. In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b

AN ITERATION. In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b AN ITERATION In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b In this, A is an n n matrix and b R n.systemsof this form arise

More information

CIVIL DEPARTMENT MECHANICS OF STRUCTURES- ASSIGNMENT NO 1. Brach: CE YEAR:

CIVIL DEPARTMENT MECHANICS OF STRUCTURES- ASSIGNMENT NO 1. Brach: CE YEAR: MECHANICS OF STRUCTURES- ASSIGNMENT NO 1 SEMESTER: V 1) Find the least moment of Inertia about the centroidal axes X-X and Y-Y of an unequal angle section 125 mm 75 mm 10 mm as shown in figure 2) Determine

More information

Tensile stress strain curves for different materials. Shows in figure below

Tensile stress strain curves for different materials. Shows in figure below Tensile stress strain curves for different materials. Shows in figure below Furthermore, the modulus of elasticity of several materials effected by increasing temperature, as is shown in Figure Asst. Lecturer

More information

ERM - Elasticity and Strength of Materials

ERM - Elasticity and Strength of Materials Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 205 - ESEIAAT - Terrassa School of Industrial, Aerospace and Audiovisual Engineering 712 - EM - Department of Mechanical Engineering

More information

Linear Elasticity ( ) Objectives. Equipment. Introduction. ε is then

Linear Elasticity ( ) Objectives. Equipment. Introduction. ε is then Linear Elasticity Objectives In this lab you will measure the Young s Modulus of a steel wire. In the process, you will gain an understanding of the concepts of stress and strain. Equipment Young s Modulus

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

Plates and Shells: Theory and Computation. Dr. Mostafa Ranjbar

Plates and Shells: Theory and Computation. Dr. Mostafa Ranjbar Plates and Shells: Theory and Computation Dr. Mostafa Ranjbar Outline -1-! This part of the module consists of seven lectures and will focus on finite elements for beams, plates and shells. More specifically,

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

Chapter 12. Static Equilibrium and Elasticity

Chapter 12. Static Equilibrium and Elasticity Chapter 12 Static Equilibrium and Elasticity Static Equilibrium Equilibrium implies that the object moves with both constant velocity and constant angular velocity relative to an observer in an inertial

More information

3.5 STRESS AND STRAIN IN PURE SHEAR. The next element is in a state of pure shear.

3.5 STRESS AND STRAIN IN PURE SHEAR. The next element is in a state of pure shear. 3.5 STRESS AND STRAIN IN PURE SHEAR The next element is in a state of pure shear. Fig. 3-20 Stresses acting on a stress element cut from a bar in torsion (pure shear) Stresses on inclined planes Fig. 3-21

More information

Twinning Engineering Programmes (TEP) & Thammasat English Programme of Engineering (TEPE) Faculty of Engineering, Thammasat University

Twinning Engineering Programmes (TEP) & Thammasat English Programme of Engineering (TEPE) Faculty of Engineering, Thammasat University " Twinning Engineering Programmes (TEP) & Thammasat English Programme of Engineering (TEPE) Faculty of Engineering, Thammasat University Undergraduate Examination 2 nd Semester of 2019 (Mid-term) CE221:

More information

Chapter 13 Elastic Properties of Materials

Chapter 13 Elastic Properties of Materials Chapter 13 Elastic Properties of Materials GOALS When you have mastered the contents of this chapter, you will be able to achieve the following goals: Definitions Define each of the following terms, and

More information

Review of similarity transformation and Singular Value Decomposition

Review of similarity transformation and Singular Value Decomposition Review of similarity transformation and Singular Value Decomposition Nasser M Abbasi Applied Mathematics Department, California State University, Fullerton July 8 7 page compiled on June 9, 5 at 9:5pm

More information

Mon Mar matrix eigenspaces. Announcements: Warm-up Exercise:

Mon Mar matrix eigenspaces. Announcements: Warm-up Exercise: Math 227-4 Week notes We will not necessarily finish the material from a given day's notes on that day We may also add or subtract some material as the week progresses, but these notes represent an in-depth

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

Table of Contents. Preface...xvii. Part 1. Level

Table of Contents. Preface...xvii. Part 1. Level Preface...xvii Part 1. Level 1... 1 Chapter 1. The Basics of Linear Elastic Behavior... 3 1.1. Cohesion forces... 4 1.2. The notion of stress... 6 1.2.1. Definition... 6 1.2.2. Graphical representation...

More information

Strain Measurements. Isaac Choutapalli

Strain Measurements. Isaac Choutapalli Note that for axial elongation (Eaxiai > 0), Erransverse (from Equation C.6), and therefore Strain Measurements Isaac Choutapalli Department of Mechanical Engineering The University of Texas - Pan American

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

March 24, Chapter 4. Deflection and Stiffness. Dr. Mohammad Suliman Abuhaiba, PE

March 24, Chapter 4. Deflection and Stiffness. Dr. Mohammad Suliman Abuhaiba, PE Chapter 4 Deflection and Stiffness 1 2 Chapter Outline Spring Rates Tension, Compression, and Torsion Deflection Due to Bending Beam Deflection Methods Beam Deflections by Superposition Strain Energy Castigliano

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

Lecture 21: Isoparametric Formulation of Plane Elements.

Lecture 21: Isoparametric Formulation of Plane Elements. 6.6. Rectangular Plane Stress/Strain Element. he CS element uses a triangular shape. he 3 nodes of the CS element allow us to employ linear multivariate approximations to the u and v displacements. he

More information

EECS 275 Matrix Computation

EECS 275 Matrix Computation EECS 275 Matrix Computation Ming-Hsuan Yang Electrical Engineering and Computer Science University of California at Merced Merced, CA 95344 http://faculty.ucmerced.edu/mhyang Lecture 20 1 / 20 Overview

More information

International Journal of Advanced Engineering Technology E-ISSN

International Journal of Advanced Engineering Technology E-ISSN Research Article INTEGRATED FORCE METHOD FOR FIBER REINFORCED COMPOSITE PLATE BENDING PROBLEMS Doiphode G. S., Patodi S. C.* Address for Correspondence Assistant Professor, Applied Mechanics Department,

More information

EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016

EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016 EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016 Answer the questions in the spaces provided on the question sheets. You must show your work to get credit for your answers. There will

More information

Unit M1.5 Statically Indeterminate Systems

Unit M1.5 Statically Indeterminate Systems Unit M1.5 Statically Indeterminate Systems Readings: CDL 2.1, 2.3, 2.4, 2.7 16.001/002 -- Unified Engineering Department of Aeronautics and Astronautics Massachusetts Institute of Technology LEARNING OBJECTIVES

More information

Mechanical Design in Optical Engineering

Mechanical Design in Optical Engineering Torsion Torsion: Torsion refers to the twisting of a structural member that is loaded by couples (torque) that produce rotation about the member s longitudinal axis. In other words, the member is loaded

More information

The CR Formulation: BE Plane Beam

The CR Formulation: BE Plane Beam 6 The CR Formulation: BE Plane Beam 6 Chapter 6: THE CR FORMUATION: BE PANE BEAM TABE OF CONTENTS Page 6. Introduction..................... 6 4 6.2 CR Beam Kinematics................. 6 4 6.2. Coordinate

More information

Content. Department of Mathematics University of Oslo

Content. Department of Mathematics University of Oslo Chapter: 1 MEK4560 The Finite Element Method in Solid Mechanics II (January 25, 2008) (E-post:torgeiru@math.uio.no) Page 1 of 14 Content 1 Introduction to MEK4560 3 1.1 Minimum Potential energy..............................

More information

Module 7: Micromechanics Lecture 29: Background of Concentric Cylinder Assemblage Model. Introduction. The Lecture Contains

Module 7: Micromechanics Lecture 29: Background of Concentric Cylinder Assemblage Model. Introduction. The Lecture Contains Introduction In this lecture we are going to introduce a new micromechanics model to determine the fibrous composite effective properties in terms of properties of its individual phases. In this model

More information

MA2081 Vector Calculus and Fluid Dynamics

MA2081 Vector Calculus and Fluid Dynamics MA2081 Vector Calculus and Fluid Dynamics Manolis Georgoulis January 2007 1/76 Course Information Module Webpage http://www.math.le.ac.uk/people/eg64/teaching/ma2081/ma2081.html Contact Details Dr. Manolis

More information

Class XI Chapter 9 Mechanical Properties of Solids Physics

Class XI Chapter 9 Mechanical Properties of Solids Physics Book Name: NCERT Solutions Question : A steel wire of length 4.7 m and cross-sectional area 5 3.0 0 m stretches by the same 5 amount as a copper wire of length 3.5 m and cross-sectional area of 4.0 0 m

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

6.730 Physics for Solid State Applications

6.730 Physics for Solid State Applications 6.730 Physics for Solid State Applications Lecture 5: Specific Heat of Lattice Waves Outline Review Lecture 4 3-D Elastic Continuum 3-D Lattice Waves Lattice Density of Modes Specific Heat of Lattice Specific

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

Exercise: concepts from chapter 8

Exercise: concepts from chapter 8 Reading: Fundamentals of Structural Geology, Ch 8 1) The following exercises explore elementary concepts associated with a linear elastic material that is isotropic and homogeneous with respect to elastic

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

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

Lecture 2: Finite Elements

Lecture 2: Finite Elements Materials Science & Metallurgy Master of Philosophy, Materials Modelling, Course MP7, Finite Element Analysis, H. K. D. H. Bhadeshia Lecture 2: Finite Elements In finite element analysis, functions of

More information

2 Computing complex square roots of a real matrix

2 Computing complex square roots of a real matrix On computing complex square roots of real matrices Zhongyun Liu a,, Yulin Zhang b, Jorge Santos c and Rui Ralha b a School of Math., Changsha University of Science & Technology, Hunan, 410076, China b

More information