MULTIVARIABLE CALCULUS

Size: px
Start display at page:

Download "MULTIVARIABLE CALCULUS"

Transcription

1 MULTIVARIABLE CALCULUS JOHN QUIGG Contents 13.1 Three-Dimensional Coordinate Systems Vectors The Dot Product The Cross Product Equations of Lines and Planes Cylinders and Quadric Surfaces Vector Functions and Space Curves Derivatives and Integrals of Vector Functions Arc Length Motion in Space: Velocity and Acceleration Functions of Several Variables Limits and continuity Partial Derivatives Tangent Planes and Linear Approximations The Chain Rule Directional Derivatives and the Gradient Vector Maximum and Minimum Values Lagrange Multipliers Double Integrals over Rectangles Iterated Integrals Double Integrals over General Regions Double Integrals in Polar Coordinates Applications of Double Integrals Triple Integrals Cylindrical and Spherical Coordinates Integrals in Cylindrical and Spherical Coordinates Vector Fields Line Integrals The Fundamental Theorem for Line Integrals Curl and Divergence Parametric Surfaces Surface Integrals Stokes Theorem Divergence Theorem 38 Date: October 23,

2 2 JOHN QUIGG 13.1 Three-Dimensional Coordinate Systems 3-d space: R 3 := {(x, y, z) : x, y, z R} origin: O = (0, 0, 0) x-axis: {(x, y, z) R 3 : y = z = 0} y-axis: {(x, y, z) R 3 : x = z = 0} z-axis: {(x, y, z) R 3 : x = y = 0} xy-plane: {(x, y, z) R 3 : z = 0} xz-plane: {(x, y, z) R 3 : y = 0} yz-plane: {(x, y, z) R 3 : x = 0} distance between P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ): P 1 P 2 = (x 2 x 1 ) 2 + (y 2 y 1 ) 2 (z 2 z 1 ) 2 sphere centered at C(h, k, l) with radius r: (x h) 2 + (y k) 2 + (z l) 2 = r 2

3 MULTIVARIABLE CALCULUS Vectors 2-d vector: a = a 1, a 2 a 1, a 2 R components representation as directed line segment: a = P Q, initial point P = (x, y), final point Q = (x + a 1, y + a 2 ) position vector of P : r = OP where O = (0, 0) here 3-d vector: a = a 1, a 2, a 3 obvious analogues of 2-d vector concepts magnitude: a = a a2 2 + a2 3 also length, also written a in textbook zero vector: 0 = 0, 0, 0 vector addition: a 1, a 2, a 3 + b 1, b 2, b 3 = a 1 + b 1, a 2 + b 2, a 3 + b 3 scalar multiplication: c a 1, a 2, a 3 = ca 1, ca 2, ca 3 c R scalar = real number properties: ca = c a ca has same direction as a if c > 0 ca has opposite direction from a if c < 0 parallel vectors: negative vector: one is scalar multiple of the other a = ( 1)a vector subtraction: a b = a + ( b) also difference

4 4 JOHN QUIGG properties: a + b = b + a a + (b + c) = (a + b) + c a + 0 = a a a = 0 c(a + b) = ca + cb c R (c + d)a = ca + da (cd)a = c(da) 1a = a standard basis vectors: i = 1, 0, 0 j = 0, 1, 0 k = 0, 0, 1 a 1, a 2, a 3 = a 1 i + a 2 j + a 3 k 2-d: i = 1, 0 j = 0, 1 a 1, a 2 = a 1 i + a 2 j unit vector: a = 1 unit vector in same direction as a: a a

5 MULTIVARIABLE CALCULUS The Dot Product dot product: a 1, a 2, a 3 b 1, b 2, b 3 = a 1 b 1 + a 2 b 2 + a 3 b 3 properties: a a = a 2 a b = b a a (b + c) = a b + a c (ca) b = c(a b) = a (cb) 0 a = 0 a b = a b cos θ θ = angle between a, b orthogonal vectors: a b = 0 also perpendicular scalar projection of b on a: comp a b = b cos θ b θ C D a vector projection of b on a: properties: proj a b = CD comp a b = a b ( a ) a b proj a b = a = ( comp a a a b ) a a work done by force F in moving particle from P to Q: W = F P Q = ( comp P Q F ) P Q

6 6 JOHN QUIGG 13.4 The Cross Product cross product: a 1, a 2, a 3 b 1, b 2, b 3 = a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1 properties: a b = b a a (b c) (a b) c) a (b + c) = a b + a c (a + b) c = a c + b c (ca) b = c(a b) = a (cb) c R a b perpendicular to both a and b a, b, a b form a right-handed system of vectors a b = a b sin θ = area of parallelogram with adjacent edges a, b θ = angle between a, b a parallel to b a b = 0 triple scalar product: a (b c) = (a b) c properties: a (b c) = volume of parallelepiped with adjacent edges a, b, c a, b, c coplanar a (b c) = 0

7 line through P 0 parallel to vector v: MULTIVARIABLE CALCULUS Equations of Lines and Planes vector equation: r = r 0 + tv t R parameter P 0 P = r r 0 parallel to v parametric equations: x = x 0 + at, y = y 0 + bt, z = z 0 + ct P = (x, y, z) P 0 = (x 0, y 0, z 0 ) v = a, b, c x x 0 symmetric equations: = y y 0 a b skew lines: do not intersect, not parallel = z z 0 c (= t) distance from point P to line through P 0 parallel to v: θ = angle between P 0 P, v plane through P 0 perpendicular to vector n: vector equation: n (r r 0 ) = 0 scalar equation: parallel planes: a(x x 0 ) + b(y y 0 ) + c(z z 0 ) = 0 ax + by + cz = d (= ax 0 + by 0 + cz 0 ) linear equation in x, y, z normal vectors parallel distance from point P to plane through P 0 normal to n: θ = angle between P 0 P, n P 0 P sin θ = P0 P v v P 0 P = r r 0 perpendicular to n (P = (x, y, z), P 0 = (x 0, y 0, z 0 ), n = a, b, c ) P 0 P cos θ = comp n P0 P = P0 P n n

