Vector Calculus / Numerical Analysis

Size: px
Start display at page:

Download "Vector Calculus / Numerical Analysis"

Transcription

1 % Mathematics 2 % Vasil Zlatanov Vector alculus / Numerical Analysis 1 Triple products Scalar triple product yclic rule a -> b -> c -> a.. a (b c) b (c a) c (a b) Vector triple product a (b c) Placement of the brackets is important a b c Doesn t mean anything! 2 Scalar Fields ψ ψ(x, y, z, t)... It s a function that takes values at every point in space and time. A good example of this would be the temperature of a room. Also electric potential is also a sclar field V E φ(x, y, z) 2.1 Visulations z φ(x, y) We can 3d plot it with the help of a computer, alternatively we can plot a countour line. We do this by setting phi to a constant. 1

2 φ c 1 12 y3 y 1 4 x emember at saddle points the contour lines intersect. If we set k 7/2 we get: 1 4 y y3 y Here is some MATALB code to work do these. v-5:.2:5; [x,y]meshgrid(v); z y.^3/12-y-x.^2/4+3.5; figure; surf(x,y,z); figure; contour(x,y,z); Figure 1: surf plot Example 2 φ(x, y, z) x + y + z 2

3 Figure 2: contour plot 3

4 We can t easily graph this so we have to go for: φ c x + y + z If we use phi to represent an electric potential, taking phi c we obtain socalled equipotentials. If we have a function with 2 variables, this will give us equipotential lines, for 3 it would be a surface. Example 3 are given by φ(x, y, z) x 2 + y 2 + z2 4 φ(x, y, z) c x 2 + y 2 + z2 4 Gives us equipotential ellipsoids. equipotential surface. ecall: the surface of a conductor is an 2.2 Scalar fields varying with time f(x, t) A cos(2π(f t 1 x)) A cos(wt kx) λ w 2πF k 2π λ Taking t at different values we get a clear picture of how the wave progragates. We can even graph the function in 3d with time as one of the axis to appreciate this. We can time a snapshot of a a time varying 3d surface. For examples: Does: φ(x, y, t) e (x2 +y 2) cos(wt) wt we get a hill wtpi/4 we have a small hill wtpi/2 we have nothing (as cos(pi/2) ) wt 3pi/4 small hill down wt pi we have a hill max down 4

5 3. Vectors φ(x, y, z, t) Is a snapshot of level surfaceas at t... So for electric field B ib x (x, y, z, t) + +jb y (x, y, z, t) + kb z (x, y, z, t) And magnetic E ie x (x, y, z, t) + +je y (x, y, z, t) + ke z (x, y, z, t) H ih x (x, y, z, t) + +jh y (x, y, z, t) + kh z (x, y, z, t) 3.1 Visualasations The relationship given a 2d field E(x, y) yi xj F F x i + F y jy y(x) satisfy dy dx F y F x If we integrate the field lines we will get circles. So to get the field lines we simly have to integrate Example 2 Given a 3d coordinate system, we place a charged line on the z-axis. At any point in the space P(x,y) the electrical field is going to be radial and calculated based on the distance from the line. r x 2 + y 2 E q 2πε r r 5

6 Figure 3: plot 6

7 So we write E in terms of cartesian components. let k E E x i + E y j q r cos θi + sin θje k (cos θi + sin θj) 2 π ε r Thus givens ( x cos θ x/r sin θ y/re k r 2 i + y ) r 2 j k ( x x 2 + y 2 i + ) y x 2 + y 2 j This models gravitational field lines. The further we go from the origin the smaller the magnitude. 4. Vector operators: grad, div, and curl Definition of gradient operator onsider a field such as Varies as φ φ(x, y, z) iδ δx + jδ δy + kδ δz So nabla makes phi from a scalr to a vector. 4.2 Differenetial derivative If we want the rate of change of phi in a particular direction. We do this by taking the derivative. δφ φ m δ m This is called the direction derivative of phi in the direction m hat. 7

8 4.3 The gradient of a scalar field This is for example the electric voltage (potential) in a 2-D plate.. We can do this by drawing contour lines where the voltage is constant. On these equipotential lines we have something specific: nabla phi is perpendicular to the tangent or: φ m Where φ ( i δ δx + j δ δy k δ ) φ n δφ δz δn n is perpendicular to the contour lines Example, lets take a scalar field: Which means we get circle! Now obtain: φ φ φ(x, y) e (x2 +y 2 ) φ (x 2 + y 2 ) log cx 2 + y 2 k φ 2xe (x2 +y 2 ) î 2xe (x2 +y 2 ) ĵ Dir n r 3.3 Definition of divergence of a vector field div B Vector algebra allows us to do scalar and vector products. Likewise there is two ways to operate grad on a vector field divb B ( î δ δx + ĵ δ δy + k δ ) (îb 1 + ĵb 2 + δz kb 3 ) Since and Follows: i i j j k k i j i k k j divb B δb 1 δx + δb 2 δy + δb 3 δz 8

