SECTION 1 Review of vectors

Size: px
Start display at page:

Download "SECTION 1 Review of vectors"

Transcription

1 SECTION 1 Review of vectors Electricit and magnetism involve fields in 3D space. This section, based on Chapter 1 of Griffiths, reviews the tools we need to work with them. The topics are: Vector algebra Differential calculus Integral calculus Curvilinear coordinates Dirac delta function Vector fields Solid angles Adding/subtracting vectors: Vector algebra A B = D A A + B = C C D B A B Multiplication b a scalar: A 2A Unit vector: B B = ˆB where B (which we sometimes write as B ) denotes the length of vector B Dot product (or scalar product): A B A B = ABcos The scalar product is the part of A which lies along B, times the magnitude of B (or equivalentl the part of B which lies along A, times the magnitude of A). The dot product is: distributive and commutative, meaning respectivel that A (B + C) = (A B)+ (A C) A B = B A 1

2 If A is perpendicular to B, then Also, the dot product has the useful propert that Cross product (or vector product): ˆn B A B = 0 A A = A 2 A A B = (ABsin) ˆn Geometricall, the cross product is the area of a parallelogram formed b A and B. It is in the direction of the unit vector perpendicular to both A and B, with the right hand rule determining the sign. The cross product is: distributive but not commutative: A (B + C) = (A B)+ (A C) A B = "(B A) If A is parallel to B, the cross product is zero. In particular: Vector components It is often useful to write vectors in terms of their Cartesian (x,, z), coordinates: A = A x ˆx + A ŷ + A z ẑ Here ˆx, ŷ, and ẑ are defined as unit vectors in the directions of the axes. Now we can reformulate the algebra rules in terms of components: Addition: add the like components. A + B = (A x + B x ) ˆx + (A + B )ŷ + (A z + B z )ẑ Multiplication b a scalar: multipl each component b the scalar. aa = aa x ˆx + aa ŷ + aa z ẑ Products of vector in components Dot product: multipl the like components and sum. " B = A x B x + A B + A z B z Can be proved using results for unit vectors like: ˆx ˆx =1 ˆx ŷ = 0 Cross product: find the determinant of this matrix: A A = 0 A B = ˆx ŷ ẑ A x A A z B x B B z or, equivalentl, A B = (A B z " A B z ) ˆx + (A z B x " A x B z )ŷ + (A x B " A B x )ẑ Can be proved using results for unit vectors like: ˆx ˆx = 0 ˆx ŷ = ẑ 2

3 Scalar triple products of vectors Since the cross product of two vectors is another vector, we can take the dot product of this with a third vector: A (B " C) ˆn A C B The sign of the triple product depends on the cclic order of the vectors, so A (B " C) = B(C " A) = C(A " B) Those that are not in the same cclic order have the opposite sign, e.g., B(C " A) = #B(A " C) Geometricall, the triple product is the volume of the parallelepiped formed b vectors A, B and C, but it has a sign that can be positive or negative. Position, displacement and separation vectors notation (Griffiths) z x r ˆr (x,, z) x z r" source point r r e = r r" r e field point r is called the source point: the place where the charge is located, r is called the field point: the place where we want to know the electric field, re is called the separation vector: it specifies the distance and direction from the source to the point where we want to calculate the field. Differential vector calculus The operator We can treat this quantit (usuall called del ) as a vector, which is defined b = ˆx " "x + ŷ " " + ẑ " "z This represents a vector because it has components defined in terms of the usual unit vectors along the x, and z axes. However, instead of just numbers or scalar functions as its vector components, it has terms that differentiate. For example, x means partial differentiation with respect to x (so differentiate with respect to x while keeping the other variables and z like constants) So if there is a scalar function to the right side of the del operator, it will give a vector and each component will be a partial derivative of that function. Also, because del is an operator, we can do other operations with it, like taking the cross product or the dot product of a vector function. 3

4 Gradient of a scalar function In differential calculus with just one variable x, it is a simple propert that the derivative df/dx of a function f(x) measures the slope or gradient of the curve when function f(x) is plotted versus x. For a scalar function T(x,, z) in 3 dimensions the generalization is the gradient (written as T or sometimes as grad T ) given b T = ˆx "T "x + ŷ "T " + ẑ "T "z Note that the gradient is obtained when operates on a scalar function T in 3 dimensions, but the result of doing this is a vector, calculated for an point (x,, z): Ø Ø The magnitude of the gradient T gives us the maximum rate of change of the function T at that point. The direction of gradient T gives us the direction of maximum rate of change. Divergence of a vector If we take the dot product.v of the del operator with a vector function v, where v = v x ˆx + v ŷ + v z ẑ and each component might depend on variables x, and z in general, we get " v = #v x #x + #v # + #v z #z This scalar function, formed from vector v, is called the divergence of that vector function. It is denoted b.v or sometimes div v. Roughl it measures whether there are sources or sinks of the function at the point where we calculate the divergence. Curl of a vector If we now take the cross product of with a vector function v, we have: " v = ˆx ŷ ẑ # #x # # # #z v x v v z This new vector is called the curl of the function v. It is denoted b v or sometimes curl v. The determinant can be multiplied out in the usual wa, so for example the x-component of the curl is # ˆx v z " v & % ( $ z ' Roughl the curl calculates whether the flow of a function at an position is rotational or not. Product rules in vector calculus These are quoted for reference onl (so do not bother to memorize them). The will be provided for all midterms and exams. Sometimes we need to calculate grad, div or curl of products of two functions (either scalar or vector). Some useful results are 4

5 For gradient: For divergence: For curl: Here scalar functions f and g and the components of vector functions A, B and C can depend on x,, and z. Second derivatives involving These can occur in several different was. We know that gradient T is a vector, so we could find its divergence or curl. Taking the divergence gives ( fg) = f g + gf (A " B) = A # ( # B) + B # ( # A) + (A " )B + (B" )A "( fa) = f ( " A)+ A "(f ) (A " B) = B#( " A) $ A #( " B) " ( fa) = f ( " A)# A " (f ) " (A " B) = (B# )A $ (A # )B + A( # B) $ B " ( # A) "(T ) = #2 T #x + #2 T 2 # + #2 T 2 #z 2 The right-hand side is often written as 2 T, where we define the operator 2 which is called the Laplacian b 2 = "2 "x 2 + "2 " 2 + "2 "z 2 Next, if we tr taking the curl of gradient T, we alwas get 0. It means that for an scalar function T we have " (T ) = 0 Another possible second derivative is the gradient of the divergence of a vector v. This is ( " v) It does not occur ver often in phsics, so we will not work it out. Although it looks similar to the Laplacian, the are not the same: ( " v) # 2 v The divergence of the curl, like the curl of a gradient, is alwas 0: "( # v) = 0 Finall, the curl of the curl can be rewritten in terms of other quantities alread discussed using: " ( " v) = ( # v)$ 2 v Integral vector calculus Basic integrals involve just one variable (usuall x) and are taken between limits along the coordinate axis. Recall that integrals can alwas be regarded as the limiting cases of sums: lim x n 0 b " f (x n )x n = f (x)dx We will be using three kinds of integrals involving vectors: Line integrals these are along a line, as in the above example, but it doesn t have to be a straight line in general Surface integrals these are taken over an area rather than a line (so the are like 2-dimensional analogs) x n =b x n =a # a 5

6 Volume integrals these are taken over a volume rather than a line (so the are like 3-dimensional analogs) Line integrals End b In general, a line integral can be along an three-dimensional line. In this course, the will usuall be in straight line or circular segments. A tpical form involves a dot product like Start a Element of length Here vector v might be a function of coordinates x, and z, and the vector element of length dl is the vector with components dx, d, and dz. So v.dl = v x dx + v d + v z dz Sometimes the integral path forms a closed loop, in which case it s written as: v d " l A familiar line integral from first ear phsics is the work W done b a force: W = " F dl Surface integrals Normal vector element da A surface integral over a general surface in 3-dimensions is tpicall of the form: Element of area on the surface The vector element of area, da, will have components like (because the x direction is normal to the z plane). As with line integrals, we often do closed integrals: in this case the surface encloses a volume (e.g., the surface area around a sphere) " v da Volume integrals Volume of integration Volume element d Line integrals and surface integrals in phsics tpicall involve vector functions (in a dot product). Volume integrals more commonl occur with scalar functions: where T is a scalar function of x, and z, and dτ is a volume element: Volume integrals can also be done on vector functions: each cartesian component would then be integrated separatel. Fundamental theorem of calculus A fundamental theorem of calculus states that for a scalar function f(x): 6

7 You can think of this as essentiall saing that if ou start with a function f(x) and differentiate it, then if ou integrate again ou get the function ou started with (evaluated between the integration limits). There are three analogous fundamental theorems for vector calculus: one for gradient, one for divergence, and one for curl. Fundamental theorem for gradient For gradients, there is a ver direct generalization of the previous fundamental theorem: Here T(x,,z) is a scalar function of position and the integral is a line integral along a path from point a to point b. Notice that the right hand side doesn t seem to depend on the path chosen; the result of the line integral is the same for an path provided the end points a and b are the same. An important corollar is that the integral of a gradient around a closed loop is alwas 0 (because T(a) and T(b) will cancel out when a = b): Fundamental theorem for divergence For divergences, the result relates a volume integral to a surface integral (taken over the total surface area of that volume): In other words, the total divergence of a vector function integrated throughout a particular volume can be found b adding up (integrating) the net flow in or out through the closed surface bounding that volume. Fundamental theorem for curl b # (T )" dl = T(a)$T(b) a [ path] # (T )" dl = 0 # ( " v) d = v " da [volume] # [surface] Boundar path Area For curls, the result relates the curl of a vector, when integrated over a specified area, to the line integral of the vector taken around the boundar line of that area: It is also referred to as Stokes Theorem. Two corollaries are that: # ( " v) $ da [surface] # ( " v) $ da = 0 [surface] Spherical coordinates depends onl on the boundar line, not the surface chosen. for an closed surface. Curvilinear coordinates z Angle " r In basic electrostatics problems, we often have a point charge or a sphericall smmetric charge distribution. In these cases, it makes sense to use spherical coordinates (r, θ, ϕ) for vector r rather than Cartesian coordinates (x,, z). x Angle 7

8 We also need to introduce new unit vectors instead of unit vectors in the Cartesian sstem: z Angle " We define three new unit vectors: ˆ r ˆr ˆr - This in the direction awa from the origin ˆ ˆ - This is in the direction of increasing x Angle ˆ - This is in the direction of increasing The unit vectors are related b Note that, unlike the Cartesian unit vectors, the directions of the spherical unit vectors depend on the direction of vector r relative to the origin. Unit vector Displacement dr We will sometimes need results for infinitesimal displacements in the position. (These were simpl dx, d, and dz in the Cartesian sstem). ˆr ˆ dr rd d rd rsind" ˆ rsind" d Vector Derivatives in Spherical Coordinates It follows that the earlier definition of the del operator as rsin becomes replaced in spherical coordinates b The expressions for gradient, divergence and curl can be worked out from the above (see Appendix 1A in the notes, but do not memorize). Clindrical coordinates z ẑ ˆ s z ŝ In some cases, e.g., when we have a line charge or a clindricall smmetric distribution, it makes sense to use clindrical polar coordinates (s, ϕ, z). x 8

9 The three unit vectors are shown: ŝ = cos ˆx + sin ŷ ˆ = sin ˆx + cos ŷ ẑ = ẑ (in direction of increasing s) (in direction of increasing ) (in direction of increasing z) Again, we will sometimes need results for infinitesimal displacements in the position. (These were simpl dx, d, and dz in the Cartesian sstem). Unit vector ŝ ˆ ẑ Displacement ds sd dz Vector Derivatives in Clindrical Coordinates It follows that the expression for the del operator becomes The expressions for gradient, divergence and curl can be worked out from the above (see Appendix 1A in the notes, but do not memorize). Example calculation of a divergence Consider the vector function: Dirac delta function It points radiall outwards from the origin, and obviousl it diverges at 0. Suppose we calculate its divergence: " v = 1 # $ 1 ' & r 2 #r r2 ) = 1 # ( % r 2 ( r 2 #r 1 ) = 0 Suppose now we do it another wa b appling the divergence theorem, and integrating the divergence over a sphere of an arbitrar radius R: # 1 " v da = R ˆr & " % ( R 2 # 2# ( sindd" ˆr ) = $ 2 ' ( " sin d 0 )( " d" 0 ) = 4# for an R There seems to be a problem, because one result gives zero divergence while the other gives nonzero In particular, what s happening to the divergence at the origin? The Dirac delta function The one-dimensional Dirac delta function represents an infinitel high spike that is located at x = 0 but is equal to zero everwhere else. Its other defining propert is that the area under the spike is unit. and 9

10 If we multipl an continuous function f(x) b a delta function, the product is 0 everwhere except at x = 0, and so f (x)(x) = f (0)(x) If we integrate over an range that includes 0, we get " " # f (x)(x)dx = f (0) # (x)dx = f (0) " " We can easil generalize the delta function b shifting the spike s position: Also $ & (x a) = % '& " if x = a 0 if x # a Three- dimensional Dirac delta function The generalization to 3 dimensions is straightforward: Now it is the 3-dimensional integral that is unit: 3 # # # (r) d" = (x)()(z) dxddz =1 allspace "# "# "# Also, for a 3-dimensional function f (r): " f (r) 3 (r a) d" = f (a) Now we can revisit the divergence paradox concerning and (x a)dx =1 " f (x)(x a) = f (a)(x a) # f (x)(x a)dx = f (a) " 3 (r) = (x)()(z) allspace We alread found that the divergence is 0 everwhere except the origin, and the corresponding surface integral is 4π. It leads to the conclusion that: # " " In general, in terms of the displacement vector (defined earlier as the distance from the source point to the field point): x z r" and therefore source point r r e = r r" r e field point We can also show that Vector fields Later we will define an electric field vector E and a magnetic field vector B. Eventuall, we will arrive at Maxwell s equations, which tell us about the divergence and curl of E and B. Their properties make it useful to define some potentials (analogous to what is often done in classical mechanics). 10

11 1 st case: If a vector field F can be written as the gradient of a function V (called the scalar potential), meaning F = "V then it is obvious that Less obviousl, it can also be proved the other wa round: 2 nd case: Similarl, if a vector field F can be written as the curl of a function A (called the vector potential), so that then it is obvious that Again, it can also be proved the other wa round: Solid angles Solid angles are useful when we need a measure of all the spatial directions subtended at the vertex of an cone, even if it has an irregular shape. Area A on surface of sphere " F = # " V = 0 " F = 0 # F = $V F = " A " F = "( # A) = 0 " F = 0 # F = $ A The definition is as follows: Draw a sphere of an radius R centred at the vertex and find the area A intersected on the curved surface of the sphere. The solid angle Ω is R Solid angle Ω Since A is proportional to R 2, the result for Ω does not depend on the choice for R. It follows that the total solid angle for all directions in space is The definition of solid angle makes Ω dimensionless, but the unit of steradian is sometimes used (b analog with radian for angles). This definition will be useful later in proving Gauss s law for the electric field. Example: Consider a regular solid cone that has half-angle θ at the vertex. Prove that the total solid angle subtended at the vertex is = 2 (1" cos") (To be done as an example in classes). 11

12 APPENDIX 1A (for reference) 12

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

Section 1.1. Introduction to R n

Section 1.1. Introduction to R n The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to

More information

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Review of Vector Analysis in Cartesian Coordinates

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

More information

13.4 THE CROSS PRODUCT

13.4 THE CROSS PRODUCT 710 Chapter Thirteen A FUNDAMENTAL TOOL: VECTORS 62. Use the following steps and the results of Problems 59 60 to show (without trigonometry) that the geometric and algebraic definitions of the dot product

More information

Section V.2: Magnitudes, Directions, and Components of Vectors

Section V.2: Magnitudes, Directions, and Components of Vectors Section V.: Magnitudes, Directions, and Components of Vectors Vectors in the plane If we graph a vector in the coordinate plane instead of just a grid, there are a few things to note. Firstl, directions

More information

Introduction to Matrices for Engineers

Introduction to Matrices for Engineers Introduction to Matrices for Engineers C.T.J. Dodson, School of Mathematics, Manchester Universit 1 What is a Matrix? A matrix is a rectangular arra of elements, usuall numbers, e.g. 1 0-8 4 0-1 1 0 11

More information

M PROOF OF THE DIVERGENCE THEOREM AND STOKES THEOREM

M PROOF OF THE DIVERGENCE THEOREM AND STOKES THEOREM 68 Theor Supplement Section M M POOF OF THE DIEGENE THEOEM ND STOKES THEOEM In this section we give proofs of the Divergence Theorem Stokes Theorem using the definitions in artesian coordinates. Proof

More information

Math, Trigonometry and Vectors. Geometry. Trig Definitions. sin(θ) = opp hyp. cos(θ) = adj hyp. tan(θ) = opp adj. Here's a familiar image.

Math, Trigonometry and Vectors. Geometry. Trig Definitions. sin(θ) = opp hyp. cos(θ) = adj hyp. tan(θ) = opp adj. Here's a familiar image. Math, Trigonometr and Vectors Geometr Trig Definitions Here's a familiar image. To make predictive models of the phsical world, we'll need to make visualizations, which we can then turn into analtical

More information

Vector surface area Differentials in an OCS

Vector surface area Differentials in an OCS Calculus and Coordinate systems EE 311 - Lecture 17 1. Calculus and coordinate systems 2. Cartesian system 3. Cylindrical system 4. Spherical system In electromagnetics, we will often need to perform integrals

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

More information

MAT 1341: REVIEW II SANGHOON BAEK

MAT 1341: REVIEW II SANGHOON BAEK MAT 1341: REVIEW II SANGHOON BAEK 1. Projections and Cross Product 1.1. Projections. Definition 1.1. Given a vector u, the rectangular (or perpendicular or orthogonal) components are two vectors u 1 and

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

2.1 Three Dimensional Curves and Surfaces

2.1 Three Dimensional Curves and Surfaces . Three Dimensional Curves and Surfaces.. Parametric Equation of a Line An line in two- or three-dimensional space can be uniquel specified b a point on the line and a vector parallel to the line. The

More information

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z 28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE 1.4 Cross Product 1.4.1 Definitions The cross product is the second multiplication operation between vectors we will study. The goal behind the definition

More information

Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi

Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi Geometry of Vectors Carlo Tomasi This note explores the geometric meaning of norm, inner product, orthogonality, and projection for vectors. For vectors in three-dimensional space, we also examine the

More information

Triple Integrals in Cylindrical or Spherical Coordinates

Triple Integrals in Cylindrical or Spherical Coordinates Triple Integrals in Clindrical or Spherical Coordinates. Find the volume of the solid ball 2 + 2 + 2. Solution. Let be the ball. We know b #a of the worksheet Triple Integrals that the volume of is given

More information

SECTION 7-4 Algebraic Vectors

SECTION 7-4 Algebraic Vectors 7-4 lgebraic Vectors 531 SECTIN 7-4 lgebraic Vectors From Geometric Vectors to lgebraic Vectors Vector ddition and Scalar Multiplication Unit Vectors lgebraic Properties Static Equilibrium Geometric vectors

More information

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

More information

Two vectors are equal if they have the same length and direction. They do not

Two vectors are equal if they have the same length and direction. They do not Vectors define vectors Some physical quantities, such as temperature, length, and mass, can be specified by a single number called a scalar. Other physical quantities, such as force and velocity, must

More information

The Vector or Cross Product

The Vector or Cross Product The Vector or ross Product 1 ppendix The Vector or ross Product We saw in ppendix that the dot product of two vectors is a scalar quantity that is a maximum when the two vectors are parallel and is zero

More information

Equations Involving Lines and Planes Standard equations for lines in space

Equations Involving Lines and Planes Standard equations for lines in space Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

A vector is a directed line segment used to represent a vector quantity.

A vector is a directed line segment used to represent a vector quantity. Chapters and 6 Introduction to Vectors A vector quantity has direction and magnitude. There are many examples of vector quantities in the natural world, such as force, velocity, and acceleration. A vector

More information

5.3 The Cross Product in R 3

5.3 The Cross Product in R 3 53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or

More information

sin(θ) = opp hyp cos(θ) = adj hyp tan(θ) = opp adj

sin(θ) = opp hyp cos(θ) = adj hyp tan(θ) = opp adj Math, Trigonometr and Vectors Geometr 33º What is the angle equal to? a) α = 7 b) α = 57 c) α = 33 d) α = 90 e) α cannot be determined α Trig Definitions Here's a familiar image. To make predictive models

