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

Size: px
Start display at page:

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

Transcription

1 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 Length, Curvature, Motion Chapter 3: Graphing function of two or more variables, level curves/traces, limits & continuity, partial derivatives, differentiability & tangent planes, gradient & direction derivatives, chain rule, second derivative test, lagrange multipliers Chapter 4: Double Integrals, Triple Integrals, Change of Variables Formula, Integration in different coordinate systems Chapter 5: Vector Fields, Line Integrals, Conservative Vector Fields, Parametrized Surfaces and Surface Integrals, Surface Integrals of Vector Fields Chapter 6: Green s Theorem, Stokes Theorem, Divergence Theorem 1

2 Definition 1 (vector): A vector is a quantity which denotes displacement. It tells us where a particular particle will move after a small period of time. Hence, if we wish to mathematize this definition, we need a way of denoting something that not only has direction, but length corresponding to that direction. We will define a vector v = v R n to be the ordered n-tuple, v 1 v 2 v =. The distinction between a vector and a point in euclidean space is a completely abstract one. We think of v as emanating from a point p E n. Thus, attaching v to p, should mean, from p, go in the direction v. With this in mind, we will think of vector v as an arrow. v n Definition 2 (vector): Given two points x, y R n, we define y x to be the vector extending from x to y. Comment: The above definition makes sense due to the fact that vectors denote direction i.e if q is in direction v from p, then v + p should be q. With that in mind, we see (y x) + x = y and so we are justified. Due to the fact that we can parallel transport (i.e carry vectors) vectors in R n without changing their length and direction, we can assume that all vectors have the same tail. This means that we won t distinguish between x p and x q where q p. In addition, for extra simplicity, we will take p = 0 and so v p = v 0 = v. Definition 3 (dot product): The dot product of two vectors a, b R n is the scalar quantity given by, a b = n a j b j = a b cos ν a,b j=1 Comment: cos ν a,b = adj hyp = b a a b a b cos ν a,b = b a 2

3 Definition (projection): Given two vectors a, b, one may wish to know how much of vector b is in the direction of a? With this in mind we have, ( ) b a proj a b = a a 2 Definition (cross product): Given two vectors a, b R n we define the cross product, i j k a b = det a 1 a 2 a 3 b 1 b 2 b 3 Comment: Some important properties of the cross product is that a b = ±V where V is the area of the plane spanned by a, b, a b = b a, a a = 0 and a b is perpendicular to both a, b. Definition (Scalar Triple Product): Let u, v, w be a set of linearly independent vectors. Then the parallelepiped spanned by u, v, w has volume ± u v proj u v w. The scalar triple product is the quantity which gives this volume i.e, w w (u v) = det u v Comment: The equality above needs to be shown. To get the result, one just dots the expanded cross product with w (given in the previous definition) and compare it to the matrix determinant. Definition (Orientation): Since we will be studying surfaces in E 3, it would be nice if we could determine how it sits in space. We will give the mathematical definition here and a geometric summary of what this definition captures. w {u, v, w} positively oriented det u > 0 v 3

4 Comment: Essentially, orientation is a way to determine which side do we wish to look at an object from. Observe that a two dimensional object has its directions determined by linearly independent vectors say u, v. By the above we know that, ( (u, 0) (v, 0) = u v) det = ±A where A is the area of the plane spanned by u, v. So we will define {u, v} to be equivalent to {u, v } the area of a region in the coordinates of {u, v} maintains the same sign in the coordinates of {u, v }. We give the same equivalence for frames {u, v, w}, replacing area with volume. Our last observation is that, u v det u v = (u v) (u v) = u v 2 > 0 {u, v, u v} positively oriented Definition (plane): Given a point p E 3, we wish to define a plane passing through p. Now there are many, so to specify one in particular, we orient the plane with a normal vector n. Hence, denoting our plane by X we have, X = {x : (x p) n = 0} Comment: If we let x = (x, y, z), p = (p 1, p 2, p 3 ) and n = (a, b, c) then any point on the plane X is must satisfy the following equation, a(x p 1 ) + b(y p 2 ) + c(z p 3 ) = 0, where x y E 3 z 4

