Gradient, Divergence and Curl: the Basics

Total Page:16

File Type:pdf, Size:1020Kb

Gradient, Divergence and Curl: the Basics Gradient, Divergence and Curl: the Basics We first consider the position vector, r: r = x x + y y + z z , where x, y, and z are rectangular unit vectors. Since the unit vectors for rectangular coordinates are constants, we have for dr: dr = dx x + dy y + dz z . 0. The operator, del: The operator, del: ( ) is defined to be (in rectangular coordinates) as: ( ) ≡ ( )/x x + ( )/y y + ( )/z z , This operator operates as a vector. Note that the del operator has units of 1/distance. We need to be careful – the above form for only works in rectangular coordinates. In other coordinates, such a spherical, ≠ /r r + / + / . As you can see, the units don’t work out in spherical coordinates. We’ll look at the form for in other coordinates later. 1. Gradient If the del operator, , operates on a scalar function, f(x,y,z), we get the gradient: f = (f/x) x + (f/y) y + (f/z) z . We can interpret this gradient as a vector with the magnitude and direction of the maximum change of the function in space. We can relate the gradient to the differential change in the function: df = (f/x) dx + (f/y) dy + (f/z) dz = f dr = df . Examples: from Electricity: the Electric field, E, is related to the Voltage, V, by E=-V from Thermodynamics: Heat energy flows in the direction of a temperature gradient, -T ------------------------ Since the del operator should be treated as a vector, there are two ways for a vector to multiply another vector: dot product and cross product. We first consider the dot product: 2. Divergence (del with dot product, for review see http://facstaff.cbu.edu/jholmes/P380/P200DimVectors.pdf) The divergence of a vector is defined to be: A = [/x x + /y y + /z z] [Ax x + Ay y + Az z] = (Ax /x) + (Ay /y) + (Az /z) ; Since xx=1 and xy=0, etc. and the rectangular unit vectors are constant, x/x = 0, etc. This will not necessarily be true for other unit vectors in other coordinate systems. We'll see examples of this soon. Note that the divergence of a vector is a scalar. To get some idea of what the divergence of a vector is, we consider Gauss' theorem (sometimes called the divergence theorem). Here we use V = volume and dV = dx dy dz. We start with: A dV = [(Ax /x) + (Ay /y) + (Az /z)] dx dy dz = [(Ax /x)dx dydz + (Ay /y)dy dxdz + (Az /z)dz dxdy] We can see that each term as written in the last expression gives the value of the change in vector A that cuts perpendicular through the surface. For instance, consider the first term: (Ax /x)dx dydz . The first part: (Ax /x)dx gives the change in the x- component of A and the second part, dydz, gives the yz surface (or x component of the surface, Sx) where we define the direction of the surface vector as that direction that is perpendicular to its surface. The other two terms give the change in the component of A that is perpendicular to the xz (Sy) and xy (Sz) surfaces. We thus can write: A dV = closed surface AdS where the vector S is the surface area vector. Thus we see that the volume integral of the divergence of vector A is equal to the net amount of A that cuts through (or diverges from) the closed surface that surrounds the volume over which the volume integral is taken. Hence the name divergence for A . Example from electromagnetism: Consider a single point charge, q, and its electric field: E = kq/r2 which points radially away from the center. Now let’s enclose that charge in a sphere of radius, r, with the charge initially at the center. The dS vector will also point radially away from the center. Since the magnitude of the electric field will remain the same at all points on the surface (since r is constant for s sphere), the dot product of E dS will be a constant; and so the integral over the entire surface will simply give 2 2 (kq/r )*(4r ) = 4kq, and with k = 1/(4), we can write this as q/ . We recognize that the charge is the source of all the field, so it really doesn’t matter where the charge is inside the sphere – it doesn’t have to be at the center of the sphere. If there is no charge inside, then the integral is equal to zero. Thus, E dV = closed surface E dS = qenclosed/If we write E dV = qenclosed/in differential form, we get E = (dqenclosed/dV = q where q is the charge density withq≡dqenclosed/dV For magnetic fields, since there are no monopoles, the magnetic pole density is always zero, so B = 0. For gravity, we get: g = -4Gm , where m is the mass density. Due to the spherical symmetry of the fields from point charges and masses, we will have to wait until we get expressed in spherical form to show that the divergence theorem actually works – that is, that both sides of the equation give the same result. We do this in the section Kinematics in 3-D. 3. Curl (del with cross product) The curl of a vector is defined to be: A ≡ [/x x + /y y + /z z] [Ax x + Ay y + Az z] = (Ay /x)(z) + (Az /x)(-y) + (Ax/y)(-z) + (Az/y)(x) + (Ax/z)(y) + (Ay/z)(-x) = (Az/y - Ay/z) x + (Ax/z - Az /x) y + (Ay /x - Ax/y) z where we have used the fact that the unit vectors do not change with position (x/x = 0) and the fact that (xx=0 and xy=z, etc.). [Be careful with signs: xy = z but yx = -z.] For other coordinate systems, unit vectors may change with position. Note that the curl of a vector is a vector! To see what the curl of a vector means, we use Stokes Theorem. We begin with: surface (A) dS = [(Az/y - Ay/z) x + (Ax/z - Az /x) y + (Ay /x - Ax/y) z ] d[Sxx + Syy + Szz] = [(Az/y - Ay/z) dSx + (Ax/z - Az /x) dSy + (Ay /x - Ax/y) dSz] . The dSz = dx*dy = dx dy, etc. surface (A) dS = [(Az/y - Ay/z) dydz + (Ax/z - Az /x) dxdz + (Ay /x - Ax/y) dxdy] . Before we proceed, we worry about direction since xy = z but yx = -z. Consider the (Ax/z) dxdz term becomes [(Ax/z)dz]dx which is a positive Sy but the (Ax/y) dxdy term becomes [(Ax/y)dy]dx which is a negative dSz. After taking this into account, we get: (A) dS = [Ax/z)dz + (Ax/y)dy]dx + [Ayx)dx + (Ayz)dz]dy + [Az/y)dy + (Az/x)dx]dz . Now we note that dAx = (Ax/x)dx + (Ax/y)dy + (Ax/z)dz . In the above integration, x was held constant when we integrated over the other variables, so the (Ax/x)dx term is zero. Thus the above double integral becomes: (A) dS = [dAx dx + dAy dy + dAz dz] = closed loop Adr . If the integral around a closed loop is not zero, then that implies that there is some circulation of the vector field. Note that if the curl of the vector is zero everywhere, then there cannot be any circulation of the vector field anywhere in space. Hence the name of curl for A . Another derivation of Stoke’s Theorem can be found in Volume 2 of the Feynman lectures at: http://feynmanlectures.caltech.edu/II_03.html#Ch3-S6 . We can see an immediate use for the curl if we recall our discussion about work. If the curl of a force field is zero, then the work done around a closed path must be zero regardless of the closed path chosen. This means that the work done between any two points must be path-independent! This then allows a potential energy change to be defined for this force that depends only on the beginning and ending points. If there is a curl (rotation) of the field inside at each square, then the sides of adjacent squares cancel, leaving a net rotation around the outsides of the area. .
Recommended publications
  • Symmetry and Tensors Rotations and Tensors
    Symmetry and tensors Rotations and tensors A rotation of a 3-vector is accomplished by an orthogonal transformation. Represented as a matrix, A, we replace each vector, v, by a rotated vector, v0, given by multiplying by A, 0 v = Av In index notation, 0 X vm = Amnvn n Since a rotation must preserve lengths of vectors, we require 02 X 0 0 X 2 v = vmvm = vmvm = v m m Therefore, X X 0 0 vmvm = vmvm m m ! ! X X X = Amnvn Amkvk m n k ! X X = AmnAmk vnvk k;n m Since xn is arbitrary, this is true if and only if X AmnAmk = δnk m t which we can rewrite using the transpose, Amn = Anm, as X t AnmAmk = δnk m In matrix notation, this is t A A = I where I is the identity matrix. This is equivalent to At = A−1. Multi-index objects such as matrices, Mmn, or the Levi-Civita tensor, "ijk, have definite transformation properties under rotations. We call an object a (rotational) tensor if each index transforms in the same way as a vector. An object with no indices, that is, a function, does not transform at all and is called a scalar. 0 A matrix Mmn is a (second rank) tensor if and only if, when we rotate vectors v to v , its new components are given by 0 X Mmn = AmjAnkMjk jk This is what we expect if we imagine Mmn to be built out of vectors as Mmn = umvn, for example. In the same way, we see that the Levi-Civita tensor transforms as 0 X "ijk = AilAjmAkn"lmn lmn 1 Recall that "ijk, because it is totally antisymmetric, is completely determined by only one of its components, say, "123.
    [Show full text]
  • A Brief Tour of Vector Calculus
    A BRIEF TOUR OF VECTOR CALCULUS A. HAVENS Contents 0 Prelude ii 1 Directional Derivatives, the Gradient and the Del Operator 1 1.1 Conceptual Review: Directional Derivatives and the Gradient........... 1 1.2 The Gradient as a Vector Field............................ 5 1.3 The Gradient Flow and Critical Points ....................... 10 1.4 The Del Operator and the Gradient in Other Coordinates*............ 17 1.5 Problems........................................ 21 2 Vector Fields in Low Dimensions 26 2 3 2.1 General Vector Fields in Domains of R and R . 26 2.2 Flows and Integral Curves .............................. 31 2.3 Conservative Vector Fields and Potentials...................... 32 2.4 Vector Fields from Frames*.............................. 37 2.5 Divergence, Curl, Jacobians, and the Laplacian................... 41 2.6 Parametrized Surfaces and Coordinate Vector Fields*............... 48 2.7 Tangent Vectors, Normal Vectors, and Orientations*................ 52 2.8 Problems........................................ 58 3 Line Integrals 66 3.1 Defining Scalar Line Integrals............................. 66 3.2 Line Integrals in Vector Fields ............................ 75 3.3 Work in a Force Field................................. 78 3.4 The Fundamental Theorem of Line Integrals .................... 79 3.5 Motion in Conservative Force Fields Conserves Energy .............. 81 3.6 Path Independence and Corollaries of the Fundamental Theorem......... 82 3.7 Green's Theorem.................................... 84 3.8 Problems........................................ 89 4 Surface Integrals, Flux, and Fundamental Theorems 93 4.1 Surface Integrals of Scalar Fields........................... 93 4.2 Flux........................................... 96 4.3 The Gradient, Divergence, and Curl Operators Via Limits* . 103 4.4 The Stokes-Kelvin Theorem..............................108 4.5 The Divergence Theorem ...............................112 4.6 Problems........................................114 List of Figures 117 i 11/14/19 Multivariate Calculus: Vector Calculus Havens 0.
    [Show full text]
  • Divergence, Gradient and Curl Based on Lecture Notes by James
    Divergence, gradient and curl Based on lecture notes by James McKernan One can formally define the gradient of a function 3 rf : R −! R; by the formal rule @f @f @f grad f = rf = ^{ +| ^ + k^ @x @y @z d Just like dx is an operator that can be applied to a function, the del operator is a vector operator given by @ @ @ @ @ @ r = ^{ +| ^ + k^ = ; ; @x @y @z @x @y @z Using the operator del we can define two other operations, this time on vector fields: Blackboard 1. Let A ⊂ R3 be an open subset and let F~ : A −! R3 be a vector field. The divergence of F~ is the scalar function, div F~ : A −! R; which is defined by the rule div F~ (x; y; z) = r · F~ (x; y; z) @f @f @f = ^{ +| ^ + k^ · (F (x; y; z);F (x; y; z);F (x; y; z)) @x @y @z 1 2 3 @F @F @F = 1 + 2 + 3 : @x @y @z The curl of F~ is the vector field 3 curl F~ : A −! R ; which is defined by the rule curl F~ (x; x; z) = r × F~ (x; y; z) ^{ |^ k^ = @ @ @ @x @y @z F1 F2 F3 @F @F @F @F @F @F = 3 − 2 ^{ − 3 − 1 |^+ 2 − 1 k:^ @y @z @x @z @x @y Note that the del operator makes sense for any n, not just n = 3. So we can define the gradient and the divergence in all dimensions. However curl only makes sense when n = 3. Blackboard 2. The vector field F~ : A −! R3 is called rotation free if the curl is zero, curl F~ = ~0, and it is called incompressible if the divergence is zero, div F~ = 0.
    [Show full text]
  • De Vectores Al´Algebra Geométrica
    De Vectores al Algebra´ Geom´etrica Sergio Ramos Ram´ırez, Jos´eAlfonso Ju´arezGonz´alez, Volkswagen de M´exico 72700 San Lorenzo Almecatla, Cuautlancingo, Pue., M´exico Garret Sobczyk Universidad de las Am´ericas-Puebla Departamento de F´ısico-Matem´aticas 72820 Puebla, Pue., M´exico February 4, 2018 Abstract El Algebra´ Geom´etricaes la extensi´onnatural del concepto de vector y de la suma de vectores. Despu´esde revisar las propiedades de la suma vec- torial, definimos la multiplicaci´onde vectores de tal manera que respete el famoso Teorema de Pit´agoras. Varias demostraciones sint´eticasde teo- remas en geometr´ıaeuclidiana pueden as´ıser reemplazadas por elegantes demostraciones algebraicas. Aunque en este art´ıculonos limitamos a 2 y 3 dimensiones, el Algebra´ Geom´etricaes aplicable a cualquier dimensi´on, tanto en geometr´ıaseuclidianas como no-euclidianas. 0 Introducci´on La evoluci´ondel concepto de n´umero,el cual es una noci´oncentral en Matem´aticas, tiene una larga y fascinate historia, la cual abarca muchos siglos y ha sido tes- tigo del florecimiento y ca´ıdade muchas civilizaciones [4]. En lo que respecta a la introducci´onde los conceptos de n´umerosnegativos e imaginarios, Gauss hac´ıala siguiente observaci´onen 1831: \... este tipo de avances, sin embargo, siempre se han hecho en primera instancia con pasos t´ımidosy cautelosos". En el presente art´ıculo,presentamos al lector las ideas y m´etodos m´aselementales del Algebra´ Geom´etrica,la cual fue descubierta por William Kingdon Clifford (1845-1879) poco antes de su muerte [1], y constituye la generalizaci´onnatural de los sistemas de n´umerosreales y complejos, a trav´esde la introducci´onde nuevos entes matem´aticosdenominados n´umeros con direcci´on.
    [Show full text]
  • Spherical Coordinates
    Spherical Coordinates z r^ Transforms ^ " r The forward and reverse coordinate transformations are ! ^ ! r = x2 + y2 + z 2 r x = rsin! cos" y arctan" x2 y2 , z$ y r sin sin ! = # + % = ! " z = rcos! & = arctan(y,x) x " where we formally take advantage of the two argument arctan function to eliminate quadrant confusion. Unit Vectors The unit vectors in the spherical coordinate system are functions of position. It is convenient to express them in terms of the spherical coordinates and the unit vectors of the rectangular coordinate system which are not themselves functions of position. ! r xxˆ + yyˆ + zzˆ rˆ = = = xˆ sin! cos" + yˆ sin! sin " + zˆ cos! r r zˆ #rˆ "ˆ = = $ xˆ sin " + yˆ cos" sin! !ˆ = "ˆ # rˆ = xˆ cos! cos" + yˆ cos! sin " $ zˆ sin! Variations of unit vectors with the coordinates Using the expressions obtained above it is easy to derive the following handy relationships: !rˆ = 0 !r !rˆ = xˆ cos" cos# + yˆ cos" sin # $ zˆ sin " = "ˆ !" !rˆ = $xˆ sin" sin # + yˆ sin " cos# = ($ xˆ sin # + yˆ cos #)sin" = #ˆ sin" !# !"ˆ = 0 !r !"ˆ = 0 !# !"ˆ = $xˆ cos" $ yˆ sin " = $ rˆ sin # + #ˆ cos# !" ( ) !"ˆ = 0 !r !"ˆ = # xˆ sin " cos$ # yˆ sin" sin $ # zˆ cos" = #rˆ !" !"ˆ = # xˆ cos" sin $ + yˆ cos" cos$ = $ˆ cos" !$ Path increment ! We will have many uses for the path increment d r expressed in spherical coordinates: ! $ !rˆ !rˆ !rˆ ' dr = d(rrˆ ) = rˆ dr + rdrˆ = rˆ dr + r& dr + d" + d#) % !r !" !# ( = rˆ dr +"ˆ rd " + #ˆr sin "d# Time derivatives of the unit vectors We will also have many uses for the time derivatives of the unit vectors
    [Show full text]
  • Divergence and Curl "Del", ∇ - a Defined Operator ∂ ∂ ∂ ∇ = , , ∂X ∂ Y ∂ Z
    Divergence and Curl "Del", ∇ - A defined operator ∂ ∂ ∂ ∇ = , , ∂x ∂ y ∂ z The gradient of a function (at a point) is a vec tor that points in the direction in which the function increases most rapidly. A vector field is a vector function that can be thou ght of as a velocity field of a fluid. At each point it assigns a vector that represents the velocity of a particle at that point. The flux of a vector field is the volume of fluid flowing through an element of surface area per unit time. The divergence of a vector field is the flux per u nit volume. The divergence of a vector field is a number that can be thought of as a measure of the rate of change of the density of the flu id at a point. The curl of a vector field measures the tendency of the vector field to rotate about a point. The curl of a vector field at a point is a vector that points in the direction of the axis of rotation and has magnitude represents the speed of the rotation. Vector Field Scalar Funct ion F = Pxyz()()(),,, Qxyz ,,, Rxyz ,, f( x, yz, ) Gra dient grad( f ) ∇f = fffx, y , z Div ergence div (F ) ∂∂∂ ∂∂∂P Q R ∇⋅=F , , ⋅PQR, , =++=++ PQR ∂∂∂xyz ∂∂∂ xyz x y z Curl curl (F ) i j k ∂ ∂ ∂ ∇×=F =−−−+−()RQyz ijk() RP xz() QP xy ∂x ∂ y ∂ z P Q R ∇×=F RQy − z, −() RPQP xzxy −, − F( x,, y z) = xe−z ,4 yz2 ,3 ye − z ∂ ∂ ∂ div()F=∇⋅= F ,, ⋅ xe−z ,4,3 yz2 ye − z = e−z+4 z2 − 3 ye − z ∂x ∂ y ∂ z i j k ∂ ∂ ∂ curl ()F=∇×= F = 3e− z − 8 yz 2 , − 0 − ( − xe − z ) , 0 ∂x ∂ y ∂ z ( ) xe−z4 yz2 3 ye − z 3e−z− 8, yz2 − xe − z ,0 grad( scalar function ) = Vector Field div(Vector Field ) = scalarfunction curl (Vector Field) = Vector Field Which of the 9 ways to combine grad, div and curl by taking one of each.
    [Show full text]
  • Del in Cylindrical and Spherical Coordinates - Wikipedia, the Free Encycl
    Del in cylindrical and spherical coordinates - Wikipedia, the free encycl... http://en.wikipedia.org/wiki/Nabla_in_cylindrical_and_spherical_coordi... Make a donation to Wikipedia and give the gift of knowledge! Del in cylindrical and spherical coordinates From Wikipedia, the free encyclopedia (Redirected from Nabla in cylindrical and spherical coordinates) This is a list of some vector calculus formulae of general use in working with standard coordinate systems. Table with the del operator in cylindrical and spherical coordinates Operation Cartesian coordinates (x,y,z) Cylindrical coordinates (ρ,φ,z) Spherical coordinates (r,θ,φ) Definition of coordinates A vector field Gradient Divergence Curl Laplace operator or Differential displacement Differential normal area Differential volume Non-trivial calculation rules: 1. (Laplacian) 2. 3. 4. (using Lagrange's formula for the cross product) 5. Remarks 1 of 2 10/20/2007 7:08 PM Del in cylindrical and spherical coordinates - Wikipedia, the free encycl... http://en.wikipedia.org/wiki/Nabla_in_cylindrical_and_spherical_coordi... This page uses standard physics notation; some (American mathematics) sources define φ as the angle from the z-axis instead of θ. The function atan2(y, x) is used instead of the mathematical function arctan(y/x) due to its domain and image. The classical arctan(y/x) has an image of (-π/2, +π/2), whereas atan2(y, x) is defined to have an image of (-π, π]. See also Orthogonal coordinates Curvilinear coordinates Vector fields in cylindrical and spherical coordinates Retrieved from "http://en.wikipedia.org/wiki/Del_in_cylindrical_and_spherical_coordinates" Categories: Vector calculus | Coordinate systems This page was last modified 11:17, 11 October 2007. All text is available under the terms of the GNU Free Documentation License.
    [Show full text]
  • Two-Dimensional Differential Operators
    Appendix E Two-dimensional differential operators E.1 The del-operator in two dimensions When we deal with scalar fields that do not depend on the third coordinate or with vector fields in which the third component is zero and the other two depend only on the first two coordinates, then it is expedient to introduce the horizontal del-operator ∂ ∂ ∂ ∂ ∇H = i + j = , . ∂x ∂y ∂x ∂y ! By means of this operator we can construct the horizontal gradient of a two- dimensional scalar field φ = φ(x, y) uH = ∇H φ, and the divergence of a two-dimensional vector field uH =(ux, uy) ∂ux ∂uy ξH = ∇H · uH =(∂x, ∂y) · (ux, uy) = + . ∂x ∂y 1041 1042 Franco Mattioli (University of Bologna) Analogously to the three-dimensional case, we introduce the two-dimensional Laplace operator ∂ ∂ ∂φ ∂φ ∂2φ ∂2φ ∇2 ∇ ·∇ · H φ = H H φ = , , = 2 + 2 . ∂x ∂y ! ∂x ∂y ! ∂x ∂y But for the curl is quite another matter. The curl, in fact, is an operator essentially three-dimensional. When applied to a two-dimensional vector field defined in a certain plane, it gives rise to a vector that does not belong to the same plane. This happens because it represents the velocity of rotation of the parcels (see problem [D.5]). If the motion occurs in a horizontal plane, it is clear that the angular velocity of the parcels must be vertical. So, we can define the vertical component of the curl as ∂u ∂u ζ = k · ∇ × u = y − x . H ∂x ∂y Similarly, the curl of a vector field defined in a vertical plane is a horizontal vector.
    [Show full text]
  • A Gentle Introduction to Tensors (2014)
    A Gentle Introduction to Tensors Boaz Porat Department of Electrical Engineering Technion – Israel Institute of Technology [email protected] May 27, 2014 Opening Remarks This document was written for the benefits of Engineering students, Elec- trical Engineering students in particular, who are curious about physics and would like to know more about it, whether from sheer intellectual desire or because one’s awareness that physics is the key to our understanding of the world around us. Of course, anybody who is interested and has some college background may find this material useful. In the future, I hope to write more documents of the same kind. I chose tensors as a first topic for two reasons. First, tensors appear everywhere in physics, including classi- cal mechanics, relativistic mechanics, electrodynamics, particle physics, and more. Second, tensor theory, at the most elementary level, requires only linear algebra and some calculus as prerequisites. Proceeding a small step further, tensor theory requires background in multivariate calculus. For a deeper understanding, knowledge of manifolds and some point-set topology is required. Accordingly, we divide the material into three chapters. The first chapter discusses constant tensors and constant linear transformations. Tensors and transformations are inseparable. To put it succinctly, tensors are geometrical objects over vector spaces, whose coordinates obey certain laws of transformation under change of basis. Vectors are simple and well-known examples of tensors, but there is much more to tensor theory than vectors. The second chapter discusses tensor fields and curvilinear coordinates. It is this chapter that provides the foundations for tensor applications in physics.
    [Show full text]
  • Chapter 1 Fluids and Vector Calculus
    CHAPTER 1 FLUIDS AND VECTOR CALCULUS Picturing fluids • The properties of fluids • Why we use partial derivatives • The del operator • The gradient of a scalar field • The law of conservation of mass • The divergence of a vector field • Constant density flows • The curl of a vector field • 1 Fluid Mechanics Matthew P.Juniper 1.1P ICTURING FLUIDS Fluids flow. This is because they cannot support a shear stress when in static equi- librium.1 Fluids are made up of very many molecules2 and we can picture these molecules as small rigid balls that obey Newton’s laws of motion. In gases, the molecules move in straight lines between one collision and the next with a mean free path that is much larger than the molecular diameter. In liquids, the molecules are in close contact with their neighbours, colliding and forming temporary bonds. These temporary bonds make some liquids difficult to model so we will consider gases first. Given that gas molecules obey Newton’s laws, could we simulate the behaviour of a gas by tracking the position of each molecule? In theory, we could. But how many molecules are there in a typical container? At all but the smallest lengthscales it would be impractical to follow every molecule. 3 Instead, we average all the molecular velocities, vi, around a point in space (x, y, z) and say that the fluid there has a velocity v(x, y, z). So now we can think of the fluid as a continuum, which is a continuous lump of stuff with no gaps and say that it has a certain velocity field.
    [Show full text]
  • Mathematical Modeling of Diverse Phenomena
    NASA SP-437 dW = a••n c mathematical modeling Ok' of diverse phenomena james c. Howard NASA NASA SP-437 mathematical modeling of diverse phenomena James c. howard fW\SA National Aeronautics and Space Administration Scientific and Technical Information Branch 1979 Library of Congress Cataloging in Publication Data Howard, James Carson. Mathematical modeling of diverse phenomena. (NASA SP ; 437) Includes bibliographical references. 1, Calculus of tensors. 2. Mathematical models. I. Title. II. Series: United States. National Aeronautics and Space Administration. NASA SP ; 437. QA433.H68 515'.63 79-18506 For sale by the Superintendent of Documents, U.S. Government Printing Office Washington, D.C. 20402 Stock Number 033-000-00777-9 PREFACE This book is intended for those students, 'engineers, scientists, and applied mathematicians who find it necessary to formulate models of diverse phenomena. To facilitate the formulation of such models, some aspects of the tensor calculus will be introduced. However, no knowledge of tensors is assumed. The chief aim of this calculus is the investigation of relations that remain valid in going from one coordinate system to another. The invariance of tensor quantities with respect to coordinate transformations can be used to advantage in formulating mathematical models. As a consequence of the geometrical simplification inherent in the tensor method, the formulation of problems in curvilinear coordinate systems can be reduced to series of routine operations involving only summation and differentia- tion. When conventional methods are used, the form which the equations of mathematical physics assumes depends on the coordinate system used to describe the problem being studied. This dependence, which is due to the practice of expressing vectors in terms of their physical components, can be removed by the simple expedient.of expressing all vectors in terms of their tensor components.
    [Show full text]
  • Gradients and Directional Derivatives R Horan & M Lavelle
    Intermediate Mathematics Gradients and Directional Derivatives R Horan & M Lavelle The aim of this package is to provide a short self assessment programme for students who want to obtain an ability in vector calculus to calculate gradients and directional derivatives. Copyright c 2004 [email protected] , [email protected] Last Revision Date: August 24, 2004 Version 1.0 Table of Contents 1. Introduction (Vectors) 2. Gradient (Grad) 3. Directional Derivatives 4. Final Quiz Solutions to Exercises Solutions to Quizzes The full range of these packages and some instructions, should they be required, can be obtained from our web page Mathematics Support Materials. Section 1: Introduction (Vectors) 3 1. Introduction (Vectors) The base vectors in two dimensional Cartesian coordinates are the unit vector i in the positive direction of the x axis and the unit vector j in the y direction. See Diagram 1. (In three dimensions we also require k, the unit vector in the z direction.) The position vector of a point P (x, y) in two dimensions is xi + yj . We will often denote this important vector by r . See Diagram 2. (In three dimensions the position vector is r = xi + yj + zk .) y 6 Diagram 1 y 6 Diagram 2 P (x, y) 3 r 6 j yj 6- - - - 0 i x 0 xi x Section 1: Introduction (Vectors) 4 The vector differential operator ∇ , called “del” or “nabla”, is defined in three dimensions to be: ∂ ∂ ∂ ∇ = i + j + k . ∂x ∂y ∂z Note that these are partial derivatives! This vector operator may be applied to (differentiable) scalar func- tions (scalar fields) and the result is a special case of a vector field, called a gradient vector field.
    [Show full text]