VECTORS, TENSORS AND INDEX NOTATION

Size: px
Start display at page:

Download "VECTORS, TENSORS AND INDEX NOTATION"

Transcription

1 VECTORS, TENSORS AND INDEX NOTATION Enrico Nobile Dipartimento di Ingegneria e Architettura Università degli Studi di Trieste, TRIESTE March 5, 2018 Vectors & Tensors, E. Nobile March 5, / 36 OUTLINE 1 Vectors The scalar product The vector product The scalar triple product The vector triple product The Nabla operator 2 Index notation Summation convention and dummy index Free index The Kronecker delta Rules of index notation The Permutation Symbol Gradient, divergence and curl Vectors & Tensors, E. Nobile March 5, / 36

2 Review of vector algebra The scalar product The scalar product of two vectors a and b (dot product) is usually written a b, and is defined as the scalar quantity: a b = a b cos θ Some properties of the scalar product a (b + c) = a b + a c a a = a 2 a b = (a x i + a y j + a z k) (b x i + b y j + b z k) = a x b x + a y b y + a z b z Vectors & Tensors, E. Nobile March 5, / 36 Review of vector algebra - cont. The vector product The vector product of two vectors a and b (cross product) is usually written a b (or a b), and is defined as the vector quantity a b = a b sin θ n Some properties of the vector product b a = a b a (b + c) = a b + a c a b = (a x i + a y j + a z k) (b x i + b y j + b z k) = (a y b z a z b y ) i + (a z b x a x b z ) j + (a x b y a y b x ) k a b = i j k a x a y a z b x b y b z Vectors & Tensors, E. Nobile March 5, / 36

3 Review of vector algebra - cont. Vector area A A = a b = a b sin θ n Volume of a parallelepiped V = c (a b) = a (b c) = b (c a) Vectors & Tensors, E. Nobile March 5, / 36 Scalar triple product We already saw that a (b c) = b (c a) = c (a b) A useful way of expressing the scalar triple product is in determinant form. Since i j k a b = a x a y a z b x b y b z it follows that Scalar triple product a (b c) = a x a y a z b x b y b z c x c y c z Vectors & Tensors, E. Nobile March 5, / 36

4 Vector triple product Geometric interpretation From the properties of the cross-product, it follows that the vector a (b c) is perpendicular both to a and to (b c). Since (b c) is perpendicular to both b and c, it follows that a (b c) must lie in the plane containing both b and c (see figure). Therefore we may write a (b c) = αb + βc where α and β are yet to be determined. This can be done evaluating the vector-product on the left-hand side, and use the right-hand side to determine α and β. Vectors & Tensors, E. Nobile March 5, / 36 Vector triple product - cont. If a = a x i + a y j + a z k, and analogously for b and c, then b c = i (b y c z b z c y ) j (b x c z c x b z ) + k (b x c y c x b y ) Using the determinant form of the vector product i j k a (b c) = a x a y a z b y c z b z c y c x b z b x c z b x c y c x b y = i [a y (b x c y c x b y ) a z (c x b z b x c z )] j [a x (b x c y c x b y ) a z (b y c z b z c y )] + k [a x (c x b z b x c z ) a y (b y c z b z c y )] Regrouping according to the form αb + βc a (b c) = ib x (a y c y + a z c z ) + jb y (a x c x + a z c z ) + kb z (a x c x + a y c y ) jc x (a y b y + a z b z ) jc y (a x b x + a z b z ) kc z (a x b x + a y b y ) Vectors & Tensors, E. Nobile March 5, / 36

5 Vector triple product - cont. Adding and subtracting i (b x a x c x ) + j (b y a y c y ) + k (b z a z c z ) to the previous expression finally gives a (b c) = (a c) b (a b) c (1) and therefore α = a c β = a b Vectors & Tensors, E. Nobile March 5, / 36 Gradient of a scalar A vector operator, which is frequently used in fluid dynamics and heat transfer, is the nabla, (or del) operator, defined as = x i + y j + k When the nabla operator is applied on a scalar variable φ, it results in the gradient of φ, given by: φ = φ x i + φ y j + φ k Therefore, the gradient of a scalar field is a vector field and it indicates that the value of φ changes in space in both magnitude and direction. Vectors & Tensors, E. Nobile March 5, / 36

6 Gradient of a scalar - cont. The projection of φ in the direction of the unit vector e l is given by dφ dl = φ e l = φ cos ( φ, e l ) and is called directional derivative of φ along the direction of the unit vector e l. The maximum value of the directional derivative is φ and is achieved when cos( φ, e l ) = 1, e.g. in the direction of φ. Therefore, the gradient of a scalar field φ indicates the direction and magnitude of the largest variation of φ at every point in space. Finally, φ is normal to the φ = const. surface that passes through that point. Vectors & Tensors, E. Nobile March 5, / 36 Operations on the operator The scalar product of the operator with a vector u of components u, v and w in the x, y and z direction, respectively, is the Divergence of the vector u, which is a scalar quantity written as u = u x + u y + u The divergence of the gradient of a scalar variable φ is denoted by the Laplacian operator and is a scalar given by ( φ) = 2 φ = 2 φ x + 2 φ 2 y φ 2 The Laplacian of a vector follows from the above definition and is a vector given by ( ) ( ) ( ) 2 u = 2 u i + 2 v j + 2 w k Vectors & Tensors, E. Nobile March 5, / 36

7 Operations on the operator - cont. Another quantity of interest is the curl of a vector field u, which is a vector obtained by the cross product of the operator and vector u ( u = x i + y j + ) k (ui + vj + wk) i j k = x y u v z ( w = y v ) ( u i + w ) ( v j + x x u ) k y Vectors & Tensors, E. Nobile March 5, / 36 The dyadic product A dyad is a tensor of order two and rank one, and is the result of the dyadic product (also called outer product or tensor product) of two vectors. If a and b are two vectors, then the dyadic product is indicated as ab, a b or ab T, where T means transpose. The dyadic product of two vectors a and b is a Tensor and is given, in matrix form, by a 1 a 1 b 1 a 1 b 2 a 1 b 3 ab a b ab T = a 2 [b 1 b 2 b 3 ] = a 2 b 1 a 2 b 2 a 2 b 3 a 3 a 3 b 1 a 3 b 2 a 3 b 3 Vectors & Tensors, E. Nobile March 5, / 36