5 Definition (cylindrical coordinates): To get these type of coordinates, we think of the cylinder S 1 [0, 1] placed in R 3, i.e the coordinates are ((r, θ), z). To each p = (x, y, z), there is a unique cylindrical coordinate namely, r = x 2 + y 2, θ = tan 1 ( y x ), z = z Defintion (spherical coordinates): To get these type of coordinates we think of a sphere with radius R centered at the origin of E 3. The coordinate functions are denoted (ρ, θ, ϕ). To each p = (x, y, z), there is a unique spherical coordinate namely, ρ = x 2 + y 2 + z 2, θ = tan 1 ( y x ) ( ) z, ϕ = cos 1 ρ 5

6 Definition (vector-valued function): A function of the form t (x(t), y(t), z(t)) is called a vector valued function where t R. The name is justified due to our discussion about parallel transport i.e we are assuming our origin in 0 and so (x(t), y(t), z(t)) R 3, as well as E 3. Definition (tangent vectors): Let γ(t) = (x(t), y(t), z(t)) as above. Suppose γ is also differentiable i.e each component function must be differentiable and, γ (t) = lim h 0 γ(t + h) γ(t) h = (x (t), y (t), z (t)) R 3 Hence, γ (t) is the vector at γ(t). We now list some very important properties of differentiable functions like γ. However, it may be useful to divulge that γ is also called a differentiable curve. Here we associate γ with its image since the two are in bijection with one another. (1) (2) (3) d dt (f(t)r(t)) = f(t)r (t) + f (t)r(t) d dt (r 1(t) r 2 (t)) = r 1 (t) r 2(t) + r 1(t) r 2 (t) d dt (r 1(t) r 2 (t)) = [r 1 (t) r 2(t)] + [r 1(t) r 2(t)] Definition (tangent line): Given a differentiable curve γ(t) we define the tangent line at γ(t 0 ) in the direction of γ (t 0 ) to be, L(t) = γ(t 0 ) + tγ (t 0 ), t R 6

7 Definition (arc-length): Let γ(t) R 3 be a differentiable curve as defined above. Then the length of the curve from γ(t 0 ) γ(t) is given by the integral, s = s(t) := t t 0 γ (u) du Comment: The above is due to the mean value theorem. However, for some quick geometric intuition, observe that if t is sufficiently close to t 0 then the path from γ(t) γ(t 0 ) is almost a straight line and γ(t) γ(t 0 ) = γ (t 0 ) (t t 0 ) + ɛ which is why you see this in the integrand. Definition (speed): By the fundamental theorem of calculus we can derive the speed. We simply take the time derivative of both sides. s (t) = ds dt = d dt t = γ (t) t 0 γ (u) du Definition (reparametrization): Let γ i : I i R 3 be differentiable curves where i = 1, 2. We say that γ 1 is a reparam. of γ 2 if there exists a diffeomorphism φ : I 1 I 2 s.t (γ 2 φ)(t) = γ 1 ( t). This implies that γ 2 (I 2 ) = γ 1 (I 1 ) i.e they describe the same curve. Comment: Given s(t) is monotone on [t 0, t], it is invertible. Observe that t s defines a diffeomorphism from [t 0, t] s[t 0, t]. Hence if we let g = s 1 then γ(t) = (γ g)(s). γ (t) = d dt γ(g(s)) = d γ(t) d g(t) = γ 1 (g(s)) dt t=g(s) dt t=s s (g(s)) Hence, if γ (t 0 ) 0 then γ has a unit speed reparametrization γ(s) := (γ g)(s) where s is the arc-length parameter. 7

