2.20 Fall 2018 Math Review

Size: px
Start display at page:

Download "2.20 Fall 2018 Math Review"

Transcription

1 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 into it. Outline: 1. Einstein s Indicial Notation 2. Scalars, vectors and tensors 3. Vector Calculus 4. Taylor Series Expansion 5. Divergence (Gauss) Theorem 6. Leibniz Integral Rule 7. Differential Equations 8. Coordinate Systems 1

2 1 Einstein s Indicial Notation Simplifies the notation in vector calculus. Types of variables are determined by the number of indices required to describe them. Terminology: Free index: appears exactly once in each term of an expression Dummy index: appears exactly twice in each term of an expression Range convention Whenever a subscript appears only once in a term, the subscript takes all of the values. The range of indices should be given explicitly in the problem (i.e. i = 1, 2, 3 for 3D case, i = 1, 2 for 2D case). Example: i {1, 2, 3} x i = {x 1, x 2, x 3 } Example: i {1, 2, 3} x i = {x 1, x 2, x 3 } The name of the free index (e.g. i in the above example) MUST remain the same throughout the calculation (e.g. v i v j ) To facilitate writing of the coordinates in indicial notation, we will be interchanging {x 1, x 2, x 3 } and {x, y, z} Summation convention Repeated indices are summed over and no index can repeat more than twice. Example: i {1, 2, 3} a ii 3 a ii = a 11 + a 22 + a 33 i=1 Example: {i, j} {1, 2, 3} a ij b i c j = b 1 (a 11 c 1 + a 12 c 2 + a 13 c 3 )+ + b 2 (a 21 c 1 + a 22 c 2 + a 23 c 3 )+ + b 3 (a 31 c 1 + a 32 c 2 + a 33 c 3 ) Example (matrix multiplication): {i, j, k} {1, 2, 3} The first term of A is, b 11 b 12 b 13 c 11 c 12 c 13 A = B C = b 21 b 22 b 23 c 21 c 22 c 23 b 31 b 32 b 33 c 31 c 32 c 33 2