9 divb is a scalar field (because it is dot product). divb is a meassure of compression or expansions trough the faces of a cube Note: B B δ B B 1 δx B δ 2 δy B δ 3 δz Example: B ix 2 + jy 2 + kz 2 divb B δ δx x2 + δ δy y2 + δ δz z2 2x + 2y + 2z Figure 4: plot Example: Taking the derivative again F (xi + yj + zk) F Another example: F yi xj + k 9

10 * heck if right Diveregence and Electric fields There are three possible ways to interpret a vector field: source - going out : div F > sink - going in div F < none - net flow in and out is zero, div F This relates to the elctric flux density D, which was related to the electric field E: D ε E This is determined by the electrostatic charge which is distributed by: ρ(x, y, z) There is a proof with taylor series and a cube that is confusing and hard to understand. It boils down to: ( δdx δx + δdy δy + δdz ) ρ(x, yz) δz 1

11 Which is the same as: D ρ(x, y, z) E ρ ε Another Maxwell equation we in an area enclosing a magnet: B Similar reasoning can also be done when working with fluid motion. Definition of curl of a vector It is the measure of curvature or rotation. For instance a shpere turning around itself. How rapidly the vectors rotate is the magnitude of curl. Example: ir ix + jy + kz r ( δ i ( δ +j δx (z) δ δz (x) i j k δ x δ y δ z x y z δy (z) δ ) + k ) δz (y) ( δ δx (y) δ δy (x) ) epeated use of grad operator div(gradφ) ( φ) ) ( i δ δx + j δ δy + δ δz ( δφ δx i + δφ δy j + δφ δz k δ2 φ δx 2 + δ2 φ δy 2 + δ2 phi δz 2 ) And written shortly ( φ) 2 φ Laplaces equation can then be written as: 2 φ 11

12 Whre nabla2 is called Laplacian Applying curl on the gradient of a sclar field: ( φ) i j k δ x δ y δ z δφ δx ( δ 2 φ i δyδz δ2 φ δzδy δφ δy δφ δz ) + j(... ) + k(... ) So if we have an electric fields which is a gardient of a potential E φ Then we immediately can tell that it is curl free as: E Vector identities 1. Gradient of the product of two scalars (φψ) ψ φ + φ ψ 2. The divergence of the product of a scalar with a vector div(ψb) ψdivb + ( ψ) B 3. The curl of the product of a scalar and a vector curl(ψb) ψcurlb + ( ψ) B or (ψb) ψ B + ( ψ) B 4. The curl of the gardient of any scalar curl( ψ) ψ 5. The divergence of curl and a vector div(curlb) ( B) 12

13 Irotational and solenioidal vecotr fieldso Any vector B(x,y,z) that can be written as the gradient of a scalar phi(x,y,z) is call irotational or solenoidal and has curl B Matheamatically: curlb φ B ± φ ** missed out do at home, wtf? So vector fields A where div A are called solenoidal or divergence free A curlb B is called the vector potential Line (path) integration b There are 2 types of line integrals: f(x)dx a i1 N f(x i )δx i Scalar field ds dt dx dt 2 ψ(x, y, z) ds 1 ds length + dy 2 ds x dt 2 + y 2 dt Arc length is given by : ds b a x 2 + y 2 dt Example: Lets show that: x 2 y ds 1/3 Where is the circular arc in the first quadrant of the unit circle oriented anti-clockwise. 13

14 x cos t x sin t y sin t y cos t ds x 2 + y 2 dt sin t 2 t + cos 2 tdt dt x 2 yds π/2 cos 2 t sin tdt [ ] π/2 cos3 t 3 Example 2: y -3x where x -1 to 1 ds is an element on the line y -3x. We parmetrize this with: x t, y 3t 1 t 1 ds ( 3) 2 dt 1dt 1 1 Example 3: Show 1(t)( 3t) 3 dt In a right angle triangle with legs of 1 On leg 1: 1 x 2 y ds 2/12 y ds dt dt t 4 dt On other leg: x ds dt dt On base y 1 xy tx 1 tds ( 1) dt 2dt (1 t) 2 t 2 dt 14

15 Vector field F (x, y, z)dr Example is F as a force on a particle. In that case the work is δw F δr Example: Given F ix 2 + j(x z) + kxyz and we travel the paths 1 and 2, Where 1 is y x2 and 2 is y x in the plane z 2 from (,,2) -> (1,1,2) Evaluate the F dr F dr (F 1, F 2, F 3 ) (δ x, δ y, δ z ) 1 1 F 1 dx + F 2 dx + F 3 dz 1 x 2 ydx + (x z)dy + xyzdz 1 As z 2 and constant then dz x 2 ydx + (x 2)dy 1 Using: Follows: 1 y x 2 dy dx 2x x 2 (x 2 )dx + (x 2)2xdx 1 x 4 + 2x 2 4xdx Now along the sraith line _2: y x dy dx dz 1 F dr x 2 y dx+(x 2) dx x 2 (x)+(x 2) dx x 3 +x 2 dx 5 4 So this shows that if you have the same start points the integral can differ if the route is different. 15

16 Independece of Path taken this is to show when the line integral of F is the same now mater the path taken: F. dr is an exact differential: dr dφ Starting from A and B of the urve : F dr dφ B A φ(a) φ(b) So this is independent of the path taken. dφ δφ δφ δφ dx dy + δx δy δz φ dr dφ [φ] B A Therefore F φ Which means it is a curl free vector: curl(f ) φ F ± φ Where phi is the scalar potential. F is also known as a conservative vector field. So is indendent of the path only if F dr curlf Also A A F dr dφ φ(a) φ(a) 16

17 Example: Is this line integral independent? (2xy 2 dx + 2x 2 y dy) Solving: F F (2xy 2, 2x 2 y) i j k δ x δ y δ z 2xy 2 2x 2 y Thus the line integral is independent of the path (as curl is ) and we should be able to calculate phi from: F φ (F x, F y, F z ) (φ x, φ y, φ z ) F x δφ δx F y δφ δy 2xy2 2x2 y [δ x (2x 2 y) δ y (2xy 2 )]k4(xy 4xy)k So with partial integration: φ φ 2xy 2 dx x 2 y 2 + A(y) 2x 2 y dy x 2 y 2 + B(x) Therefore A B const φ x 2 y 2 + Example 2: With the same method: F (yz, xz, xy) φ xyz + Using this you can find the work: (3,3,2) w dφ [ φ] (1,1,1) (1,1,1) [xyz](3,3,2) (1,1,1) (1,1,1) 17

18 Double integral I ψ(x, y) dx dy b [ yh(x) a yg(x) ψ(x, y) dy ] dx Area covered : Area() yh(x) yg(x) I ψ(x, y) dy P (x) b a b [ yh(x) P (x) dx 1 dy ] b a yg(x) a h(x) g(x) dx So in other words if you have a scalar field in terms of x and y you can integrate it with respect to both and you will get the area covered by it within the limits. Example: x 2 dy dx where is the region in the first quadrant between: y x 2 y x We do: 1 1 [ x ] x 2 dy dx yx 2 1 [x 2 y] x yx 2 dx x 2 (x x 2 ) dx Example 2: A cicrcle with radius a in the first quadrant. a [ ] a 2 x 2 A 1 dy dx a a2 x 2 dx 18

19 To solve this one integral: x a cos θ dx a sin θ dθ So a a2 x 2 dx a 2 π/2 πa 2 /4 sin 2 θ dθ If you want to change the oredr of integration yohave to change the limits. Jacobian We can also change the coordinates to polar coordinates For polar coordinates: x r cos θ We take Then So in essence: y r sin θ u r v J r,θ (x, y) [ cos θ r sin θ sin θ r cos θ r cos 2 θ + r sin 2 θ r J r,θ r δ x δ y r dr dθ ] Example, calculate the volume of a shpere: V 2 a2 x 2 y 2 dx dy Let: 2 V 2 a2 r 2 r dr dθ a [ 2π 4π a ] a2 r 2 r dθ dr r a 2 r 2 dr w a 2 r 2 19

20 dw 2r dr 4πr3 3 Example: alculate the Area of regino between the lines x + y 2 x + y 1 x 3y 2 2x 3y 5 Pairs of lines -> change of variables let 1 dx dy a x + y u V 2x 3y V Solving > x 3 5 u vy 2 5 u 1 5 v Now the Jacobian: J u,v (x, y) [ [ δx δu δy δu δx δv δy δv ] 1 5 ] > u,v plane Ex: I 1 J du dv 1 [ : region between the curves I (x 2 + y 2 ) 3 dx dy x 2 y 2 1 xy 1 ] [ 5 ] 1 du 1 dv

21 x 2 y 2 4 xy 3 hange of variables, let: ( x 2 y 2 uxy v ) (u v ) Jacobian: J u,v (x, y) J u,v (x, y) 1 J x,y (u, v) [ δx δu δy δu δx δv δy δv ] [ ] 2x 2y 2x 2 + 2y 2 y x J(u, v)(x, y) 1 2(x 2 + y 2 ) I (x 2 + y 2 ) 3 1 (x 2 + y 2 ) 2 du dv 2 1 2(x 2 du dv + y2 (x 2 + y 2 ) 2 x 4 + 2x 2 y 2 + y 4 x 4 2x 2 y 2 + y 4 + 4x 2 y 2 u 2 + 4v 2 I v1 3 v1 [ 4 ] u 2 + 4v 2 du u1 [ ] u v2 u dv 1 2 (21 + v2 ) dv 1 dv DIY Greens Theorem in a plane (P dx + Q dy) (Q x P y ) dx dy This theorem tells us how the integral of the bounary of a close curve relates to the area enclosed in the curve. Where: Q x δq δx P y δp δy 21

22 δp dx dy δy b [ yh(x) b a b a a b a yg(x) ] δp δy dy dx [P (x, y)] yh(x) yg(x) dx P (x, H(x)) P (x, g(x)) dx P (x, g(x)) dx P (x, y) dx 1 a b P (x, h(x)) dx P (x, y) dx 2 Examples from problem sheets: Find (x 2 + y 2 + z 2 ) ds Where is the helix: From (1,, to (1,, 2pi)o This is a cylinder Setting it up: ds x 2 + y 2 + z 2 dt r i cos t + j sin t + kt x cos ty sin t z t P dx sin 2 t + cos 2 t dt 2 dt x 2 + y 2 + z 2 cos 2 t + sin 2 t + t t 2 Question 2: I 2pi (1 + t 2 ) 2 dt 2(2π + 8π3 3 xy ds a on the triangle from (,) to (1,) to (,1) 1 : y 3 : x 2 : y 1 x 22

23 So _2 is the only non-zero ones. Where y 1-x from (1,) to (,1) Let t y t... 1 x 1 y 1 t 2 xy ds Where Question 4: or ds x 2 + y 2 dt ( 1) dt 1 (1 t)t 2 dt t t 2 dt 6 y 2 cos x dx + 2y sin x dy f dr Path independent? F So the integral is independent of path. i j k δ x δ y δ z y 2 cos x 2y sin x Doing a -> for the line from (,) to (pi/2, 1) Doing b -> from (,) to (pi/2, ) to (pi/2, 1) 1 : y dy 2 : x π/2 dx So _1 and: 2 2y(sin π 1 2 ) dy 2 1 y dy 1 Doing if for the diagonal _3 should also give 1. 23

24 Begin Nunzio -> Picking up again with Green s theorem: (P dx + Q dy) (Q x P y ) dx dy We attempt: (x y) dx x 2 dy Along a square with sides 2 counter-clockwise. Using the theorem: 2 Q x P Y dx dy dy 2 ( 2x + y) dx dy 2x + 1 dx 2[ x 2 + x] 2 4 We can also directly evaluate (rather than using the theorem: 2 So they are the same. x dx dy (x 2) dx + Now lets use green theorem on: y 3 dx + (x 3 + 3xy 2 ) dy 3/2 Along y x 2 from (,) to (1,1) and back to zero via y x I Q x P y dx dy 3x 2 + 3y 2 3y 2 dx dy 3x 2 [ yx yx 2 ] dy dx x 2 [x x 2 ] dx dy

25 Divergence and Stoke s Theroems We want to compute the component on the vector field in the direction normal to the surface with the notation: n ds Where n-hat is the normal to the surface at any point. We can use these to find the flux trough a surface. (Or if we have fluids it s the volume flowing out) Divergence (Gauss ) Theorem We defined the unit tangent vector with ds being the arc: T i dx ds + j dy ds The normal and tangent are perpendicular so: n T We can defined a 2D vector: u iq jp and so: u n (iq jp ) (i dy ds j dx ds P dx ds + Qdy ds u n ds P dx + Q dy divu u δq δx δp δy Q x P y Q x P y dx dy u dx dy And using Greens theoroem: P dx + Q dy So: u dx dy u n ds 25

26 So the line integral expresses the normal component of u around the bounary. The 3D version of this is: V u dv S u n ds Stokes theorem Defining v ip + jq V dr V T ds (ip + jq)(i dx ds + j dy ) ds P dx + Q dy ds Also: curlv K(Q x P y ) K curlv Q x P y Using green theorem (k curlv) dx dy v dr The 3D version is: v dr curlv n ds ( v) n ds s So Strokes theorem equations the surface integral of the curl of a vector field to the line integral of the vector field along the boundary of the surface. We can use the right hand rule to determine the direction of the bounary. So now if we have a complex surface integral we can convert it to a line integral if we can write the field as F Or alternatively we can express a line integral as any the integral of any surface. So if we have a complex surface with a given buonary, we can convert it into a simpler surface with the same boundary. This is akin to how the flux of F trough a surface is indenpend of the surface you pick if they are bound by the same curve. S 26

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

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

PRACTICE PROBLEMS. Please let me know if you find any mistakes in the text so that i can fix them. 1. Mixed partial derivatives.

PRACTICE PROBLEMS. Please let me know if you find any mistakes in the text so that i can fix them. 1. Mixed partial derivatives. PRACTICE PROBLEMS Please let me know if you find any mistakes in the text so that i can fix them. 1.1. Let Show that f is C 1 and yet How is that possible? 1. Mixed partial derivatives f(x, y) = {xy x

More information

29.3. Integral Vector Theorems. Introduction. Prerequisites. Learning Outcomes

29.3. Integral Vector Theorems. Introduction. Prerequisites. Learning Outcomes Integral ector Theorems 9. Introduction arious theorems exist relating integrals involving vectors. Those involving line, surface and volume integrals are introduced here. They are the multivariable calculus

More information

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative.

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. MAC2313 Final A (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. ii. The vector field F = 5(x 2 + y 2 ) 3/2 x, y is radial. iii. All constant

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

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

7a3 2. (c) πa 3 (d) πa 3 (e) πa3

7a3 2. (c) πa 3 (d) πa 3 (e) πa3 1.(6pts) Find the integral x, y, z d S where H is the part of the upper hemisphere of H x 2 + y 2 + z 2 = a 2 above the plane z = a and the normal points up. ( 2 π ) Useful Facts: cos = 1 and ds = ±a sin

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

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

Mathematics (Course B) Lent Term 2005 Examples Sheet 2

Mathematics (Course B) Lent Term 2005 Examples Sheet 2 N12d Natural Sciences, Part IA Dr M. G. Worster Mathematics (Course B) Lent Term 2005 Examples Sheet 2 Please communicate any errors in this sheet to Dr Worster at M.G.Worster@damtp.cam.ac.uk. Note that

More information

Section 4.3 Vector Fields

Section 4.3 Vector Fields Section 4.3 Vector Fields DEFINITION: A vector field in R n is a map F : A R n R n that assigns to each point x in its domain A a vector F(x). If n = 2, F is called a vector field in the plane, and if

More information

Integral Vector Calculus

Integral Vector Calculus ontents 29 Integral Vector alculus 29.1 Line Integrals Involving Vectors 2 29.2 Surface and Volume Integrals 34 29.3 Integral Vector Theorems 54 Learning outcomes In this Workbook you will learn how to

More information

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS MATH 228: Calculus III (FALL 216) Sample Problems for FINAL EXAM SOLUTIONS MATH 228 Page 2 Problem 1. (2pts) Evaluate the line integral C xy dx + (x + y) dy along the parabola y x2 from ( 1, 1) to (2,

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

(b) Find the range of h(x, y) (5) Use the definition of continuity to explain whether or not the function f(x, y) is continuous at (0, 0)

(b) Find the range of h(x, y) (5) Use the definition of continuity to explain whether or not the function f(x, y) is continuous at (0, 0) eview Exam Math 43 Name Id ead each question carefully. Avoid simple mistakes. Put a box around the final answer to a question (use the back of the page if necessary). For full credit you must show your

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

Name: Date: 12/06/2018. M20550 Calculus III Tutorial Worksheet 11

Name: Date: 12/06/2018. M20550 Calculus III Tutorial Worksheet 11 1. ompute the surface integral M255 alculus III Tutorial Worksheet 11 x + y + z) d, where is a surface given by ru, v) u + v, u v, 1 + 2u + v and u 2, v 1. olution: First, we know x + y + z) d [ ] u +

More information

Math Review for Exam 3

Math Review for Exam 3 1. ompute oln: (8x + 36xy)ds = Math 235 - Review for Exam 3 (8x + 36xy)ds, where c(t) = (t, t 2, t 3 ) on the interval t 1. 1 (8t + 36t 3 ) 1 + 4t 2 + 9t 4 dt = 2 3 (1 + 4t2 + 9t 4 ) 3 2 1 = 2 3 ((14)

More information

Math 11 Fall 2018 Practice Final Exam

Math 11 Fall 2018 Practice Final Exam Math 11 Fall 218 Practice Final Exam Disclaimer: This practice exam should give you an idea of the sort of questions we may ask on the actual exam. Since the practice exam (like the real exam) is not long

More information

S12.1 SOLUTIONS TO PROBLEMS 12 (ODD NUMBERS)

S12.1 SOLUTIONS TO PROBLEMS 12 (ODD NUMBERS) OLUTION TO PROBLEM 2 (ODD NUMBER) 2. The electric field is E = φ = 2xi + 2y j and at (2, ) E = 4i + 2j. Thus E = 2 5 and its direction is 2i + j. At ( 3, 2), φ = 6i + 4 j. Thus the direction of most rapid

More information

EE2007: Engineering Mathematics II Vector Calculus

EE2007: Engineering Mathematics II Vector Calculus EE2007: Engineering Mathematics II Vector Calculus Ling KV School of EEE, NTU ekvling@ntu.edu.sg Rm: S2-B2b-22 Ver 1.1: Ling KV, October 22, 2006 Ver 1.0: Ling KV, Jul 2005 EE2007/Ling KV/Aug 2006 EE2007:

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

MATH 52 FINAL EXAM SOLUTIONS

MATH 52 FINAL EXAM SOLUTIONS MAH 5 FINAL EXAM OLUION. (a) ketch the region R of integration in the following double integral. x xe y5 dy dx R = {(x, y) x, x y }. (b) Express the region R as an x-simple region. R = {(x, y) y, x y }

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

Math 234 Exam 3 Review Sheet

Math 234 Exam 3 Review Sheet Math 234 Exam 3 Review Sheet Jim Brunner LIST OF TOPIS TO KNOW Vector Fields lairaut s Theorem & onservative Vector Fields url Divergence Area & Volume Integrals Using oordinate Transforms hanging the

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

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO OME PROBLEM YOU HOULD BE ABLE TO DO I ve attempted to make a list of the main calculations you should be ready for on the exam, and included a handful of the more important formulas. There are no examples

More information

Ma 1c Practical - Solutions to Homework Set 7

Ma 1c Practical - Solutions to Homework Set 7 Ma 1c Practical - olutions to omework et 7 All exercises are from the Vector Calculus text, Marsden and Tromba (Fifth Edition) Exercise 7.4.. Find the area of the portion of the unit sphere that is cut

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

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

EE2007: Engineering Mathematics II Vector Calculus

EE2007: Engineering Mathematics II Vector Calculus EE2007: Engineering Mathematics II Vector Calculus Ling KV School of EEE, NTU ekvling@ntu.edu.sg Rm: S2-B2a-22 Ver: August 28, 2010 Ver 1.6: Martin Adams, Sep 2009 Ver 1.5: Martin Adams, August 2008 Ver

More information

1. (a) (5 points) Find the unit tangent and unit normal vectors T and N to the curve. r (t) = 3 cos t, 0, 3 sin t, r ( 3π

1. (a) (5 points) Find the unit tangent and unit normal vectors T and N to the curve. r (t) = 3 cos t, 0, 3 sin t, r ( 3π 1. a) 5 points) Find the unit tangent and unit normal vectors T and N to the curve at the point P 3, 3π, r t) 3 cos t, 4t, 3 sin t 3 ). b) 5 points) Find curvature of the curve at the point P. olution:

More information

Math 233. Practice Problems Chapter 15. i j k

Math 233. Practice Problems Chapter 15. i j k Math 233. Practice Problems hapter 15 1. ompute the curl and divergence of the vector field F given by F (4 cos(x 2 ) 2y)i + (4 sin(y 2 ) + 6x)j + (6x 2 y 6x + 4e 3z )k olution: The curl of F is computed

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

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

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere.

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere. MATH 4 FINAL EXAM REVIEW QUESTIONS Problem. a) The points,, ) and,, 4) are the endpoints of a diameter of a sphere. i) Determine the center and radius of the sphere. ii) Find an equation for the sphere.