8 Definition (curvature): If γ(u) R 3 is a differentiable curve and u is a unit speed parameter then we define the curvature at γ(u) to be κ(u) = γ (u). Comment: Given γ (t) is the instantaneous rate of change at γ(t), then γ (t) gives the rate at which the velocity vector γ (t) will change at γ(t). Hence the accelerator vector γ (t) gives the direction that the point γ (t) + γ(t) must move to arrive at γ (t + h) + γ(t + h) where h is a very, very small real number. Definition (curvature): Given γ(t) is a differentiable curve and t not a unit speed parameter then how do we define κ(s)? We adjust our class of curves to regular ones i.e ones in which γ (t) 0 for all t dom(γ). With this in mind, the arc-length function is invertible. We can then write γ(t) = γ(s(t)). Since γ is just a reparametrization of the domain for γ, we are safe to just write γ = γ. One can then show that, κ(t) = γ (t) γ (t) γ (t) 3 Definition (acceleration): The acceleration of a particle i.e it s change in direction is given by the vector a(t) := γ (t). Comment: The acceleration vector is a linear combination of both T and N i.e the tangential and normal vectors. γ(t) = γ(s(t)) γ (t) = γ (s(t)) ν(t) = T(s(t))ν(t) γ (t) = T(s(t))ν (t) + ν 2 (t)t (s(t)) = T(s(t))ν (t) + κ(s(t))ν 2 (t)n(s(t)) We define a T = ν and a N = κν 2 to be the tangential and normal components of the acceleration vector. In what is to follow, we will give simpler expressions for each such component. 8

9 Definition (tangential and normal components): In the decomposition a = a T T + a N N we the following expressions, a T = a v v, a N = a 2 a T 2 a T T = ( a v ) v, a N N = a v v ( a v ) v v v Comment: If we consider a particle under uniform circular motion i.e constant speed then we can parametrize the trajectory as, γ(t) = R(cos(ωt), sin(ωt)) γ (t) = Rω( sin(ωt), cos(ωt)) a(t) = Rω 2 ( cos(ωt), sin(ωt)) a(t) = Rω 2 We can now give proof to the magnitude of the centripetal accelerator vector. Since ν = γ (t) where ν R is fixed, then ω = ν/r and so, a(t) = R ν2 R = ν2 2 R 9

10 Definition (graph): Let f : U R 2 R be a function. The graph of f denoted Γ(f) is defined Γ(f) = {(x, y, f(x, y)) : z = f(x, y)} R 3. Definition (trace): Let Γ(f) be the graph of some function f. We define the vertical trace of the graph to be the curve defined by γ(t) = (a, t, f(a, t)). The other vertical trace of the graph is the curve α(t) = (t, b, f(t, b)). These curves are the ones carved out by the planes x = a and y = b respectively. Definition (level curves): Let f again be a function of two variables. A level curve of Γ(f) is f 1 (c) = {(x, y, f(x, y)) : f(x, y) = c}. Definition (continuous): A function f(x, y) R is said to be continuous at (a, b) if given any ɛ > 0, there exists δ > 0 such that (x, y) (a, b) < δ f(x, y) f(a, b) < ɛ. Definition (limit): A function f(x, y) is said to have limit L if there exists a p U such that the following limit holds, lim f(x, y) = L (x,y) p Definition (partial derivative): Given f : U R 2 R, it s partial derivatives, if they exists are defined by the following limits, f f(a + h, b) f(a, b) (a, b) = lim x h 0 h f f(a, b + k) f(a, b) (a, b) = lim y k 0 k Comment: We will soon see that these partial derivatives are just the slopes γ(t) and α(t) i.e the vertical traces. 10

11 Comment: By Clairaut s theorem for the equality of mixed partial, if f xy and f yx are both continuous on a disk D, then f xy (a, b) = f yx (a, b) for all (a, b) D. Definition (differentiability): Let f : U R 2 R be a function. We say that f is differentiable at (a, b) U if there exists a linear function λ : R 2 R such that, lim (x,y) (a,b) ( x a f(x, y) f(a, b) λ y b) = 0 (x a)2 + (y b) 2 We write λ = Df(a, b). This definition is a bit cumbersome at first, but all it means is that Df(a, b) is the best linear approximation to f i.e, f(x, y) = f(a, b) + Df(a, b) ( ) x a ɛ(x, y) + ɛ(x, y), where lim y b (x,y) (a,b) (x a)2 + (y b) = 0 2 That is to say, since Df(a, b) is a linear map, and we can pick p 0 = (x 0, y 0 ) and p 1 = (x 1, y 1 ) such that the approximation holds and p 0 (a, b) and p 1 (a, b) are linearly independent. Thus differentiability of f at (a, b) implies that f has a tangent plane defined at f(a, b)! One can easily check that, Df(a, b) = ( f f (a, b) x ) (a, b) y Comment: A quick criterion for differentiability is that f x and f y exists and are continuous on a disk D. This is clear now due to the fact that if the partial exists and are continuous then we can define the linear map Df(a, b). Definition (linearization): Given f : U R 2 R is differentiable, we define it s linearization i.e linear approximation to be, L(x, y) = f(a, b) + f x (a, b)(x a) + f y (a, b)(y b) 11

