Key Points, Vector Calculus

Total Page:16

File Type:pdf, Size:1020Kb

Key Points, Vector Calculus CHALTE C Control & Dynamical Systems Key Points, Vector Calculus Math1C - Spring 2010 Jerry Marsden and Eric Rains Control and Dynamical Systems and Mathematics, Caltech For computing resources: www.cds.caltech.edu/~marsden Contents 1 The Geometry of Euclidean Space 7 1.1 Vectors in 2- and 3-Dimensional Space .... 8 1.2 The Inner Product, Length, and Distance .. 12 1.3 Matrices, Determinants, and the Cross Product .................. 14 1.4 Cylindrical and Spherical Coordinates .... 18 1.5 n-dimensional Euclidean Space ......... 20 2 Differentiation 24 2.1 Functions, Graphs, and Level Surfaces .... 25 2.2 Limits and Continuity .............. 27 2.3 Differentiation .................. 30 2.4 Introduction to Paths .............. 34 2.5 Properties of the Derivative .......... 36 2.6 Gradients and Directional Derivatives .... 38 3 Higher-Order Derivatives; Maxima and Minima 40 3.1 Iterated Partial Derivatives ........... 41 3.2 Taylor's Theorem ................. 43 3.3 Extrema of Real Valued Functions ...... 45 3.4 Constrained Extrema and Lagrange Multipliers ..................... 50 3.5 The Implicit Function Theorem ........ 53 4 Vector Valued Functions 57 4.1 Acceleration and Newton's Second Law ... 58 3 4.2 Arc Length .................... 60 4.3 Vector Fields ................... 62 4.4 Divergence and Curl ............... 64 5 Double and Triple Integrals 68 5.1 Introduction .................... 69 5.2 The Double Integral over a Rectangle .... 72 5.3 The Double Integral Over More General Re- gions ........................ 75 5.4 Changing the Order of Integration ...... 77 5.5 The Triple Integral ................ 79 6 The Change of Variables Formula and Ap- plications 81 2 2 6.1 The Geometry of Maps from R to R .... 82 6.2 The Change of Variables Theorem ...... 84 6.3 Applications of Double and Triple Integrals . 89 4 6.4 Improper Integrals ................ 93 7 Integrals over Curves and Surfaces 96 7.1 The Path Integral ................ 97 7.2 Line Integrals ................... 99 7.3 Parametrized Surfaces .............. 102 7.4 Area of a Surface ................. 104 7.5 Integrals of Scalar Functions over Surfaces . 107 7.6 Surface Integrals of Vector Functions ..... 111 7.7 Applications: Differential Geometry, Physics, Forms of Life ................... 117 8 The Integral Theorems of Vector Analy- sis 119 8.1 Green's Theorem ................. 120 8.2 Stokes' Theorem ................. 125 8.3 Conservative Fields ............... 128 5 8.4 Gauss' Theorem ................. 130 8.5 Applications: Physics, Engineering & Differ- ential Equations ................. 136 8.6 Differential Forms ................ 140 6 Chapter 1 The Geometry of Euclidean Space Chapter 1 1.1 Vectors in 2- and 3-Dimensional Space Key Points in this Section 1. Addition and scalar multiplication for three-tuples are defined by (a1; a2; a3) + (b1; b2; b3) = (a1 + b1; a2 + b2; a3 + b2) and α(a1; a2; a3) = (αa1; αa2; αa3): There are similar definitions for pairs of real numbers (just leave off the third component). 8 Chapter 1 2. A vector (in the plane or space) is a directed line segment with a specified tail (with the default being the origin) and an arrow at its head. 3. Vectors are added by the parallelogram law and scalar multiplication by α stretches the vector by this amount (in the opposite direction if α is negative). 4. If a vector has its tail at the origin, the coordinates of its tip are its components. 5. Addition and scalar multiplication of vectors (geometric) corresponds to the same operations on the components (algebraic). 6. Standard Bases: Unit vectors i, j, k along the x, y, and z-axes. 7. A vector a (a1; a2; a3) is written a = a1i + a2j + a3k: 9 Chapter 1 8. The vector joining two points P = (x; y; z) and P0 = (x0; y0; z0) −−! is the vector PP0, represented as an arrow from P to P0, and has components −−! PP0 = (x − x0; y − y0; z − z0): 9. The equation of the line through the point a (regarded as a vector from the origin) in the direction of the vector v (regarded as a vector based at the point a) is `(t) = a + tv; where t ranges over all real numbers. 10. The equations of the straight line through the points P1 = (x1; y1; z1) and P2 = (x2; y2; z2) are x = x1 + t(x1 − x2) y = y1 + t(y1 − y2) z = z1 + t(z1 − z2) 10 Chapter 1 11. The plane through the origin containing the vectors v and w consists of all points of the form sv + tw where s and t range over all real numbers. 11 Chapter 1 1.2 The Inner Product, Length, and Distance Key Points in this Section 1. The inner product of the vectors a = (a1; a2; a3) and b = (b1; b2; b3) is defined as a · b = (a1b1 + a2b2 + a3b3); this inner product is sometimes denoted ha; bi. 2. The length or norm of a = (a1; a2; a3) is q p 2 2 2 kak = a · a = a1 + a2 + a3: 3. To normalize a nonzero vector a, form the unit vector a : kak −−! 4. The distance between two points P and Q is kPQk. 12 Chapter 1 5. The angle θ between two vectors a and b satisfies a · b = kakkbk cos θ: 6. The Cauchy-Schwarz Inequality: ja · bj ≤ kakkbk: 7. The orthogonal projection of the vector v on the nonzero vector a is a · v p = a: kak2 Note that this is unchanged is a is multiplied by any nonzero scalar. 8. Triangle Inequality: ka + bk ≤ kak + kbk: 9. If an object has a constant velocity vector v, then after t units of time, the object is moved by the displacement vector d = tv. 13 Chapter 1 1.3 Matrices, Determinants, and the Cross Product Key Points in this Section 1. Matrices are arrays of numbers, such as the 2 × 2 matrix 1 3 −1 4 and the general 3 × 3 matrix 2 3 a11 a12 a13 4a21 a22 a235 a31 a32 a33 2. The determinant of a 2 × 2 matrix is a11 a12 = a11a22 − a21a12: a21 a22 14 Chapter 1 3. The determinant of a 3 × 3 matrix is a11 a12 a13 a22 a23 a21 a23 a21 a22 a21 a22 a23 = a11 − a12 + a13 a32 a33 a31 a33 a31 a32 a31 a32 a33 4. Determinants may be expanded along any column or any row using the following checkerboard pattern 2+ − +3 4− + −5 + − + 5. Any multiple of one row can be added to another row with out changing the determinant. Same for columns, but you cannot mix rows and columns. 6. The cross product of the vectors a and b is the vector i j k a × b = a1 a2 a3 b1 b2 b3 15 Chapter 1 7. The length of a × b is ka × bk = kakkbk sin θ; where θ is the angle (with 0 ≤ θ ≤ π) between the vectors a and b, and equals the area of the parallelogram spanned by these vectors. 8. The triple product a1 a2 a3 a · (b × c) = b1 b2 b3 c1 c2 c3 is the volume of the parallelogram spanned by the three vectors a, b, and c. 9. The equation of the plane through the point (x0; y0; z0) and normal to the vector n = Ai + Bj + Ck is A(x − x0) + B(y − y0) + C(z − z0) = 0: 16 Chapter 1 that is, Ax + By + Cz + D = 0; where D = −(Ax0 + By0 + Cz0). 10. The distance from the point (x1; y1; z1) to the plane Ax + By + Cz + D = 0 is jAx + By + Cz + D Distance = p1 1 1 : A2 + B2 + C2 17 Chapter 1 1.4 Cylindrical and Spherical Coordinates Key Points in this Section 1. The polar coordinates (r; θ) of a point (x; y) in the xy-plane are determined by x = r cos θ and y = r sin θ: 3 2. The cylindrical coordinates (r; θ; z) of a point (x; y; z) in R are determined by x = r cos θ; y = r sin θ; and z = z: 3 3. The spherical coordinates (ρ, θ; φ) of a point (x; y; z) in R are determined by x = ρ sin φ cos θ; y = ρ sin φ sin θ; and z = ρ cos φ. 4. The equations of geometric objects can sometimes be eas- iest to describe using one of these coordinate systems. 18 Chapter 1 For example, a cylinder is described by r = constant and a sphere by ρ = constant. 19 Chapter 1 1.5 n-dimensional Euclidean Space Key Points in this Section n 1. Euclidean n-space, denoted R , consists of n-tuples of real numbers: x = (x1; x2; : : : ; xn). 2. Addition and scalar multiplication of n-tuples is defines as we did with 2- and 3-tuples: (x1; x2; : : : ; xn) + (y1; y2; : : : ; yn) = (x1 + y1; x2 + y2; : : : ; xn + yn) α(x1; x2; : : : ; xn) = (αx1; αx2; : : : ; αxn) 3. The inner, or dot product is defined by x · y = x1y1 + x2y2 + · + xnyn; 2 3 and satisfies properties as with vectors in R and R . 20 Chapter 1 4. In particular, the Cauchy-Schwarz and triangle inequal- ities hold: jx · yj ≤ kxkkyk and kx + yk ≤ kxk + kyk: 5. An n × n matrix is a square array of numbers with n rows and n columns. For instance, a 4 × 4 matrix has the form 2 3 a11 a12 a13 a14 6a21 a22 a23 a247 6 7 4a31 a32 a33 a345 a41 a42 a43 a44 6. The determinant of a 4×4 matrix may be expanded along any row or column with a pattern of alternating +'s and 21 Chapter 1 −'s, as in the three by three case. For example, a11 a12 a13 a14 a22 a23 a24 a21 a23 a24 a21 a22 a23 a24 = a11 a32 a33 a34 − a12 a31 a33 a34 a31 a32 a33 a34 a42 a43 a44 a41 a43 a44 a41 a42 a43 a44 a21 a22 a24 a21 a22 a23 + a13 a31 a32 a34 − a14 a31 a32 a33 a41 a42 a44 a41 a42 a43 7.
Recommended publications
  • Vector Calculus and Multiple Integrals Rob Fender, HT 2018
    Vector Calculus and Multiple Integrals Rob Fender, HT 2018 COURSE SYNOPSIS, RECOMMENDED BOOKS Course syllabus (on which exams are based): Double integrals and their evaluation by repeated integration in Cartesian, plane polar and other specified coordinate systems. Jacobians. Line, surface and volume integrals, evaluation by change of variables (Cartesian, plane polar, spherical polar coordinates and cylindrical coordinates only unless the transformation to be used is specified). Integrals around closed curves and exact differentials. Scalar and vector fields. The operations of grad, div and curl and understanding and use of identities involving these. The statements of the theorems of Gauss and Stokes with simple applications. Conservative fields. Recommended Books: Mathematical Methods for Physics and Engineering (Riley, Hobson and Bence) This book is lazily referred to as “Riley” throughout these notes (sorry, Drs H and B) You will all have this book, and it covers all of the maths of this course. However it is rather terse at times and you will benefit from looking at one or both of these: Introduction to Electrodynamics (Griffiths) You will buy this next year if you haven’t already, and the chapter on vector calculus is very clear Div grad curl and all that (Schey) A nice discussion of the subject, although topics are ordered differently to most courses NB: the latest version of this book uses the opposite convention to polar coordinates to this course (and indeed most of physics), but older versions can often be found in libraries 1 Week One A review of vectors, rotation of coordinate systems, vector vs scalar fields, integrals in more than one variable, first steps in vector differentiation, the Frenet-Serret coordinate system Lecture 1 Vectors A vector has direction and magnitude and is written in these notes in bold e.g.
    [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]
  • Multivariable and Vector Calculus
    Multivariable and Vector Calculus Lecture Notes for MATH 0200 (Spring 2015) Frederick Tsz-Ho Fong Department of Mathematics Brown University Contents 1 Three-Dimensional Space ....................................5 1.1 Rectangular Coordinates in R3 5 1.2 Dot Product7 1.3 Cross Product9 1.4 Lines and Planes 11 1.5 Parametric Curves 13 2 Partial Differentiations ....................................... 19 2.1 Functions of Several Variables 19 2.2 Partial Derivatives 22 2.3 Chain Rule 26 2.4 Directional Derivatives 30 2.5 Tangent Planes 34 2.6 Local Extrema 36 2.7 Lagrange’s Multiplier 41 2.8 Optimizations 46 3 Multiple Integrations ........................................ 49 3.1 Double Integrals in Rectangular Coordinates 49 3.2 Fubini’s Theorem for General Regions 53 3.3 Double Integrals in Polar Coordinates 57 3.4 Triple Integrals in Rectangular Coordinates 62 3.5 Triple Integrals in Cylindrical Coordinates 67 3.6 Triple Integrals in Spherical Coordinates 70 4 Vector Calculus ............................................ 75 4.1 Vector Fields on R2 and R3 75 4.2 Line Integrals of Vector Fields 83 4.3 Conservative Vector Fields 88 4.4 Green’s Theorem 98 4.5 Parametric Surfaces 105 4.6 Stokes’ Theorem 120 4.7 Divergence Theorem 127 5 Topics in Physics and Engineering .......................... 133 5.1 Coulomb’s Law 133 5.2 Introduction to Maxwell’s Equations 137 5.3 Heat Diffusion 141 5.4 Dirac Delta Functions 144 1 — Three-Dimensional Space 1.1 Rectangular Coordinates in R3 Throughout the course, we will use an ordered triple (x, y, z) to represent a point in the three dimensional space.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Part IA — Vector Calculus
    Part IA | Vector Calculus Based on lectures by B. Allanach Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures. They are nowhere near accurate representations of what was actually lectured, and in particular, all errors are almost surely mine. 3 Curves in R 3 Parameterised curves and arc length, tangents and normals to curves in R , the radius of curvature. [1] 2 3 Integration in R and R Line integrals. Surface and volume integrals: definitions, examples using Cartesian, cylindrical and spherical coordinates; change of variables. [4] Vector operators Directional derivatives. The gradient of a real-valued function: definition; interpretation as normal to level surfaces; examples including the use of cylindrical, spherical *and general orthogonal curvilinear* coordinates. Divergence, curl and r2 in Cartesian coordinates, examples; formulae for these oper- ators (statement only) in cylindrical, spherical *and general orthogonal curvilinear* coordinates. Solenoidal fields, irrotational fields and conservative fields; scalar potentials. Vector derivative identities. [5] Integration theorems Divergence theorem, Green's theorem, Stokes's theorem, Green's second theorem: statements; informal proofs; examples; application to fluid dynamics, and to electro- magnetism including statement of Maxwell's equations. [5] Laplace's equation 2 3 Laplace's equation in R and R : uniqueness theorem and maximum principle. Solution of Poisson's equation by Gauss's method (for spherical and cylindrical symmetry) and as an integral. [4] 3 Cartesian tensors in R Tensor transformation laws, addition, multiplication, contraction, with emphasis on tensors of second rank. Isotropic second and third rank tensors.
    [Show full text]
  • Chap. 8. Vector Differential Calculus. Grad. Div. Curl
    Chap. 8. Vector Differential Calculus. Grad. Div. Curl 8.1. Vector Algebra in 2-Space and 3-Space - Scalar: a quantity only with its magnitude; temperature, speed, mass, volume, … - Vector: a quantity with its magnitude and its direction; velocity, acceleration, force, … (arrow & directed line segment) Initial and termination point Norm of a: length of a vector a. IaI =1: unit vector Equality of a Vectors: a=b: same length and direction. Components of a Vector: P(x1,y1,z1) Q(x2,y2,z2) in Cartesian coordinates. = = []− − − = a PQ x 2 x1, y2 y1,z2 z1 [a1,a 2 ,a3 ] = 2 + 2 + 2 Length in Terms of Components: a a1 a 2 a3 Position Vector: from origin (0,0,0) point A (x,y,z): r=[x,y,z] Vector Addition, Scalar Multiplication b (1) Addition: a + b = []a + b ,a + b ,a + b 1 1 2 2 3 3 a a+b a+ b= b+ a (u+ v) + w= u+ (v+ w) a+ 0= 0+ a= a a+ (-a) = 0 = [] (2) Multiplication: c a c a 1 , c a 2 ,ca3 c(a + b) = ca + cb (c + k) a = ca + ka c(ka) = cka 1a = a 0a = 0 (-1)a = -a = []= + + Unit Vectors: i, j, k a a1,a 2 ,a 3 a1i a 2 j a3 k i = [1,0,0], j=[0,1,0], k=[0,0,1] 8.2. Inner Product (Dot Product) Definition: a ⋅ b = a b cosγ if a ≠ 0, b ≠ 0 a ⋅ b = 0 if a = 0 or b = 0; cosγ = 0 3 ⋅ = + + = a b a1b1 a 2b2 a3b3 aibi i=1 a ⋅ b = 0 (a is orthogonal to b; a, b=orthogonal vectors) Theorem 1: The inner product of two nonzero vectors is zero iff these vectors are perpendicular.
    [Show full text]
  • General Vector Calculus*
    GENERALVECTOR CALCULUS* BY JAMES BYRNIE SHAW Introduction This paper presents results from various papers read before the Society during a period of several years. These are indicated in the footnotes. The calculus is independent of the number of dimensions of the space in which the vectors are supposed to be placed. Indeed the vectors are for the most part supposed to be imbedded in a space of an infinity of dimensions, this infinity being denumerable sometimes but more often non-denumerable. In the sense in which the term is used every vector is an infinite vector as regards its dimen- sionality. The reader may always make the development concrete by thinking of a vector as a function of one or more variables, usually one, and involving a parameter whose values determine the " dimensionality " of the space. The values the parameter can assume constitute its "spectrum." It must be emphasized however that no one concrete representation is all that is meant, for the vector is in reality an abstract entity given by its definition, that is to say, postulationally. The case is analogous to that of " group " in which the "operators" are generally not operators at all, since they have nothing to operate upon, but are abstract entities, defined by postulates. Always to interpret vectors as directed line-segments or as expansions of functions is to limit the generality of the subject to no purpose, and actually to interfere with some of the processes. It is sufficient to notice that in any case the theorems may be tested out in any concrete representation.
    [Show full text]
  • Calculus III Refresher for Vector Calculus
    Calculus III Refresher for Vector Calculus Jiˇr´ıLebl August 21, 2019 This class, Vector Calculus, is really the vector calculus that you haven't really gotten to in Calculus III. We will be using the book: H. M. Schey, Div, Grad, Curl, and All That: An Informal Text on Vector Calculus (Fourth Edition) Let us start with a very quick review of the concepts from Calculus III that we will need and that are not covered in Schey|a crash course if you will. We won't cover nearly everything that you may have seen in Calculus III in this quick overview, just the very basics. We will also go over a couple of things that you may not have seen in Calculus III, but that we will need for this class. You should look back at your Calculus III textbook. If you no longer have that or need another source, there is a wonderful free textbook: Gregory Hartman, APEX Calculus, http://www.apexcalculus.com. You can download a PDF online, or buy a very cheap printed copy. Especially Volume 3, that is, chapters 9{14. 1 Vectors In basic calculus, one deals with R, the real numbers, a one-dimensional space, or the line. In 2 vector calculus, we consider the two dimensional cartesian space R , the plane; three dimensional 3 n 2 3 n space R ; and in general the n-dimensional cartesian space R .A point in R ; R , or R is simply a tuple, a 3-tuple, or an n-tuple (respectively) of real numbers. For example, the following are points 2 in R (1; −2); (0; 1); (−1; 10); etc.
    [Show full text]
  • Generalized Stokes' Theorem
    Chapter 4 Generalized Stokes’ Theorem “It is very difficult for us, placed as we have been from earliest childhood in a condition of training, to say what would have been our feelings had such training never taken place.” Sir George Stokes, 1st Baronet 4.1. Manifolds with Boundary We have seen in the Chapter 3 that Green’s, Stokes’ and Divergence Theorem in Multivariable Calculus can be unified together using the language of differential forms. In this chapter, we will generalize Stokes’ Theorem to higher dimensional and abstract manifolds. These classic theorems and their generalizations concern about an integral over a manifold with an integral over its boundary. In this section, we will first rigorously define the notion of a boundary for abstract manifolds. Heuristically, an interior point of a manifold locally looks like a ball in Euclidean space, whereas a boundary point locally looks like an upper-half space. n 4.1.1. Smooth Functions on Upper-Half Spaces. From now on, we denote R+ := n n f(u1, ... , un) 2 R : un ≥ 0g which is the upper-half space of R . Under the subspace n n n topology, we say a subset V ⊂ R+ is open in R+ if there exists a set Ve ⊂ R open in n n n R such that V = Ve \ R+. It is intuitively clear that if V ⊂ R+ is disjoint from the n n n subspace fun = 0g of R , then V is open in R+ if and only if V is open in R . n n Now consider a set V ⊂ R+ which is open in R+ and that V \ fun = 0g 6= Æ.
    [Show full text]
  • LECTURE 27: the LAPLAST ONE Monday, November 25, 2019 5:23 PM
    LECTURE 27: THE LAPLAST ONE Monday, November 25, 2019 5:23 PM Today: Three little remaining topics related to Laplace I- 3 DIMENSIONS Previously: Solved Laplace's equation in 2 dimensions by converting it into polar coordinates. The same idea works in 3 dimensions if you use spherical coordinates. 3 Suppose u = u(x,y,z) solves u xx + u yy + u zz = 0 in R Using spherical coordinates, you eventually get urr + 2 ur + JUNK = 0 r (where r = x 2 + y 2 + z 2 and JUNK doesn't depend on r) If we're looking for radial solutions, we set JUNK = 0 Get u rr + 2 u r = 0 which you can solve to get r u(x,y,z) = -C + C' solves u xx + u yy + u zz = 0 r Finally, setting C = -1/(4π) and C' = 0, you get Fundamental solution of Laplace for n = 3 S(x,y,z) = 1 = 4πr 4π x 2 + y 2 + z 2 Note: In n dimensions, get u rr + n-1 ur = 0 r => u( r ) = -C + C' rn-2 => S(x) = Blah (for some complicated Blah) rn-1 Why fundamental? Because can build up other solutions from this! Fun Fact: A solution of -Δ u = f (Poisson's equation) in R n is u(x) = S(x) * f(x) = S(x -y) f(y) dy (Basically the constant is chosen such that -ΔS = d0 <- Dirac at 0) II - DERIVATION OF LAPLACE Two goals: Derive Laplace's equation, and also highlight an important structure of Δu = 0 A) SETTING n Definition: If F = (F 1, …, F n) is a vector field in R , then div(F) = (F 1)x1 + … + (F n)xn Notice : If u = u(x 1, …, x n), then u = (u x1 , …, u xn ) => div( u) = (u x1 )x1 + … + (u xn )xn = u x1 x1 + … + u xn xn = Δu Fact: Δu = div( u) "divergence structure" In particular, Laplace's equation works very well with the divergence theorem Divergence Theorem: F n dS = div(F) dx bdy D D B) DERIVATION Suppose you have a fluid F that is in equilibrium (think F = temperature or chemical concentration) Equilibrium means that for any region D, the net flux of F is 0.
    [Show full text]
  • Green Gauss Theorem Yesterday, We Continued Discussions on Index Notations That Can Be Used to Represent Tensors
    15/02/2017 LECTURE – 15 Green Gauss Theorem Yesterday, we continued discussions on index notations that can be used to represent tensors. In index notations we saw the Gradient of a scalar Divergence of a vector Cross product of vector etc. We also saw that a second rank tensor can be written as a sum of a symmetric & asymmetric tensor. 11 i.e, BBBBB[][] ij22 ij ji ij ji First part is symmetric & second part is asymmetric Today we will briefly discuss about Green Gauss Theorem etc. Green Gauss Theorem relates the volume & surface integrals. The most common form of Gauss’s theorem is the Gauss divergence theorem which you have studied in previous courses. 푛 푣 ds If you have a volume U formed by surface S, the Gauss divergence theorem for a vector v suggest that v.. ndSˆ vdU SU where, S = bounding surface on closed surface U = volumetric domain nˆ = the unit outward normal vector of the elementary surface area ds This Gauss Divergence theorem can also be represented using index notations. v v n dS i dU ii SUxi For any scalar multiple or factor for vector v , say v , the Green Gauss can be represented as (v . nˆ ) dS .( v ) dU SU i.e. (v . nˆ ) dS ( . v ) dU ( v . ) dU SUU v or v n dSi dU v dU i i i SUUxxii Gauss’s theorem is applicable not only to a vector . It can be applied to any tensor B (say) B B n dSij dU B dU ij i ij SUUxxii Stoke’s Theorem Stoke’s theorem relates the integral over an open surface S, to line integral around the surface’s bounding curve (say C) You need to appropriately choose the unit outward normal vector to the surface 푛 푡 dr v.
    [Show full text]
  • Today in Physics 217: Vector Derivatives
    Today in Physics 217: vector derivatives First derivatives: • Gradient (—) • Divergence (—◊) •Curl (—¥) Second derivatives: the Laplacian (—2) and its relatives Vector-derivative identities: relatives of the chain rule, product rule, etc. Image by Eric Carlen, School of Mathematics, Georgia Institute of 22 vxyxy, =−++ x yˆˆ x y Technology ()()() 6 September 2002 Physics 217, Fall 2002 1 Differential vector calculus df/dx provides us with information on how quickly a function of one variable, f(x), changes. For instance, when the argument changes by an infinitesimal amount, from x to x+dx, f changes by df, given by df df= dx dx In three dimensions, the function f will in general be a function of x, y, and z: f(x, y, z). The change in f is equal to ∂∂∂fff df=++ dx dy dz ∂∂∂xyz ∂∂∂fff =++⋅++ˆˆˆˆˆˆ xyzxyz ()()dx() dy() dz ∂∂∂xyz ≡⋅∇fdl 6 September 2002 Physics 217, Fall 2002 2 Differential vector calculus (continued) The vector derivative operator — (“del”) ∂∂∂ ∇ =++xyzˆˆˆ ∂∂∂xyz produces a vector when it operates on scalar function f(x,y,z). — is a vector, as we can see from its behavior under coordinate rotations: I ′ ()∇∇ff=⋅R but its magnitude is not a number: it is an operator. 6 September 2002 Physics 217, Fall 2002 3 Differential vector calculus (continued) There are three kinds of vector derivatives, corresponding to the three kinds of multiplication possible with vectors: Gradient, the analogue of multiplication by a scalar. ∇f Divergence, like the scalar (dot) product. ∇⋅v Curl, which corresponds to the vector (cross) product. ∇×v 6 September 2002 Physics 217, Fall 2002 4 Gradient The result of applying the vector derivative operator on a scalar function f is called the gradient of f: ∂∂∂fff ∇f =++xyzˆˆˆ ∂∂∂xyz The direction of the gradient points in the direction of maximum increase of f (i.e.
    [Show full text]