3 a 11 = b 11 c 11 + b 12 c 21 + b 13 c 31 Or more generally, 3 a ij = b ik c kj = b ik c kj k=1 Comma convention A comma indicates partial differentiation with respect to the index coordinate. Examples: Kronecker delta, δ ij a i,j a i x j a i,i a i x i = a 1 x 1 + a 2 x 2 + a 3 x 3 The Kronecker delta is basically the identity matrix: Example: i {1, 2, 3} δ ij = { 0, i j 1, i = j δ ii = δ 11 + δ 22 + δ 33 = = 3 it has the effect of substituting the free index of the term it multiplies. For example We can check by just doing the algebra, δ ij a j = a i Levi-Civita Permutation Symbol ε ijk δ 11 a δ 12 a δ 13 a 3 = a 1 1, (i, j, k) = (1, 2, 3), (2, 3, 1), or (3, 1, 2) ε ijk = 1, (i, j, k) = (1, 3, 2), (2, 1, 3), or (3, 2, 1) 0, otherwise (i.e. repeated indices) Used to write cross products in index notation a b = ε ijk a j b k 3

4 2 Scalars, Vectors and Tensors All of these quantities can be thought of as tensors of different order Scalar (e.g. α): No index (i.e. quantity expressed in 1 term) tensor of zeroth order. Only a magnitude. Examples: Temperature, pressure, density, energy Vector (e.g. a i ): One free index (3 terms in 3D) tensor of first order. Has magnitude and direction. Example: i {1, 2, 3} a i = {a 1, a 2, a 3 } Examples: Position, velocity, acceleration, force, momentum. Tensor (e.g b ij ): Two free indices (9 terms in 3D) tensor of second order. magnitude, direction and orientation. Example: {i, j} {1, 2, 3} b 11 b 12 b 13 b ij = b 21 b 22 b 23 b 31 b 32 b 33 Examples: Stress tensor, deformation tensor, momentum flux Has 3 Vector calculus Del/nabla ( ) operator: differential vector operator in 3D space (or 2D): xî + y ĵ + z ˆk = x, y, z (Often written as to better express its vector nature.) In indicial notation, Del operator is written as 4 x i

5 Important uses of Del/nabla ( ) operator: 1. Gradient: the derivative of a scalar function f(x, y, z) in the direction of the greatest change is called the gradient of f grad f f x, f y, f = f z The gradient is similar to a derivative, but for a function of more than one variable. Similar to the derivative, the gradient is representative of the slope of the function at a point, but since it is for a function of multiple variables, it is the slope of the direction of greatest rate of increase of the field at that point. Notice that the gradient of a scalar is a vector field, and the gradient of a vector is a tensor field. This is easier to see in the index notation grad a = x j a i = a i x j b ij operating with a gradient increases the dimension of the field by one! Finding the unit normal vector ˆn to a curve or a surface: For an implicitly given curve F (x, y) = C (or a surface F (x, y, z) = C), the unit normal at any point (x, y, z) is given by ˆn(x, y, z) = F (x,y,z) F (x,y,z) where, 2. Divergence: F = ( F x ) 2 ( ) F 2 ( ) F y z For a vector field V in the x, y, z coordinate space with components V = u, v, w : div V = V = u x + v y + w z = V i x i It can be thought of as the expansion of the field at a certain point, or the rate at which V leaves a volume. 5

6 It has the effect of decreasing the order of the field by 1 (it has to operate on vector fields at least) It can also be defined as V = lim V 0 A v ˆn da V 3. Curl: for a vector field V in the x, y, z coordinate space with components V = u, v, w : curl V Curl can also be defined as î ĵ ˆk x y z u v w ( V ) ˆn = lim A 0 = V = ε ijk V k x xj V d s A Describes the (infinitesimal) rotation or spin (strength and direction) of a vector field at a particular point. The direction of the curl defines the axis of rotation, while its magnitude defines the strength of the rotation. 4. Laplacian (second derivative): Scalar operator, so it can be applied to a tensor field of any order (scalar, vector and tensor fields) 2 = = 2 x y z 2 = 6 2 x i x i

7 (Why do we write x i x i and not x 2 i? Summation convention!) After applying the Laplacian, the tensor order remains the same Laplacian of a scalar field f(x, y, z): 2 f = 2 f = 2 f x i x i x f y f z 2 Laplacian of a vector field V (x, y, z) with components u, v, w : 2 V = 2 V x V y V z 2 = 2 u x u y u z 2, 2 v x v y v z 2, 2 w x w y w z 2 In indicial notation, Laplacian of a vector field u i is written as u i x j x j Notice the difference in the length of the expression! 5. Other second derivative operators: div(grad f) = ( f) = f div(curl v) = ( v) 0 curl(grad f) = ( f) 0 curl(curl v) = ( v) grad(div v) = ( v) Laplacian (identically) (identically) 4 Taylor Series Expansion Taylor series are a useful tool to calculate the value of a function in the neighborhood of a certain point. The general formula for the Taylor series of a one-dimensional function f(x) around a point x 0 is: f(x) = (x x 0 ) n d n f n! dx n = f(x 0 ) + (x x 0 ) df dx + (x x 0) 2 d 2 f x=x0 2 dx 2 + x=x0 x=x0 n=0 7

8 Often we want to linearize a function. This means that we are assuming that (x x 0 ) is very small, so we can ignore any terms of second order, (x x 0 ) 2, or larger: Two-dimensional Taylor expansion: f(x) f(x 0 ) + (x x 0 ) df dx x=x0 [ f(x, y) = f(x 0, y 0 ) + (x x 0 ) f x + (y y 0) f ] y (x 0,y 0 ) + 1 [ ] (x x 0 ) 2 2 f 2 x 2 + 2(x x 0)(y y 0 ) 2 f x y + (y y 0) 2 2 f y 2 + O( x 3, x 2 y, x y 2, y 3 ) 5 Divergence (Gauss) Theorem The divergence (Gauss) theorem is used many times in this class. The purpose of this theorem is to convert volume integrals to surface integrals (or vice versa). Theorem: If V is a vector field in {x, y, z}: S F ˆn ds = V F dv where ˆn is the unit normal vector to the surface S with volume V. notation, this reads F i F i n i ds = dv x i S V In indicial 8

9 If τ ij is a tensor field in {x 1, x 2, x 3 }: τ ij n j da = A V τ ij x j dv 6 Leibniz Integral Rule Gives an expression for how to differentiate an integral whose limits are not a constant 1D: for a function I(t) = b(t) a(t) F (x, t) dx we have Note that da dt Proof: and db dt ˆ di b(t) dt = F a(t) t db da dx + F (b, t) F (a, t) dt dt are speeds by which limits at x = a and x = b move along x-axis. At time t, I(t) is the area under F (x, t) for x [a(t), b(t)]. At time t+ t, I(t+ t) is the area under F (x, t + t) for x [a(t + t), b(t + t)]. To calculate I(t+ t), we first consider the integral with a and b fixed, then account for the modification due to the change of a and b I(t + t) = = ˆ b(t+ t) a(t+ t) ˆ b(t) a(t) F (x, t + t) dx F (x, t + t) dx + ˆ b(t+ t) b(t) F (x, t + t) dx Apply Taylor expansion and keep only the term up to O( t) F (x, t + t) = F (x, t) + t F t + O ( ( t) 2) a(t + t) = a(t) + t da dt + O ( ( t) 2) b(t + t) = b(t) + t db dt + O ( ( t) 2) ˆ a(t+ t) a(t) F (x, t + t) dx 9

10 I(t+ t) = ˆ b(t) a(t) By letting t to go to zero ( F (x, t) + t F ) dx+f (b, t) [b(t + t) b(t)] F (a, t) [a(t + t) a(t)] t di dt = lim I(t + t) I(t) = t 0 t ˆ b(t) a(t) F t db da dx + F (b, t) F (a, t). dt dt Generalizations to 3D x = (x, y, z), interval volume, boundary points (closed) boundary surface ˆ I(t) = F ( x, t) dv di ˆ dt = F t dv + F ( x, t) U n da V (t) where S(t) is the boundary surface of volume V (t), da its differential element, and U n ( x, t) = U ˆn the normal velocity of the moving boundary S(t). So rate of change of the integral is equal to the integral of how much F (x, t) changed inside the volume, plus what came in/out through the boundary. 7 Integral by Parts This very useful integration trick allows us to simplify an integrand by using derivatives and anti-derivatives. Consider two functions, u(x) and v(x), ˆb a V (t) ˆ u(x) v(x)dx = [u(x)v(x)] b a a b S(t) u(x)v(x)dx Integration by parts is of great help in solving integrals whose integrands are functions which can be simplified after a derivative. Examples would be products between polynomials and exponentials (or sines and cosines). Example: solve π/2 0 x sin xdx Apply integration by parts where u(x) = x and v(x) = sin x, so v(x) = cos x, ˆ π/2 8 Differential equations 0 x sin xdx = 0 [x cos x] π/2 0 + ˆ π/2 0 cos xdx = 1 In this class, you will be expected to know how to solve linear differential equations with constant coefficients. Remember, the order of the differential equation is given by the value of its highest derivative, which will also dictate the number of boundary conditions you will need to solve the problem. 10

11 1. Example: simple ODE d n y dx n = a This n-th order ODE (ordinary differential equation) is solved by integrating n times and applying n boundary conditions (B.C. s) 2. Example: 2 nd order inhomogeneous ODE with constant coefficients If y is a function of t, and a, b are constants, and we are given the equation ÿ + a ẏ + b y = F (t) The solution will be a summation of a homogeneous and a particular solution: Homogeneous solution Set F (t) = 0 and solve for y h y = y h + y p ÿ h + a ẏ h + b y h = 0 The solution takes the form of an exponential times a constant y h (t) = Ae m t Substituting the above into the equation for y h yields the characteristic equation, m 2 + a m + b = 0 And we can solve for m, which results in (up to) two solutions, m 1 and m 2. Then, the solution to the ODE will be a linear superposition of both, y h (t) = c 1 e m 1t + c 2 e m 2t. where c 1 and c 2 are constants that are determined by the B.C. s. Note how we need two B.C. s since we have two constants. Particular solution ÿ p + a ẏ p + b y p = F (t) To find the expression for y p we assume its shape to be that of F (t) up to a multiplicative constant. For example, say the forcing term is F (t) = e 5 t, then assume y p = C e 5t and substitute, (25 + 5a + b)ce 5t = e 5t 11

12 C = a + b The final solution is (for the example with F (t) = e 5 t ) y(t) = c 1 e m 1t + c 2 e m 2t + e 5 t a + b 3. Partial differential equations (PDEs): In this class you will be expected to know how to solve very simple PDEs, such as one where you can separate variables and simplify PDE to a collection of ODEs. Example: Solve the following PDE for φ(x, y) φ x = 2x, φ y = 2y Solution: ˆ φ x dx = x2 + f(y), ˆ φ y dy = y2 + g(x) φ(x, y) = x 2 + f(y) = y 2 + g(x) φ(x, y) = x 2 + y 2 + C If the PDE is too complicated, we will show you how to solve it, or give you the solution. 9 Coordinate systems Cartesian coordinates: standard (x, y, z) coordinates. 12

13 Cylindrical coordinates (r, θ, z) (polar coordinates (r, θ) if only 2D): r [0,, θ [0, 2π] Transformation from cylindrical to Cartesian coordinates x = r cos θ y = r sin θ z = z Transformation from Cartesian to cylindrical coordinates r = x 2 + y 2 θ = arctan y x We will sometimes want to convert integrals from Cartesian coordinates to cylindrical: f(x, y, z) dv = f(r cos θ, r sin θ, z) r dr dθ dz V z,θ,r 13

14 Spherical coordinates (ρ, θ, φ): ρ [0,, θ [0, 2π], φ [0, π] Transformation from spherical to Cartesian coordinates x = ρ sin φ cos θ y = ρ sin φ sin θ z = ρ cos φ Transformation from Cartesian to spherical coordinates ρ = x 2 + y 2 + z 2 θ = arctan y x z φ = arccos x 2 + y 2 + x 2 Similarly we will want to convert integrals from Cartesian coordinates to spherical: V f(x, y, z) dv = φ,θ,ρ f(ρ sin φ cos θ, ρ sin φ sin θ, ρ cos φ)ρ 2 sin φ dρ dθ dφ 14

Math Divergence and Curl

Math Divergence and Curl Math 23 - Divergence and Curl Peter A. Perry University of Kentucky November 3, 28 Homework Work on Stewart problems for 6.5: - (odd), 2, 3-7 (odd), 2, 23, 25 Finish Homework D2 due tonight Begin Homework

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

Disclaimer: This Final Exam Study Guide is meant to help you start studying. It is not necessarily a complete list of everything you need to know.

Disclaimer: This Final Exam Study Guide is meant to help you start studying. It is not necessarily a complete list of everything you need to know. Disclaimer: This is meant to help you start studying. It is not necessarily a complete list of everything you need to know. The MTH 234 final exam mainly consists of standard response questions where students

More information

Math 23b Practice Final Summer 2011

Math 23b Practice Final Summer 2011 Math 2b Practice Final Summer 211 1. (1 points) Sketch or describe the region of integration for 1 x y and interchange the order to dy dx dz. f(x, y, z) dz dy dx Solution. 1 1 x z z f(x, y, z) dy dx dz

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

Chapter 3 - Vector Calculus

Chapter 3 - Vector Calculus Chapter 3 - Vector Calculus Gradient in Cartesian coordinate system f ( x, y, z,...) dr ( dx, dy, dz,...) Then, f f f f,,,... x y z f f f df dx dy dz... f dr x y z df 0 (constant f contour) f dr 0 or f

More information

Mathematical Concepts & Notation

Mathematical Concepts & Notation Mathematical Concepts & Notation Appendix A: Notation x, δx: a small change in x t : the partial derivative with respect to t holding the other variables fixed d : the time derivative of a quantity that

More information

VECTORS, TENSORS AND INDEX NOTATION

VECTORS, TENSORS AND INDEX NOTATION VECTORS, TENSORS AND INDEX NOTATION Enrico Nobile Dipartimento di Ingegneria e Architettura Università degli Studi di Trieste, 34127 TRIESTE March 5, 2018 Vectors & Tensors, E. Nobile March 5, 2018 1 /

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

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

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

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

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES Overview Throughout the first few weeks of the semester, we have studied vector calculus using almost exclusively the familiar Cartesian x,y,z coordinate

More information

Multiple Integrals and Vector Calculus (Oxford Physics) Synopsis and Problem Sets; Hilary 2015

Multiple Integrals and Vector Calculus (Oxford Physics) Synopsis and Problem Sets; Hilary 2015 Multiple Integrals and Vector Calculus (Oxford Physics) Ramin Golestanian Synopsis and Problem Sets; Hilary 215 The outline of the material, which will be covered in 14 lectures, is as follows: 1. Introduction

More information

Appendix: Orthogonal Curvilinear Coordinates. We define the infinitesimal spatial displacement vector dx in a given orthogonal coordinate system with

Appendix: Orthogonal Curvilinear Coordinates. We define the infinitesimal spatial displacement vector dx in a given orthogonal coordinate system with Appendix: Orthogonal Curvilinear Coordinates Notes: Most of the material presented in this chapter is taken from Anupam G (Classical Electromagnetism in a Nutshell 2012 (Princeton: New Jersey)) Chap 2

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

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

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

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

Coordinate systems and vectors in three spatial dimensions

Coordinate systems and vectors in three spatial dimensions PHYS2796 Introduction to Modern Physics (Spring 2015) Notes on Mathematics Prerequisites Jim Napolitano, Department of Physics, Temple University January 7, 2015 This is a brief summary of material on

More information

Introduction and Vectors Lecture 1

Introduction and Vectors Lecture 1 1 Introduction Introduction and Vectors Lecture 1 This is a course on classical Electromagnetism. It is the foundation for more advanced courses in modern physics. All physics of the modern era, from quantum

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

ENGI Gradient, Divergence, Curl Page 5.01

ENGI Gradient, Divergence, Curl Page 5.01 ENGI 94 5. - Gradient, Divergence, Curl Page 5. 5. The Gradient Operator A brief review is provided here for the gradient operator in both Cartesian and orthogonal non-cartesian coordinate systems. Sections

More information

CURRENT MATERIAL: Vector Calculus.

CURRENT MATERIAL: Vector Calculus. Math 275, section 002 (Ultman) Spring 2012 FINAL EXAM REVIEW The final exam will be held on Wednesday 9 May from 8:00 10:00am in our regular classroom. You will be allowed both sides of two 8.5 11 sheets

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

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

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

Chapter 2. Vector Calculus. 2.1 Directional Derivatives and Gradients. [Bourne, pp ] & [Anton, pp ]

Chapter 2. Vector Calculus. 2.1 Directional Derivatives and Gradients. [Bourne, pp ] & [Anton, pp ] Chapter 2 Vector Calculus 2.1 Directional Derivatives and Gradients [Bourne, pp. 97 104] & [Anton, pp. 974 991] Definition 2.1. Let f : Ω R be a continuously differentiable scalar field on a region Ω R

More information

Math 11 Fall 2016 Final Practice Problem Solutions

Math 11 Fall 2016 Final Practice Problem Solutions Math 11 Fall 216 Final Practice Problem olutions Here are some problems on the material we covered since the second midterm. This collection of problems is not intended to mimic the final in length, content,

More information

Additional Mathematical Tools: Detail

Additional Mathematical Tools: Detail Additional Mathematical Tools: Detail September 9, 25 The material here is not required, but gives more detail on the additional mathmatical tools: coordinate systems, rotations, the Dirac delta function

More information

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr.

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr. 1. Let F(x, y) xyi+(y 3x)j, and let be the curve r(t) ti+(3t t 2 )j for t 2. ompute F dr. Solution. F dr b a 2 2 F(r(t)) r (t) dt t(3t t 2 ), 3t t 2 3t 1, 3 2t dt t 3 dt 1 2 4 t4 4. 2. Evaluate the line

More information

Department of Mathematics and Statistics

Department of Mathematics and Statistics Applied mathematics @ eading University of eading Department of Mathematics and Statistics Useful reading: Calculus: A Complete Course 6 th Ed.,.A. Adams, Pearson Addison Wesley. Mathematical Methods in

More information

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l.

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l. . If the line l has symmetric equations MA 6 PRACTICE PROBLEMS x = y = z+ 7, find a vector equation for the line l that contains the point (,, ) and is parallel to l. r = ( + t) i t j + ( + 7t) k B. r

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

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

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

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

More information

One side of each sheet is blank and may be used as scratch paper.

One side of each sheet is blank and may be used as scratch paper. Math 244 Spring 2017 (Practice) Final 5/11/2017 Time Limit: 2 hours Name: No calculators or notes are allowed. One side of each sheet is blank and may be used as scratch paper. heck your answers whenever

More information

University of Alabama Department of Physics and Astronomy. PH 125 / LeClair Spring A Short Math Guide. Cartesian (x, y) Polar (r, θ)

University of Alabama Department of Physics and Astronomy. PH 125 / LeClair Spring A Short Math Guide. Cartesian (x, y) Polar (r, θ) University of Alabama Department of Physics and Astronomy PH 125 / LeClair Spring 2009 A Short Math Guide 1 Definition of coordinates Relationship between 2D cartesian (, y) and polar (r, θ) coordinates.

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

Week 7: Integration: Special Coordinates

Week 7: Integration: Special Coordinates Week 7: Integration: Special Coordinates Introduction Many problems naturally involve symmetry. One should exploit it where possible and this often means using coordinate systems other than Cartesian coordinates.

More information

Getting started: CFD notation

Getting started: CFD notation PDE of p-th order Getting started: CFD notation f ( u,x, t, u x 1,..., u x n, u, 2 u x 1 x 2,..., p u p ) = 0 scalar unknowns u = u(x, t), x R n, t R, n = 1,2,3 vector unknowns v = v(x, t), v R m, m =

More information

Chapter 6: Vector Analysis

Chapter 6: Vector Analysis Chapter 6: Vector Analysis We use derivatives and various products of vectors in all areas of physics. For example, Newton s 2nd law is F = m d2 r. In electricity dt 2 and magnetism, we need surface and

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9 MATH 32B-2 (8W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Multiple Integrals 3 2 Vector Fields 9 3 Line and Surface Integrals 5 4 The Classical Integral Theorems 9 MATH 32B-2 (8W)

More information

3: Mathematics Review

3: Mathematics Review 3: Mathematics Review B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 015 Sept.-Dec. 015 September 1 Review of: Table of Contents Co-ordinate systems (Cartesian,

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

Divergence Theorem December 2013

Divergence Theorem December 2013 Divergence Theorem 17.3 11 December 2013 Fundamental Theorem, Four Ways. b F (x) dx = F (b) F (a) a [a, b] F (x) on boundary of If C path from P to Q, ( φ) ds = φ(q) φ(p) C φ on boundary of C Green s Theorem:

More information

Gradient, Divergence and Curl in Curvilinear Coordinates

Gradient, Divergence and Curl in Curvilinear Coordinates Gradient, Divergence and Curl in Curvilinear Coordinates Although cartesian orthogonal coordinates are very intuitive and easy to use, it is often found more convenient to work with other coordinate systems.

More information

Major Ideas in Calc 3 / Exam Review Topics

Major Ideas in Calc 3 / Exam Review Topics Major Ideas in Calc 3 / Exam Review Topics Here are some highlights of the things you should know to succeed in this class. I can not guarantee that this list is exhaustive!!!! Please be sure you are able

More information

Sec. 1.1: Basics of Vectors

Sec. 1.1: Basics of Vectors Sec. 1.1: Basics of Vectors Notation for Euclidean space R n : all points (x 1, x 2,..., x n ) in n-dimensional space. Examples: 1. R 1 : all points on the real number line. 2. R 2 : all points (x 1, x

More information

MATHS 267 Answers to Stokes Practice Dr. Jones

MATHS 267 Answers to Stokes Practice Dr. Jones MATH 267 Answers to tokes Practice Dr. Jones 1. Calculate the flux F d where is the hemisphere x2 + y 2 + z 2 1, z > and F (xz + e y2, yz, z 2 + 1). Note: the surface is open (doesn t include any of the

More information

Divergence Theorem Fundamental Theorem, Four Ways. 3D Fundamental Theorem. Divergence Theorem

Divergence Theorem Fundamental Theorem, Four Ways. 3D Fundamental Theorem. Divergence Theorem Divergence Theorem 17.3 11 December 213 Fundamental Theorem, Four Ways. b F (x) dx = F (b) F (a) a [a, b] F (x) on boundary of If C path from P to Q, ( φ) ds = φ(q) φ(p) C φ on boundary of C Green s Theorem:

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

Topic 5.9: Divergence and The Divergence Theorem

Topic 5.9: Divergence and The Divergence Theorem Math 275 Notes (Ultman) Topic 5.9: Divergence and The Divergence Theorem Textbook ection: 16.9 From the Toolbox (what you need from previous classes): Computing partial derivatives. Computing the dot product.

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

McGill University April 20, Advanced Calculus for Engineers

McGill University April 20, Advanced Calculus for Engineers McGill University April 0, 016 Faculty of Science Final examination Advanced Calculus for Engineers Math 64 April 0, 016 Time: PM-5PM Examiner: Prof. R. Choksi Associate Examiner: Prof. A. Hundemer Student

More information

Week 2 Notes, Math 865, Tanveer

Week 2 Notes, Math 865, Tanveer Week 2 Notes, Math 865, Tanveer 1. Incompressible constant density equations in different forms Recall we derived the Navier-Stokes equation for incompressible constant density, i.e. homogeneous flows:

More information

EELE 3331 Electromagnetic I Chapter 3. Vector Calculus. Islamic University of Gaza Electrical Engineering Department Dr.

EELE 3331 Electromagnetic I Chapter 3. Vector Calculus. Islamic University of Gaza Electrical Engineering Department Dr. EELE 3331 Electromagnetic I Chapter 3 Vector Calculus Islamic University of Gaza Electrical Engineering Department Dr. Talal Skaik 2012 1 Differential Length, Area, and Volume This chapter deals with integration

More information

Physics 6303 Lecture 3 August 27, 2018

Physics 6303 Lecture 3 August 27, 2018 Physics 6303 Lecture 3 August 27, 208 LAST TIME: Vector operators, divergence, curl, examples of line integrals and surface integrals, divergence theorem, Stokes theorem, index notation, Kronecker delta,

More information

Module 02: Math Review

Module 02: Math Review Module 02: Math Review 1 Module 02: Math Review: Outline Vector Review (Dot, Cross Products) Review of 1D Calculus Scalar Functions in higher dimensions Vector Functions Differentials Purpose: Provide

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

Gradient operator. In our calculation of dφ along the vector ds, we see that it can be described as the scalar product

Gradient operator. In our calculation of dφ along the vector ds, we see that it can be described as the scalar product Gradient operator In our calculation of dφ along the vector ds, we see that it can be described as the scalar product ( φ dφ = x î + φ y ĵ + φ ) z ˆk ( ) u x dsî + u y dsĵ + u z dsˆk We take dφ = φ ds

More information

MATH H53 : Final exam

MATH H53 : Final exam MATH H53 : Final exam 11 May, 18 Name: You have 18 minutes to answer the questions. Use of calculators or any electronic items is not permitted. Answer the questions in the space provided. If you run out

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

Math 11 Fall 2007 Practice Problem Solutions

Math 11 Fall 2007 Practice Problem Solutions Math 11 Fall 27 Practice Problem olutions Here are some problems on the material we covered since the second midterm. This collection of problems is not intended to mimic the final in length, content,

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

Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 28, 2011

Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 28, 2011 Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 8, Solutions to Problems 5 are omitted since they involve topics no longer covered on the Comprehensive

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

ENGI Duffing s Equation Page 4.65

ENGI Duffing s Equation Page 4.65 ENGI 940 4. - Duffing s Equation Page 4.65 4. Duffing s Equation Among the simplest models of damped non-linear forced oscillations of a mechanical or electrical system with a cubic stiffness term is Duffing

More information

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form Second Order ODEs Second Order ODEs In general second order ODEs contain terms involving y, dy But here only consider equations of the form A d2 y dx 2 + B dy dx + Cy = 0 dx, d2 y dx 2 and F(x). where

More information

Multiple Integrals and Vector Calculus: Synopsis

Multiple Integrals and Vector Calculus: Synopsis Multiple Integrals and Vector Calculus: Synopsis Hilary Term 28: 14 lectures. Steve Rawlings. 1. Vectors - recap of basic principles. Things which are (and are not) vectors. Differentiation and integration

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

Curvilinear Coordinates

Curvilinear Coordinates University of Alabama Department of Physics and Astronomy PH 106-4 / LeClair Fall 2008 Curvilinear Coordinates Note that we use the convention that the cartesian unit vectors are ˆx, ŷ, and ẑ, rather than

More information

MULTIVARIABLE CALCULUS

MULTIVARIABLE CALCULUS MULTIVARIABLE CALCULUS JOHN QUIGG Contents 13.1 Three-Dimensional Coordinate Systems 2 13.2 Vectors 3 13.3 The Dot Product 5 13.4 The Cross Product 6 13.5 Equations of Lines and Planes 7 13.6 Cylinders

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

Math 210, Final Exam, Spring 2012 Problem 1 Solution. (a) Find an equation of the plane passing through the tips of u, v, and w.

Math 210, Final Exam, Spring 2012 Problem 1 Solution. (a) Find an equation of the plane passing through the tips of u, v, and w. Math, Final Exam, Spring Problem Solution. Consider three position vectors (tails are the origin): u,, v 4,, w,, (a) Find an equation of the plane passing through the tips of u, v, and w. (b) Find an equation

More information

Problem Solving 1: The Mathematics of 8.02 Part I. Coordinate Systems

Problem Solving 1: The Mathematics of 8.02 Part I. Coordinate Systems Problem Solving 1: The Mathematics of 8.02 Part I. Coordinate Systems In 8.02 we regularly use three different coordinate systems: rectangular (Cartesian), cylindrical and spherical. In order to become

More information

ENERGY IN ELECTROSTATICS

ENERGY IN ELECTROSTATICS ENERGY IN ELECTROSTATICS We now turn to the question of energy in electrostatics. The first question to consider is whether or not the force is conservative. You will recall from last semester that a conservative

More information

Vectors Coordinate Systems VC - Differential Elements VC - Differential Operators Important Theorems Summary Problems.

Vectors Coordinate Systems VC - Differential Elements VC - Differential Operators Important Theorems Summary Problems. S. R. Zinka zinka@vit.ac.in School of Electronics Engineering Vellore Institute of Technology July 16, 2013 Outline 1 Vectors 2 Coordinate Systems 3 VC - Differential Elements 4 VC - Differential Operators

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve MATH 280 Multivariate alculus Fall 2012 Definition Integrating a vector field over a curve We are given a vector field F and an oriented curve in the domain of F as shown in the figure on the left below.

More information

Solutions to Sample Questions for Final Exam

Solutions to Sample Questions for Final Exam olutions to ample Questions for Final Exam Find the points on the surface xy z 3 that are closest to the origin. We use the method of Lagrange Multipliers, with f(x, y, z) x + y + z for the square of the

More information

Strauss PDEs 2e: Section Exercise 1 Page 1 of 6

Strauss PDEs 2e: Section Exercise 1 Page 1 of 6 Strauss PDEs 2e: Section 3 - Exercise Page of 6 Exercise Carefully derive the equation of a string in a medium in which the resistance is proportional to the velocity Solution There are two ways (among

More information

Page Problem Score Max Score a 8 12b a b 10 14c 6 6

Page Problem Score Max Score a 8 12b a b 10 14c 6 6 Fall 14 MTH 34 FINAL EXAM December 8, 14 Name: PID: Section: Instructor: DO NOT WRITE BELOW THIS LINE. Go to the next page. Page Problem Score Max Score 1 5 5 1 3 5 4 5 5 5 6 5 7 5 8 5 9 5 1 5 11 1 3 1a

More information

Physics 3323, Fall 2016 Problem Set 2 due Sep 9, 2016

Physics 3323, Fall 2016 Problem Set 2 due Sep 9, 2016 Physics 3323, Fall 26 Problem Set 2 due Sep 9, 26. What s my charge? A spherical region of radius R is filled with a charge distribution that gives rise to an electric field inside of the form E E /R 2

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a surface

MATH 280 Multivariate Calculus Fall Integrating a vector field over a surface MATH 280 Multivariate Calculus Fall 2011 Definition Integrating a vector field over a surface We are given a vector field F in space and an oriented surface in the domain of F as shown in the figure below

More information

Notes 3 Review of Vector Calculus

Notes 3 Review of Vector Calculus ECE 3317 Applied Electromagnetic Waves Prof. David R. Jackson Fall 2018 A ˆ Notes 3 Review of Vector Calculus y ya ˆ y x xa V = x y ˆ x Adapted from notes by Prof. Stuart A. Long 1 Overview Here we present

More information

Introduction to Vector Calculus (29) SOLVED EXAMPLES. (d) B. C A. (f) a unit vector perpendicular to both B. = ˆ 2k = = 8 = = 8

Introduction to Vector Calculus (29) SOLVED EXAMPLES. (d) B. C A. (f) a unit vector perpendicular to both B. = ˆ 2k = = 8 = = 8 Introduction to Vector Calculus (9) SOLVED EXAMPLES Q. If vector A i ˆ ˆj k, ˆ B i ˆ ˆj, C i ˆ 3j ˆ kˆ (a) A B (e) A B C (g) Solution: (b) A B (c) A. B C (d) B. C A then find (f) a unit vector perpendicular

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

FORMULA SHEET FOR QUIZ 2 Exam Date: November 8, 2017

FORMULA SHEET FOR QUIZ 2 Exam Date: November 8, 2017 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II November 5, 207 Prof. Alan Guth FORMULA SHEET FOR QUIZ 2 Exam Date: November 8, 207 A few items below are marked

More information

ENGI Gradient, Divergence, Curl Page 5.01

ENGI Gradient, Divergence, Curl Page 5.01 ENGI 940 5.0 - Gradient, Divergence, Curl Page 5.0 5. e Gradient Operator A brief review is provided ere for te gradient operator in bot Cartesian and ortogonal non-cartesian coordinate systems. Sections

More information

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH College of Informatics and Electronics END OF SEMESTER ASSESSMENT PAPER MODULE CODE: MS4613 SEMESTER: Autumn 2002/03 MODULE TITLE: Vector Analysis DURATION OF EXAMINATION:

More information

Direction of maximum decrease = P

Direction of maximum decrease = P APPM 35 FINAL EXAM PING 15 INTUTION: Electronic devices, books, and crib sheets are not permitted. Write your name and your instructor s name on the front of your bluebook. Work all problems. how your

More information

Created by T. Madas VECTOR OPERATORS. Created by T. Madas

Created by T. Madas VECTOR OPERATORS. Created by T. Madas VECTOR OPERATORS GRADIENT gradϕ ϕ Question 1 A surface S is given by the Cartesian equation x 2 2 + y = 25. a) Draw a sketch of S, and describe it geometrically. b) Determine an equation of the tangent

More information

Fundamentals of Transport Processes Prof. Kumaran Indian Institute of Science, Bangalore Chemical Engineering

Fundamentals of Transport Processes Prof. Kumaran Indian Institute of Science, Bangalore Chemical Engineering Fundamentals of Transport Processes Prof. Kumaran Indian Institute of Science, Bangalore Chemical Engineering Module No # 05 Lecture No # 25 Mass and Energy Conservation Cartesian Co-ordinates Welcome

More information

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li Summary for Vector alculus and omplex alculus (Math 321) By Lei Li 1 Vector alculus 1.1 Parametrization urves, surfaces, or volumes can be parametrized. Below, I ll talk about 3D case. Suppose we use e

More information

Review problems for the final exam Calculus III Fall 2003

Review problems for the final exam Calculus III Fall 2003 Review problems for the final exam alculus III Fall 2003 1. Perform the operations indicated with F (t) = 2t ı 5 j + t 2 k, G(t) = (1 t) ı + 1 t k, H(t) = sin(t) ı + e t j a) F (t) G(t) b) F (t) [ H(t)

More information

Lecture 10: Vector Calculus II

Lecture 10: Vector Calculus II Lecture 10: Vector Calculus II 1. Key points Vector fields Field Lines/Flow Lines Divergence Curl Maple commands VectorCalculus[Divergence] VectorCalculus[Curl] Student[VectorCalculus][FlowLine] Physics[Vector]

More information

Lecture II: Vector and Multivariate Calculus

Lecture II: Vector and Multivariate Calculus Lecture II: Vector and Multivariate Calculus Dot Product a, b R ' ', a ( b = +,- a + ( b + R. a ( b = a b cos θ. θ convex angle between the vectors. Squared norm of vector: a 3 = a ( a. Alternative notation:

More information

Preliminary Exam 2016 Solutions to Morning Exam

Preliminary Exam 2016 Solutions to Morning Exam Preliminary Exam 16 Solutions to Morning Exam Part I. Solve four of the following five problems. Problem 1. Find the volume of the ice cream cone defined by the inequalities x + y + z 1 and x + y z /3

More information

Vector calculus background

Vector calculus background Vector calculus background Jiří Lebl January 18, 2017 This class is really the vector calculus that you haven t really gotten to in Calc III. Let us start with a very quick review of the concepts from

More information