12 Definition (linear approximation): The linear approximation of f is given by L(x, y). Comment: If we let h = x a and k = y b then we have f(a + h, b + k) f x (a, b)h + f y (a, b)k. We take h = x and k = y if (x, y) is sufficiently close to (a, b). So we have an approximation for the infinitesimal change in f i.e, f f x (a, b) x + f y (a, b) y Hence, given any (x, y) near (a, b) for which f is differentiable, we can define the differential denoted df by the relation, df = f x (x, y) dx + f y (x, y) dy Remark: This is truly not just a shuffling of symbols and simple renamings. We are showing here that we can approximate sufficiently small change in coordinates by the differentials dx, dy. Definition (gradient): Given a differentiable function f : U R 2 R, then the gradient denoted f(a, b) is defined by, f(a, b) = ( f f (a, b) x ) (a, b) y Comment (chain rule): Given f : U R 2 R differentiable at (a, b) and γ : ( ɛ, ɛ) U differentiable with γ(t 0 ) = (a, b) we have, d f(γ(t)) = f(γ(t 0 )) γ (t 0 ) dt t=t0 = ( f x (γ(t 0 )) f y (γ(t 0 )) ) ( ) x (t 0 ) y (t 0 ) = f x (γ(t 0 ))x (t 0 ) + f y (γ(t 0 ))y (t 0 ) 12

13 Definition (directional derivative): Suppose f : U R 2 R is differentiable at p U. Let u = (h, k) be a unit vector such that γ(t) = p + tu U for small t. Then we define the derivative in the direction of u to be, D u f(p) = d f(γ(t)) = f(p) u dt t=0 Comment: Since f(p) u = f(p) cos ν, at f(p), the function f increases fastest in the direction of the gradient. Observe also that ν = 90 o implies f(p) is perpendicular to all of the coordinate lines f(p + tv) where v S 1. This implies that f(p) is a normal vector for the given tangent plane to Γ(f) at f(p). Definition (chain rule): Given f : U R n R and (x 1,..., x n ) = (x 1 (s 1,..., s k ),..., x n (s 1,..., s k )), letting x = (x 1,..., x n ) and p = (s 1,..., s k ) we have by the chain rule for paths, f ( (p) = f x s 1 (p) j x 1 ) s j (p) f x n (p). x n s j (p) Definition (local extremum): A function f(x, y) has a local extremum at p = (a, b) is there exists D r (p) such that, local minimum: f(p) f(x, y), (x, y) D r (p) local maximum: f(x, y) f(p), (x, y) D r (p). Definition (critical point): Let f : U R 2 R be differentiable at p U. We say p is a critical point of f if Df(p) = 0 or equivalently rank(df(p)) = 0. 13

14 Comment (Fermat s Theorem): If f(x, y) has a local minimum or maximum at p = (a, b) then p is a critical point of f. Sketch: If p = (a, b) is a local minimum then g(x) = f(x, b) has a local minimum at a and so g (a) = f x (a, b) = 0. Similarly h(y) = f(a, y) has a local minimum at y = b h (b) = f y (a, b) = 0. Definition (discriminant of of f C 2 ): Let f be a second differentiable function who s second order partials are also continuous in U. Suppose p U then we define the discriminant of f at p to be D(p) = f xx (p)f yy (p) f 2 xy(p). Comment (Second Derivative Test): Let p = (a, b) be a critical point of f C 2 (U p, R) then, if D(p) > 0 and f xx (p) > 0, then f(p) is a local minimum. if D(p) > 0 and f xx (p) < 0, then f(p) is a local maximum. if D(p) < 0, then f has a saddle at p. if D = 0, the test is inconclusive. Remark: The second derivative test comes about by approximating f(p) by the second degree polynomial in the taylor expansion of f about p i.e, f(x, y) f xx (a + th, b + tk)h 2 + 2f xy (a + th, b + tk)hk + f yy (a + th, b + tk)k 2 and the discriminant is precisely the one of this second degree polynomial. We won t give a sketch of this. We now come to optimizing functions via certain constraints and so this we have the method of Lagrange Multipliers. 14

