? D. 3 x 2 2 y. D Pi r ^ 2 h, r. 4 y. D 3 x ^ 3 2 y ^ 2, y, y. D 4 x 3 y 2 z ^5, z, 2, y, x. This means take partial z first then partial x

Size: px
Start display at page:

Download "? D. 3 x 2 2 y. D Pi r ^ 2 h, r. 4 y. D 3 x ^ 3 2 y ^ 2, y, y. D 4 x 3 y 2 z ^5, z, 2, y, x. This means take partial z first then partial x"

Transcription

1 PartialsandVectorCalclulus.nb? D D f, x gives the partial derivative f x. D f, x, n gives the multiple derivative n f x n. D f, x, y, differentiates f successively with respect to x, y,. D f, x, x 2, for a scalar f gives the vector derivative f x, f x 2,. D f, array gives a tensor derivative. D Sqrt 3 x ^ 2 2 y, y 3 x 2 2 y D Sqrt 3 x ^ 2 2 y, y. x, y 2 7 D Pi r ^ 2 h, r 2 h Π r D 3 x ^ 3 2 y ^ 2, y 4 y D 3 x ^ 3 2 y ^ 2, y, 2 4 D 3 x ^ 3 2 y ^ 2, y, y 4 D 4 x 3 y 2 z ^5, x, z This means take partial z first then partial x 2 f x z f zx D f,x,z 6 4 x 3 y 2 z 3 D 4 x 3 y 2 z ^5, x, y, z 44 4 x 3 y 2 z 2 D 4 x 3 y 2 z ^5, z, 2, y, x x 3 y 2 z D x ^ 2 y ^ 3 z ^ 4, x, y, z 2 x, 3 y 2, 4 z 3