8 8 JOHN QUIGG 13.6 Cylinders and Quadric Surfaces quadric surface: graph of quadratic equation in x, y, z Ax 2 + By 2 + Cz 2 + Dxy + Eyz + F xz + Gx + Hy + Iz + J = 0 parabolic cylinder: y = x 2 parallel to z-axis horizontal traces: parabolas opening in positive y-direction elliptic cylinder: x 2 + 2y 2 = 1 parallel to z-axis horizontal traces: ellipses hyperbolic cylinder: x 2 2y 2 = 1 parallel to z-axis horizontal traces: hyperbolas opening in x-direction elliptic paraboloid: z = x 2 + 2y 2 horizontal traces: ellipses vertical traces: parabolas opening up bowl-shaped hyperbolic paraboloid: z = x 2 2y 2 horizontal traces: hyperbolas traces parallel to xz-plane: parabolas opening up traces parallel to yz-plane: parabolas opening down saddle surface cone: z 2 = 2x 2 + 3y 2 horizontal traces: ellipses traces in vertical coordinate planes: pairs of intersecting lines ellipsoid: x 2 + 2y 2 + 3z 2 = 1 traces parallel to coordinate planes: ellipses hyperboloid of 1 sheet: x 2 + 2y 2 3z 2 = 1 horizontal traces: ellipses traces parallel to vertical coordinate planes: hyperbolas hyperboloid of 2 sheets: x 2 2y 2 + 3z 2 = 1 horizontal traces: ellipses traces parallel to vertical coordinate planes: hyperbolas opening vertically

9 vector function: vector limits: r continuous at a: warning: space curve: MULTIVARIABLE CALCULUS Vector Functions and Space Curves r(t) = f(t), g(t), h(t) = f(t)i + g(t)j + h(t)k lim t a r(t) = lim t a f(t), lim t a g(t), lim t a h(t) lim t a r(t) = r(a) we blur the distinction between point P and position vector r = OP r = r(t) parametric equations: x = f(t), y = g(t), z = h(t)

10 10 JOHN QUIGG vector derivatives: tangent line to curve at P : unit tangent vector: T = r r 14.2 Derivatives and Integrals of Vector Functions dr dt = r(t + h) r(t) dx r (t) = lim = h 0 h dt, dy dt, dz dt = tangent vector to curve r = r(t) at P = (x(t), y(t), z(t)) smooth curve: r continuous and nonzero (except possibly at endpoints) line through P parallel to r (t) piecewise smooth: continuous, and smooth except at finitely many points C = C 1 C n, (C 1,..., C n smooth, overlap only at endpoints) also path properties: d dt[ u(t) + v(t) ] = u (t) + v (t) d dt[ cu(t) ] = cu (t), t R d dt[ u(f(t)) ] = f (t)u (t) (Chain Rule) Product Rules: d dt[ f(t)u(t) ] = f (t)u(t) + f(t)u (t) d dt[ u(t) v(t) ] = u (t) v(t) + u(t) v (t) d dt[ u(t) v(t) ] = u (t) v(t) + u(t) v (t) vector integral: b a r(t) dt = b a x(t) dt, b a y(t) dt, b a z(t) dt fundamental theorem: b b r (t) dt = r(t) = r(b) r(a) a a indefinite integral: r(t) dt = x(t) dt, y(t) dt, z(t) dt

11 MULTIVARIABLE CALCULUS Arc Length arc length: L = b dr b ( a dt dt = dx ) 2 ( a dt + dy ) 2 ( dt + dz ) 2 dt dt independent of parameterization arc length function: s(t) = t dr a du du can use arc length s as parameter curvature: κ = dt T ds = r = r r r 3 (principal) unit normal vector: N = T T N perpendicular to T

12 12 JOHN QUIGG position at time t: velocity: v = r speed: v = v 14.4 Motion in Space: Velocity and Acceleration r(t) acceleration: a = v = r properties: v(t) = v(t 0 ) + t t 0 a(u) du r(t) = r(t 0 ) + t t 0 v(u) du v = vt Newton s Law: F = ma force=(mass)(acceleration) tangential and normal components of acceleration: a = a T T + a N N a T = v = r r r = v a v a N = κv 2 = r r r = v a v

13 function of 2 variables: f : D R, D R 2 z = f(x, y), (x, y) D independent variables: x, y dependent variable: z graph of f: {(x, y, z) : z = f(x, y), (x, y) D} level curves of f: {(x, y) : f(x, y) = k}, k R contour map of f: MULTIVARIABLE CALCULUS Functions of Several Variables descriptive family of level curves function of 3 variables: f : D R, D R 3 w = f(x, y, z), (x, y, z) D independent variables: x, y, z dependent variable: w level surfaces: {(x, y, z) : f(x, y, z) = k}, k R

14 14 JOHN QUIGG 15.2 Limits and continuity limit: lim r a f(r) = L means: for all ɛ > 0 there exists δ > 0 such that f(r) L < ɛ whenever r D and 0 < r a < δ notation: f(r) L as r a test for nonexistence of limit: f(r) L 1 as r a along curve C 1 f(r) L 2 as r a along curve C 2 L 1 L 2 properties: ( ) lim f(r) + g(r) = lim f(r) + lim g(r) r a r a r a lim f(cr) = c lim f(r) r a ( ) r a lim f(r)g(r) = lim f(r) lim g(r) r a r a r a lim (x,y) (a,b) lim (x,y) (a,b) lim (x,y) (a,b) c R Squeeze Theorem: { lim f(r) = lim g(r) = L r a r a f(r) h(r) g(r) f continuous at a: continuous on D: lim r a f(r) = f(a) continuous at every a D } lim r a lim r a h(r) = L f(r) does not exist polynomial function of 2 variables: finite sum of terms of form cx n y k (c R, n, k = 0, 1, 2,... ) 3 variables: cx n y k z l (n, k, l = 0, 1, 2,... ) rational function: quotient of 2 polynomials continuous (on domain: denominator 0) fact: g(f(r)) continuous if g and f are