15 Comment (Lagrange Multipliers): Suppose f(x, y) and g(x, y) are differentiable functions. If f(x, y) has a local minimum or a local maximum on a constraint curve g(x, y) = 0 at p = (a, b) and if Dg(p) 0 then there is a scalar λ such that Df(p) = λdg(p). Here λ is called the Lagrange multiplier. Sketch: Since Dg(p) = g(p) 0, we can define a differentiable curve γ(t) passing through p = γ(0). This curve γ g 1 (0) i.e g(γ(t)) = 0 and so g(p) γ (0) = 0 g(p) γ (0). And since p is a local extremum of f then f x (p) = f y (p) = 0 f(p) γ (0) = 0. Hence both f(p) and g(p) are normal vectors for the tangent plane at p f(p) = λ g(p). 15

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

What is a Space Curve?

What is a Space Curve? What is a Space Curve? A space curve is a smooth map γ : I R R 3. In our analysis of defining the curvature for space curves we will be able to take the inclusion (γ, 0) and have that the curvature of

More information

Course Notes Math 275 Boise State University. Shari Ultman

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

More information

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

MULTIVARIABLE CALCULUS

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

More information

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

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

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

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

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

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

More information

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

Lecture notes for Math Multivariable Calculus

Lecture notes for Math Multivariable Calculus Lecture notes for Math 417-517 Multivariable alculus J. Dimock Dept. of Mathematics SUNY at Buffalo Buffalo, NY 14260 December 4, 2012 ontents 1 multivariable calculus 3 1.1 vectors....................................

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

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

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

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR Appendix B The Derivative B.1 The Derivative of f In this chapter, we give a short summary of the derivative. Specifically, we want to compare/contrast how the derivative appears for functions whose domain

More information

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text.

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text. Math 275, section 002 (Ultman) Spring 2011 MIDTERM 2 REVIEW The second midterm will be held in class (1:40 2:30pm) on Friday 11 March. You will be allowed one half of one side of an 8.5 11 sheet of paper

More information

Lecture 13 - Wednesday April 29th

Lecture 13 - Wednesday April 29th Lecture 13 - Wednesday April 29th jacques@ucsdedu Key words: Systems of equations, Implicit differentiation Know how to do implicit differentiation, how to use implicit and inverse function theorems 131

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

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

Math 153 Calculus III Notes

Math 153 Calculus III Notes Math 153 Calculus III Notes 10.1 Parametric Functions A parametric function is a where x and y are described by a function in terms of the parameter t: Example 1 (x, y) = {x(t), y(t)}, or x = f(t); y =

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 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication.

MATH 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication. MATH 423/673 1 Curves Definition: The velocity vector of a curve α : I R 3 at time t is the tangent vector to R 3 at α(t), defined by α (t) T α(t) R 3 α α(t + h) α(t) (t) := lim h 0 h Note that the algebraic

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

Calculus 2502A - Advanced Calculus I Fall : Local minima and maxima

Calculus 2502A - Advanced Calculus I Fall : Local minima and maxima Calculus 50A - Advanced Calculus I Fall 014 14.7: Local minima and maxima Martin Frankland November 17, 014 In these notes, we discuss the problem of finding the local minima and maxima of a function.

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

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

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

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

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

LB 220 Homework 4 Solutions

LB 220 Homework 4 Solutions LB 220 Homework 4 Solutions Section 11.4, # 40: This problem was solved in class on Feb. 03. Section 11.4, # 42: This problem was also solved in class on Feb. 03. Section 11.4, # 43: Also solved in class

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

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

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2.

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v 260) Contents 2 Partial Derivatives 1 21 Limits and Continuity 1 22 Partial Derivatives 5 23 Directional Derivatives and the Gradient

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

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

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

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

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

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

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

Vector Calculus lecture notes