More information

Page Points Score Total: 210. No more than 200 points may be earned on the exam.

Page Points Score Total: 210. No more than 200 points may be earned on the exam. Name: PID: Section: Recitation Instructor: DO NOT WRITE BELOW THIS LINE. GO ON TO THE NEXT PAGE. Page Points Score 3 18 4 18 5 18 6 18 7 18 8 18 9 18 10 21 11 21 12 21 13 21 Total: 210 No more than 200

More information

MATH2000 Flux integrals and Gauss divergence theorem (solutions)

MATH2000 Flux integrals and Gauss divergence theorem (solutions) DEPARTMENT O MATHEMATIC MATH lux integrals and Gauss divergence theorem (solutions ( The hemisphere can be represented as We have by direct calculation in terms of spherical coordinates. = {(r, θ, φ r,

More information

G G. G. x = u cos v, y = f(u), z = u sin v. H. x = u + v, y = v, z = u v. 1 + g 2 x + g 2 y du dv

G G. G. x = u cos v, y = f(u), z = u sin v. H. x = u + v, y = v, z = u v. 1 + g 2 x + g 2 y du dv 1. Matching. Fill in the appropriate letter. 1. ds for a surface z = g(x, y) A. r u r v du dv 2. ds for a surface r(u, v) B. r u r v du dv 3. ds for any surface C. G x G z, G y G z, 1 4. Unit normal N

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

DO NOT BEGIN THIS TEST UNTIL INSTRUCTED TO START

DO NOT BEGIN THIS TEST UNTIL INSTRUCTED TO START Math 265 Student name: KEY Final Exam Fall 23 Instructor & Section: This test is closed book and closed notes. A (graphing) calculator is allowed for this test but cannot also be a communication device

More information

Vector Calculus, Maths II

Vector Calculus, Maths II Section A Vector Calculus, Maths II REVISION (VECTORS) 1. Position vector of a point P(x, y, z) is given as + y and its magnitude by 2. The scalar components of a vector are its direction ratios, and represent

More information

Review Sheet for the Final

Review Sheet for the Final Review Sheet for the Final Math 6-4 4 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And the absence

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

Final exam (practice 1) UCLA: Math 32B, Spring 2018

Final exam (practice 1) UCLA: Math 32B, Spring 2018 Instructor: Noah White Date: Final exam (practice 1) UCLA: Math 32B, Spring 218 This exam has 7 questions, for a total of 8 points. Please print your working and answers neatly. Write your solutions in

More information

ARNOLD PIZER rochester problib from CVS Summer 2003

ARNOLD PIZER rochester problib from CVS Summer 2003 ARNOLD PIZER rochester problib from VS Summer 003 WeBWorK assignment Vectoralculus due 5/3/08 at :00 AM.( pt) setvectoralculus/ur V.pg onsider the transformation T : x 8 53 u 45 45 53v y 53 u 8 53 v A.

More information

Math 31CH - Spring Final Exam

Math 31CH - Spring Final Exam Math 3H - Spring 24 - Final Exam Problem. The parabolic cylinder y = x 2 (aligned along the z-axis) is cut by the planes y =, z = and z = y. Find the volume of the solid thus obtained. Solution:We calculate

More information

Line and Surface Integrals. Stokes and Divergence Theorems

Line and Surface Integrals. Stokes and Divergence Theorems Math Methods 1 Lia Vas Line and urface Integrals. tokes and Divergence Theorems Review of urves. Intuitively, we think of a curve as a path traced by a moving particle in space. Thus, a curve is a function

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

18.02 Multivariable Calculus Fall 2007

18.02 Multivariable Calculus Fall 2007 MIT OpenourseWare http://ocw.mit.edu 8.02 Multivariable alculus Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 8.02 Lecture 8. hange of variables.

More information

MATH 2400 Final Exam Review Solutions

MATH 2400 Final Exam Review Solutions MATH Final Eam eview olutions. Find an equation for the collection of points that are equidistant to A, 5, ) and B6,, ). AP BP + ) + y 5) + z ) 6) y ) + z + ) + + + y y + 5 + z 6z + 9 + 6 + y y + + z +

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

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8 Name: SOLUTIONS Date: /9/7 M55 alculus III Tutorial Worksheet 8. ompute R da where R is the region bounded by x + xy + y 8 using the change of variables given by x u + v and y v. Solution: We know R is

