GG313 Lecture 14 Coordinate Transformations Strain.

Slides:



Advertisements
Similar presentations
Physics 111: Mechanics Lecture 12
Advertisements

Some Ideas Behind Finite Element Analysis
Chapter 16 Planar Kinematics of a Rigid Body
Theory of Seismic waves
2D Geometric Transformations
Chapter 4.1 Mathematical Concepts
Chapter 4.1 Mathematical Concepts. 2 Applied Trigonometry Trigonometric functions Defined using right triangle  x y h.
Mechanics of Materials – MAE 243 (Section 002) Spring 2008 Dr. Konstantinos A. Sierros.
Physics 101: Lecture 4, Pg 1 Lecture 4: PHY101 Chapter 1 : Scalars and Vectors (1.5) Chapter 2: Distance and Displacement, Speed and Velocity (2.1,2.2)
Static Equilibrium And Elasticity (Keseimbangan Statik dan Kekenyalan)
CSCE 590E Spring 2007 Basic Math By Jijun Tang. Applied Trigonometry Trigonometric functions  Defined using right triangle  x y h.
Basic Math Vectors and Scalars Addition/Subtraction of Vectors Unit Vectors Dot Product.
Math for CSLecture 11 Mathematical Methods for Computer Science Lecture 1.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Screw Rotation and Other Rotational Forms
4.6 Moment due to Force Couples
An Introduction to Robot Kinematics
Vectors and Vector Addition Honors/MYIB Physics. This is a vector.
Lecture 10 REPRESENTATIONS OF SYMMETRY POINT GROUPS 1) Basis functions, characters and representations Each symmetry operation in a group can be represented.
Geometric Intuition Randy Gaul. Vectors, Points and Basis Matrices Rotation Matrices Dot product and how it’s useful Cross product and how it’s useful.
Mathematical Fundamentals
Eigenvectors and Eigenvalues
Transformations Aaron Bloomfield CS 445: Introduction to Graphics
Chapter 4.1 Mathematical Concepts
Chapter 3 Vectors Coordinate Systems Used to describe the position of a point in space Coordinate system consists of A fixed reference point called.
GG 450 March 19, 2008 Stress and Strain Elastic Constants.
Geometric Transformation. So far…. We have been discussing the basic elements of geometric programming. We have discussed points, vectors and their operations.
CHAPTER 4 DEFORMATION AND STRAIN. Deformation describes the complete transformation from the initial to the final geometry (shape, position and orientation)
Vector Quantities Vectors have ▫magnitude ▫direction Physical vector quantities ▫displacement ▫velocity ▫acceleration ▫force.
CS 376 Introduction to Computer Graphics 02 / 16 / 2007 Instructor: Michael Eckmann.
Chapter 3 Vectors. Coordinate Systems Used to describe the position of a point in space Coordinate system consists of a fixed reference point called the.
STRAIN RATE, ROTATION RATE AND ISOTROPY
Stress II. Stress as a Vector - Traction Force has variable magnitudes in different directions (i.e., it’s a vector) Area has constant magnitude with.
1 Chapter 2: Motion along a Straight Line. 2 Displacement, Time, Velocity.
Physics 2112 Unit 4: Gauss’ Law
Chapter 12 Static Equilibrium and Elasticity. Static Equilibrium Equilibrium implies that the object moves with both constant velocity and constant angular.
Internal stress measurement using XRD
Lecture 3 Kinematics Part I
Chapter 10 Rotational Motion.
KINEMATIC CHAINS & ROBOTS (I).
CS 325 Introduction to Computer Graphics 02 / 22 / 2010 Instructor: Michael Eckmann.
Introduction to Seismology
Static Equilibrium and Elasticity
Computer Graphics 3D Transformations. Translation.
Biology – Premed Windsor University School of Medicine and Health Sciences Jamaine Rowe Course Instructor.
FROM PARTICLE TO RIGID BODY.
CSCE 552 Fall 2012 Math By Jijun Tang. Applied Trigonometry Trigonometric functions  Defined using right triangle  x y h.
Graphics Lecture 2: Slide 1 Lecture 2 Transformations for animation.
Structural Geology Deformation and Strain – Homogeneous Strain, Strain Ellipsoid, Strain Path, Coaxial and Noncoaxial Strain Lecture 7 – Spring 2016 Deformation.
Vectors and the Geometry of Space Section 10.4 Lines and Planes in Space 2015.
 An image is the new figure, and the preimage is the original figure  Transformations-move or change a figure in some way to produce an image.