More information

MAT188H1S Lec0101 Burbulla

MAT188H1S Lec0101 Burbulla Winter 206 Linear Transformations A linear transformation T : R m R n is a function that takes vectors in R m to vectors in R n such that and T (u + v) T (u) + T (v) T (k v) k T (v), for all vectors u

More information

Fundamental Theorems of Vector Calculus

Fundamental Theorems of Vector Calculus Fundamental Theorems of Vector Calculus We have studied the techniques for evaluating integrals over curves and surfaces. In the case of integrating over an interval on the real line, we were able to use

More information

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

More information

Vector Calculus: a quick review

Vector Calculus: a quick review Appendi A Vector Calculus: a quick review Selected Reading H.M. Sche,. Div, Grad, Curl and all that: An informal Tet on Vector Calculus, W.W. Norton and Co., (1973). (Good phsical introduction to the subject)

More information

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Geometrical definition Properties Expression in components. Definition in components Properties Geometrical expression.

More information

Teaching Electromagnetic Field Theory Using Differential Forms

Teaching Electromagnetic Field Theory Using Differential Forms IEEE TRANSACTIONS ON EDUCATION, VOL. 40, NO. 1, FEBRUARY 1997 53 Teaching Electromagnetic Field Theory Using Differential Forms Karl F. Warnick, Richard H. Selfridge, Member, IEEE, and David V. Arnold