More information

Math 234 Final Exam (with answers) Spring 2017

Math 234 Final Exam (with answers) Spring 2017 Math 234 Final Exam (with answers) pring 217 1. onsider the points A = (1, 2, 3), B = (1, 2, 2), and = (2, 1, 4). (a) [6 points] Find the area of the triangle formed by A, B, and. olution: One way to solve

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

( ) ( ) ( ) ( ) Calculus III - Problem Drill 24: Stokes and Divergence Theorem

( ) ( ) ( ) ( ) Calculus III - Problem Drill 24: Stokes and Divergence Theorem alculus III - Problem Drill 4: tokes and Divergence Theorem Question No. 1 of 1 Instructions: (1) Read the problem and answer choices carefully () Work the problems on paper as needed () Pick the 1. Use

More information

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 1. The value of the double integral (a) 15 26 (b) 15 8 (c) 75 (d) 105 26 5 4 0 1 1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 2. What is the value of the double integral interchange the order

More information

McGill University April 16, Advanced Calculus for Engineers

McGill University April 16, Advanced Calculus for Engineers McGill University April 16, 2014 Faculty of cience Final examination Advanced Calculus for Engineers Math 264 April 16, 2014 Time: 6PM-9PM Examiner: Prof. R. Choksi Associate Examiner: Prof. A. Hundemer