1 Teaching Innovation - Entrepreneurial - Global The Centre for Technology enabled Teaching & Learning, N Y S S, India DTEL DTEL (Department for Technology.
INTRODUCTION TO DYNAMICS ANALYSIS OF ROBOTS (Part 1)
6. Strain Assoc.Prof.Dr. Ahmet Zafer Şenalp Mechanical Engineering Department Gebze Technical University.
Rock Deformation I. Rock Deformation Collective displacements of points in a body relative to an external reference frame Deformation describes the transformations.
Chapter 1 Lecture Kinematics: Motion in One Dimension Prepared by Dedra Demaree, Georgetown University © 2014 Pearson Education, Inc.
Computer Graphics Mathematical Fundamentals Lecture 10 Taqdees A. Siddiqi
Computer Graphics Lecture 11 2D Transformations I Taqdees A. Siddiqi
Chapter 4.1 Mathematical Concepts. 2 Applied Trigonometry "Old Henry And His Old Aunt" Defined using right triangle  x y h.
Vectors 1] Vector A is 3.00 units in length and points along the positive x axis. Vector B is 4.00 units in length and points along the negative y axis.
Transformation methods - Examples
Matrices.
Let s be the 3x3 stress matrix and let n be a 3x1 unit vector
Scalars and Vectors.
BDA30303 Solid Mechanics II.
Continuum Mechanics for Hillslopes: Part III
Mechanical Principles
Concepts of stress and strain
Derivation of the 2D Rotation Matrix
Presentation transcript:

GG313 Lecture 14 Coordinate Transformations Strain

Coordinate Transformation One use of matrices is in describing deformation of materials under stress. When forces act on materials, the materials deform. This deformation is called STRAIN, and it can be described by changes in position of a particle inside a body. This change in position can be modeled by a coordinate transformation that moves the particle from one point to another with respect to a fixed point. First, we need to define how to measure changes.

The red lines show the location vectors with respect to the origin, and the blue line shows the direction and magnitude of how the particle moved during deformation. The point A has components x 1, y 1, and B has components x 2, y 2. The length or magnitude of the vectors is (x i 2 +y i 2 ) 1/2, and the angle each vector makes with the x axis is defined by tan(  i )=(y i /x i ). The angle between the two vectors is  b -  a, and the length of the displacement vector (blue) is [(xb-xa) 2 +(yb-ya) 2 ] 1/2.

We can define a matrix describing the location of three points in the x-y plane and add a third column of ones: It is important to note that if the determinant of the above matrix =0, then the three points lie on a straight line.

What about 4 points? If the similar matrix with 4 points and three dimensions has a zero determinant, then the four points must lie on a plane: Let’s check the above statement using four points that lie in a plane with unit coordinate values. This is easy: choose two points x 1,y 1,z 1, and x 1,y 2,z 2 (a straight line parallel to the x axis) two others x 3,y 3,z 3, and x 3,y 4,z 4 (another line parallel to the z-axis), and see if the determinant of the above equation is zero.

In geological situations, such a verification could be important - where you detect a particular layer in four wells for example, and want to know if the structure is a plane. In the true geological case, however, there is always noise, and even if the structure is planar, the determinant will likely not be equal to zero. Try the same calculation as above, but move one of the points slightly off the plane - say by 0.1 unit. How much does that change the determinant? How large can the determinant get? What if the four points are as far from a plane as you can get? What is the value of the determinant then? - (Such a structure with four points forms a tetrahedron.)

Back to strain: Let’s go to two dimensions for simplicity of visualization. Consider a particle that is deformed with respect to some other point (at the origin). The initial location of the particle is x,y, and the new location is x’,y’. Then the displacement of the particle is given by u=x’-x and v=y’-y. If the displacement is only in the x-direction, then y’=y, and v=0. We define the shear strain in this case as , where  =tan(  ), the angle between the initial and final locations with respect to the origin, and u=  y, v=0.

The strain matrix has normal strain components along the diagonal and shear strains on the off-diagonals. The strain matrix above is called simple shear: show Matlab. If the determinant of the strain matrix has particular values, we can say something about the area change of the deformation: Determinant valueResult of deformation 0one dimension is lost 1The area doesn’t change >1The area increases >0<1The area decreases

Shear strains change angles of vectors, normal strains preserve angles but change lengths. Simple shear rotates the whole body. Pure shear does not rotate the body. Normal strains are related to compressional waves in solids and liquids. Shear strains are related to shear waves. NEXT CLASS: We will go over two examples of the uses of eignevectors and eigenvalues.