More information

State of Stress at Point

State of Stress at Point State of Stress at Point Einstein Notation The basic idea of Einstein notation is that a covector and a vector can form a scalar: This is typically written as an explicit sum: According to this convention,

More information

6. Vectors. 1 2009-2016 Scott Surgent (surgent@asu.edu)

6. Vectors. 1 2009-2016 Scott Surgent (surgent@asu.edu) 6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,

More information

Mechanics 1: Conservation of Energy and Momentum

Mechanics 1: Conservation of Energy and Momentum Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Electromagnetism - Lecture 2. Electric Fields

Electromagnetism - Lecture 2. Electric Fields Electromagnetism - Lecture 2 Electric Fields Review of Vector Calculus Differential form of Gauss s Law Poisson s and Laplace s Equations Solutions of Poisson s Equation Methods of Calculating Electric

More information

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes The Circle 2.6 Introduction A circle is one of the most familiar geometrical figures and has been around a long time! In this brief Section we discuss the basic coordinate geometr of a circle - in particular

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Physics 53. Kinematics 2. Our nature consists in movement; absolute rest is death. Pascal

Physics 53. Kinematics 2. Our nature consists in movement; absolute rest is death. Pascal Phsics 53 Kinematics 2 Our nature consists in movement; absolute rest is death. Pascal Velocit and Acceleration in 3-D We have defined the velocit and acceleration of a particle as the first and second