More information

Print Your Name: Your Section:

Print Your Name: Your Section: Print Your Name: Your Section: Mathematics 1c. Practice Final Solutions This exam has ten questions. J. Marsden You may take four hours; there is no credit for overtime work No aids (including notes, books,

More information

(a) 0 (b) 1/4 (c) 1/3 (d) 1/2 (e) 2/3 (f) 3/4 (g) 1 (h) 4/3

(a) 0 (b) 1/4 (c) 1/3 (d) 1/2 (e) 2/3 (f) 3/4 (g) 1 (h) 4/3 Math 114 Practice Problems for Test 3 omments: 0. urface integrals, tokes Theorem and Gauss Theorem used to be in the Math40 syllabus until last year, so we will look at some of the questions from those

More information

MAT 211 Final Exam. Spring Jennings. Show your work!

MAT 211 Final Exam. Spring Jennings. Show your work! MAT 211 Final Exam. pring 215. Jennings. how your work! Hessian D = f xx f yy (f xy ) 2 (for optimization). Polar coordinates x = r cos(θ), y = r sin(θ), da = r dr dθ. ylindrical coordinates x = r cos(θ),

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

Arnie Pizer Rochester Problem Library Fall 2005 WeBWorK assignment VectorCalculus1 due 05/03/2008 at 02:00am EDT.

Arnie Pizer Rochester Problem Library Fall 2005 WeBWorK assignment VectorCalculus1 due 05/03/2008 at 02:00am EDT. Arnie Pizer Rochester Problem Library Fall 005 WeBWorK assignment Vectoralculus due 05/03/008 at 0:00am EDT.. ( pt) rochesterlibrary/setvectoralculus/ur V.pg onsider the transformation T : x = 35 35 37u

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

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

MLC Practice Final Exam

MLC Practice Final Exam Name: Section: Recitation/Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 13. Show all your work on the standard

More information

Chapter 1. Vector Algebra and Vector Space

Chapter 1. Vector Algebra and Vector Space 1. Vector Algebra 1.1. Scalars and vectors Chapter 1. Vector Algebra and Vector Space The simplest kind of physical quantity is one that can be completely specified by its magnitude, a single number, together

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

The Divergence Theorem Stokes Theorem Applications of Vector Calculus. Calculus. Vector Calculus (III)

The Divergence Theorem Stokes Theorem Applications of Vector Calculus. Calculus. Vector Calculus (III) Calculus Vector Calculus (III) Outline 1 The Divergence Theorem 2 Stokes Theorem 3 Applications of Vector Calculus The Divergence Theorem (I) Recall that at the end of section 12.5, we had rewritten Green

More information

UNIT 1. INTRODUCTION

UNIT 1. INTRODUCTION UNIT 1. INTRODUCTION Objective: The aim of this chapter is to gain knowledge on Basics of electromagnetic fields Scalar and vector quantities, vector calculus Various co-ordinate systems namely Cartesian,

More information

Math 212-Lecture 20. P dx + Qdy = (Q x P y )da. C

Math 212-Lecture 20. P dx + Qdy = (Q x P y )da. C 15. Green s theorem Math 212-Lecture 2 A simple closed curve in plane is one curve, r(t) : t [a, b] such that r(a) = r(b), and there are no other intersections. The positive orientation is counterclockwise.

More information

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers.

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers. Name: Section: Recitation Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices can be used on this exam. Clear

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

In general, the formula is S f ds = D f(φ(u, v)) Φ u Φ v da. To compute surface area, we choose f = 1. We compute

In general, the formula is S f ds = D f(φ(u, v)) Φ u Φ v da. To compute surface area, we choose f = 1. We compute alculus III Test 3 ample Problem Answers/olutions 1. Express the area of the surface Φ(u, v) u cosv, u sinv, 2v, with domain u 1, v 2π, as a double integral in u and v. o not evaluate the integral. In

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

Stokes s Theorem 17.2

Stokes s Theorem 17.2 Stokes s Theorem 17.2 6 December 213 Stokes s Theorem is the generalization of Green s Theorem to surfaces not just flat surfaces (regions in R 2 ). Relate a double integral over a surface with a line

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. MTH 34 Solutions to Exam April 9th, 8 Name: Section: Recitation Instructor: INSTRUTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show

More information

Exam 1 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1

Exam 1 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1 Exam 1 Solutions Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1 A rod of charge per unit length λ is surrounded by a conducting, concentric cylinder

More information

6. Vector Integral Calculus in Space

6. Vector Integral Calculus in Space 6. Vector Integral alculus in pace 6A. Vector Fields in pace 6A-1 Describegeometricallythefollowingvectorfields: a) xi +yj +zk ρ b) xi zk 6A-2 Write down the vector field where each vector runs from (x,y,z)