8 The vector product of a vector and a tensor The Vector Product (or Dot Product) of a vector a and a tensor T is a vector and is given by a T ( a T T ) T T 11 T 12 T 13 T = [a 1 a 2 a 3 ] T 21 T 22 T 23 T 31 T 32 T 33 = [a 1 T 11 + a 2 T 21 + a 3 T 31 a 1 T 12 + a 2 T 22 + a 3 T 32 a 1 T 13 + a 2 T 23 + a 3 T 33 ] T a 1 T 11 + a 2 T 21 + a 3 T 31 = a 1 T 12 + a 2 T 22 + a 3 T 32 a 1 T 13 + a 2 T 23 + a 3 T 33 Vectors & Tensors, E. Nobile March 5, / 36 A common mixed product An important mixed product, which is frequently found in fluid mechanics, is the following ( [(u ) u] = (ui + vj + wk) x i + y j + ) k (ui + vj + wk) ( = u x + v y + w ) (ui + vj + wk) = = ( u u x + v u y + w u u u x + v u y + w u u v x + v v y + w v u w x + v w y + w w ) ( i + u v x + v v y + w v ) ( j + u w x + v w y + w w ) k Vectors & Tensors, E. Nobile March 5, / 36

9 A common mixed product - cont. It is easy to see that the same result can be obtained considering the vector (dot) product of the vector u with the tensor obtained with the dyadic product of the divergence with the vector u: u ( u) ( u T ( u) ) T = [u v w] u v w x x x u v w y y y u v w [ = u u x + v u y + w u u v x + v v y + w v u w x + v w y + w w = u u x + v u y + w u u v x + v v y + w v u w x + v w y + w w T ] T Vectors & Tensors, E. Nobile March 5, / 36 Index notation: overview The notation adopted to describe vectors is perhaps the most widely accepted. There are a number of alternative notations, and one of the most useful is the index notations, also called Cartesian notation. The index notation is a powerful tool for manipulating multidimensional equations, and it enjoys a number of advantages in comparison to the traditional vector notation: Conciseness: it allows standard results to be written in an immediately clear though compact form. Quick proof of the results that we need. There are other advantages - and a couple of disadvantages - but in addition it is important to note that the index approach is the most natural notation when dealing with a generalization of the vector: the tensor. We will find convenient to relabel the coordinates (x, y, z) as (x 1, x 2, x 3 ) or simply as x i, with the agreement that the index i can take any of the values 1, 2 and 3. Using this index notation, a vector a may be denoted by a i. Therefore the components of the vector a i are (a 1, a 2, a 3 ). There are times when the more conventional vector notation is more useful. It is therefore important to be able to easily convert back and forth between the two. Vectors & Tensors, E. Nobile March 5, / 36

10 Equality and summation convention Two vectors a i and b i are equal if and only if Equality a i = b i (2) If the index is unspecified then the equation in which it occurs is assumed to be valid for each of the three possible values that the index can take, e.g. (2) is shorthand for a 1 = b 1, a 2 = b 2, a 3 = b 3 (3) The summation convention If an index is repeated in a term, then it is assumed that the term is summed as the repeated index takes the values 1, 2 and 3. Thus a i b i means 3 a i b i a 1 b 1 + a 2 b 2 + a 3 b 3 (4) i=1 Using this convention, if a i and b i are two vectors (representing a and b), then the scalar product a b is represented by a i b i. Vectors & Tensors, E. Nobile March 5, / 36 Dummy index Dummy index A repeated index is called a dummy index, since the precise letter used is irrelevant: a i b i has the same meaning as a j b j, a p b p, a s b s etc., that is a 1 b 1 + a 2 b 2 + a 3 b 3. A dummy index appears twice within an additive term of an expression. In the equation below, j and k are both dummy indices a i = ɛ ijk b j c k + D ij e j The dummy index is local to an individual additive term. It may be renamed in one term - so long as the renaming doesn t conflict with other indices - and it does not need to be renamed in other terms (and, in fact, may not necessarily even be present in other terms). Vectors & Tensors, E. Nobile March 5, / 36

11 The summation convention: examples λ = a i b i λ = c i = S ik x k c i = τ = S ij S ij τ = C ij = A ik B kj C ij = C ij = A ki B kj C ij = 3 a i b i λ = a 1 b 1 + a 2 b 2 + a 3 b 3 i=1 3 S ik x k k=1 3 i=1 c 1 = S 11 x 1 + S 12 x 2 + S 13 x 3 c 2 = S 21 x 1 + S 22 x 2 + S 23 x 3 c 3 = S 31 x 1 + S 32 x 2 + S 33 x 3 3 S ij S ij τ = S 11 S 11 + S 12 S S 32 S 32 + S 33 S 33 j=1 3 A ik B kj [C] = [A] [B] k=1 3 A ki B kj [C] = [A] T [B] k=1 Vectors & Tensors, E. Nobile March 5, / 36 Free index Free index An index that is not repeated (in a term) is called a free index. In the equation below, i is a free index: a i = ɛ ijk b j c k + D ij e j The same letter must be used for the free index in every additive term. The free index may be renamed if and only if it is renamed in every term. Terms in an expression may have more than one free index so long as the indices are distinct. For example the vector-notation expression is written A = B T A ij = (B ij ) T = B ji in index notation. This expression implies nine distinct equations, since i and j are both free indices. Vectors & Tensors, E. Nobile March 5, / 36