More information

Vector Math Computer Graphics Scott D. Anderson

Vector Math Computer Graphics Scott D. Anderson Vector Math Computer Graphics Scott D. Anderson 1 Dot Product The notation v w means the dot product or scalar product or inner product of two vectors, v and w. In abstract mathematics, we can talk about

More information

Elasticity Theory Basics

Elasticity Theory Basics G22.3033-002: Topics in Computer Graphics: Lecture #7 Geometric Modeling New York University Elasticity Theory Basics Lecture #7: 20 October 2003 Lecturer: Denis Zorin Scribe: Adrian Secord, Yotam Gingold

More information

REVIEW OF ANALYTIC GEOMETRY

REVIEW OF ANALYTIC GEOMETRY REVIEW OF ANALYTIC GEOMETRY The points in a plane can be identified with ordered pairs of real numbers. We start b drawing two perpendicular coordinate lines that intersect at the origin O on each line.

More information

2 Session Two - Complex Numbers and Vectors

2 Session Two - Complex Numbers and Vectors PH2011 Physics 2A Maths Revision - Session 2: Complex Numbers and Vectors 1 2 Session Two - Complex Numbers and Vectors 2.1 What is a Complex Number? The material on complex numbers should be familiar

More information

Vector has a magnitude and a direction. Scalar has a magnitude