More information

1. For each function, find all of its critical points and then classify each point as a local extremum or saddle point.

1. For each function, find all of its critical points and then classify each point as a local extremum or saddle point. Solutions Review for Exam # Math 6. For each function, find all of its critical points and then classify each point as a local extremum or saddle point. a fx, y x + 6xy + y Solution.The gradient of f is

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

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

Peter Alfeld Math , Fall 2005

Peter Alfeld Math , Fall 2005 WeBWorK assignment due 9/2/05 at :59 PM..( pt) Consider the parametric equation x = 2(cosθ + θsinθ) y = 2(sinθ θcosθ) What is the length of the curve for θ = 0 to θ = 7 6 π? 2.( pt) Let a = (-2 4 2) and

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 12. Show all your work on the standard

More information

MATH 0350 PRACTICE FINAL FALL 2017 SAMUEL S. WATSON. a c. b c.

MATH 0350 PRACTICE FINAL FALL 2017 SAMUEL S. WATSON. a c. b c. MATH 35 PRACTICE FINAL FALL 17 SAMUEL S. WATSON Problem 1 Verify that if a and b are nonzero vectors, the vector c = a b + b a bisects the angle between a and b. The cosine of the angle between a and c

More information

6 Div, grad curl and all that

6 Div, grad curl and all that 6 Div, grad curl and all that 6.1 Fundamental theorems for gradient, divergence, and curl Figure 1: Fundamental theorem of calculus relates df/dx over[a, b] and f(a), f(b). You will recall the fundamental

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

