Math 207 Honors Calculus III Final Exam Solutions

Size: px
Start display at page:

Download "Math 207 Honors Calculus III Final Exam Solutions"

Transcription

1 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 all t. (i) What is the speed of the particle at time t? We have d dt v(t) 2 = d (v(t) v(t)) = a(t) v(t) + v(t) a(t) = 2v(t) a(t) = 2(t 3). dt Hence v(t) 2 = 2(t 3) dt = (t 3) 2 + k = v(t) = (t 3) 2 + k for some constant k. Since v(0) = 3j = 3, we have (0 3) 2 + k = 3 = k = 0 = v(t) = (t 3) 2 = t 3. (ii) What is the length of the path traced out by the particle during the time interval 0 t 7? By the arclength formula, the required length is 7 0 v(t) dt = Problem 2. The equations 7 0 t 3 dt = = 1 2 (3 t)2 3 = = (3 t) dt (t 3) y e x p 2 q = p and x 2 p + y q 3 = 2 3 (t 3) dt define p and q implicitly as smooth functions of x and y near (x, y, p, q) = (0, 2, 1, 1), so we have p = p(x, y) and q = q(x, y), with p(0, 2) = q(0, 2) = 1. Compute the partial derivatives p x, p y, q x, q y at the point (x, y) = (0, 2). Take the partial derivatives of each side of the given equations with respect to x, y to obtain { { y e x 2pp x q p 2 q x = p x e x 2pp y q p 2 q y = p y 2x p + x 2 p x + 3y q 2 and q x = 0 x 2 p y + q 3 + 3y q 2 q y = 0. Substituting the values x = 0, y = 2, p = 1, q = 1, these equations simplify to { { 2 2p x q x = p x 1 2p y q y = p y and 6 q x = q y = 0.

2 It follows that p x = 2 3, p y = 7 18, q x = 0, q y = 1 6. Problem 3. Find the global maximum and minimum of the function f (x, y) = 2x + 2y x 2 y 2 on the triangle in the first quadrant bounded by the lines x = 0, y = 0, y = 9 x. The global extrema of f over the triangle occur either at a critical point inside or along the boundary. We have D f (x, y) = [ f x f y ] = [2 2x 2 2y] = [0 0] = 2 2x = 2 2y = 0 = x = y = 1. This shows that f has a single critical point at (1, 1) which is inside the triangle, with f (1, 1) = 2. To study the extrema of f along the boundary, we consider the three edges of the triangle separately: Along the horizontal edge, we have y = 0 and 0 x 9 and the function reduces to f (x, 0) = 2x x 2 which has a maximum of f (1, 0) = 1 and a minimum of f (9, 0) = 63. Similarly, along the vertical edge, we have x = 0 and 0 y 9 and the function reduces to f (0, y) = 2y y 2 which has a maximum of f (0, 1) = 1 and a minimum of f (0, 9) = 63. Finally, along the slanted edge, we have y = 9 x and 0 x 9 and the function reduces to f (x, 9 x) = 2x + 2(9 x) x 2 (9 x) 2 = 2x x 63. An easy freshman calculus exercise shows that this function has a maximum of f (9/2, 9/2) = 45/2 and a minimum of f (9, 0) = f (0, 9) = 63 (0,9) (0,1) (1,1) (0,0) (1,0) (9/2,9/2) (9,0) We conclude that over this triangle, f reaches a global maximum of 2 at the critical point (1, 1) and a global minimum of 63 at the two corners (9, 0) and (0, 9). Problem 4. Use Lagrange multipliers to show that among all rectangular boxes of a given fixed volume, the cube has the smallest surface area. The surface area and volume of an x y z rectangular box are given by the formulas 2(xy + yz + zx) and xyz. The problem is then to show that the minimum value of the function f (x, y, z) = 2(xy + yz + zx)

3 subject to the constraint g(x, y, z) = xyz V = 0 occurs when x = y = z = V 1/3. Here V > 0 is the given fixed volume. By Lagrange multipliers, at the minimum point we must have f = λ g or [2y + 2z 2x + 2z 2x + 2y] = λ[yz xz xy] for some λ R. This, together with the constraint g = 0 leads to the system of equations 2(y + z) = λyz 2(x + z) = λxz 2(x + y) = λxy xyz = V. If any one of x, y, z is zero, the first three equations imply x = y = z = 0, which is inconsistent with the last equation. Thus, x, y, z are all non-zero. We can then express λ/2 from the first equation as (y + z)/(yz) = 1/y + 1/z. Doing the same on the second and third equations, we obtain 1 y + 1 z = 1 x + 1 z = 1 x + 1 y = 1 x = 1 y = 1 z The last equation then shows x = y = z = V 1/3. = x = y = z. How do we know that f indeed has a minimum for x 0 = y 0 = z 0 = V 1/3 and not, say, a maximum or saddle point? It is intuitively clear that when either of x, y, z gets too small or too large, f gets very large. So f must reach a minimum somewhere in the octant x > 0, y > 0, z > 0, which by the above analysis can only be (x 0, y 0, z 0 ). Below we verify this rigorously. Of course this wasn t required on the test, but aren t you curious to know?! Using the constraint, the surface area of the box can be expressed as a function of x, y only: S(x, y) = f ( x, y, V ) ( V = 2 xy + xy x + V ). y Here x, y vary in the quadrant x > 0, y > 0. The trouble is this quadrant is neither bounded nor closed, so we cannot apply the standard recipe to find the global minimum. But we can apply a cutting off trick to reduce the problem to the standard case. Take a large number c > 0 and consider the bounded closed region K = { (x, y) : x 1 c, y 1, xy c} c (see the figure). Take any point (x, y) outside or on the boundary of K. There are three possibilities: 0 < x 1/c. Then S(x, y) > 2V/x 2Vc. 0 < y 1/c. Then S(x, y) > 2V/y 2Vc. xy c. Then S(x, y) > 2xy 2c.

4 It follows that by choosing c > 0 large enough (depending on V), we can guarantee that S(x, y) > S(x 0, y 0 ) = 6V 2/3 for every (x, y) outside or on the boundary of K (in particular, (x 0, y 0 ) itself lies in the interior of K). By the extreme value theorem, S must reach a global minimum on K. By the choice of c, this minimum cannot be attained on the boundary of K, so it must occur at a critical point inside, which can only be (x 0, y 0 ). It follows that the global minimum of S on the whole quadrant x > 0, y > 0 occurs at (x 0, y 0 ). 2 (1/c,c ) K (1/c,1/c) xy=c 2 (c,1/c) Problem 5. The velocity of a moving fluid in 3-dimensional space is described by the vector field F(x, y, z) = 2x i + (e z cos y 3y) j (e z sin y + 3z) k. (i) Compute curl(f). i j k curl(f) = F = x y z 2x e z cos y 3y e z sin y 3z = ( e z cos y + e z cos y) i (0) j + (0) k = 0. (ii) Show that F is a gradient vector field, i.e., find a scalar function f such that F = f. The condition F = f is equivalent to (1) f x = 2x f (2) y = e z cos y 3y f (3) z = e z sin y 3z. Integrating (1) with respect to x gives f (x, y, z) = x 2 + C(y, z), where C is a differentiable function of y, z. To find C, take the partial derivative of this equation with respect to y and set it equal to (2): Integrating this with respect to y gives f y = C y = e z cos y 3y. C(y, z) = e z sin y 3 2 y2 + D(z),

5 where D is a differentiable function of z only. Hence, f (x, y, z) = x 2 + e z sin y 3 2 y2 + D(z). To find D, take the partial derivative of this equation with respect to z and set it equal to (3): f z = e z sin y + dd dz = e z sin y 3z. This gives dd dz = 3z = D(z) = 3 2 z2 + E for some constant E. It follows that f (x, y, z) = x 2 + e z sin y 3 2 y2 3 2 z2 + E. It is easy to check that this f indeed satisfies f = F. (iii) Let B 0 be a ball of radius 1 in space and B t be its image under the flow of F after time t. Find the volume V(t) of B t as a function of t. What happens to V(t) as t +? We have div(f) = F = x (2x) + y (e z cos y 3y) + z ( e z sin y 3z) By Liouville s theorem, Solving this first order linear ODE gives = 2 e z sin y 3 + e z sin y 3 = 4. V (t) V(t) = div(f) = V (t) = 4V(t). V(t) = V(0)e 4t. But V(0) is the volume of the ball B 0, which is 4π/3. It follows that Evidently V(t) 0 as t +. V(t) = 4π 3 e 4t. Bonus Problem. Every 2 2 matrix with real entries can be identified with a vector in R 4 in a natural way: a b (a, b, c, d). c d This allows us to think of the determinant as a function det : R 4 R. Use this identification to write the second order Taylor formula for the function det about the identity matrix I. Under the above identification, det(a, b, c, d) = ad bc,

6 so D det(a, b, c, d) = [ d c b a ] and H det(a, b, c, d) = a b Hence, for a matrix A =, c d D det(i)a = [ ] a b c = a + d = tr(a) d and a 1 2 At H det(i)a = 1 a b c d b c d d = 1 a b c d c 2 b = ad bc = det(a). a Thus, the second order Taylor formula for det at I is det(i + A) = det(i) + D det(i)a At H det(i)a + E 2 (A) = 1 + tr(a) + det(a) + E 2 (A). Remark. Here the second order error term E 2 (A) is in fact zero since det(i + A) is already a quadratic polynomial in entries a, b, c, d of A: 1 + a b det(i + A) = det c 1 + d = (1 + a)(1 + d) bc = 1 + (a + d) + (ad bc) = 1 + tr(a) + det(a). 1. THEOREMS AND DEFINITIONS PART II. (i) What does it mean for a map f : R n R m to be continuous at a R n? f is continuous at a if lim x a f (x) = f (a). Specifically, this means for every ε > 0 there is a δ > 0 such that x a < δ implies f (x) f (a) < ε.

7 (ii) What does it mean for a linear map T : R n R m to be the derivative of f : R n R m at a R n? It means f (a + h) f (a) T(h) lim h 0 h = 0 Such T, if it exists, is unique and it is often denote by D f (a). (iii) Let f : R n R be a C 2 scalar function and a R n. State the 2nd order Taylor formula on quadratic approximation of f near a. Taylor s formula is f (a + h) = f (a) + D f (a) h ht H f (a) h + E 2 (h). Here D f (a) = [ f (a) ] is the derivative matrix of f at a, H f (a) = [ 2 f (a) ] is the x i x i x j Hessian matrix of f at a, and the error term satisfies E 2 (h)/ h 2 0 as h MULTIPLE CHOICE 1. For a path c : R R 3, if the velocity v(t) is orthogonal to the acceleration a(t) for all t, then the path (A) has constant speed (B) has constant curvature (C) traces out a line (D) traces out a circle or helix Answer: A. In fact, d dt v(t)2 = d dt v(t) 2 = d (v(t) v(t)) = 2v(t) a(t) = 0, dt from which it follows that v 2, hence v, is constant. Alternatively, you could use the decomposition a = v T + κv 2 N of the acceleration into tangential and normal components. If a is always orthogonal to v, there is no tangential component, hence v = 0, showing that v must be constant. 2. The curvature κ(t) of the path c(t) = (sin t t cos t, cos t + t sin t, 4) is (A) t (B) t 2 (C) 1 t (D) 1 t 2 Answer: C. We compute v(t) = c (t) = (t sin t, t cos t, 0) a(t) = c (t) = (sin t + t cos t, cos t t sin t, 0),

8 so It follows that i j k v a = det t sin t t cos t 0 = t 2 k. sin t + t cos t cos t t sin t 0 κ(t) = v a v 3 3. The function f (x, y) = x 3 + y 3 3xy has (A) a local maximum and a local minimum (B) a local maximum and a saddle point (C) a local minimum and a saddle point (D) two saddle points = t2 t 3 = 1 t. Answer: C. The derivative of f is D f (x, y) = [3x 2 3y 3y 2 3x], from which it follows that f has critical points at (0, 0) and (1, 1). We have 6x 3 H f (x, y) =, 3 6y so H f (0, 0) = H f (1, 1) = Since det H f (0, 0) = 9 < 0, by the second derivative test (0, 0) is a saddle point. Similarly, since det H f (1, 1) = 27 > 0 and a 11 = 6 > 0, by the second derivative test (1, 1) is a local minimum. 4. Let a, b be non-zero vectors in R 3. The function f : R 3 R defined by f (x) = x a 2 + x b 2 reaches a minimum at (A) x = 0 (B) x = 1 (a + b) (C) x = a b (D) nowhere 2 Answer: B. We have f (x) = ( x a 2 ) + ( x b 2 ) = 2(x a) + 2(x b) = 2(2x (a + b)). Setting f (x) equal to 0, we obtain the unique critical point x 0 = (a + b)/2. It is intuitively clear that since f (x) gets arbitrarily large as x gets large, f must reach a global minimum at this critical point x 0. Here is a more precise reasoning in case you re interested: By the triangle inequality, x a x a and x b x b. Hence, f (x) ( x a ) 2 + ( x b ) 2, which shows f (x) as x. Choose a radius R > 0 so large that f (x) > f (x 0 ) whenever x R. By the extreme value theorem, f must reach a global minimum on the closed ball x R. By the choice of R, this minimum cannot be attained on

9 the boundary, so it must occur at a critical point inside the ball, which can only be x 0. Since the values of f are larger than f (x 0 ) outside this ball, it easily follows that the global minimum of f on the entire R 3 occurs at x Let f : R 2 R be a C 1 scalar function and c : R R 2 be a C 1 path. The composition f c : R R has a critical point at t if and only if the vectors f (c(t)) and c (t) are (A) both zero (B) equal (C) parallel (D) orthogonal Answer: D. Use the chain rule to write ( f c) (t) = f (c(t)) c (t). Now t is a critical point of f c if and only if ( f c) (t) = 0, which by the above equation happens when f (c(t)) c (t) = Suppose the partial derivatives of a C 1 function f : R 2 R are non-zero and satisfy f x = 5 f y everywhere. Then the level sets of f are lines of the form (A) y = 5x + b (B) y = 5x + b (C) y = 1 5 x + b (D) y = 1 5 x + b Answer: B. The assumption says that the gradient vector f at every point is a nonzero multiple of 5i + j: f = f x i + f y j = 5 f y i + f y j = f y (5i + j). The level sets of f are everywhere orthogonal to f, so they must be everywhere orthogonal to the vector 5i + j. This shows that these level sets are lines of the form y = 5x + b. To see this differently, we can parametrize the line y = 5x + b by the path c(t) = (t, 5t + b). By the chain rule, ( f c) (t) = f (c(t)) c (t) = f (c(t)) (i 5j) = f y (5i + j) (i 5j) = 0. This shows that f c is a constant function, which means f is constant on the line y = 5x + b. As an exercise, prove that under these assumptions, there is a C 1 function g : R R with non-zero derivative such that f (x, y) = g(5x + y). 7. The isotherms (level sets of temperature) in the plane are shown, where the arrows indicate the gradient of temperature. The hottest and coldest points along the circle, respectively, are a (A) a and d (B) d and a (C) b and c (D) c and b b d c

10 Answer: B. The temperature is constant along each curve and the direction of arrows at a, b, c, d shows that it gets hotter as we go from top to the bottom. This suggests, intuitively, that the hottest and coldest points on the circle are d and a, respectively. To make this precise, observe that by Lagrange multipliers, the extrema of the temperature T on the circle occur at the points where T is parallel to g, where g(x, y) = (x x 0 ) 2 + (y y 0 ) 2 is the quadratic function whose level set g(x, y) = R 2 describes the circle. Since the level sets of T and g are orthogonal to T and g, it follows that these level sets must be tangent to one another at these extrema. Looking at the plot, we see that a and d are the only points where the isotherms are tangent to the circle. The direction of the arrows then shows that T must have a maximum at d and a minimum at a. 8. Let c(t) be the trajectory of the vector field F(x, y) = y i + x 2 j in the plane with the initial condition c(0) = 2i j. The initial velocity and acceleration of this trajectory are (A) v(0) = i 4j, a(0) = 4i 4j (B) v(0) = i 4j, a(0) = 4i + 4j (C) v(0) = i + 4j, a(0) = 4i 4j (D) v(0) = i + 4j, a(0) = 4i + 4j Answer: C. Let c(t) = (x(t), y(t)). The condition of being a trajectory means c (t) = F(c(t)) which translates into the system of ODE s { x (t) = y(t) (4) y (t) = x 2 (t). Setting t = 0, we obtain x (0) = y(0) = 1 and y (0) = x 2 (0) = 4. Thus, the initial velocity is v(0) = i + 4j. Differentiating (4) with respect to t gives { x (t) = y (t) = x 2 (t) y (t) = 2x(t)x (t) = 2x(t)y(t). Setting t = 0, we obtain x (0) = x 2 (0) = 4 and y (0) = 2x(0)y(0) = 4. Thus, the initial acceleration is a(0) = 4i 4j. 9. The vector field F(x, y, z) = x cos z i + y j sin z k (A) is the curl of some vector field (B) is the gradient of some scalar function (C) is both (D) is neither Answer: D. F is neither a curl nor a gradient. In fact, if there were a vector field G such that F = curl(g), we would have div(f) = div(curl(g)) = 0. But div(f) = (x cos z) + x y (y) (sin z) = 1. z

11 Similarly, if there were a scalar function f such that F = grad( f ), we would have curl(f) = curl(grad( f )) = 0. But i j k curl(f) = det x y z = x sin z j. x cos z y sin z 10. Let F be a vector field in R 3 for which the derivative DF is a symmetric 3 3 matrix. Then (A) curl(f) = 0 (B) div(f) = 0 (C) both (A) and (B) (D) nothing can be said in general Answer: A. Let F = P i + Q j + R k. Then P x P y P z DF = Q x Q y Q z. Since DF is assumed to be symmetric, R x R y R z P y = Q x P z = R x Q z = R y. Hence i j k curl(f) = x y z = (R y Q z ) i (R x P z ) j + (Q x P y ) k = 0. P Q R The divergence of F in this case does not have to be zero, as the example F(x, y, z) = x i + y j + z k shows.

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

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

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

CALCULUS: Math 21C, Fall 2010 Final Exam: Solutions. 1. [25 pts] Do the following series converge or diverge? State clearly which test you use.

CALCULUS: Math 21C, Fall 2010 Final Exam: Solutions. 1. [25 pts] Do the following series converge or diverge? State clearly which test you use. CALCULUS: Math 2C, Fall 200 Final Exam: Solutions. [25 pts] Do the following series converge or diverge? State clearly which test you use. (a) (d) n(n + ) ( ) cos n n= n= (e) (b) n= n= [ cos ( ) n n (c)

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

(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

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

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

Department of Mathematics, IIT Bombay End-Semester Examination, MA 105 Autumn-2008

Department of Mathematics, IIT Bombay End-Semester Examination, MA 105 Autumn-2008 Department of Mathematics, IIT Bombay End-Semester Examination, MA 105 Autumn-2008 Code: C-031 Date and time: 17 Nov, 2008, 9:30 A.M. - 12:30 P.M. Maximum Marks: 45 Important Instructions: 1. The question

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

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

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

MTH 277 Test 4 review sheet Chapter , 14.7, 14.8 Chalmeta

MTH 277 Test 4 review sheet Chapter , 14.7, 14.8 Chalmeta MTH 77 Test 4 review sheet Chapter 13.1-13.4, 14.7, 14.8 Chalmeta Multiple Choice 1. Let r(t) = 3 sin t i + 3 cos t j + αt k. What value of α gives an arc length of 5 from t = 0 to t = 1? (a) 6 (b) 5 (c)

More information

Math 212-Lecture Interior critical points of functions of two variables

Math 212-Lecture Interior critical points of functions of two variables Math 212-Lecture 24 13.10. Interior critical points of functions of two variables Previously, we have concluded that if f has derivatives, all interior local min or local max should be critical 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

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

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

g(t) = f(x 1 (t),..., x n (t)).

g(t) = f(x 1 (t),..., x n (t)). Reading: [Simon] p. 313-333, 833-836. 0.1 The Chain Rule Partial derivatives describe how a function changes in directions parallel to the coordinate axes. Now we shall demonstrate how the partial derivatives

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

Name: Instructor: Lecture time: TA: Section time:

Name: Instructor: Lecture time: TA: Section time: Math 2220 Prelim 1 February 17, 2009 Name: Instructor: Lecture time: TA: Section time: INSTRUCTIONS READ THIS NOW This test has 6 problems on 7 pages worth a total of 100 points. Look over your test package

More information

16.2 Line Integrals. Lukas Geyer. M273, Fall Montana State University. Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall / 21

16.2 Line Integrals. Lukas Geyer. M273, Fall Montana State University. Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall / 21 16.2 Line Integrals Lukas Geyer Montana State University M273, Fall 211 Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall 211 1 / 21 Scalar Line Integrals Definition f (x) ds = lim { s i } N f (P i ) s

More information

Divergence Theorem December 2013

Divergence Theorem December 2013 Divergence Theorem 17.3 11 December 2013 Fundamental Theorem, Four Ways. b F (x) dx = F (b) F (a) a [a, b] F (x) on boundary of If C path from P to Q, ( φ) ds = φ(q) φ(p) C φ on boundary of C Green s Theorem:

More information

Fundamental Theorems of Vector

Fundamental Theorems of Vector Chapter 17 Analysis Fundamental Theorems of Vector Useful Tip: If you are reading the electronic version of this publication formatted as a Mathematica Notebook, then it is possible to view 3-D plots generated

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

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

Review Questions for Test 3 Hints and Answers

Review Questions for Test 3 Hints and Answers eview Questions for Test 3 Hints and Answers A. Some eview Questions on Vector Fields and Operations. A. (a) The sketch is left to the reader, but the vector field appears to swirl in a clockwise direction,

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

Divergence Theorem Fundamental Theorem, Four Ways. 3D Fundamental Theorem. Divergence Theorem

Divergence Theorem Fundamental Theorem, Four Ways. 3D Fundamental Theorem. Divergence Theorem Divergence Theorem 17.3 11 December 213 Fundamental Theorem, Four Ways. b F (x) dx = F (b) F (a) a [a, b] F (x) on boundary of If C path from P to Q, ( φ) ds = φ(q) φ(p) C φ on boundary of C Green s Theorem:

More information

Chapter 2: Unconstrained Extrema

Chapter 2: Unconstrained Extrema Chapter 2: Unconstrained Extrema Math 368 c Copyright 2012, 2013 R Clark Robinson May 22, 2013 Chapter 2: Unconstrained Extrema 1 Types of Sets Definition For p R n and r > 0, the open ball about p of

More information

MAT 419 Lecture Notes Transcribed by Eowyn Cenek 6/1/2012

MAT 419 Lecture Notes Transcribed by Eowyn Cenek 6/1/2012 (Homework 1: Chapter 1: Exercises 1-7, 9, 11, 19, due Monday June 11th See also the course website for lectures, assignments, etc) Note: today s lecture is primarily about definitions Lots of definitions

More information

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

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

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

REVIEW 2, MATH 3020 AND MATH 3030

REVIEW 2, MATH 3020 AND MATH 3030 REVIEW, MATH 300 AND MATH 3030 1. Let P = (0, 1, ), Q = (1,1,0), R(0,1, 1), S = (1,, 4). (a) Find u = PQ and v = PR. (b) Find the angle between u and v. (c) Find a symmetric equation of the plane σ that

More information

Math 32B Discussion Session Week 10 Notes March 14 and March 16, 2017

Math 32B Discussion Session Week 10 Notes March 14 and March 16, 2017 Math 3B iscussion ession Week 1 Notes March 14 and March 16, 17 We ll use this week to review for the final exam. For the most part this will be driven by your questions, and I ve included a practice final

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

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

Math 291-3: Lecture Notes Northwestern University, Spring 2016

Math 291-3: Lecture Notes Northwestern University, Spring 2016 Math 291-3: Lecture Notes Northwestern University, Spring 216 Written by Santiago Cañez These are lecture notes for Math 291-3, the third quarter of MENU: Intensive Linear Algebra and Multivariable Calculus,

More information

Review for the Final Exam

Review for the Final Exam Calculus 3 Lia Vas Review for the Final Exam. Sequences. Determine whether the following sequences are convergent or divergent. If they are convergent, find their limits. (a) a n = ( 2 ) n (b) a n = n+

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

(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

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4.

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4. MATH 23, FALL 2013 Text: Calculus, Early Transcendentals or Multivariable Calculus, 7th edition, Stewart, Brooks/Cole. We will cover chapters 12 through 16, so the multivariable volume will be fine. WebAssign

More information

Math Maximum and Minimum Values, I

Math Maximum and Minimum Values, I Math 213 - Maximum and Minimum Values, I Peter A. Perry University of Kentucky October 8, 218 Homework Re-read section 14.7, pp. 959 965; read carefully pp. 965 967 Begin homework on section 14.7, problems

More information

1 Lagrange Multiplier Method

1 Lagrange Multiplier Method 1 Lagrange Multiplier Method Near a maximum the decrements on both sides are in the beginning only imperceptible. J. Kepler When a quantity is greatest or least, at that moment its flow neither increases

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

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its L Marizzaa A Bailey Multivariable andd Vector Calculus Name: Limits and Continuity Limits and Continuity We have previously defined limit in for single variable functions, but how do we generalize this

More information

MA102: Multivariable Calculus

MA102: Multivariable Calculus MA102: Multivariable Calculus Rupam Barman and Shreemayee Bora Department of Mathematics IIT Guwahati Differentiability of f : U R n R m Definition: Let U R n be open. Then f : U R n R m is differentiable

More information

0, otherwise. Find each of the following limits, or explain that the limit does not exist.

0, otherwise. Find each of the following limits, or explain that the limit does not exist. Midterm Solutions 1, y x 4 1. Let f(x, y) = 1, y 0 0, otherwise. Find each of the following limits, or explain that the limit does not exist. (a) (b) (c) lim f(x, y) (x,y) (0,1) lim f(x, y) (x,y) (2,3)

More information

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema Chapter 7 Extremal Problems No matter in theoretical context or in applications many problems can be formulated as problems of finding the maximum or minimum of a function. Whenever this is the case, advanced

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

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

f(x, y) = 1 2 x y2 xy 3

f(x, y) = 1 2 x y2 xy 3 Problem. Find the critical points of the function and determine their nature. We have We find the critical points We calculate f(x, y) = 2 x2 + 3 2 y2 xy 3 f x = x y 3 = 0 = x = y 3 f y = 3y 3xy 2 = 0

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

WORKSHEET #13 MATH 1260 FALL 2014

WORKSHEET #13 MATH 1260 FALL 2014 WORKSHEET #3 MATH 26 FALL 24 NOT DUE. Short answer: (a) Find the equation of the tangent plane to z = x 2 + y 2 at the point,, 2. z x (, ) = 2x = 2, z y (, ) = 2y = 2. So then the tangent plane equation

More information

Practice Problems for the Final Exam

Practice Problems for the Final Exam Math 114 Spring 2017 Practice Problems for the Final Exam 1. The planes 3x + 2y + z = 6 and x + y = 2 intersect in a line l. Find the distance from the origin to l. (Answer: 24 3 ) 2. Find the area of

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

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

Calculus - II Multivariable Calculus. M.Thamban Nair. Department of Mathematics Indian Institute of Technology Madras

Calculus - II Multivariable Calculus. M.Thamban Nair. Department of Mathematics Indian Institute of Technology Madras Calculus - II Multivariable Calculus M.Thamban Nair epartment of Mathematics Indian Institute of Technology Madras February 27 Revised: January 29 Contents Preface v 1 Functions of everal Variables 1 1.1

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

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 The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input,

MATH The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input, MATH 20550 The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input, F(x 1,, x n ) F 1 (x 1,, x n ),, F m (x 1,, x n ) where each

More information

Calculus 2 A collection of solved exercises

Calculus 2 A collection of solved exercises Czech Technical University in Prague Calculus A collection of solved exercises Miroslav Korbelář Paola Vivi Department of Mathematics Faculty of Electrical Engineering Prague 16 Contents 1 Sets in R n

More information

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

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

More information

MATH2070 Optimisation

MATH2070 Optimisation MATH2070 Optimisation Nonlinear optimisation with constraints Semester 2, 2012 Lecturer: I.W. Guo Lecture slides courtesy of J.R. Wishart Review The full nonlinear optimisation problem with equality constraints

More information

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers (Com S 477/577 Notes) Yan-Bin Jia Nov 9, 2017 1 Introduction We turn now to the study of minimization with constraints. More specifically, we will tackle the following problem: minimize

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

Multivariable Calculus

Multivariable Calculus 2 Multivariable Calculus 2.1 Limits and Continuity Problem 2.1.1 (Fa94) Let the function f : R n R n satisfy the following two conditions: (i) f (K ) is compact whenever K is a compact subset of R n. (ii)

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

Math 291-2: Final Exam Solutions Northwestern University, Winter 2016

Math 291-2: Final Exam Solutions Northwestern University, Winter 2016 Math 29-2: Final Exam Solutions Northwestern University, Winter 206 Determine whether each of the following statements is true or false f it is true, explain why; if it is false, give a counterexample

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

More information

ENGI 4430 Line Integrals; Green s Theorem Page 8.01

ENGI 4430 Line Integrals; Green s Theorem Page 8.01 ENGI 443 Line Integrals; Green s Theorem Page 8. 8. Line Integrals Two applications of line integrals are treated here: the evaluation of work done on a particle as it travels along a curve in the presence

More information

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

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

More information

+ f f n x n. + (x)

+ f f n x n. + (x) Math 255 - Vector Calculus II Notes 14.5 Divergence, (Grad) and Curl For a vector field in R n, that is F = f 1, f 2,..., f n, where f i is a function of x 1, x 2,..., x n, the divergence is div(f) = f

More information

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form Second Order ODEs Second Order ODEs In general second order ODEs contain terms involving y, dy But here only consider equations of the form A d2 y dx 2 + B dy dx + Cy = 0 dx, d2 y dx 2 and F(x). where

More information

25. Chain Rule. Now, f is a function of t only. Expand by multiplication:

25. Chain Rule. Now, f is a function of t only. Expand by multiplication: 25. Chain Rule The Chain Rule is present in all differentiation. If z = f(x, y) represents a two-variable function, then it is plausible to consider the cases when x and y may be functions of other variable(s).

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

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

Math 321 Final Exam. 1. Do NOT write your answers on these sheets. Nothing written on the test papers will be graded.

Math 321 Final Exam. 1. Do NOT write your answers on these sheets. Nothing written on the test papers will be graded. Math 31 Final Exam Instructions 1 Do NOT write your answers on these sheets Nothing written on the test papers will be graded Please begin each section of questions on a new sheet of paper 3 Do not write

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

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2)

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2) Math 2, Final Exam, Practice Fall 29 Problem Solution. A triangle has vertices at the points A (,,), B (, 3,4), and C (2,,3) (a) Find the cosine of the angle between the vectors AB and AC. (b) Find an

More information

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li Summary for Vector alculus and omplex alculus (Math 321) By Lei Li 1 Vector alculus 1.1 Parametrization urves, surfaces, or volumes can be parametrized. Below, I ll talk about 3D case. Suppose we use e

More information

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

ENGI 4430 Line Integrals; Green s Theorem Page 8.01

ENGI 4430 Line Integrals; Green s Theorem Page 8.01 ENGI 4430 Line Integrals; Green s Theorem Page 8.01 8. Line Integrals Two applications of line integrals are treated here: the evaluation of work done on a particle as it travels along a curve in the presence

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

Transpose & Dot Product

Transpose & Dot Product Transpose & Dot Product Def: The transpose of an m n matrix A is the n m matrix A T whose columns are the rows of A. So: The columns of A T are the rows of A. The rows of A T are the columns of A. Example:

More information

Higher order derivative

Higher order derivative 2 Î 3 á Higher order derivative Î 1 Å Iterated partial derivative Iterated partial derivative Suppose f has f/ x, f/ y and ( f ) = 2 f x x x 2 ( f ) = 2 f x y x y ( f ) = 2 f y x y x ( f ) = 2 f y y y

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

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 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

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

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

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

4.1 Analysis of functions I: Increase, decrease and concavity

4.1 Analysis of functions I: Increase, decrease and concavity 4.1 Analysis of functions I: Increase, decrease and concavity Definition Let f be defined on an interval and let x 1 and x 2 denote points in that interval. a) f is said to be increasing on the interval

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

f. D that is, F dr = c c = [2"' (-a sin t)( -a sin t) + (a cos t)(a cost) dt = f2"' dt = 2

f. D that is, F dr = c c = [2' (-a sin t)( -a sin t) + (a cos t)(a cost) dt = f2' dt = 2 SECTION 16.4 GREEN'S THEOREM 1089 X with center the origin and radius a, where a is chosen to be small enough that C' lies inside C. (See Figure 11.) Let be the region bounded by C and C'. Then its positively

More information

MATH 2400: Calculus III, Fall 2013 FINAL EXAM

MATH 2400: Calculus III, Fall 2013 FINAL EXAM MATH 2400: Calculus III, Fall 2013 FINAL EXAM December 16, 2013 YOUR NAME: Circle Your Section 001 E. Angel...................... (9am) 002 E. Angel..................... (10am) 003 A. Nita.......................

More information

HW3 - Due 02/06. Each answer must be mathematically justified. Don t forget your name. 1 2, A = 2 2

HW3 - Due 02/06. Each answer must be mathematically justified. Don t forget your name. 1 2, A = 2 2 HW3 - Due 02/06 Each answer must be mathematically justified Don t forget your name Problem 1 Find a 2 2 matrix B such that B 3 = A, where A = 2 2 If A was diagonal, it would be easy: we would just take

More information

2.20 Fall 2018 Math Review

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

More information