Vector has a magnitude and a direction. Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude a brick on a table Vector has a magnitude and a direction Scalar has a magnitude

More information

MECHANICS OF SOLIDS - BEAMS TUTORIAL TUTORIAL 4 - COMPLEMENTARY SHEAR STRESS

MECHANICS OF SOLIDS - BEAMS TUTORIAL TUTORIAL 4 - COMPLEMENTARY SHEAR STRESS MECHANICS OF SOLIDS - BEAMS TUTORIAL TUTORIAL 4 - COMPLEMENTARY SHEAR STRESS This the fourth and final tutorial on bending of beams. You should judge our progress b completing the self assessment exercises.

More information

LINEAR FUNCTIONS OF 2 VARIABLES

LINEAR FUNCTIONS OF 2 VARIABLES CHAPTER 4: LINEAR FUNCTIONS OF 2 VARIABLES 4.1 RATES OF CHANGES IN DIFFERENT DIRECTIONS From Precalculus, we know that is a linear function if the rate of change of the function is constant. I.e., for

More information

FURTHER VECTORS (MEI)

FURTHER VECTORS (MEI) Mathematics Revision Guides Further Vectors (MEI) (column notation) Page of MK HOME TUITION Mathematics Revision Guides Level: AS / A Level - MEI OCR MEI: C FURTHER VECTORS (MEI) Version : Date: -9-7 Mathematics