Tom Robbins WW Prob Lib1 Math , Fall 2001

Tom Robbins WW Prob Lib1 Math , Fall 2001 Tom Robbins WW Prob Lib Math 220-2, Fall 200 WeBWorK assignment due 9/7/0 at 6:00 AM..( pt) A child walks due east on the deck of a ship at 3 miles per hour. The ship is moving north at a speed of 7 miles

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

Multivariable Calculus

Multivariable Calculus Multivariable alculus Jaron Kent-Dobias May 17, 2011 1 Lines in Space By space, we mean R 3. First, conventions. Always draw right-handed axes. You can define a L line precisely in 3-space with 2 points,

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

The Divergence Theorem

The Divergence Theorem The Divergence Theorem 5-3-8 The Divergence Theorem relates flux of a vector field through the boundary of a region to a triple integral over the region. In particular, let F be a vector field, and let

More information

Math 265H: Calculus III Practice Midterm II: Fall 2014

Math 265H: Calculus III Practice Midterm II: Fall 2014 Name: Section #: Math 65H: alculus III Practice Midterm II: Fall 14 Instructions: This exam has 7 problems. The number of points awarded for each question is indicated in the problem. Answer each question

More information

Mathematical Notes for E&M Gradient, Divergence, and Curl

Mathematical Notes for E&M Gradient, Divergence, and Curl Mathematical Notes for E&M Gradient, Divergence, and Curl In these notes I explain the differential operators gradient, divergence, and curl (also known as rotor), the relations between them, the integral

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

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

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

Electric Potential (Chapter 25)

Electric Potential (Chapter 25) Electric Potential (Chapter 25) Electric potential energy, U Electric potential energy in a constant field Conservation of energy Electric potential, V Relation to the electric field strength The potential

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