12 Free index - cont. The number of free indices in a term equals the rank of the term: Notation Rank scalar a 0 vector a i 1 tensor A ij 2 tensor A ijk 3 Technically, a scalar is a tensor with rank 0, and a vector is a tensor of rank 1. Tensors may assume a rank of any integer greater than or equal to zero. You may only sum together terms with equal rank. The first free index in a term corresponds to the row, and the second corresponds to the column. Thus, a vector (which has only one free index) is written as a column of three rows a = a i = a 1 a 2 a 3 and a rank-2 tensor is written as A = A ij = A 11 A 12 A 13 A 21 A 22 A 23 A 31 A 32 A 33 Vectors & Tensors, E. Nobile March 5, / 36 The Kronecker delta We define a two-indexed quantity δ ij called the Kronecker delta by δ ij = { 1 if i = j 0 otherwise (5) Thus δ 11 = δ 22 = δ 33 = 1 and δ 12 = δ 21 = δ 13 = δ 31 = δ 23 = δ 32 = 0. Another name for this quantity is the substitution operator, since it can be used to substitute one index for another. This follows from the easiliy verified result a j = δ ji a i (6) The right-hand side is δ j1 a 1 + δ j2 a 2 + δ j3 a 3, so if j = 1 in (6) a 1 = δ 11 a 1 + δ 12 a 2 + δ 13 a 3 = a 1, with similar results for j = 2 and j = 3. Like in ordinary algebra, an equation will be formed from a collection of terms added together and equated to zero. Each term will include one or more indexed objects multiplied together. Vectors & Tensors, E. Nobile March 5, / 36

13 Rules 1 The same index (subscript) may not appear more than twice in a product of two (or more) vectors or tensors. Thus A ik x k, A ik B kj, A ij B ik C nk are valid, but are meaningless. A kk x k, A ik B kk, A ij B ik C ik 2 The number and type of free indices in any term of a given equation must be the same. Thus are valid, but are meaningless. x i = u i + c i x = u + c a i = A ki B kj x j + C ik u k a = A T Bx + Cu x i = A ij x j = A ik u k x i = A ik u k + c j Vectors & Tensors, E. Nobile March 5, / 36 Rules - cont. 3 Free and dummy indices may be changed without altering the meaning of an expression, provided that rules 1 and 2 are not violated. Thus x i = A ik x k x j = A jk x k x j = A ji x i Vectors & Tensors, E. Nobile March 5, / 36

14 Examples Example 1 If a i and b i correspond to vectors a and b, the index form of the vector equation a + (a b)b = 0 is the following a i + a j b j b i = 0 Example 2 Verify that δ ij δ ij = 3 δ ij δ ij = δ ij δ ij i j δ ij δ ij = 3 = δ 11 δ 11 + δ 12 δ 12 + δ 13 δ 13 + δ 21 δ 21 + δ 22 δ 22 + δ 32 δ 32 + δ 31 δ 31 + δ 32 δ 32 + δ 33 δ 33 Vectors & Tensors, E. Nobile March 5, / 36 Permutation Symbol The Permutation Symbol or Levi-Civita symbol 1, sometimes also called Alternating Unit Tensor, is defined by 1 if i, j, k is a cyclic permutation of 1, 2, 3 ɛ ijk = 1 if i, j, k is a non-cyclic permutation of 1, 2, 3 0 otherwise (7) The alternating unit tensor is positive when the indices assume any clockwise cyclical progression, and it is negative when the indices assume any anticlockwise cyclic order, as shown in the figure: Since each subscript can only take on values 1, 2 or 3, it follows that ɛ ijk has 27 components. 1 Tullio Levi-Civita, 29 March 1873 Padua - 29 December 1941 Rome, was an Italian mathematician, most famous for his work on absolute differential calculus (tensor calculus) and its applications to the theory of relativity. Vectors & Tensors, E. Nobile March 5, / 36

15 Permutation Symbol - cont. From the definition of ɛ ijk, it follows that and all other ɛ ijk = 0, for example These results imply the following identities ɛ 123 = ɛ 231 = ɛ 312 = +1 (8) ɛ 132 = ɛ 321 = ɛ 213 = 1 (9) ɛ 223 = ɛ 233 = ɛ 311 = 0 (10) ɛ ijk = ɛ jki = ɛ kij (11) That is, a cyclic permutation of the indices on the permutation symbol does not alter its value. Also ɛ ijk = ɛ kji, ɛ ijk = ɛ jik, ɛ ijk = ɛ ikj (12) that is, interchange of any two indices on the permutation symbol introduces a minus sign. This corresponds to an anticyclic permutation of indices. Vectors & Tensors, E. Nobile March 5, / 36 Permutation Symbol and vector product With the introduction of the permutation symbol ɛ ijk it can be shown that the ith component of the vector product of two vectors a and b (or a i and b i ) is (a b) i = ɛ ijk a j b k (13) The right-hand side of (13) involves two repeated indices and therefore a double summation. 1 Firstly summation over the index j: ɛ ijk a j b k = ɛ i1k a 1 b k + ɛ i2k a 2 b k + ɛ i3k a 3 b k 2 Summing over the index k (and using the result in (10) that ɛ ijk is zero if it contains two identical indices), ɛ ijk = ɛ i11 a 1 b 1 + ɛ i12 a 1 b 2 + ɛ i13 a 1 b 3 + ɛ i21 a 2 b 1 + ɛ i22 a 2 b 2 + ɛ i23 a 2 b 3 + ɛ i31 a 3 b 1 + ɛ i32 a 3 b 2 + ɛ i33 a 3 b 3 Vectors & Tensors, E. Nobile March 5, / 36

16 Permutation Symbol and vector product - cont. Therefore if i takes the value 1: Similarly, if i = 2 and if i = 3 ɛ 1jk a j b k = ɛ 123 a 2 b 3 + ɛ 132 a 3 b 2 = a 2 b 3 a 3 b 2 ɛ 2jk a j b k = ɛ 213 a 1 b 3 + ɛ 231 a 3 b 1 = a 3 b 1 a 1 b 3 ɛ 3jk a j b k = ɛ 312 a 1 b 2 + ɛ 321 a 2 b 1 = a 1 b 2 a 2 b 1 But these three terms - just replace 1, 2, 3 with x, y, z - are the components of a b, and thus (13) is verified. Vectors & Tensors, E. Nobile March 5, / 36 The ɛ δ identity There exists a basic identity (it is proved using the properties of determinants) connecting the ɛ symbol and the δ symbol. It is ɛ ijk ɛ ipr = δ jp δ kr δ jr δ kp (14) It has numerous applications when developing vector identities. For example, it is possible to re-prove, using the index approach, the identity (1), namely a (b c) = (a c) b (a b) c Now the ith component of the left-hand side is, using (13) twice ɛ ijk a j (b c) k = ɛ ijk ɛ klm a j b l c m After a cyclic permutation on the first ɛ symbol on the right-hand side, it results ɛ kij ɛ klm a j b l c m = (δ il δ jm δ im δ jl ) a j b l c m = a j b i c j a j b j c i = (a c) b i (a b) c i = {(a c) b (a b) c} i which proves the result. Vectors & Tensors, E. Nobile March 5, / 36

17 Total differential of a function and gradient Consider the total differential of a function of three variables, φ(x 1, x 2, x 3 ). We have In tensor notation, this is replaced by dφ = φ x 1 dx 1 + φ x 2 dx 2 + φ x 3 dx 3 (15) dφ = φ x i dx i (16) Equation (16) can be thought of as the dot product of the gradient of φ, namely φ, and the differential vector dx = ( dx 1, dx 2, dx 3 ). Thus, the ith component of φ, which we denote as ( φ) i, is given by Gradient ( φ) i = φ x i = φ,i (17) where a comma followed by an index is tensor notation for differentiation with respect to x i. Vectors & Tensors, E. Nobile March 5, / 36 Divergence and curl The divergence of a vector u is given by Divergence where again differentiation with respect to x i is denoted by, i. The curl of a vector u is Curl u = u i x i = u i,i (18) ( u) = ɛ ijk u k x j = ɛ ijk u k,j (19) Vectors & Tensors, E. Nobile March 5, / 36

Index Notation for Vector Calculus

Index Notation for Vector Calculus Index Notation for Vector Calculus by Ilan Ben-Yaacov and Francesc Roig Copyright c 2006 Index notation, also commonly known as subscript notation or tensor notation, is an extremely useful tool for performing

More information

Cartesian Tensors. e 2. e 1. General vector (formal definition to follow) denoted by components

Cartesian Tensors. e 2. e 1. General vector (formal definition to follow) denoted by components Cartesian Tensors Reference: Jeffreys Cartesian Tensors 1 Coordinates and Vectors z x 3 e 3 y x 2 e 2 e 1 x x 1 Coordinates x i, i 123,, Unit vectors: e i, i 123,, General vector (formal definition to

More information

Vector analysis and vector identities by means of cartesian tensors

Vector analysis and vector identities by means of cartesian tensors Vector analysis and vector identities by means of cartesian tensors Kenneth H. Carpenter August 29, 2001 1 The cartesian tensor concept 1.1 Introduction The cartesian tensor approach to vector analysis

More information

A Primer on Three Vectors

A Primer on Three Vectors Michael Dine Department of Physics University of California, Santa Cruz September 2010 What makes E&M hard, more than anything else, is the problem that the electric and magnetic fields are vectors, and

More information

Vector calculus. Appendix A. A.1 Definitions. We shall only consider the case of three-dimensional spaces.

Vector calculus. Appendix A. A.1 Definitions. We shall only consider the case of three-dimensional spaces. Appendix A Vector calculus We shall only consider the case of three-dimensional spaces A Definitions A physical quantity is a scalar when it is only determined by its magnitude and a vector when it is

More information

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know Physics 110. Electricity and Magnetism. Professor Dine Spring, 2008. Handout: Vectors and Tensors: Everything You Need to Know What makes E&M hard, more than anything else, is the problem that the electric

More information

Professor Terje Haukaas University of British Columbia, Vancouver Notation

Professor Terje Haukaas University of British Columbia, Vancouver  Notation Notation This document establishes the notation that is employed throughout these notes. It is intended as a look-up source during the study of other documents and software on this website. As a general

More information

Cartesian Tensors. e 2. e 1. General vector (formal definition to follow) denoted by components

Cartesian Tensors. e 2. e 1. General vector (formal definition to follow) denoted by components Cartesian Tensors Reference: Jeffreys Cartesian Tensors 1 Coordinates and Vectors z x 3 e 3 y x 2 e 2 e 1 x x 1 Coordinates x i, i 123,, Unit vectors: e i, i 123,, General vector (formal definition to

More information

2.20 Fall 2018 Math Review

2.20 Fall 2018 Math Review 2.20 Fall 2018 Math Review September 10, 2018 These notes are to help you through the math used in this class. This is just a refresher, so if you never learned one of these topics you should look more

More information

1.4 LECTURE 4. Tensors and Vector Identities

1.4 LECTURE 4. Tensors and Vector Identities 16 CHAPTER 1. VECTOR ALGEBRA 1.3.2 Triple Product The triple product of three vectors A, B and C is defined by In tensor notation it is A ( B C ) = [ A, B, C ] = A ( B C ) i, j,k=1 ε i jk A i B j C k =

More information

Mathematical Preliminaries

Mathematical Preliminaries Mathematical Preliminaries Introductory Course on Multiphysics Modelling TOMAZ G. ZIELIŃKI bluebox.ippt.pan.pl/ tzielins/ Table of Contents Vectors, tensors, and index notation. Generalization of the concept

More information

Module 4M12: Partial Differential Equations and Variational Methods IndexNotationandVariationalMethods

Module 4M12: Partial Differential Equations and Variational Methods IndexNotationandVariationalMethods Module 4M12: Partial Differential Equations and ariational Methods IndexNotationandariationalMethods IndexNotation(2h) ariational calculus vs differential calculus(5h) ExamplePaper(1h) Fullinformationat

More information

Dr. Tess J. Moon, (office), (fax),

Dr. Tess J. Moon, (office), (fax), THE UNIVERSITY OF TEXAS AT AUSTIN DEPARTMENT OF MECHANICAL ENGINEERING ME 380Q ENGINEERING ANALYSIS: ANALYTICAL METHODS Dr Tess J Moon 471-0094 (office) 471-877 (fax) tmoon@mailutexasedu Mathematical Preliminaries

More information

Vector analysis. 1 Scalars and vectors. Fields. Coordinate systems 1. 2 The operator The gradient, divergence, curl, and Laplacian...

Vector analysis. 1 Scalars and vectors. Fields. Coordinate systems 1. 2 The operator The gradient, divergence, curl, and Laplacian... Vector analysis Abstract These notes present some background material on vector analysis. Except for the material related to proving vector identities (including Einstein s summation convention and the

More information

Introduction to Tensor Notation

Introduction to Tensor Notation MCEN 5021: Introduction to Fluid Dynamics Fall 2015, T.S. Lund Introduction to Tensor Notation Tensor notation provides a convenient and unified system for describing physical quantities. Scalars, vectors,

More information

FoMP: Vectors, Tensors and Fields

FoMP: Vectors, Tensors and Fields FoMP: Vectors, Tensors and Fields 1 Contents 1 Vectors 6 1.1 Review of Vectors................................. 6 1.1.1 Physics Terminology (L1)........................ 6 1.1.2 Geometrical Approach..........................

More information

1.3 LECTURE 3. Vector Product

1.3 LECTURE 3. Vector Product 12 CHAPTER 1. VECTOR ALGEBRA Example. Let L be a line x x 1 a = y y 1 b = z z 1 c passing through a point P 1 and parallel to the vector N = a i +b j +c k. The equation of the plane passing through the

More information

Physics 6303 Lecture 2 August 22, 2018

Physics 6303 Lecture 2 August 22, 2018 Physics 6303 Lecture 2 August 22, 2018 LAST TIME: Coordinate system construction, covariant and contravariant vector components, basics vector review, gradient, divergence, curl, and Laplacian operators

More information

Classical Mechanics in Hamiltonian Form

Classical Mechanics in Hamiltonian Form Classical Mechanics in Hamiltonian Form We consider a point particle of mass m, position x moving in a potential V (x). It moves according to Newton s law, mẍ + V (x) = 0 (1) This is the usual and simplest

More information

Lecture 3: Vectors. Any set of numbers that transform under a rotation the same way that a point in space does is called a vector.

Lecture 3: Vectors. Any set of numbers that transform under a rotation the same way that a point in space does is called a vector. Lecture 3: Vectors Any set of numbers that transform under a rotation the same way that a point in space does is called a vector i.e., A = λ A i ij j j In earlier courses, you may have learned that a vector

More information

Vectors and Matrices Notes.

Vectors and Matrices Notes. Vectors and Matrices Notes Jonathan Coulthard JonathanCoulthard@physicsoxacuk 1 Index Notation Index notation may seem quite intimidating at first, but once you get used to it, it will allow us to prove

More information

Supplementary Notes on Mathematics. Part I: Linear Algebra

Supplementary Notes on Mathematics. Part I: Linear Algebra J. Broida UCSD Fall 2009 Phys 130B QM II Supplementary Notes on Mathematics Part I: Linear Algebra 1 Linear Transformations Let me very briefly review some basic properties of linear transformations and

More information

2 Tensor Notation. 2.1 Cartesian Tensors

2 Tensor Notation. 2.1 Cartesian Tensors 2 Tensor Notation It will be convenient in this monograph to use the compact notation often referred to as indicial or index notation. It allows a strong reduction in the number of terms in an equation

More information

This document is stored in Documents/4C/vectoralgebra.tex Compile it with LaTex. VECTOR ALGEBRA

This document is stored in Documents/4C/vectoralgebra.tex Compile it with LaTex. VECTOR ALGEBRA This document is stored in Documents/4C/vectoralgebra.tex Compile it with LaTex. September 23, 2014 Hans P. Paar VECTOR ALGEBRA 1 Introduction Vector algebra is necessary in order to learn vector calculus.

More information

Math review. Math review

Math review. Math review Math review 1 Math review 3 1 series approximations 3 Taylor s Theorem 3 Binomial approximation 3 sin(x), for x in radians and x close to zero 4 cos(x), for x in radians and x close to zero 5 2 some geometry

More information

Vectors. September 2, 2015

Vectors. September 2, 2015 Vectors September 2, 2015 Our basic notion of a vector is as a displacement, directed from one point of Euclidean space to another, and therefore having direction and magnitude. We will write vectors in

More information

The Matrix Representation of a Three-Dimensional Rotation Revisited

The Matrix Representation of a Three-Dimensional Rotation Revisited Physics 116A Winter 2010 The Matrix Representation of a Three-Dimensional Rotation Revisited In a handout entitled The Matrix Representation of a Three-Dimensional Rotation, I provided a derivation of

More information

Tensor Analysis in Euclidean Space

Tensor Analysis in Euclidean Space Tensor Analysis in Euclidean Space James Emery Edited: 8/5/2016 Contents 1 Classical Tensor Notation 2 2 Multilinear Functionals 4 3 Operations With Tensors 5 4 The Directional Derivative 5 5 Curvilinear

More information

NIELINIOWA OPTYKA MOLEKULARNA

NIELINIOWA OPTYKA MOLEKULARNA NIELINIOWA OPTYKA MOLEKULARNA chapter 1 by Stanisław Kielich translated by:tadeusz Bancewicz http://zon8.physd.amu.edu.pl/~tbancewi Poznan,luty 2008 ELEMENTS OF THE VECTOR AND TENSOR ANALYSIS Reference

More information

Tensors, and differential forms - Lecture 2

Tensors, and differential forms - Lecture 2 Tensors, and differential forms - Lecture 2 1 Introduction The concept of a tensor is derived from considering the properties of a function under a transformation of the coordinate system. A description

More information

1 Vectors and Tensors

1 Vectors and Tensors PART 1: MATHEMATICAL PRELIMINARIES 1 Vectors and Tensors This chapter and the next are concerned with establishing some basic properties of vectors and tensors in real spaces. The first of these is specifically

More information

MP2A: Vectors, Tensors and Fields

MP2A: Vectors, Tensors and Fields MP2A: Vectors, Tensors and Fields [U3869 PHY-2-MP2A] Brian Pendleton (ourse Lecturer) email: bjp@ph.ed.ac.uk room: JMB 4413 telephone: 131-65-5241 web: http://www.ph.ed.ac.uk/ bjp/ March 26, 21 Abstract

More information

Chapter 1. Describing the Physical World: Vectors & Tensors. 1.1 Vectors

Chapter 1. Describing the Physical World: Vectors & Tensors. 1.1 Vectors Chapter 1 Describing the Physical World: Vectors & Tensors It is now well established that all matter consists of elementary particles 1 that interact through mutual attraction or repulsion. In our everyday

More information

INTEGRALSATSER VEKTORANALYS. (indexräkning) Kursvecka 4. and CARTESIAN TENSORS. Kapitel 8 9. Sidor NABLA OPERATOR,

INTEGRALSATSER VEKTORANALYS. (indexräkning) Kursvecka 4. and CARTESIAN TENSORS. Kapitel 8 9. Sidor NABLA OPERATOR, VEKTORANALYS Kursvecka 4 NABLA OPERATOR, INTEGRALSATSER and CARTESIAN TENSORS (indexräkning) Kapitel 8 9 Sidor 83 98 TARGET PROBLEM In the plasma there are many particles (10 19, 10 20 per m 3 ), strong

More information

Chapter 0. Preliminaries. 0.1 Things you should already know

Chapter 0. Preliminaries. 0.1 Things you should already know Chapter 0 Preliminaries These notes cover the course MATH45061 (Continuum Mechanics) and are intended to supplement the lectures. The course does not follow any particular text, so you do not need to buy

More information

Classical Mechanics Solutions 1.

Classical Mechanics Solutions 1. Classical Mechanics Solutions 1. HS 2015 Prof. C. Anastasiou Prologue Given an orthonormal basis in a vector space with n dimensions, any vector can be represented by its components1 ~v = n X vi e i. 1)

More information

Introduction to tensors and dyadics

Introduction to tensors and dyadics 1 Introduction to tensors and dyadics 1.1 Introduction Tensors play a fundamental role in theoretical physics. The reason for this is that physical laws written in tensor form are independent of the coordinate

More information

Introduction to Vector Spaces

Introduction to Vector Spaces 1 CSUC Department of Physics Mechanics: Class Notes Introduction to Vector Spaces I. INTRODUCTION Modern mathematics often constructs logical systems by merely proposing a set of elements that obey a specific

More information

PHY481: Electromagnetism

PHY481: Electromagnetism PHY481: Electromagnetism Vector tools Sorry, no office hours today I ve got to catch a plane for a meeting in Italy Lecture 3 Carl Bromberg - Prof. of Physics Cartesian coordinates Definitions Vector x

More information

VECTOR AND TENSOR ALGEBRA

VECTOR AND TENSOR ALGEBRA PART I VECTOR AND TENSOR ALGEBRA Throughout this book: (i) Lightface Latin and Greek letters generally denote scalars. (ii) Boldface lowercase Latin and Greek letters generally denote vectors, but the

More information

Vector and Tensor Calculus

Vector and Tensor Calculus Appendices 58 A Vector and Tensor Calculus In relativistic theory one often encounters vector and tensor expressions in both three- and four-dimensional form. The most important of these expressions are

More information

Lecture Notes Introduction to Vector Analysis MATH 332

Lecture Notes Introduction to Vector Analysis MATH 332 Lecture Notes Introduction to Vector Analysis MATH 332 Instructor: Ivan Avramidi Textbook: H. F. Davis and A. D. Snider, (WCB Publishers, 1995) New Mexico Institute of Mining and Technology Socorro, NM

More information

PHY481: Electromagnetism

PHY481: Electromagnetism PHY481: Electromagnetism Vector tools Lecture 4 Carl Bromberg - Prof. of Physics Cartesian coordinates Definitions Vector x is defined relative to the origin of 1 coordinate system (x,y,z) In Cartsian

More information

1. Tensor of Rank 2 If Φ ij (x, y) satisfies: (a) having four components (9 for 3-D). (b) when the coordinate system is changed from x i to x i,

1. Tensor of Rank 2 If Φ ij (x, y) satisfies: (a) having four components (9 for 3-D). (b) when the coordinate system is changed from x i to x i, 1. Tensor of Rank 2 If Φ ij (x, y satisfies: (a having four components (9 for 3-D. Φ i j (x 1, x 2 = β i iβ j jφ ij (x 1, x 2. Example 1: ( 1 0 0 1 Φ i j = ( 1 0 0 1 To prove whether this is a tensor or

More information

PHYS 705: Classical Mechanics. Rigid Body Motion Introduction + Math Review

PHYS 705: Classical Mechanics. Rigid Body Motion Introduction + Math Review 1 PHYS 705: Classical Mechanics Rigid Body Motion Introduction + Math Review 2 How to describe a rigid body? Rigid Body - a system of point particles fixed in space i r ij j subject to a holonomic constraint:

More information

Electrodynamics. 1 st Edition. University of Cincinnati. Cenalo Vaz

Electrodynamics. 1 st Edition. University of Cincinnati. Cenalo Vaz i Electrodynamics 1 st Edition Cenalo Vaz University of Cincinnati Contents 1 Vectors 1 1.1 Displacements................................... 1 1.2 Linear Coordinate Transformations.......................

More information

Chapter 7. Kinematics. 7.1 Tensor fields

Chapter 7. Kinematics. 7.1 Tensor fields Chapter 7 Kinematics 7.1 Tensor fields In fluid mechanics, the fluid flow is described in terms of vector fields or tensor fields such as velocity, stress, pressure, etc. It is important, at the outset,

More information

Definition 2.3. We define addition and multiplication of matrices as follows.

Definition 2.3. We define addition and multiplication of matrices as follows. 14 Chapter 2 Matrices In this chapter, we review matrix algebra from Linear Algebra I, consider row and column operations on matrices, and define the rank of a matrix. Along the way prove that the row

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

More information

Classical Mechanics. (2 nd Edition) Cenalo Vaz. University of Cincinnati

Classical Mechanics. (2 nd Edition) Cenalo Vaz. University of Cincinnati i Classical Mechanics (2 nd Edition) Cenalo Vaz University of Cincinnati Contents 1 Vectors 1 1.1 Displacements................................... 1 1.2 Linear Coordinate Transformations.......................

More information

Electromagnetism HW 1 math review

Electromagnetism HW 1 math review Electromagnetism HW math review Problems -5 due Mon 7th Sep, 6- due Mon 4th Sep Exercise. The Levi-Civita symbol, ɛ ijk, also known as the completely antisymmetric rank-3 tensor, has the following properties:

More information

Some elements of vector and tensor analysis and the Dirac δ-function

Some elements of vector and tensor analysis and the Dirac δ-function Chapter 1 Some elements of vector and tensor analysis and the Dirac δ-function The vector analysis is useful in physics formulate the laws of physics independently of any preferred direction in space experimentally

More information

Homework 7-8 Solutions. Problems

Homework 7-8 Solutions. Problems Homework 7-8 Solutions Problems 26 A rhombus is a parallelogram with opposite sides of equal length Let us form a rhombus using vectors v 1 and v 2 as two adjacent sides, with v 1 = v 2 The diagonals of

More information

We are already familiar with the concept of a scalar and vector. are unit vectors in the x and y directions respectively with

We are already familiar with the concept of a scalar and vector. are unit vectors in the x and y directions respectively with Math Review We are already familiar with the concept of a scalar and vector. Example: Position (x, y) in two dimensions 1 2 2 2 s ( x y ) where s is the length of x ( xy, ) xi yj And i, j ii 1 j j 1 i

More information

Formalism of the Tersoff potential

Formalism of the Tersoff potential Originally written in December 000 Translated to English in June 014 Formalism of the Tersoff potential 1 The original version (PRB 38 p.990, PRB 37 p.6991) Potential energy Φ = 1 u ij i (1) u ij = f ij

More information

Introduction to Tensor Calculus and Continuum Mechanics. by J.H. Heinbockel Department of Mathematics and Statistics Old Dominion University

Introduction to Tensor Calculus and Continuum Mechanics. by J.H. Heinbockel Department of Mathematics and Statistics Old Dominion University Introduction to Tensor Calculus and Continuum Mechanics by J.H. Heinbockel Department of Mathematics and Statistics Old Dominion University PREFACE This is an introductory text which presents fundamental

More information

A.1 Appendix on Cartesian tensors

A.1 Appendix on Cartesian tensors 1 Lecture Notes on Fluid Dynamics (1.63J/2.21J) by Chiang C. Mei, February 6, 2007 A.1 Appendix on Cartesian tensors [Ref 1] : H Jeffreys, Cartesian Tensors; [Ref 2] : Y. C. Fung, Foundations of Solid

More information

Basic mathematics for nano-engineers (II)

Basic mathematics for nano-engineers (II) Basic mathematics for nano-engineers (II) Horia D. Cornean 26/09/2005 I.M.F. Aalborg University, Fredrik Bajers Vej 7G, 9220 Aalborg, Denmark. 1 Vector calculus We will prove several important differential

More information

Vector, Matrix, and Tensor Derivatives

Vector, Matrix, and Tensor Derivatives Vector, Matrix, and Tensor Derivatives Erik Learned-Miller The purpose of this document is to help you learn to take derivatives of vectors, matrices, and higher order tensors (arrays with three dimensions

More information

III. TRANSFORMATION RELATIONS

III. TRANSFORMATION RELATIONS III. TRANSFORMATION RELATIONS The transformation relations from cartesian coordinates to a general curvilinear system are developed here using certain concepts from differential geometry and tensor analysis,

More information

MAE Continuum Mechanics Course Notes

MAE Continuum Mechanics Course Notes Course Notes Brandon Runnels Contents LECTURE 1 0 Introduction 1.1 0.1 Motivation........................................ 1.1 0.2 Notation......................................... 1.2 0.2.1 Sets......................................

More information

Math Review: Vectors and Tensors for Rheological Applications

Math Review: Vectors and Tensors for Rheological Applications Math Review: Vectors and Tensors for Rheological Applications Presented by Randy H. Ewoldt University of Illinois at Urbana-Champaign U. of Minnesota Rheological Measurements Short Course June 2016 MathReview-1

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

Tensors - Lecture 4. cos(β) sin(β) sin(β) cos(β) 0

Tensors - Lecture 4. cos(β) sin(β) sin(β) cos(β) 0 1 Introduction Tensors - Lecture 4 The concept of a tensor is derived from considering the properties of a function under a transformation of the corrdinate system. As previously discussed, such transformations

More information

Mechanics of solids and fluids -Introduction to continuum mechanics

Mechanics of solids and fluids -Introduction to continuum mechanics Mechanics of solids and fluids -Introduction to continuum mechanics by Magnus Ekh August 12, 2016 Introduction to continuum mechanics 1 Tensors............................. 3 1.1 Index notation 1.2 Vectors

More information

Review of Vector Analysis in Cartesian Coordinates

Review of Vector Analysis in Cartesian Coordinates Review of Vector Analysis in Cartesian Coordinates 1 Scalar: A quantity that has magnitude, but no direction. Examples are mass, temperature, pressure, time, distance, and real numbers. Scalars are usually

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

Mathematical Preliminary

Mathematical Preliminary Mathematical Preliminary Outline Scalar, Vector and Matrix( 标量 矢量 矩阵 ) Indicial Notation and Summation Convention( 指标记法与求和约定 ) Kronecker Delta( 克罗内克 δ) Levi-Civita symbol( 轮换记号 ) Coordinate Transformation(

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 50 - CHAPTER 3: MATRICES QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 03 marks Matrix A matrix is an ordered rectangular array of numbers

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Tensor Calculus. arxiv: v1 [math.ho] 14 Oct Taha Sochi. October 17, 2016

Tensor Calculus. arxiv: v1 [math.ho] 14 Oct Taha Sochi. October 17, 2016 Tensor Calculus arxiv:1610.04347v1 [math.ho] 14 Oct 2016 Taha Sochi October 17, 2016 Department of Physics & Astronomy, University College London, Gower Street, London, WC1E 6BT. Email: t.sochi@ucl.ac.uk.

More information

Physics 221A Fall 2017 Appendix E Introduction to Tensor Analysis

Physics 221A Fall 2017 Appendix E Introduction to Tensor Analysis Copyright c 2017 by Robert G. Littlejohn Physics 221A Fall 2017 Appendix E Introduction to Tensor Analysis 1. Introduction These notes contain an introduction to tensor analysis as it is commonly used

More information

Valiantly Validating Vexing Vector Verities

Valiantly Validating Vexing Vector Verities Valiantly Validating Vexing Vector Verities 1. (A B) = Aâ( âb) + Bâ( âa) + (A ) B + (B ) A For many students, one of the most challenging vector problems is proving the identity : HA BL = A âh âbl + B

More information

Vectors. (Dated: August ) I. PROPERTIES OF UNIT ANSTISYMMETRIC TENSOR

Vectors. (Dated: August ) I. PROPERTIES OF UNIT ANSTISYMMETRIC TENSOR Vectors Dated: August 25 2016) I. PROPERTIE OF UNIT ANTIYMMETRIC TENOR ɛijkɛ klm = δ il δ jm δ im δ jl 1) Here index k is dummy index summation index), which can be denoted by any symbol. For two repeating

More information

Rotational motion of a rigid body spinning around a rotational axis ˆn;

Rotational motion of a rigid body spinning around a rotational axis ˆn; Physics 106a, Caltech 15 November, 2018 Lecture 14: Rotations The motion of solid bodies So far, we have been studying the motion of point particles, which are essentially just translational. Bodies with

More information

1.13 The Levi-Civita Tensor and Hodge Dualisation

1.13 The Levi-Civita Tensor and Hodge Dualisation ν + + ν ν + + ν H + H S ( S ) dφ + ( dφ) 2π + 2π 4π. (.225) S ( S ) Here, we have split the volume integral over S 2 into the sum over the two hemispheres, and in each case we have replaced the volume-form

More information

GROUP THEORY PRIMER. New terms: tensor, rank k tensor, Young tableau, Young diagram, hook, hook length, factors over hooks rule

GROUP THEORY PRIMER. New terms: tensor, rank k tensor, Young tableau, Young diagram, hook, hook length, factors over hooks rule GROUP THEORY PRIMER New terms: tensor, rank k tensor, Young tableau, Young diagram, hook, hook length, factors over hooks rule 1. Tensor methods for su(n) To study some aspects of representations of a

More information

1 Index Gymnastics and Einstein Convention

1 Index Gymnastics and Einstein Convention Index Gymnastics and Einstein Convention Part (i) Let g δ µνe µ e ν be the metric. Then: Part (ii) x x g (x, x) δ µνe µ (x σ e σ) e ν (x ρ e ρ) δ µνx σ x ρ e µ (e σ) e ν (e ρ) δ µνx σ x ρ δ µ σ δ ν ρ δ

More information

1.2 Euclidean spacetime: old wine in a new bottle

1.2 Euclidean spacetime: old wine in a new bottle CHAPTER 1 EUCLIDEAN SPACETIME AND NEWTONIAN PHYSICS Absolute, true, and mathematical time, of itself, and from its own nature, flows equably without relation to anything external... Isaac Newton Scholium

More information

Magnetostatics and the vector potential

Magnetostatics and the vector potential Magnetostatics and the vector potential December 8, 2015 1 The divergence of the magnetic field Starting with the general form of the Biot-Savart law, B (x 0 ) we take the divergence of both sides with

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

Course Name : Physics I Course # PHY 107

Course Name : Physics I Course # PHY 107 Course Name : Physics I Course # PHY 107 Lecture-2 : Representation of Vectors and the Product Rules Abu Mohammad Khan Department of Mathematics and Physics North South University http://abukhan.weebly.com

More information

02 - tensor calculus - tensor algebra tensor calculus

02 - tensor calculus - tensor algebra tensor calculus 02 - - tensor algebra 02-1 tensor the word tensor was introduced in 1846 by william rowan hamilton. it was used in its current meaning by woldemar voigt in 1899. was developed around 1890 by gregorio ricci-curbastro

More information

Mathematics for Graphics and Vision

Mathematics for Graphics and Vision Mathematics for Graphics and Vision Steven Mills March 3, 06 Contents Introduction 5 Scalars 6. Visualising Scalars........................ 6. Operations on Scalars...................... 6.3 A Note on

More information

Appendix A: Matrices

Appendix A: Matrices Appendix A: Matrices A matrix is a rectangular array of numbers Such arrays have rows and columns The numbers of rows and columns are referred to as the dimensions of a matrix A matrix with, say, 5 rows

More information

TENSOR ALGEBRA. Continuum Mechanics Course (MMC) - ETSECCPB - UPC

TENSOR ALGEBRA. Continuum Mechanics Course (MMC) - ETSECCPB - UPC TENSOR ALGEBRA Continuum Mechanics Course (MMC) - ETSECCPB - UPC Introduction to Tensors Tensor Algebra 2 Introduction SCALAR VECTOR,,... v, f,... v MATRIX σ, ε,...? C,... 3 Concept of Tensor A TENSOR

More information

CHAPTER 7 DIV, GRAD, AND CURL

CHAPTER 7 DIV, GRAD, AND CURL CHAPTER 7 DIV, GRAD, AND CURL 1 The operator and the gradient: Recall that the gradient of a differentiable scalar field ϕ on an open set D in R n is given by the formula: (1 ϕ = ( ϕ, ϕ,, ϕ x 1 x 2 x n

More information

BLAS: Basic Linear Algebra Subroutines Analysis of the Matrix-Vector-Product Analysis of Matrix-Matrix Product

BLAS: Basic Linear Algebra Subroutines Analysis of the Matrix-Vector-Product Analysis of Matrix-Matrix Product Level-1 BLAS: SAXPY BLAS-Notation: S single precision (D for double, C for complex) A α scalar X vector P plus operation Y vector SAXPY: y = αx + y Vectorization of SAXPY (αx + y) by pipelining: page 8

More information

Computation of the mtx-vec product based on storage scheme on vector CPUs

Computation of the mtx-vec product based on storage scheme on vector CPUs BLAS: Basic Linear Algebra Subroutines BLAS: Basic Linear Algebra Subroutines BLAS: Basic Linear Algebra Subroutines Analysis of the Matrix Computation of the mtx-vec product based on storage scheme on

More information

Gauß Curvature in Terms of the First Fundamental Form

Gauß Curvature in Terms of the First Fundamental Form Math 4530 Supplement March 6, 004 Gauß Curvature in Terms of the First Fundamental Form Andrejs Treibergs Abstract In these notes, we develop acceleration formulae for a general frame for a surface in

More information

CP3 REVISION LECTURES VECTORS AND MATRICES Lecture 1. Prof. N. Harnew University of Oxford TT 2013

CP3 REVISION LECTURES VECTORS AND MATRICES Lecture 1. Prof. N. Harnew University of Oxford TT 2013 CP3 REVISION LECTURES VECTORS AND MATRICES Lecture 1 Prof. N. Harnew University of Oxford TT 2013 1 OUTLINE 1. Vector Algebra 2. Vector Geometry 3. Types of Matrices and Matrix Operations 4. Determinants

More information

FMIA. Fluid Mechanics and Its Applications 113 Series Editor: A. Thess. Moukalled Mangani Darwish. F. Moukalled L. Mangani M.

FMIA. Fluid Mechanics and Its Applications 113 Series Editor: A. Thess. Moukalled Mangani Darwish. F. Moukalled L. Mangani M. FMIA F. Moukalled L. Mangani M. Darwish An Advanced Introduction with OpenFOAM and Matlab This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in

More information

Section 2. Basic formulas and identities in Riemannian geometry

Section 2. Basic formulas and identities in Riemannian geometry Section 2. Basic formulas and identities in Riemannian geometry Weimin Sheng and 1. Bianchi identities The first and second Bianchi identities are R ijkl + R iklj + R iljk = 0 R ijkl,m + R ijlm,k + R ijmk,l

More information

Contents. D. R. Wilkins. Copyright c David R. Wilkins

Contents. D. R. Wilkins. Copyright c David R. Wilkins MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Section 5: Vector Algebra and Spherical Trigonometry D. R. Wilkins Copyright c David R. Wilkins 2015

More information

5. Vector Algebra and Spherical Trigonometry (continued)

5. Vector Algebra and Spherical Trigonometry (continued) MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Section 5: Vector Algebra and Spherical Trigonometry David R. Wilkins 5.1. Vectors in Three-Dimensional

More information

Lecture notes on introduction to tensors. K. M. Udayanandan Associate Professor Department of Physics Nehru Arts and Science College, Kanhangad

Lecture notes on introduction to tensors. K. M. Udayanandan Associate Professor Department of Physics Nehru Arts and Science College, Kanhangad Lecture notes on introduction to tensors K. M. Udayanandan Associate Professor Department of Physics Nehru Arts and Science College, Kanhangad 1 . Syllabus Tensor analysis-introduction-definition-definition

More information

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications.

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications. The Cross Product In this section, we will learn about: Cross products of vectors and their applications. THE CROSS PRODUCT The cross product a x b of two vectors a and b, unlike the dot product, is a

More information

Symmetry and Properties of Crystals (MSE638) Stress and Strain Tensor

Symmetry and Properties of Crystals (MSE638) Stress and Strain Tensor Symmetry and Properties of Crystals (MSE638) Stress and Strain Tensor Somnath Bhowmick Materials Science and Engineering, IIT Kanpur April 6, 2018 Tensile test and Hooke s Law Upto certain strain (0.75),

More information

BSc (Hons) in Computer Games Development. vi Calculate the components a, b and c of a non-zero vector that is orthogonal to

BSc (Hons) in Computer Games Development. vi Calculate the components a, b and c of a non-zero vector that is orthogonal to 1 APPLIED MATHEMATICS INSTRUCTIONS Full marks will be awarded for the correct solutions to ANY FIVE QUESTIONS. This paper will be marked out of a TOTAL MAXIMUM MARK OF 100. Credit will be given for clearly

More information

Mathematical Tripos Part IA Lent Term Example Sheet 1. Calculate its tangent vector dr/du at each point and hence find its total length.

Mathematical Tripos Part IA Lent Term Example Sheet 1. Calculate its tangent vector dr/du at each point and hence find its total length. Mathematical Tripos Part IA Lent Term 205 ector Calculus Prof B C Allanach Example Sheet Sketch the curve in the plane given parametrically by r(u) = ( x(u), y(u) ) = ( a cos 3 u, a sin 3 u ) with 0 u

More information