More information

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes The Circle 2.6 Introduction A circle is one of the most familiar geometrical figures. In this brief Section we discuss the basic coordinate geometr of a circle - in particular the basic equation representing

More information

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors 1 Chapter 13. VECTORS IN THREE DIMENSIONAL SPACE Let s begin with some names and notation for things: R is the set (collection) of real numbers. We write x R to mean that x is a real number. A real number

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Section 1.4. Lines, Planes, and Hyperplanes. The Calculus of Functions of Several Variables

Section 1.4. Lines, Planes, and Hyperplanes. The Calculus of Functions of Several Variables The Calculus of Functions of Several Variables Section 1.4 Lines, Planes, Hyperplanes In this section we will add to our basic geometric understing of R n by studying lines planes. If we do this carefully,

More information

If Σ is an oriented surface bounded by a curve C, then the orientation of Σ induces an orientation for C, based on the Right-Hand-Rule.

If Σ is an oriented surface bounded by a curve C, then the orientation of Σ induces an orientation for C, based on the Right-Hand-Rule. Oriented Surfaces and Flux Integrals Let be a surface that has a tangent plane at each of its nonboundary points. At such a point on the surface two unit normal vectors exist, and they have opposite directions.

More information

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes The Scalar Product 9.4 Introduction There are two kinds of multiplication involving vectors. The first is known as the scalar product or dot product. This is so-called because when the scalar product of

More information

arxiv:1111.4354v2 [physics.acc-ph] 27 Oct 2014

arxiv:1111.4354v2 [physics.acc-ph] 27 Oct 2014 Theory of Electromagnetic Fields Andrzej Wolski University of Liverpool, and the Cockcroft Institute, UK arxiv:1111.4354v2 [physics.acc-ph] 27 Oct 2014 Abstract We discuss the theory of electromagnetic

More information

A Primer on Index Notation

A Primer on Index Notation A Primer on John Crimaldi August 28, 2006 1. Index versus Index notation (a.k.a. Cartesian notation) is a powerful tool for manipulating multidimensional equations. However, there are times when the more

More information

Lecture L6 - Intrinsic Coordinates

