Continuum Mechanics Mathematical Background. Syllabus Overview Week 1 – Math Review (Chapter 2). Week 2 – Kinematics (Chapter 3). Week 3 – Stress & Conservation.

Slides:



Advertisements
Similar presentations
Matrix Representation
Advertisements

Y.M. Hu, Assistant Professor, Department of Applied Physics, National University of Kaohsiung Matrix – Basic Definitions Chapter 3 Systems of Differential.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Chap. 3 Determinants 3.1 The Determinants of a Matrix
Matrices & Systems of Linear Equations
Maths for Computer Graphics
Linear Transformations
Chapter 4.1 Mathematical Concepts. 2 Applied Trigonometry Trigonometric functions Defined using right triangle  x y h.
Chapter 3 Determinants and Matrices
Chapter 2 Matrices Definition of a matrix.
CSci 6971: Image Registration Lecture 2: Vectors and Matrices January 16, 2004 Prof. Chuck Stewart, RPI Dr. Luis Ibanez, Kitware Prof. Chuck Stewart, RPI.
Chapter 1 Vector analysis
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Lesson 4 Review of Vectors and Matrices. Vectors A vector is normally expressed as or in terms of unit vectors likewise.
資訊科學數學11 : Linear Equation and Matrices
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Vectors and Matrices Class 17.1 E: Ch. 5.
Matrices and Determinants
Chapter 5 Determinants.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Week 4 - Monday.  What did we talk about last time?  Vectors.
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
Compiled By Raj G. Tiwari
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
8.1 Vector spaces A set of vector is said to form a linear vector space V Chapter 8 Matrices and vector spaces.
Little Linear Algebra Contents: Linear vector spaces Matrices Special Matrices Matrix & vector Norms.
Day 1 Eigenvalues and Eigenvectors
Matrices & Determinants Chapter: 1 Matrices & Determinants.
To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 5-1 1© 2006 by Prentice Hall, Inc. Upper Saddle River, NJ Module 5 Mathematical.
1 MAC 2103 Module 3 Determinants. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine the minor, cofactor,
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Mathematical foundationsModern Seismology – Data processing and inversion 1 Some basic maths for seismic data processing and inverse problems (Refreshement.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Matrices and Determinants
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Linear Algebra Review Tuesday, September 7, 2010.
Unsupervised Learning II Feature Extraction
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Graphics Graphics Korea University kucg.korea.ac.kr Mathematics for Computer Graphics 고려대학교 컴퓨터 그래픽스 연구실.
Lecture 1 Linear algebra Vectors, matrices. Linear algebra Encyclopedia Britannica:“a branch of mathematics that is concerned with mathematical structures.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
MTH108 Business Math I Lecture 20.
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Linear Algebra review (optional)
Matrices and vector spaces
Matrix Algebra.
CSE 541 – Numerical Methods
Section 2.4 Matrices.
Chapter 3 Linear Algebra
Further Matrix Algebra
Linear Algebra review (optional)
1.8 Matrices.
Game Programming Algorithms and Techniques
1.8 Matrices.
Chapter 2 Determinants.
Presentation transcript:

Continuum Mechanics Mathematical Background

Syllabus Overview Week 1 – Math Review (Chapter 2). Week 2 – Kinematics (Chapter 3). Week 3 – Stress & Conservation of mass, momenta and energy (Chapter 4 & 5). Week 4 – Constituative Equations & Linearized Elasticity (Chapter 6 & 7). Week 7 – Fluid Mechanics, Heat Transfer & Viscoelasticity (Chapters 8 & 9). Assessment Computer Project – 30% Mid Term (Take Home) – 25% Final (Take Home) – 30% Homework - (15%)

Some Examples Continuum mechanics forms the basis of CFD, Solid Mechanics, Thermal Profile Modeling.

General Procedure for solving a continuum mechanics problem 1. Decide upon the goal of the problem and desired information; 2. Identify the geometry of the solid to be modeled; 3. Determine the loading applied to the solid; 4. Decide what physics must be included in the model; 5. Choose (and calibrate) a constitutive law that describes the behavior of the material; 6. Choose a method of analysis; 7. Solve the problem.

Vectors Vectors are important in continuum mechanics. The direction and magnitude of many variables can be most easily described by vectors. Unit vector – a vector of unit length (often denoted by a caret (pointy hat). Vector addition – add like components (A+B=B+A therefore vector addition is commutative) – ((A+B)+C=A+(B+C) therefore associative)

Vectors 2 Multiplication by a scalar (same as addition – therefore associative and commutative. Scalar (dot product) – multiply like terms and add to give a scalar result. Vector product – most easily found using matrices – vector product is a vector perpendicular to the plane containing the vectors multiplied. (BxA=-AxB). Triple Scalar product (A.BxC) – a scalar that is equal to the area of a parallelepiped defined by the 3 vectors. Triple Vector Product (Ax(BxC)) a vector in the same plane as B and C can be found by: Ax(BxC)=B(A.C)-C(A.B)

Matrices Matrix methods are exceptionally useful for dealing with vectors, (& tensors). To determine the cross product of two vectors you can evaluate the determinant of a matrix which is made up of the basis and the two vectors. Where i is row number and j column number and the last term on the rhs is the determinant of the n-1 by n-1 matrix when the ith row and first column of D are removed

Matrices Transpose (interchange rows and columns)

Matrices Multiplication (scalar multiplication of rows by columns)

Inverse Matrices The Adjoint (also called adjunct) of a matrix is the transpose of the matrix obtained by replacing each element by its cofactor.

Tensors Properties of anisotropic solids can be represented by tensors. For the most part we will consider rank 1 (vectors) and rank 2 (matrices) tensors. Matrix methods can be used to solve tensor (i.e. anisotropic continuum mechanics problems). The trace of a tensor is the sum of its diagonal terms.

Eigenvalues & Eigenvectors In general a tensor can be considered as an operator that can stretch and rotate space. It is possible to find components that have no rotation. These special components are eigenvalues and eigenvectors. How could this be useful?

Example The state of strain at a point in an elastic body is given by (microstrain). Determine the principal strains and principal directions of the strain.

Good review of vector calculus EMa2/EMAT20200_index.html