15 MULTIVARIABLE CALCULUS Partial Derivatives 2 variables: z = f(x, y) traces of f: partial derivative of f with respect to x at (a, b): f f(a + h) f(a, b) (a, b) = lim = d [ ] f(x, b) x h 0 h dx notation: f x = z x = f x = x f(x, y) = f 1 { at y = b : at x = a : slopes of tangent lines to traces: f y = z y = f y = y f(x, y) = f 1 {z = f(x, b), y = b}, or r(t) = t, b, f(t, b) {z = f(a, y), x = a}, or r(t) = a, t, f(a, t) {z = f(x, b), y = b} at x = a: slope = f (a, b) x {z = f(a, y), y = b} at y = b: slope = f (a, b) y for 3 variables: w = f(x, y, z) 2nd partials: Clairaut s Theorem: higher order partials: f d [ ] (a, b, c) = f(x, b, c) x dx f x = w x f y = w y f z = w z x=a 2 f x 2 = [ ] f = f xx = ( f x x x )x 2 f y x = [ ] f = f xy = ( f x y x )y 2 f x y = [ ] f = f yx = ( f y x y )x 2 f y 2 = [ ] f = f yy = ( f y y y )y f xy, f yx continuous f xy = f yx f xyx = ( f xy ) x = 3 f x y x = f x2 zy = ( f x2 z )y = 4 f y z x 2 = x=a

16 16 JOHN QUIGG partial differential equations: (PDE s) Laplace s equation: 2 u x u y 2 = 0 2 u 3 variables: x u y u z 2 = 0 Wave equation: u tt = a 2 u xx, a > 0

17 MULTIVARIABLE CALCULUS Tangent Planes and Linear Approximations tangent plane to z = f(x, y) at (a, b, f(a, b)): plane containing tangent lines to both traces {z = f(x, y), x = a}, or r = a, y, f(a, y), at y = b {z = f(x, b), y = b}, or r = x, b, f(x, b), at x = a equation: z = f(a, y) + f x (a, b)(x a) + f y (a, b)(y b) approximates surface near (a, b, f(a, b)) linearization of f at (a, b): L(x, y) = f(a, b) + f x (a, b)(x a) + f y (a, b)(y b) linear approximation of f at (a, b): f(x, y) L(x, y), (x, y) near (a, b) also tangent plane approximation increments: x = x a, y = y b, z = f(a + x, b + y) f(a, b) f differentiable at (a, b): fact: z = f x (a, b) x + f y (a, b) y + ɛ 1 x + ɛ 2 y ɛ 1, ɛ 2 0 as ( x, y) (0, 0) f has continuous partials differentiable differentials: dx = x, dy = y, dz = f x dx + f y dy = z z dx + x y dy linear approximation f(x, y) f(a, b) + dz z dz change in z along surface approximated by change in z along tangent plane for 3 variables: w = f(x, y, z) linearization: L(x, y, z) = f(a, b, c) + f x (a, b, c)(x a) + f y (a, b, c)(y b) + f z (a, b, c)(z c) linear approximation: f(x, y, z) L(x, y, z) increment: w = f(x + x, y + y, z + z) f(x, y, z) differential: dw = w x w w dx + dy + y z dz

18 18 JOHN QUIGG Chain Rules: z = f(x, y), x = g(t), y = h(t) dependent variable: z intermediate variables: x, y independent variable: t z = f(x, y), x = g(s, t), y = h(s, t) dependent variable: z intermediate variables: x, y independent variables: s, t general: 15.5 The Chain Rule dz dt = z dx x dt + z dy y dt z s = z x x s + z y y s z t = z x x t + z y y t u = u(x 1,..., x n ) x j = x j (t 1,..., t m ), u n u x j =, t i x j t i j=1 dependent variable: u intermediate variables: x 1,..., x n independent variables: t 1,..., t m implicit differentiation: F (x, y) = 0 implicitly defines y = f(x) =1 {}}{ [ ] F dx F (x, y(x)) = x x F dy dx = x F y F (x, y, z) = 0 implicitly defines z = f(x, y) =1 {}}{ [ ] F x F (x, y, z(x, y)) = x x F z x = x F z F z y = y F z j = 1,..., n i = 1,..., m dx + F y x + F y dy dx = 0 =0 {}}{ y x + F z z x = 0

19 MULTIVARIABLE CALCULUS Directional Derivatives and the Gradient Vector directional derivative of f at (x 0, y 0 ) in direction of unit vector u = a, b : f(x 0 + ha, y 0 + hb) f(x 0, y 0 ) D u f(x 0, y 0 ) = lim h 0 h = dh[ d f(x0 + ha, y 0 + hb) ] h=0 f gradient of f: grad f = f = x, f y properties: D u f(x 0, y 0 ) = f x (x 0, y 0 )a + f y (x 0, y 0 )b = grad f(x 0, y 0 ) u D u f(x 0, y 0 ) = slope of tangent line to curve at (x 0, y 0, f(x 0, y 0 )) 3 variables: D u f(x, y, z) = f u, f = properties: r(t) = x 0 + ta, y 0 + tb, f(x 0 + ta, y 0 + tb) f x, f y, f, u = a, b, c z maximum D u f at r 0 is f(r 0 ), and is in direction u = f(r 0) f(r 0 ) f(r 0 ) is perpendicular to level surface f(r) = f(r 0 ) at r 0 tangent plane to level surface is f(r 0 ) (r r 0 ) = 0 normal line to level surface f(x, y, z) = f(x 0, y 0, z 0 ) at (x 0, y 0, z 0 ) is x x 0 f x (x 0, y 0, z 0 ) = y y 0 f y (x 0, y 0, z 0 ) = z z 0 f z (x 0, y 0, z 0 ) 2 variables: f perpendicular to level curve

20 20 JOHN QUIGG 15.7 Maximum and Minimum Values local maximum: f(x, y) f(a, b) for all (x, y) near (a, b) (i.e., for all (x, y) in some disk centered at (a, b)) local maximum value: f(a, b) absolute maximum: f(x, y) f(a, b) for all (x, y) in domain of f similarly for minimum extreme: max or min critical point of f: both f x (a, b) = 0 or does not exist, and f y (a, b) = 0 or does not exist critical point test: f has local extreme at (a, b) (a, b) critical point notation: D = D(a, b) = f xx (a, b)f yy (a, b) f xy (a, b) 2 2nd derivative test at critical point: if 2nd-order partials continuous then: D > 0, f xx (a, b) > 0 f(a, b) local min D > 0, f xx (a, b) < 0 f(a, b) local max D < 0 f(a, b) neither local max nor local min saddle point graph of f crosses tangent plane at (a, b) D = 0: could be anything (no information) (a, b) boundary point of D: D closed: D bounded: contains all its boundary points contained in some disk Extreme Value Theorem: min on D every disk centered at (a, b) contains points in D and points outside D f continuous on closed and bounded set D f has absolute max and absolute algorithm for extremes on compact sets: when f : D R continuous and D compact: find critical points of f in D find extreme values of f on boundary of D

21 MULTIVARIABLE CALCULUS Lagrange Multipliers constrained extremum problem: find extreme values of f(r) subject to g(r) = k fact: constrained { extreme occurs at r 0 } curves (in 2 variables) level tangent at r surfaces (in 3 variables) 0 f(r 0 ) = λ g(r 0 ) for some λ R λ = Lagrange multiplier

22 22 JOHN QUIGG 16.1 Double Integrals over Rectangles notation: R = [a, b] [c, d] = {(x, y) : a x b, c y d} f : R R partition [a, b]: a = x 0 < x 1 < < x m = b, x = x i x i 1, i = 1,..., m partition [c, d]: c = y 0 < y 1 < < y n = d, y = y j y j 1, j = 1,..., n ijth rectangle: R ij = [x i 1, x i ] [y j 1, y j ] area of R ij : A = x y sample point: (x ij, y ij ) R ij Riemann sum: m n i=1 j=1 f(x ij, y ij ) A double integral: R f(x, y) da = R f da = R f = lim m,n i,j f(x ij, y ij ) A fact: f 0 on R f da = volume under graph of f over R R average value: f ave = 1 A(R) R f da A(R) = area of R properties: R (f + g) = R f + R g R cf = c R f, c R f(x, y) g(x, y) for all (x, y) R R f R g

23 notation: f : R R, R = [a, b] [c, d] partial integral with respect to y: iterated integral: b a factored integrands: Fubini s Theorem: MULTIVARIABLE CALCULUS 23 d c f(x, y) dy dx = b a b a f(x)g(y) dx dy = b d c f continuous on R b f(x, y) da = R 16.2 Iterated Integrals A(x) = d f(x, y) dy c [ ] d c f(x, y) dy a d c a f(x) dx d c f(x, y) dy dx = dx = b A(x) dx a g(y) dy d b c a f(x, y) dx dy

24 24 JOHN QUIGG notation: f : D R, D R 2 find rectangle R containing D define F : R R by double integral of f over D: type I region: type II region: 16.3 Double Integrals over General Regions F (x, y) = { f(x, y) (x, y) D 0 (x, y) / D D f(x, y) da = D f da = D f = R F D = {(x, y) : a x b, g 1 (x) y g 2 (x)} b g2(x) f da = f(x, y) dy dx D a g 1(x) D = {(x, y) : c y d, h 1 (y) x h 2 (y)} d h2(y) f da = f(x, y) dx dy D properties: D (f + g) = D f + D g D cf = c D f, c R f(x, y) g(x, y) for all (x, y) D D f D g D = D 1 D 2, D 1, D 2 overlap only on their boundaries D f = D 1 f + D 2 f D 1 = A(D) m f(x, y) M for all (x, y) D ma(d) D f MA(D) c h 1(y)

25 MULTIVARIABLE CALCULUS Double Integrals in Polar Coordinates polar rectangle: R = {(r, θ) : a r b, α θ β} A(R) = r r θ r = r ave = a+b 2, r = b a, θ = β α double integrals in polar coordinates: da = r dr dθ b a R f(x, y) da = β f(r cos θ, r sin θ)r dr dθ α D = {(r, θ) : α θ β, h 1 (θ r h 2 (θ)} D f(x, y) da = β h2(θ) α h 1(θ) f(r cos θ, r sin θ)r dr dθ

26 26 JOHN QUIGG thin plate ( lamina ) occupying region D R 2 density: negligible thickness mass/(unit area) 16.5 Applications of Double Integrals m ρ(x, y) = lim x, y 0 A A = x y = area of rectangle containing (x, y) m = mass of plate inside rectangle mass: m = D ρ da center of mass: (x, y) x = 1 xρ(x, y) da m D y = 1 yρ(x, y) da m D centroid if density ρ constant plate balances on knife edge at x, also on knife edge at y, and on knife point at (x, y) = weighted average of x = weighted average of y

27 notation: MULTIVARIABLE CALCULUS Triple Integrals B = [a, b] [c, d] [r, s] = {(x, y, z) : a x b, c y d, r z s} f : B R a = x 0 < x 1 < < x n = b, x = x i x i 1, i = 1,..., l c = y 0 < y 1 < < y m = d, y = y j y j 1, j = 1,..., m r = z 0 < z 1 < < z p = s, z = z k z k 1, k = 1,..., n ijkth box: B ijk = [x i 1, x i ] [y j 1, y j ] [z k 1, z k ] volume of B ijk : V = x y z sample point: (x ijk, y ijk, z ijk ) B ijk Riemann sum: l m n i=1 j=1 k=1 f(x ijk, y ijk, z ijk ) V triple integral: Fubini s Theorem: factored integrands: B f(x, y, z) dv = B f dv = B f = lim l,m,n f continuous on B f(x, y, z) dv = s r notation: f : E R, E R 3 find box B containing E define F : B R by triple integral of f over E: type 1 region: B = s d b r c a s b d r a c f(x, y, z) dx dy dz f(x, y, z) dy dx dz = (6 possibilities) d b c a f(x)g(y)h(z) dx dy dz = b a f(x) dx d F (x, y, z) = { f(x, y, z) (x, y, z) E 0 (x, y, z) / E i,j,k f(x ij, y ij, z ijk ) V c g(y) dy s h(z) dz E f(x, y, z) dv = E f dv = E f = B F E = {(x, y, z) : (x, y) D, u 1 (x, y) z u 2 (x, y)}, D R 2 [ ] u2(x,y) f dv = f(x, y, z) dz da E D u 1(x,y) r type 2 region: type 3 region: E = {(x, y, z) : (y, z) D, u 1 (y, z) x u 2 (y, z)}, D R 2 [ ] u2(y,z) f dv = f(x, y, z) dx da E D u 1(y,z) E = {(x, y, z) : (x, z) D, u 1 (x, z) y u 2 (x, z)}, D R 2 [ ] u2(x,z) f dv = f(x, y, z) dy da E D u 1(x,z) properties: Similar to double integrals. In particular, 1 dv = V (E) = volume of E E

28 28 JOHN QUIGG density: mass/(unit volume) m ρ(x, y, z) = lim x, y, z 0 V V = x y z = volume of box containing (x, y, z) m = mass of solid inside box mass: m = E ρ dv center of mass: (x, y, z) x = 1 m y = 1 m z = 1 m centroid if density ρ constant E E E xρ(x, y, z) dv yρ(x, y, z) dv zρ(x, y, z) dv

29 MULTIVARIABLE CALCULUS Cylindrical and Spherical Coordinates cylindrical coordinates: (r, θ, z) (r, θ) = polar coordinates of projection of point into xy-plane z = usual 3rd Cartesian (rectangular) coordinate properties: x = r cos θ, y = r sin θ, z = z r 2 = x 2 + y 2 tan θ = y x r = r 0 is cylinder centered on z-axis with radius r 0 θ = θ 0 is plane containing z-axis making angle θ 0 with half-plane {y = 0, x 0} spherical coordinates: (ρ, θ, φ) ρ = distance from point to origin θ = usual 2nd cylindrical coordinate φ = angle from positive z-axis to line segment from origin to point properties: r = ρ sin φ (r = usual 1st cylindrical coordinate) x = ρ sin φ cos θ y = ρ sin φ sin θ z = ρ cos φ ρ 2 = x 2 + y 2 + z 2 ρ = ρ 0 is sphere centered at origin with radius ρ 0 θ = θ 0 is half-plane with edge at z-axis making angle θ 0 with half-plane {y = 0, x 0} φ = φ 0 is half-cone with vertex at origin, centered on positive z-axis, making angle φ 0 with positive z-axis

30 30 JOHN QUIGG 16.8 Integrals in Cylindrical and Spherical Coordinates triple integrals in cylindrical coordinates: f : E R, E type 1 [ ] u2(x,y) f(x, y, z) dv = f(x, y, z) dz da E = D u 1(x,y) β h2(θ) u2(r cos θ,r sin θ) α h 1(θ) u 1(r cos θ,r sin θ) f(r cos θ, r sin θ, z)r dz dr dθ 1st integrate with respect to z, then do outer double integral in polar coordinates spherical wedge: E = {(ρ, θ, φ) : a ρ b, α θ β, c φ d} V (E) = ρ 2 sin φ ρ θ φ, for some (ρ, θ, φ) E triple integrals in spherical coordinates: over spherical wedge: d β b f(x, y, z) dv = f(ρ sin φ cos θ, ρ sin φ sin θ, ρ cos φ)ρ 2 sin φ dρ dθ dφ E more general region: for example, c α a E = {(ρ, θ, φ) : α θ β, c φ d, g 1 (θ, φ) ρ g 2 (θ, φ)} d β g2(θ,φ) f(x, y, z) dv = f(ρ sin φ cos θ, ρ sin φ sin θ, ρ cos φ)ρ 2 sin φ dρ dθ dφ E c α g 1(θ,φ)

31 2-d vector field: F: D (2-d vectors), D R 2 MULTIVARIABLE CALCULUS Vector Fields F(x, y) = P (x, y)i + Q(x, y)j P, Q: D R component functions scalar field: real-valued function of several variables 3-d vector field: F: E (3-d vectors), E R 3 F continuous: applications: gradient field: F = P i + Qj + Rk P, Q, R: E R component functions component functions continuous velocity field, force field f = f x i + f y j + f z k F conservative: F = f for some f f potential function for F

32 32 JOHN QUIGG line integral of f along smooth curve C: f(x, y) ds = C : r = r(t), a t b independent of parameterization of C notation: ds = r (t) dt similar in 2 or 3 dimensions C 17.2 Line Integrals C f ds = b a f(r(t)) r (t) dt along path (piecewise smooth curve): C = C 1 C n, (C 1,..., C n smooth): n f ds = f ds C i=1 C i arc length: C 1 ds application: C wire density: ρ = mass/(unit of arc length) mass: m = C ρ ds center of mass: (x, y, z) x = 1 xρ(x, y, z) ds m C y = 1 yρ(x, y, z) ds m C z = 1 zρ(x, y, z) ds m oriented curve: choose continuous field of unit tangent vectors parameterization gives orientation: T = r / r line integral of (continuous) vector field along oriented curve: b F dr = F T ds = F(r(t)) r (t) dt C notation: F T = tangential component of F dr = T ds = dr dt dt F = P i + Qj + Rk C F dr = P dx + Q dy + R dz C C P dx = b P (x(t), y(t), z(t))dx a dt dt,... notation: C = C with opposite orientation properties: C F dr = C F dr (depends upon orientation) C f ds = C f ds (independent of orientation) C C a application: work done by force field F in moving particle along curve C: W = C F dr

33 MULTIVARIABLE CALCULUS The Fundamental Theorem for Line Integrals Fundamental Theorem of Line Integrals: C : r = r(t) (a t b) smooth, f continuous b f dr = f(r(t)) = f(r(b)) f(r(a)) C line integrals of F independent of path in D: for all C 1, C 2 paths in D with same initial and final points, F dr = C 1 F dr C 2 closed path: initial and final points coincide r(a) = r(b) fact: C F dr independent of path in D F dr = 0 for every closed path in D C D open: comprises interior points only D connected: fact: fact: any 2 points in D can be joined by path in D ( D is all in one piece ) F continuous on open connected set D the following are equivalent: line integrals of F independent of path in D F conservative in D simple curve: F(x, y) = P (x, y)i + Q(x, y)j conservative P, Q have continuous partials D simply connected: no holes fact: a P y = Q x r(a) = r(b), but r(t 1 ) r(t 2 ) whenever a t 1 < t 2 < b connected, and every simple curve in D is the boundary of a set contained in D F(x, y) = P (x, y)i + Q(x, y)j on open simply connected set D P, Q have continuous partials P y = Q x F conservative

34 34 JOHN QUIGG notation: F = P i + Qj + Rk 17.5 Curl and Divergence curl of F: curl F = F = (R y Q z )i + (P z R x )j + (Q x P y )k think: = x i + y j + z k properties: f has continuous 2nd partials curl grad f = 0 F conservative and has continuous partials curl F = 0 conversely if domain F = R 3 F = velocity field curl F measures tendency of fluid to rotate divergence of F: div F = F = P x + Q y + R z properties: F has continuous 2nd partials div curl F = 0 F = velocity field div F measures tendency of fluid to expand Laplacian: 2 f = f = f xx + f yy + f zz

35 MULTIVARIABLE CALCULUS Parametric Surfaces parameterized surface: r(u, v) = x(u, v)i + y(u, v)j + z(u, v)k (u, v) D R 2 u, v parameters {x = x(u, v), y = y(u, v), dz = z(u, v)} parametric equations of surface { r(u, v 0 ) (v constant) grid curves: r(u 0, v) (u constant) r u = x u i + y u j + z u k tangent to r(u, v 0) tangent vectors to grid curves: r v = x v i + y v j + z v k tangent to r(u 0, v) all partials evaluated at (u 0, v 0 ) smooth surface: r u r v continuous and nonzero tangent plane to smooth surface: r = r(u 0, v 0 ) + ur u (u 0, v 0 ) + vr v (u 0, v 0 ) normal vector r u r v surface area: A(S) = D r u r v da S : r = r(u, v), (u, v) D R 2 special cases: graph of z = f(x, y): r = xi + yj + f(x, y)k, r x = i + f x k r y = j + f y k r x r y = f x i f y j + k A(graph) = fx 2 + fy da D (x, y) D surface of revolution: rotate y = f(x) (a x b) about x-axis r = xi + f(x) cos θj + f(x) sin θk r x = i + f (x) cos θj + f (x) sin θk r θ = f(x) sin θj + f(x) cos θk r x r θ = f(x) ( f (x)i cos θj sin θk ) A(S) = b 2π = 2π a 0 b a a x b, 0 θ 2π f(x) f (x)i cos θj sin θk dθ dx f(x) f (x) dx

36 36 JOHN QUIGG 17.7 Surface Integrals surface integral of f over smooth surface S: f(x, y, z) ds = f ds = S S : r = r(u, v), (u, v) D independent of parameterization of S notation ds = r u r v da over piecewise smooth surface: fact: A(S) = S 1 ds oriented surface: choose continuous field of unit normal vectors parameterization gives orientation: n = S D f(r(u, v)) r u r v da S = S 1 S n, (S 1,..., S n smooth, overlap only on boundaries): n f ds = f ds S S i i=1 ru rv r u r v closed surface: boundary of solid region E positive orientation: outward unit normals surface integral of (continuous) vector field over oriented surface: F ds = F n ds = F(r(u, v)) (r u r v ) da S S = flux of F across S notation: F n = normal component of F ds = n ds = r u r v da F = velocity field F ds = volume of fluid flowing across S per unit time S D

37 notation: MULTIVARIABLE CALCULUS Stokes Theorem S oriented piecewise smooth surface with boundary simple closed path C positive orientation of C: as unit normal n traverses C, S is on left Stokes Theorem: S oriented piecewise smooth surface with positively oriented boundary curve C F continuous partials on open set in R 3 containing S F ds = F dr special case: S = D xy-plane, F = P (x, y)i + Q(x, y)j S r = xi + yj, r x = i, C n = k r y = j r x r y = k, F = (Q x P y )k Green s Theorem: (Q x P y ) da = P dx + Qdy D C

38 38 JOHN QUIGG 17.9 Divergence Theorem Divergence Theorem: E solid region in R 3 with positively oriented piecewise smooth boundary surface S F continuous partials on open set in R 3 containing E F dv = F ds E S

Derivatives and Integrals

Derivatives and Integrals Derivatives and Integrals Definition 1: Derivative Formulas d dx (c) = 0 d dx (f ± g) = f ± g d dx (kx) = k d dx (xn ) = nx n 1 (f g) = f g + fg ( ) f = f g fg g g 2 (f(g(x))) = f (g(x)) g (x) d dx (ax

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

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

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 2083 FINAL EXAM REVIEW The final exam will be on Wednesday, May 4 from 10:00am-12:00pm.

MATH 2083 FINAL EXAM REVIEW The final exam will be on Wednesday, May 4 from 10:00am-12:00pm. MATH 2083 FINAL EXAM REVIEW The final exam will be on Wednesday, May 4 from 10:00am-12:00pm. Bring a calculator and something to write with. Also, you will be allowed to bring in one 8.5 11 sheet of paper

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

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

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

(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

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

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

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

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 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

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

Partial Derivatives. w = f(x, y, z).

Partial Derivatives. w = f(x, y, z). Partial Derivatives 1 Functions of Several Variables So far we have focused our attention of functions of one variable. These functions model situations in which a variable depends on another independent

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

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

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

e x3 dx dy. 0 y x 2, 0 x 1.

e x3 dx dy. 0 y x 2, 0 x 1. Problem 1. Evaluate by changing the order of integration y e x3 dx dy. Solution:We change the order of integration over the region y x 1. We find and x e x3 dy dx = y x, x 1. x e x3 dx = 1 x=1 3 ex3 x=

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

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 3424 4 Partial Differentiation Page 4-01 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

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

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

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

MATH107 Vectors and Matrices

MATH107 Vectors and Matrices School of Mathematics, KSU 20/11/16 Vector valued functions Let D be a set of real numbers D R. A vector-valued functions r with domain D is a correspondence that assigns to each number t in D exactly

More information

1 Vectors and the Scalar Product

1 Vectors and the Scalar Product 1 Vectors and the Scalar Product 1.1 Vector Algebra vector in R n : an n-tuple of real numbers v = a 1, a 2,..., a n. For example, if n = 2 and a 1 = 1 and a 2 = 1, then w = 1, 1 is vector in R 2. Vectors

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

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

Mo, 12/03: Review Tu, 12/04: 9:40-10:30, AEB 340, study session

Mo, 12/03: Review Tu, 12/04: 9:40-10:30, AEB 340, study session Math 2210-1 Notes of 12/03/2018 Math 2210-1 Fall 2018 Review Remaining Events Fr, 11/30: Starting Review. No study session today. Mo, 12/03: Review Tu, 12/04: 9:40-10:30, AEB 340, study session We, 12/05:

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

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

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

Vector Calculus handout

Vector Calculus handout Vector Calculus handout The Fundamental Theorem of Line Integrals Theorem 1 (The Fundamental Theorem of Line Integrals). Let C be a smooth curve given by a vector function r(t), where a t b, and let f

More information

APPM 2350 Final Exam points Monday December 17, 7:30am 10am, 2018

APPM 2350 Final Exam points Monday December 17, 7:30am 10am, 2018 APPM 2 Final Exam 28 points Monday December 7, 7:am am, 28 ON THE FONT OF YOU BLUEBOOK write: () your name, (2) your student ID number, () lecture section/time (4) your instructor s name, and () a grading

More information

Course Outline. 2. Vectors in V 3.

Course Outline. 2. Vectors in V 3. 1. Vectors in V 2. Course Outline a. Vectors and scalars. The magnitude and direction of a vector. The zero vector. b. Graphical vector algebra. c. Vectors in component form. Vector algebra with components.

More information

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Multivariable Calculus Notes Faraad Armwood Fall: 2017 Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Chapter 2: Vector-Valued Functions, Tangent Vectors, Arc

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

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

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

Let s estimate the volume under this surface over the rectangle R = [0, 4] [0, 2] in the xy-plane.

Let s estimate the volume under this surface over the rectangle R = [0, 4] [0, 2] in the xy-plane. Math 54 - Vector Calculus Notes 3. - 3. Double Integrals Consider f(x, y) = 8 x y. Let s estimate the volume under this surface over the rectangle R = [, 4] [, ] in the xy-plane. Here is a particular estimate:

More information

MTH 234 Exam 2 November 21st, Without fully opening the exam, check that you have pages 1 through 12.

MTH 234 Exam 2 November 21st, 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

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

Maxima and Minima. (a, b) of R if

Maxima and Minima. (a, b) of R if Maxima and Minima Definition Let R be any region on the xy-plane, a function f (x, y) attains its absolute or global, maximum value M on R at the point (a, b) of R if (i) f (x, y) M for all points (x,

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

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

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

Math 350 Solutions for Final Exam Page 1. Problem 1. (10 points) (a) Compute the line integral. F ds C. z dx + y dy + x dz C

Math 350 Solutions for Final Exam Page 1. Problem 1. (10 points) (a) Compute the line integral. F ds C. z dx + y dy + x dz C Math 35 Solutions for Final Exam Page Problem. ( points) (a) ompute the line integral F ds for the path c(t) = (t 2, t 3, t) with t and the vector field F (x, y, z) = xi + zj + xk. (b) ompute the line

More information

Math 20C Homework 2 Partial Solutions

Math 20C Homework 2 Partial Solutions Math 2C Homework 2 Partial Solutions Problem 1 (12.4.14). Calculate (j k) (j + k). Solution. The basic properties of the cross product are found in Theorem 2 of Section 12.4. From these properties, we

More information

CURRENT MATERIAL: Vector Calculus.

CURRENT MATERIAL: Vector Calculus. Math 275, section 002 (Ultman) Fall 2011 FINAL EXAM REVIEW The final exam will be held on Wednesday 14 December from 10:30am 12:30pm in our regular classroom. You will be allowed both sides of an 8.5 11

More information

MTH 254 STUDY GUIDE Summary of Topics

MTH 254 STUDY GUIDE Summary of Topics MTH 254 STUDY GUIDE Summary of Topics Lesson 1 (p. 3): Coordinate Systems, 10.2, 13.5 Lesson 2 (p. 9): Vectors in the Plane and in 3-Space, 11.1, 11.2 Lesson 3 (p. 16): Dot Products, 11.3 Lesson 4 (p.

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

Sec. 1.1: Basics of Vectors

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

More information

Math 233 Calculus 3 - Fall 2016

Math 233 Calculus 3 - Fall 2016 Math 233 Calculus 3 - Fall 2016 2 12.1 - Three-Dimensional Coordinate Systems 12.1 - THREE-DIMENSIONAL COORDINATE SYSTEMS Definition. R 3 means By convention, we graph points in R 3 using a right-handed

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

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 344 4 Partial Differentiation Page 4-0 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

More information

Final Review Worksheet

Final Review Worksheet Score: Name: Final Review Worksheet Math 2110Q Fall 2014 Professor Hohn Answers (in no particular order): f(x, y) = e y + xe xy + C; 2; 3; e y cos z, e z cos x, e x cos y, e x sin y e y sin z e z sin x;

More information

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane MATH 100 WORKSHEET 1.1 & 1. Vectors in the Plane Find the vector v where u =, 1 and w = 1, given the equation v = u w. Solution. v = u w =, 1 1, =, 1 +, 4 =, 1 4 = 0, 5 Find the magnitude of v = 4, 3 Solution.

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

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6 Contents 1 Functions of Several Variables 1 1.1 Some Examples.................................. 2 1.2 Level Curves / Contours............................. 4 1.3 Functions of More Variables...........................

More information

Week 4: Differentiation for Functions of Several Variables

Week 4: Differentiation for Functions of Several Variables Week 4: Differentiation for Functions of Several Variables Introduction A functions of several variables f : U R n R is a rule that assigns a real number to each point in U, a subset of R n, For the next

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

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

Final Exam Review Sheet : Comments and Selected Solutions

Final Exam Review Sheet : Comments and Selected Solutions MATH 55 Applied Honors alculus III Winter Final xam Review heet : omments and elected olutions Note: The final exam will cover % among topics in chain rule, linear approximation, maximum and minimum values,

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

MATH Final Review

MATH Final Review MATH 1592 - Final Review 1 Chapter 7 1.1 Main Topics 1. Integration techniques: Fitting integrands to basic rules on page 485. Integration by parts, Theorem 7.1 on page 488. Guidelines for trigonometric

More information

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253 SOLUTIONS TO HOMEWORK ASSIGNMENT #, Math 5. Find the equation of a sphere if one of its diameters has end points (, 0, 5) and (5, 4, 7). The length of the diameter is (5 ) + ( 4 0) + (7 5) = =, so the

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

Chapter 12 Review Vector. MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30

Chapter 12 Review Vector. MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30 Chapter 12 Review Vector MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30 iclicker 1: Let v = PQ where P = ( 2, 5) and Q = (1, 2). Which of the following vectors with the given

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions Math 1, Fall 17 Problem 1. Find a parameterization for the given curve, including bounds on the parameter t. Part a) The ellipse in R whose major axis has endpoints, ) and 6, )

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

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

Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma

Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma This is an archive of past Calculus IV exam questions. You should first attempt the questions without looking

More information

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed.

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. MTH 34 Review for Exam 4 ections 16.1-16.8. 5 minutes. 5 to 1 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. Review for Exam 4 (16.1) Line

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

Solutions to Sample Questions for Final Exam

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

More information

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

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

CURRENT MATERIAL: Vector Calculus.

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

More information

Lecture Notes for MATH6106. March 25, 2010

Lecture Notes for MATH6106. March 25, 2010 Lecture Notes for MATH66 March 25, 2 Contents Vectors 4. Points in Space.......................... 4.2 Distance between Points..................... 4.3 Scalars and Vectors........................ 5.4 Vectors

More information

MULTIVARIABLE CALCULUS MATH SUMMER 2013 (COHEN) LECTURE NOTES

MULTIVARIABLE CALCULUS MATH SUMMER 2013 (COHEN) LECTURE NOTES MULTIVARIABLE CALCULUS MATH 2730.001 SUMMER 2013 (COHEN) LECTURE NOTES These lecture notes are intended as an outline for both student and instructor; for much more detailed exposition on the topics contained

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

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

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

More information

CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES

CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES These lecture notes are intended as an outline for both student and instructor; for much more detailed exposition on the topics contained herein, the

More information

1 Integration in many variables.

1 Integration in many variables. MA2 athaye Notes on Integration. Integration in many variables.. Basic efinition. The integration in one variable was developed along these lines:. I f(x) dx, where I is any interval on the real line was

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

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 My part:

More information

The University of British Columbia Final Examination - December 17, 2015 Mathematics 200 All Sections

The University of British Columbia Final Examination - December 17, 2015 Mathematics 200 All Sections The University of British Columbia Final Examination - December 17, 2015 Mathematics 200 All Sections Closed book examination Time: 2.5 hours Last Name First Signature Student Number Special Instructions:

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

Vectors, dot product, and cross product

Vectors, dot product, and cross product MTH 201 Multivariable calculus and differential equations Practice problems Vectors, dot product, and cross product 1. Find the component form and length of vector P Q with the following initial point

More information

Mathematics of Physics and Engineering II: Homework problems

Mathematics of Physics and Engineering II: Homework problems Mathematics of Physics and Engineering II: Homework problems Homework. Problem. Consider four points in R 3 : P (,, ), Q(,, 2), R(,, ), S( + a,, 2a), where a is a real number. () Compute the coordinates

More information

Practice problems **********************************************************

Practice problems ********************************************************** Practice problems I will not test spherical and cylindrical coordinates explicitly but these two coordinates can be used in the problems when you evaluate triple integrals. 1. Set up the integral without

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

Math Vector Calculus II

Math Vector Calculus II Math 255 - Vector Calculus II Review Notes Vectors We assume the reader is familiar with all the basic concepts regarding vectors and vector arithmetic, such as addition/subtraction of vectors in R n,

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

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

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

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

More information