Lecture L6 - Intrinsic Coordinates S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed

More information

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

More information

9 Multiplication of Vectors: The Scalar or Dot Product

9 Multiplication of Vectors: The Scalar or Dot Product Arkansas Tech University MATH 934: Calculus III Dr. Marcel B Finan 9 Multiplication of Vectors: The Scalar or Dot Product Up to this point we have defined what vectors are and discussed basic notation

More information

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3 CORE 4 Summary Notes Rational Expressions Factorise all expressions where possible Cancel any factors common to the numerator and denominator x + 5x x(x + 5) x 5 (x + 5)(x 5) x x 5 To add or subtract -

More information

Chapter 4. Electrostatic Fields in Matter

Chapter 4. Electrostatic Fields in Matter Chapter 4. Electrostatic Fields in Matter 4.1. Polarization A neutral atom, placed in an external electric field, will experience no net force. However, even though the atom as a whole is neutral, the

More information

Electrostatic Fields: Coulomb s Law & the Electric Field Intensity

Electrostatic Fields: Coulomb s Law & the Electric Field Intensity Electrostatic Fields: Coulomb s Law & the Electric Field Intensity EE 141 Lecture Notes Topic 1 Professor K. E. Oughstun School of Engineering College of Engineering & Mathematical Sciences University

More information

Practice Final Math 122 Spring 12 Instructor: Jeff Lang

Practice Final Math 122 Spring 12 Instructor: Jeff Lang Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6

More information

vector calculus 2 Learning outcomes

vector calculus 2 Learning outcomes 29 ontents vector calculus 2 1. Line integrals involving vectors 2. Surface and volume integrals 3. Integral vector theorems Learning outcomes In this Workbook you will learn how to integrate functions

More information

MULTIPLE INTEGRALS. h 2 (y) are continuous functions on [c, d] and let f(x, y) be a function defined on R. Then

MULTIPLE INTEGRALS. h 2 (y) are continuous functions on [c, d] and let f(x, y) be a function defined on R. Then MULTIPLE INTEGALS 1. ouble Integrals Let be a simple region defined by a x b and g 1 (x) y g 2 (x), where g 1 (x) and g 2 (x) are continuous functions on [a, b] and let f(x, y) be a function defined on.

More information

Geometric description of the cross product of the vectors u and v. The cross product of two vectors is a vector! u x v is perpendicular to u and v

Geometric description of the cross product of the vectors u and v. The cross product of two vectors is a vector! u x v is perpendicular to u and v 12.4 Cross Product Geometric description of the cross product of the vectors u and v The cross product of two vectors is a vector! u x v is perpendicular to u and v The length of u x v is uv u v sin The

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

Vector Algebra II: Scalar and Vector Products

Vector Algebra II: Scalar and Vector Products Chapter 2 Vector Algebra II: Scalar and Vector Products We saw in the previous chapter how vector quantities may be added and subtracted. In this chapter we consider the products of vectors and define

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

Addition and Subtraction of Vectors

Addition and Subtraction of Vectors ddition and Subtraction of Vectors 1 ppendi ddition and Subtraction of Vectors In this appendi the basic elements of vector algebra are eplored. Vectors are treated as geometric entities represented b

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

Chapter 8. Lines and Planes. By the end of this chapter, you will

Chapter 8. Lines and Planes. By the end of this chapter, you will Chapter 8 Lines and Planes In this chapter, ou will revisit our knowledge of intersecting lines in two dimensions and etend those ideas into three dimensions. You will investigate the nature of planes

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

Vector Algebra. Addition: (A + B) + C = A + (B + C) (associative) Subtraction: A B = A + (-B)

Vector Algebra. Addition: (A + B) + C = A + (B + C) (associative) Subtraction: A B = A + (-B) Vector Algebra When dealing with scalars, the usual math operations (+, -, ) are sufficient to obtain any information needed. When dealing with ectors, the magnitudes can be operated on as scalars, but

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

AB2.5: Surfaces and Surface Integrals. Divergence Theorem of Gauss

AB2.5: Surfaces and Surface Integrals. Divergence Theorem of Gauss AB2.5: urfaces and urface Integrals. Divergence heorem of Gauss epresentations of surfaces or epresentation of a surface as projections on the xy- and xz-planes, etc. are For example, z = f(x, y), x =

More information

LINES AND PLANES CHRIS JOHNSON

LINES AND PLANES CHRIS JOHNSON LINES AND PLANES CHRIS JOHNSON Abstract. In this lecture we derive the equations for lines and planes living in 3-space, as well as define the angle between two non-parallel planes, and determine the distance

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

More information

Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product

Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product Dot product and vector projections (Sect. 12.3) Two definitions for the dot product. Geometric definition of dot product. Orthogonal vectors. Dot product and orthogonal projections. Properties of the dot