Vector Calculus lecture notes Vector Calculus lecture notes Thomas Baird December 13, 21 Contents 1 Geometry of R 3 2 1.1 Coordinate Systems............................... 2 1.1.1 Distance................................. 3 1.1.2 Surfaces.................................

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

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

Vector Calculus Lecture Notes

Vector Calculus Lecture Notes Vector Calculus Lecture Notes by Thomas Baird December 5, 213 Contents 1 Geometry of R 3 2 1.1 Coordinate Systems............................... 2 1.1.1 Distance................................. 4 1.1.2

More information

Faculty of Engineering, Mathematics and Science School of Mathematics

Faculty of Engineering, Mathematics and Science School of Mathematics Faculty of Engineering, Mathematics and Science School of Mathematics GROUPS Trinity Term 06 MA3: Advanced Calculus SAMPLE EXAM, Solutions DAY PLACE TIME Prof. Larry Rolen Instructions to Candidates: Attempt

More information

Coordinate systems and vectors in three spatial dimensions

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

More information

MATH 2730: Multivariable Calculus. Fall 2018 C. Caruvana

MATH 2730: Multivariable Calculus. Fall 2018 C. Caruvana MATH 273: Multivariable Calculus Fall 218 C. Caruvana Contents 1 Vectors 1 1.1 Vectors in the Plane.................................... 1 1.1.1 Vector Addition.................................. 3 1.1.2

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

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

More information

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO SOME PROBLEMS YOU SHOULD 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

CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT

CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT MATH 20300 DD & ST2 prepared by Antony Foster Department of Mathematics (office: NAC 6-273) The City College of The City University of

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

4 Partial Differentiation

4 Partial Differentiation 4 Partial Differentiation Many equations in engineering, physics and mathematics tie together more than two variables. For example Ohm s Law (V = IR) and the equation for an ideal gas, PV = nrt, which

More information

Tangent spaces, normals and extrema

Tangent spaces, normals and extrema Chapter 3 Tangent spaces, normals and extrema If S is a surface in 3-space, with a point a S where S looks smooth, i.e., without any fold or cusp or self-crossing, we can intuitively define the tangent

More information

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

More information

NORTHEASTERN UNIVERSITY Department of Mathematics

NORTHEASTERN UNIVERSITY Department of Mathematics NORTHEASTERN UNIVERSITY Department of Mathematics MATH 1342 (Calculus 2 for Engineering and Science) Final Exam Spring 2010 Do not write in these boxes: pg1 pg2 pg3 pg4 pg5 pg6 pg7 pg8 Total (100 points)

More information

SIMPLE MULTIVARIATE OPTIMIZATION

SIMPLE MULTIVARIATE OPTIMIZATION SIMPLE MULTIVARIATE OPTIMIZATION 1. DEFINITION OF LOCAL MAXIMA AND LOCAL MINIMA 1.1. Functions of variables. Let f(, x ) be defined on a region D in R containing the point (a, b). Then a: f(a, b) is a

More information

Taylor Series and stationary points

Taylor Series and stationary points Chapter 5 Taylor Series and stationary points 5.1 Taylor Series The surface z = f(x, y) and its derivatives can give a series approximation for f(x, y) about some point (x 0, y 0 ) as illustrated in Figure

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

Vector Calculus. Lecture Notes

Vector Calculus. Lecture Notes Vector Calculus Lecture Notes Adolfo J. Rumbos c Draft date November 23, 211 2 Contents 1 Motivation for the course 5 2 Euclidean Space 7 2.1 Definition of n Dimensional Euclidean Space........... 7 2.2

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

Math 207 Honors Calculus III Final Exam Solutions

Math 207 Honors Calculus III Final Exam Solutions Math 207 Honors Calculus III Final Exam Solutions PART I. Problem 1. A particle moves in the 3-dimensional space so that its velocity v(t) and acceleration a(t) satisfy v(0) = 3j and v(t) a(t) = t 3 for

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

CALCULUS III. Paul Dawkins

CALCULUS III. Paul Dawkins CALCULUS III Paul Dawkins Table of Contents Preface... iii Outline... iv Three Dimensional Space... Introduction... The -D Coordinate System... Equations of Lines... 9 Equations of Planes... 5 Quadric