2 PartialsandVectorCalclulus.nb 2 VectorAnalysis` There are built in coordinate systems each having default variables. The default coordinate system is Cartesian with variables named Xx,Yy,Zz. Default Cylindrical coordinate system variables are named Rr, Ttheta, Zz and default Spherical coordinate system variables are named Rr,Ttheta,Pphi.You can switch to another built in coordinate system. You can also rename the variables in each coordinate system. For example SetCoordinates Cylindrical switches the default system to cylindrical coordinates with the variables listed above. SetCoordinates Cylindrical a,b,c switches to Cylindrical coordinates and changes the names of the variables to a,b,c.? gives the name of the default coordinate system.? SetCoordinates SetCoordinates coordsys sets the default coordinate system to be coordsys with default variables. SetCoordinates coordsys c, c 2, c 3 sets the default coordinate system to be coordsys with variables c, c 2, and c 3.? Coordinates Coordinates gives a list of the default coordinate variables in the default coordinate system. Coordinates coordsys gives a list of the default coordinate variables in the coordinate system coordsys. Coordinates Xx, Yy, Zz Coordinates Cylindrical Rr, Ttheta, Zz Coordinates Spherical Rr, Ttheta, Pphi Cartesian SetCoordinates Cylindrical Cylindrical Rr, Ttheta, Zz Cylindrical

3 PartialsandVectorCalclulus.nb 3? Grad Grad f gives the gradient, f, of the scalar function f in the default coordinate system. Grad f, coordsys gives the gradient of f in the coordinate system coordsys. Grad x ^ 2 z ^ 2 Cos y,, Grad Xx ^ 2 Zz ^ 2 Cos Yy 2 Xx, Sin Yy, 2 Zz Grad x ^ 2 z ^ 2 Cos y, Cartesian x, y, z 2 x, Sin y, 2 z Grad Rr ^ 2 Zz ^ 2 Cos Ttheta,, 2 Zz SetCoordinates Cylindrical Cylindrical Rr, Ttheta, Zz Grad Rr ^ 2 Zz ^ 2 Cos Ttheta 2 Rr, Sin Ttheta, 2 Zz Rr Grad r ^ 2 z ^ 2 Cos Theta, Cylindrical r, Theta, z 2 r, Sin Theta, 2 z r SetCoordinates Spherical R, theta, phi Spherical R, theta, phi Grad R ^ 2 Cos theta Sin phi Sin phi Sin theta 2 R,, R Cos phi Cot theta R

4 PartialsandVectorCalclulus.nb 4? Div Div f gives the divergence, f, of the vector field f in the default coordinate system. Div f, coordsys gives the divergence of f in the coordinate system coordsys. Spherical Div Xx ^ 2, 2 Xx Yy ^ 3, Cos Zz 2 Xx 6 Xx Yy 2 Sin Zz? Curl Curl f gives the curl, f, of the vector field f in the default coordinate system. Curl f, coordsys gives the curl of f in the coordinate system coordsys. Coordinates Xx, Yy, Zz x, y, z Cartesian x, y, z Curl y ^ 3 z x ^ 2, 2 x y ^ 3 z, x Cos z, x 2 y 3 Cos z, 2 y 3 3 x 2 y 2 z Div Curl y ^ 3 z x ^ 2, 2 x y ^ 3 z, x Cos z Grad x ^ 2 z ^ 2 Cos y 2 x, Sin y, 2 z Curl Grad x ^ 2 z ^ 2 Cos y,,

5 PartialsandVectorCalclulus.nb 5? Laplacian Laplacian f gives the Laplacian, 2 f, of the scalar function or vector field f in the default coordinate system. Laplacian f, coordsys gives the Laplacian of f in the coordinate system coordsys. x, y, z Cartesian x, y, z Laplacian f x, y, z f,,2 x, y, z f,2, x, y, z f 2,, x, y, z Laplacian x ^ 2 y ^ 3 z 2 6 y Laplacian x ^ 2 7 y ^ 2 8 z ^ 2 x^2 7y^2 8 z^2 is harmonic FullSimplify Laplacian Log x ^ 2 y ^ 2 2 ArcTan y x Ln x^2 y^2 2 ArcTan y x is harmonic. See below Laplacian f Rr, Ttheta, Zz, Cylindrical Simplify f rr r 2 f Θ r f r f zz f,,2 Rr, Ttheta, Zz f,2, Rr, Ttheta, Zz Rr 2 f,, Rr, Ttheta, Zz f 2,, Rr, Ttheta, Zz Rr Laplacian Log Rr, Cylindrical Ln r is harmonic Laplacian Log Rr 2 Ttheta, Cylindrical Ln r 2 2Θ is harmonic. See above Laplacian f Rr, Ttheta, Pphi, Spherical Rr, Ttheta, Pphi Simplify Rr 2 Csc Ttheta 2 f,,2 Rr, Ttheta, Pphi Cot Ttheta f,, Rr, Ttheta, Pphi f,2, Rr, Ttheta, Pphi 2 Rr f,, Rr, Ttheta, Pphi Rr 2 f 2,, Rr, Ttheta, Pphi

Tensor Analysis Author: Harald Höller last modified: Licence: Creative Commons Lizenz by-nc-sa 3.0 at

Tensor Analysis Author: Harald Höller last modified: Licence: Creative Commons Lizenz by-nc-sa 3.0 at Tensor Analysis Author: Harald Höller last modified: 02.12.09 Licence: Creative Commons Lizenz by-nc-sa 3.0 at Levi-Civita Symbol (Ε - Tensor) 2 Tensor_analysis_m6.nb Ε = Ε = Ε = 1 123 231 312 Ε = Ε =

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

Cylindrical Coordinates

Cylindrical Coordinates SEARCH MATHWORLD Algebra Applied Mathematics Calculus and Analysis Discrete Mathematics Foundations of Mathematics Geometry History and Terminology Number Theory Probability and Statistics Recreational

More information

' Liberty and Umou Ono and Inseparablo "

' Liberty and Umou Ono and Inseparablo 3 5? #< q 8 2 / / ) 9 ) 2 ) > < _ / ] > ) 2 ) ) 5 > x > [ < > < ) > _ ] ]? <

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

Spherical Coordinates

Spherical Coordinates SEARCH MATHWORLD Algebra Applied Mathematics Calculus and Analysis Discrete Mathematics Foundations of Mathematics Geometry History and Terminology Number Theory Probability and Statistics Recreational

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

LOWELL WEEKLY JOURNAL

LOWELL WEEKLY JOURNAL Y -» $ 5 Y 7 Y Y -Y- Q x Q» 75»»/ q } # ]»\ - - $ { Q» / X x»»- 3 q $ 9 ) Y q - 5 5 3 3 3 7 Q q - - Q _»»/Q Y - 9 - - - )- [ X 7» -» - )»? / /? Q Y»» # X Q» - -?» Q ) Q \ Q - - - 3? 7» -? #»»» 7 - / Q

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 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

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

Q SON,' (ESTABLISHED 1879L

Q SON,' (ESTABLISHED 1879L ( < 5(? Q 5 9 7 00 9 0 < 6 z 97 ( # ) $ x 6 < ( ) ( ( 6( ( ) ( $ z 0 z z 0 ) { ( % 69% ( ) x 7 97 z ) 7 ) ( ) 6 0 0 97 )( 0 x 7 97 5 6 ( ) 0 6 ) 5 ) 0 ) 9%5 z» 0 97 «6 6» 96? 0 96 5 0 ( ) ( ) 0 x 6 0

More information

2.20 Fall 2018 Math Review

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

More information

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

Properties of Coordinate Systems

Properties of Coordinate Systems Properties of Coordinate Systems Cartesian Coordinates Position vector: r yy For Two Neighboring Points P and P : Displacement between two neighboring points: dsdr d dy y d Distance between two neighboring

More information

(A) (B) (C) (D) (E) (F) Figure 1: Graphs of functions from Question 1. Answer Positive: C, D; zero: B, E; negative: A, F. :)

(A) (B) (C) (D) (E) (F) Figure 1: Graphs of functions from Question 1. Answer Positive: C, D; zero: B, E; negative: A, F. :) Question ( marks) Each of the six diagrams in Figure represents the graph of some function of two variables whose second partial derivatives are continuous on R. Diagrams show the graphs in a neighbourhood

More information

Lecture 11: Vector Calculus I

Lecture 11: Vector Calculus I 1. Key points Scalar and vector fields Gradient and directional derivative Laplacian Maple Derivatives VectorCalculus package SetCoordinates Vector Norm DotProduct Gradient, Del, Nabla Laplacian evalvf

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

Two Posts to Fill On School Board

Two Posts to Fill On School Board Y Y 9 86 4 4 qz 86 x : ( ) z 7 854 Y x 4 z z x x 4 87 88 Y 5 x q x 8 Y 8 x x : 6 ; : 5 x ; 4 ( z ; ( ) ) x ; z 94 ; x 3 3 3 5 94 ; ; ; ; 3 x : 5 89 q ; ; x ; x ; ; x : ; ; ; ; ; ; 87 47% : () : / : 83

More information

Neatest and Promptest Manner. E d i t u r ami rul)lihher. FOIt THE CIIILDIIES'. Trifles.

Neatest and Promptest Manner. E d i t u r ami rul)lihher. FOIt THE CIIILDIIES'. Trifles. » ~ $ ) 7 x X ) / ( 8 2 X 39 ««x» ««! «! / x? \» «({? «» q «(? (?? x! «? 8? ( z x x q? ) «q q q ) x z x 69 7( X X ( 3»«! ( ~«x ««x ) (» «8 4 X «4 «4 «8 X «x «(» X) ()»» «X «97 X X X 4 ( 86) x) ( ) z z

More information

231 Outline Solutions Tutorial Sheet 4, 5 and November 2007

231 Outline Solutions Tutorial Sheet 4, 5 and November 2007 31 Outline Solutions Tutorial Sheet 4, 5 and 6. 1 Problem Sheet 4 November 7 1. heck that the Jacobian for the transformation from cartesian to spherical polar coordinates is J = r sin θ. onsider the hemisphere

More information

Electrodynamics and Microwaves 3. Gradient, Curl and Divergence

Electrodynamics and Microwaves 3. Gradient, Curl and Divergence 1 Module 3 Gradient, Divergence and Curl 1. Introduction 2. The operators & 2 3. Gradient 4. Divergence 5. Curl 6. Mathematical expressions for gradient, divergence and curl in different coordinate systems.

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

Introduction to Electromagnetism Prof. Manoj K. Harbola Department of Physics Indian Institute of Technology, Kanpur

Introduction to Electromagnetism Prof. Manoj K. Harbola Department of Physics Indian Institute of Technology, Kanpur Introduction to Electromagnetism Prof. Manoj K. Harbola Department of Physics Indian Institute of Technology, Kanpur Lecture - 12 Line surface area and volume elements in Spherical Polar Coordinates In

More information

Jim Lambers MAT 280 Summer Semester Practice Final Exam Solution. dy + xz dz = x(t)y(t) dt. t 3 (4t 3 ) + e t2 (2t) + t 7 (3t 2 ) dt

Jim Lambers MAT 280 Summer Semester Practice Final Exam Solution. dy + xz dz = x(t)y(t) dt. t 3 (4t 3 ) + e t2 (2t) + t 7 (3t 2 ) dt Jim Lambers MAT 28 ummer emester 212-1 Practice Final Exam olution 1. Evaluate the line integral xy dx + e y dy + xz dz, where is given by r(t) t 4, t 2, t, t 1. olution From r (t) 4t, 2t, t 2, we obtain

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

PART 2: INTRODUCTION TO CONTINUUM MECHANICS

PART 2: INTRODUCTION TO CONTINUUM MECHANICS 7 PART : INTRODUCTION TO CONTINUUM MECHANICS In the following sections we develop some applications of tensor calculus in the areas of dynamics, elasticity, fluids and electricity and magnetism. We begin

More information

Curvilinear coordinates

Curvilinear coordinates C Curvilinear coordinates The distance between two points Euclidean space takes the simplest form (2-4) in Cartesian coordinates. The geometry of concrete physical problems may make non-cartesian coordinates

More information

Math 234 Review Problems for the Final Exam

Math 234 Review Problems for the Final Exam Math 234 eview Problems for the Final Eam Marc Conrad ecember 13, 2007 irections: Answer each of the following questions. Pages 1 and 2 contain the problems. The solutions are on pages 3 through 7. Problem

More information

Electromagnetic Field Theory (EMT) Lecture # 7 Vector Calculus (Continued)

Electromagnetic Field Theory (EMT) Lecture # 7 Vector Calculus (Continued) Electromagnetic Field Theory (EMT) Lecture # 7 Vector Calculus (Continued) Topics to be Covered: Vector Calculus Differential Length, Area, and Volume Line, Surface, and Volume Integrals Del Operator Gradient

More information

u z u y u x ChE 342 Vectors 1 VECTORS Figure 1 Basic Definitions Vectors have magnitude and direction: u = i u x + j u y + k u z (1)

u z u y u x ChE 342 Vectors 1 VECTORS Figure 1 Basic Definitions Vectors have magnitude and direction: u = i u x + j u y + k u z (1) ChE 342 Vectors 1 VECTORS u u i k j u u Basic Definitions Figure 1 Vectors have magnitude and direction: u = i u + j u + k u (1) i = [1,0,0] j = [0,1,0] (2) k = [0,0,1] i, j, and k are mutuall orthogonal.

More information

CHAPTER 7 DIV, GRAD, AND CURL

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

More information

OWELL WEEKLY JOURNAL

OWELL WEEKLY JOURNAL Y \»< - } Y Y Y & #»»» q ] q»»»>) & - - - } ) x ( - { Y» & ( x - (» & )< - Y X - & Q Q» 3 - x Q Y 6 \Y > Y Y X 3 3-9 33 x - - / - -»- --

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

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

송석호 ( 물리학과 )

송석호 ( 물리학과 ) http://optics.hanyang.ac.kr/~shsong 송석호 ( 물리학과 ) Introduction to Electrodynamics, David J. Griffiths Review: 1. Vector analysis 2. Electrostatics 3. Special techniques 4. Electric fields in mater 5. Magnetostatics

More information

Notes 19 Gradient and Laplacian

Notes 19 Gradient and Laplacian ECE 3318 Applied Electricity and Magnetism Spring 218 Prof. David R. Jackson Dept. of ECE Notes 19 Gradient and Laplacian 1 Gradient Φ ( x, y, z) =scalar function Φ Φ Φ grad Φ xˆ + yˆ + zˆ x y z We can

More information

Exercises of Mathematical analysis II

Exercises of Mathematical analysis II Eercises of Mathematical analysis II In eercises. - 8. represent the domain of the function by the inequalities and make a sketch showing the domain in y-plane.. z = y.. z = arcsin y + + ln y. 3. z = sin

More information

2. Below are four algebraic vector fields and four sketches of vector fields. Match them.

2. Below are four algebraic vector fields and four sketches of vector fields. Match them. Math 511: alc III - Practice Eam 3 1. State the meaning or definitions of the following terms: a) vector field, conservative vector field, potential function of a vector field, volume, length of a curve,

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 2 : Curvilinear Coordinates

Lecture 2 : Curvilinear Coordinates Lecture 2 : Curvilinear Coordinates Fu-Jiun Jiang October, 200 I. INTRODUCTION A. Definition and Notations In 3-dimension Euclidean space, a vector V can be written as V = e x V x + e y V y + e z V z with

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

Coordinates 2D and 3D Gauss & Stokes Theorems

Coordinates 2D and 3D Gauss & Stokes Theorems Coordinates 2 and 3 Gauss & Stokes Theorems Yi-Zen Chu 1 2 imensions In 2 dimensions, we may use Cartesian coordinates r = (x, y) and the associated infinitesimal area We may also employ polar coordinates

More information

Brief Review of Vector Algebra

Brief Review of Vector Algebra APPENDIX Brief Review of Vector Algebra A.0 Introduction Vector algebra is used extensively in computational mechanics. The student must thus understand the concepts associated with this subject. The current

More information

Vector Analysis. Electromagnetic Theory PHYS 401. Fall 2017

Vector Analysis. Electromagnetic Theory PHYS 401. Fall 2017 Vector Analysis Electromagnetic Theory PHYS 401 Fall 2017 1 Vector Analysis Vector analysis is a mathematical formalism with which EM concepts are most conveniently expressed and best comprehended. Many

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

Fundamentals of Applied Electromagnetics. Chapter 2 - Vector Analysis

Fundamentals of Applied Electromagnetics. Chapter 2 - Vector Analysis Fundamentals of pplied Electromagnetics Chapter - Vector nalsis Chapter Objectives Operations of vector algebra Dot product of two vectors Differential functions in vector calculus Divergence of a vector

More information

PHY103A: Lecture # 3

PHY103A: Lecture # 3 Semester II, 17-18 Department of Physics, IIT Kanpur PHY13A: Lecture # 3 (Text Book: Intro to Electrodynamics by Griffiths, 3 rd Ed.) Anand Kumar Jha 8-Jan-18 Notes The first tutorial is tomorrow (Tuesday).

More information

If you must be wrong, how little wrong can you be?

If you must be wrong, how little wrong can you be? MATH 2411 - Harrell If you must be wrong, how little wrong can you be? Lecture 13 Copyright 2013 by Evans M. Harrell II. About the test Median was 35, range 25 to 40. As it is written: About the test Percentiles:

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

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

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

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

On divergence representations of the Gaussian and the mean curvature of surfaces and applications

On divergence representations of the Gaussian and the mean curvature of surfaces and applications Bull. Nov. Comp. Center, Math. Model. in Geoph., 17 (014), 35 45 c 014 NCC Publisher On divergence representations of the Gaussian and the mean curvature of surfaces and applications A.G. Megrabov Abstract.

More information

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours)

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours) SOLUTIONS TO THE 18.02 FINAL EXAM BJORN POONEN December 14, 2010, 9:00am-12:00 (3 hours) 1) For each of (a)-(e) below: If the statement is true, write TRUE. If the statement is false, write FALSE. (Please

More information

The Laplacian in Polar Coordinates

The Laplacian in Polar Coordinates The Laplacian in Polar Coordinates R. C. Trinity University Partial Differential Equations March 17, 15 To solve boundary value problems on circular regions, it is convenient to switch from rectangular

More information

r/lt.i Ml s." ifcr ' W ATI II. The fnncrnl.icniccs of Mr*. John We mil uppn our tcpiiblicnn rcprc Died.

r/lt.i Ml s. ifcr ' W ATI II. The fnncrnl.icniccs of Mr*. John We mil uppn our tcpiiblicnn rcprc Died. $ / / - (\ \ - ) # -/ ( - ( [ & - - - - \ - - ( - - - - & - ( ( / - ( \) Q & - - { Q ( - & - ( & q \ ( - ) Q - - # & - - - & - - - $ - 6 - & # - - - & -- - - - & 9 & q - / \ / - - - -)- - ( - - 9 - - -

More information

EKC314: TRANSPORT PHENOMENA Core Course for B.Eng.(Chemical Engineering) Semester II (2008/2009)

EKC314: TRANSPORT PHENOMENA Core Course for B.Eng.(Chemical Engineering) Semester II (2008/2009) EKC314: TRANSPORT PHENOMENA Core Course for B.Eng.(Chemical Engineering) Semester II (2008/2009) Dr. Mohamad Hekarl Uzir-chhekarl@eng.usm.my School of Chemical Engineering Engineering Campus, Universiti

More information

Summary: Curvilinear Coordinates

Summary: Curvilinear Coordinates Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 10 1 Summary: Curvilinear Coordinates 1. Summary of Integral Theorems 2. Generalized Coordinates 3. Cartesian Coordinates: Surfaces of Constant

More information

Math 263 Final. (b) The cross product is. i j k c. =< c 1, 1, 1 >

Math 263 Final. (b) The cross product is. i j k c. =< c 1, 1, 1 > Math 63 Final Problem 1: [ points, 5 points to each part] Given the points P : (1, 1, 1), Q : (1,, ), R : (,, c 1), where c is a parameter, find (a) the vector equation of the line through P and Q. (b)

More information

Vector Integrals. Scott N. Walck. October 13, 2016

Vector Integrals. Scott N. Walck. October 13, 2016 Vector Integrals cott N. Walck October 13, 16 Contents 1 A Table of Vector Integrals Applications of the Integrals.1 calar Line Integral.........................1.1 Finding Total Charge of a Line Charge..........1.

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

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

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

VANDERBILT UNIVERSITY MAT 155B, FALL 12 SOLUTIONS TO THE PRACTICE FINAL.

VANDERBILT UNIVERSITY MAT 155B, FALL 12 SOLUTIONS TO THE PRACTICE FINAL. VANDERBILT UNIVERSITY MAT 55B, FALL SOLUTIONS TO THE PRACTICE FINAL. Important: These solutions should be used as a guide on how to solve the problems and they do not represent the format in which answers

More information

Without a Vector Calculus Coordinate System

Without a Vector Calculus Coordinate System Classroom Tips and Techniques: Point-and-Click Access to the Differential Operators of Vector Calculus Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction The -operator

More information

ELEC ELECTROMAGNETIC APPLICATIONS PART B. STATIC ELECTRIC AND MAGNETIC FIELDS (Low frequency) F. Rahman Room EE133

ELEC ELECTROMAGNETIC APPLICATIONS PART B. STATIC ELECTRIC AND MAGNETIC FIELDS (Low frequency) F. Rahman Room EE133 ELEC2015 - ELECTROMAGNETIC APPLICATIONS PART B STATIC ELECTRIC AND MAGNETIC FIELDS (Low frequency) F. Rahman Room EE133 Tel: 9385 4893 Lecture 1 Introduction & recap on 1 F. Rahman Lecture 1 APPLICATIONS

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

INTEGRAL CALCULUS DIFFERENTIATION UNDER THE INTEGRAL SIGN: Consider an integral involving one parameter and denote it as

INTEGRAL CALCULUS DIFFERENTIATION UNDER THE INTEGRAL SIGN: Consider an integral involving one parameter and denote it as INTEGRAL CALCULUS DIFFERENTIATION UNDER THE INTEGRAL SIGN: Consider an integral involving one parameter and denote it as, where a and b may be constants or functions of. To find the derivative of when

More information

Spotlight on Laplace s Equation

Spotlight on Laplace s Equation 16 Spotlight on Laplace s Equation Reference: Sections 1.1,1.2, and 1.5. Laplace s equation is the undriven, linear, second-order PDE 2 u = (1) We defined diffusivity on page 587. where 2 is the Laplacian

More information

A. H. Hall, 33, 35 &37, Lendoi

A. H. Hall, 33, 35 &37, Lendoi 7 X x > - z Z - ----»»x - % x x» [> Q - ) < % - - 7»- -Q 9 Q # 5 - z -> Q x > z»- ~» - x " < z Q q»» > X»? Q ~ - - % % < - < - - 7 - x -X - -- 6 97 9

More information

General review: - a) Dot Product

General review: - a) Dot Product General review: - a) Dot Product If θ is the angle between the vectors a and b, then a b = a b cos θ NOTE: Two vectors a and b are orthogonal, if and only if a b = 0. Properties of the Dot Product If a,

More information

TOTAL NAME DATE PERIOD AP CALCULUS AB UNIT 4 ADVANCED DIFFERENTIATION TECHNIQUES DATE TOPIC ASSIGNMENT /6 10/8 10/9 10/10 X X X X 10/11 10/12

TOTAL NAME DATE PERIOD AP CALCULUS AB UNIT 4 ADVANCED DIFFERENTIATION TECHNIQUES DATE TOPIC ASSIGNMENT /6 10/8 10/9 10/10 X X X X 10/11 10/12 NAME DATE PERIOD AP CALCULUS AB UNIT ADVANCED DIFFERENTIATION TECHNIQUES DATE TOPIC ASSIGNMENT 0 0 0/6 0/8 0/9 0/0 X X X X 0/ 0/ 0/5 0/6 QUIZ X X X 0/7 0/8 0/9 0/ 0/ 0/ 0/5 UNIT EXAM X X X TOTAL AP Calculus

More information

ENGINEERING MATHEMATICS I. CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 PART-A

ENGINEERING MATHEMATICS I. CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 PART-A ENGINEERING MATHEMATICS I CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 Total Hrs: 52 Exam Marks:100 PART-A Unit-I: DIFFERENTIAL CALCULUS - 1 Determination of n th derivative of standard functions-illustrative

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

Multipole moments. November 9, 2015

Multipole moments. November 9, 2015 Multipole moments November 9, 5 The far field expansion Suppose we have a localized charge distribution, confined to a region near the origin with r < R. Then for values of r > R, the electric field must

More information

HIGH VOLTAGE TECHNIQUES REVİEW: Electrostatics & Magnetostatics

HIGH VOLTAGE TECHNIQUES REVİEW: Electrostatics & Magnetostatics HIGH VOLTAGE TECHNIQUES REVİEW: Electrostatics & Magnetostatics Zap You walk across the rug, reach for the doorknob and...zap!!! In the winter, when you change your pullover you hear and/or see sparks...

More information

is the curve of intersection of the plane y z 2 and the cylinder x oriented counterclockwise when viewed from above.

is the curve of intersection of the plane y z 2 and the cylinder x oriented counterclockwise when viewed from above. The questions below are representative or actual questions that have appeared on final eams in Math from pring 009 to present. The questions below are in no particular order. There are tpicall 10 questions

More information

Homework Problem Answers

Homework Problem Answers Homework Problem Answers Integration by Parts. (x + ln(x + x. 5x tan 9x 5 ln sec 9x 9 8 (. 55 π π + 6 ln 4. 9 ln 9 (ln 6 8 8 5. (6 + 56 0/ 6. 6 x sin x +6cos x. ( + x e x 8. 4/e 9. 5 x [sin(ln x cos(ln

More information

1.1. Fields Partial derivatives

1.1. Fields Partial derivatives 1.1. Fields A field associates a physical quantity with a position A field can be also time dependent, for example. The simplest case is a scalar field, where given physical quantity can be described by

More information

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3 M7Q Multivariable alculus Spring 7 Review Problems for Exam Exam covers material from Sections 5.-5.4 and 6.-6. and 7.. As you prepare, note well that the Fall 6 Exam posted online did not cover exactly

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

Take-Home Exam 1: pick up on Thursday, June 8, return Monday,

Take-Home Exam 1: pick up on Thursday, June 8, return Monday, SYLLABUS FOR 18.089 1. Overview This course is a review of calculus. We will start with a week-long review of single variable calculus, and move on for the remaining five weeks to multivariable calculus.

More information

p. 1/ Section 1.4: Cylindrical and Spherical Coordinates

p. 1/ Section 1.4: Cylindrical and Spherical Coordinates p. 1/ Section 1.4: Cylindrical and Spherical Coordinates p. / Cylindrical Coordinate (r,θ,w) where θ is measured counterclockwise as viewed from the positive w-axis. p. / Cylindrical Coordinate (r,θ,w)

More information

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the 1.(8pts) Find F ds where F = x + ye z + ze y, y + xe z + ze x, z and where T is the T surface in the pictures. (The two pictures are two views of the same surface.) The boundary of T is the unit circle

More information

Chapter 5. The Differential Forms of the Fundamental Laws

Chapter 5. The Differential Forms of the Fundamental Laws Chapter 5 The Differential Forms of the Fundamental Laws 1 5.1 Introduction Two primary methods in deriving the differential forms of fundamental laws: Gauss s Theorem: Allows area integrals of the equations

More information

MATHEMATICAL PRELIMINARIES

MATHEMATICAL PRELIMINARIES CHAPTER 1 MATHEMATICAL PRELIMINARIES Treatment of electrokinetic transport phenomena requires understanding of fluid mechanics, colloidal phenomena, and the interaction of charged particles, surfaces,

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

MANY BILLS OF CONCERN TO PUBLIC

MANY BILLS OF CONCERN TO PUBLIC - 6 8 9-6 8 9 6 9 XXX 4 > -? - 8 9 x 4 z ) - -! x - x - - X - - - - - x 00 - - - - - x z - - - x x - x - - - - - ) x - - - - - - 0 > - 000-90 - - 4 0 x 00 - -? z 8 & x - - 8? > 9 - - - - 64 49 9 x - -

More information

Warning, the protected names norm and trace have been redefined and unprotected

Warning, the protected names norm and trace have been redefined and unprotected 22M:28 Spring 5 J. Simon An example of computing a triple integral with several coordinate systems > > with(plots):with(linalg): Warning, the name changecoords has been redefined Warning, the protected

More information

PanHomc'r I'rui;* :".>r '.a'' W"»' I'fltolt. 'j'l :. r... Jnfii<on. Kslaiaaac. <.T i.. %.. 1 >

PanHomc'r I'rui;* :.>r '.a'' W»' I'fltolt. 'j'l :. r... Jnfii<on. Kslaiaaac. <.T i.. %.. 1 > 5 28 (x / &» )»(»»» Q ( 3 Q» (» ( (3 5» ( q 2 5 q 2 5 5 8) 5 2 2 ) ~ ( / x {» /»»»»» (»»» ( 3 ) / & Q ) X ] Q & X X X x» 8 ( &» 2 & % X ) 8 x & X ( #»»q 3 ( ) & X 3 / Q X»»» %» ( z 22 (»» 2» }» / & 2 X

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

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

Lecture 13: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay. Poisson s and Laplace s Equations

Lecture 13: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay. Poisson s and Laplace s Equations Poisson s and Laplace s Equations Lecture 13: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay We will spend some time in looking at the mathematical foundations of electrostatics.

More information

Electricity and Magnetism Computer Lab #1: Vector algebra and calculus

Electricity and Magnetism Computer Lab #1: Vector algebra and calculus Electricity an Magnetism Computer Lab #: Vector algebra an calculus We are going to learn how to use MathCa. First we use MathCa as a calculator. Type: 54.4+.-(/5+4/5)^= To get the power we type hat. 54.4.

More information

Announcements. From now on, the problem sets from each week s homework assignments will be the following Wednesday.

Announcements. From now on, the problem sets from each week s homework assignments will be the following Wednesday. Announcements From now on, the problem sets from each week s homework assignments will be the following Wednesday. Late assignments will not be accepted. I will post the solutions on line after class on

More information