More information

FINAL EXAM SOLUTIONS Math 21a, Spring 03

FINAL EXAM SOLUTIONS Math 21a, Spring 03 INAL EXAM SOLUIONS Math 21a, Spring 3 Name: Start by printing your name in the above box and check your section in the box to the left. MW1 Ken Chung MW1 Weiyang Qiu MW11 Oliver Knill h1 Mark Lucianovic

More information

Lines and Planes 1. x(t) = at + b y(t) = ct + d

Lines and Planes 1. x(t) = at + b y(t) = ct + d 1 Lines in the Plane Lines and Planes 1 Ever line of points L in R 2 can be epressed as the solution set for an equation of the form A + B = C. The equation is not unique for if we multipl both sides b

More information

... ... . (2,4,5).. ...

... ... . (2,4,5).. ... 12 Three Dimensions ½¾º½ Ì ÓÓÖ Ò Ø ËÝ Ø Ñ So far wehave been investigatingfunctions ofthe form y = f(x), withone independent and one dependent variable Such functions can be represented in two dimensions,

More information

AP Physics - Vector Algrebra Tutorial

AP Physics - Vector Algrebra Tutorial AP Physics - Vector Algrebra Tutorial Thomas Jefferson High School for Science and Technology AP Physics Team Summer 2013 1 CONTENTS CONTENTS Contents 1 Scalars and Vectors 3 2 Rectangular and Polar Form

More information

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors. 3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with

More information

Vectors 2. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996.

Vectors 2. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Vectors 2 The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Launch Mathematica. Type

More information

Mathematics Notes for Class 12 chapter 10. Vector Algebra

Mathematics Notes for Class 12 chapter 10. Vector Algebra 1 P a g e Mathematics Notes for Class 12 chapter 10. Vector Algebra A vector has direction and magnitude both but scalar has only magnitude. Magnitude of a vector a is denoted by a or a. It is non-negative

More information

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

Solutions to Practice Problems

Solutions to Practice Problems Higher Geometry Final Exam Tues Dec 11, 5-7:30 pm Practice Problems (1) Know the following definitions, statements of theorems, properties from the notes: congruent, triangle, quadrilateral, isosceles

More information

6 J - vector electric current density (A/m2 )

6 J - vector electric current density (A/m2 ) Determination of Antenna Radiation Fields Using Potential Functions Sources of Antenna Radiation Fields 6 J - vector electric current density (A/m2 ) M - vector magnetic current density (V/m 2 ) Some problems

More information

Section 7.2 Linear Programming: The Graphical Method

Section 7.2 Linear Programming: The Graphical Method Section 7.2 Linear Programming: The Graphical Method Man problems in business, science, and economics involve finding the optimal value of a function (for instance, the maimum value of the profit function

More information

Solutions to Practice Problems for Test 4

Solutions to Practice Problems for Test 4 olutions to Practice Problems for Test 4 1. Let be the line segmentfrom the point (, 1, 1) to the point (,, 3). Evaluate the line integral y ds. Answer: First, we parametrize the line segment from (, 1,

More information

Chapter 22: The Electric Field. Read Chapter 22 Do Ch. 22 Questions 3, 5, 7, 9 Do Ch. 22 Problems 5, 19, 24

Chapter 22: The Electric Field. Read Chapter 22 Do Ch. 22 Questions 3, 5, 7, 9 Do Ch. 22 Problems 5, 19, 24 Chapter : The Electric Field Read Chapter Do Ch. Questions 3, 5, 7, 9 Do Ch. Problems 5, 19, 4 The Electric Field Replaces action-at-a-distance Instead of Q 1 exerting a force directly on Q at a distance,

More information

The potential (or voltage) will be introduced through the concept of a gradient. The gradient is another sort of 3-dimensional derivative involving

The potential (or voltage) will be introduced through the concept of a gradient. The gradient is another sort of 3-dimensional derivative involving The potential (or voltage) will be introduced through the concept of a gradient. The gradient is another sort of 3-dimensional derivative involving the vector del except we don t take the dot product as

More information

The Dot and Cross Products

The Dot and Cross Products The Dot and Cross Products Two common operations involving vectors are the dot product and the cross product. Let two vectors =,, and =,, be given. The Dot Product The dot product of and is written and

More information

Analysis of Stresses and Strains

Analysis of Stresses and Strains Chapter 7 Analysis of Stresses and Strains 7.1 Introduction axial load = P / A torsional load in circular shaft = T / I p bending moment and shear force in beam = M y / I = V Q / I b in this chapter, we

More information

Section V.3: Dot Product

Section V.3: Dot Product Section V.3: Dot Product Introduction So far we have looked at operations on a single vector. There are a number of ways to combine two vectors. Vector addition and subtraction will not be covered here,

More information