More information

Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c).

Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c). Functions of Several Variables A function of several variables is just what it sounds like. It may be viewed in at least three different ways. We will use a function of two variables as an example. z =

More information

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R.

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R. Multivariable Calculus Lecture # Notes This lecture completes the discussion of the cross product in R and addresses the variety of different ways that n mathematical objects can be described via equations,

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

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions McGill University April 4 Faculty of Science Final Examination Calculus 3 Math Tuesday April 9, 4 Solutions Problem (6 points) Let r(t) = (t, cos t, sin t). i. Find the velocity r (t) and the acceleration

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

Math 241, Exam 1 Information.

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

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

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

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

More information

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

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

Chapter 4: Partial differentiation

Chapter 4: Partial differentiation Chapter 4: Partial differentiation It is generally the case that derivatives are introduced in terms of functions of a single variable. For example, y = f (x), then dy dx = df dx = f. However, most of

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

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

Math 67. Rumbos Fall Solutions to Review Problems for Final Exam. (a) Use the triangle inequality to derive the inequality

Math 67. Rumbos Fall Solutions to Review Problems for Final Exam. (a) Use the triangle inequality to derive the inequality Math 67. umbos Fall 8 Solutions to eview Problems for Final Exam. In this problem, u and v denote vectors in n. (a) Use the triangle inequality to derive the inequality Solution: Write v u v u for all

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

Course Summary Math 211

Course Summary Math 211 Course Summary Math 211 table of contents I. Functions of several variables. II. R n. III. Derivatives. IV. Taylor s Theorem. V. Differential Geometry. VI. Applications. 1. Best affine approximations.

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

Dr. Allen Back. Sep. 10, 2014

Dr. Allen Back. Sep. 10, 2014 Dr. Allen Back Sep. 10, 2014 The chain rule in multivariable calculus is in some ways very simple. But it can lead to extremely intricate sorts of relationships (try thermodynamics in physical chemistry...

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

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003 SOLUTIONS TO SECOND PRACTICE EXAM Math a, Spring 3 Problem ) ( points) Circle for each of the questions the correct letter. No justifications are needed. Your score will be C W where C is the number of

More information

APPLICATIONS OF DIFFERENTIABILITY IN R n.

APPLICATIONS OF DIFFERENTIABILITY IN R n. APPLICATIONS OF DIFFERENTIABILITY IN R n. MATANIA BEN-ARTZI April 2015 Functions here are defined on a subset T R n and take values in R m, where m can be smaller, equal or greater than n. The (open) ball

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

1 Vectors and 3-Dimensional Geometry

1 Vectors and 3-Dimensional Geometry Calculus III (part ): Vectors and 3-Dimensional Geometry (by Evan Dummit, 07, v..55) Contents Vectors and 3-Dimensional Geometry. Functions of Several Variables and 3-Space..................................

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

MATH Midterm 1 Sample 4

MATH Midterm 1 Sample 4 1. (15 marks) (a) (4 marks) Given the function: f(x, y) = arcsin x 2 + y, find its first order partial derivatives at the point (0, 3). Simplify your answers. Solution: Compute the first order partial

More information

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions VANDERBILT UNIVERSITY MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions Directions. This practice test should be used as a study guide, illustrating the concepts that will be emphasized in the

More information

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π.

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π. Math 234 What you should know on day one August 28, 2001 1 You should be able to use general principles like Length = ds, Area = da, Volume = dv For example the length of the semi circle x = cos t, y =

More information

BROWN UNIVERSITY MATH 0350 MIDTERM 19 OCTOBER 2017 INSTRUCTOR: SAMUEL S. WATSON. a b. Name: Problem 1

BROWN UNIVERSITY MATH 0350 MIDTERM 19 OCTOBER 2017 INSTRUCTOR: SAMUEL S. WATSON. a b. Name: Problem 1 BROWN UNIVERSITY MATH 0350 MIDTERM 19 OCTOBER 2017 INSTRUCTOR: SAMUEL S. WATSON Name: Problem 1 In this problem, we will use vectors to show that an angle formed by connecting a point on a circle to two

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

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

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

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