Math 304, Differential Forms, Lecture 1 May 26, 2011

Size: px
Start display at page:

Download "Math 304, Differential Forms, Lecture 1 May 26, 2011"

Transcription

1 Math 304, Differential Forms, Lecture 1 May 26, 2011 Differential forms were developed and applied to vector fields in a decisive way by the French Mathematician Élie artan ( ) in the first quarter of the 20th century. They provide an elegant framework for the theorems of vector calculus in 3 dimensions and can be used to formulate useful generalizations to higher dimensions. The development below is based upon the treatments in olley, Bressoud, and Bachman (in decreasing order of importance). What is a Differential Form? According to Harley Flanders, the author of a popular Dover book on applications of differential forms 1, the answer to this question is a differential form is what appears inside an integral. That is to say, f(x) dx, f(x, y) dx dy, f(x, y, z) dx dy dz, and P (x, y, z) dx+q(x, y, z) dy+r(x, y, z) dz, are all examples of differential forms. While this is true, and it does tell us what a differential form looks like, it does not tell us what a differential form actually is. artan s answer to the question is the definition of a differential form as a function that is built up from basic linear forms that project a vector to its components on each of the coordinate axes. Basic One-Forms on R 3 There are three basic one-forms in 3 dimensional space, dx, dy, and dz. ach one is a function from R 3 to R. Given a vector a = (a 1, a 2, a 3 ) in R 3, dx( a) = a 1, dy( a) = a 2, and dz( a) = a 3. It is easy to see that each of these functions is linear. That is, dx( a + b) = dx( a) + dx( b) and dx(λ a) = λdx( a), the same being true for dy and dz. In the mathematical literature they are referred to as linear forms. Geometry Geometrically, the basic 1-forms dx, dy, and dz map a vector a to its signed projection in the direction of each of the coordinate axes. If a is regarded as a displacement vector, then dx( a) is the displacement in the x-direction, dy( a) is the displacement in the y-direction, and dz( a) is the displacement in the z-direction. xample 1. If a = (2, 0, 1), then dx( a) = 2, dy( a) = 0, and dz( a) = 1. onstant oefficient One-Forms on R 3 A constant coefficient 1-form on R 3 is an expression of the form ω =b 1 dx + b 2 dy + b 3 dz, where b = (b 1, b 2, b 3 ) is a vector in R 3. That is, ω is a linear combination of 1-forms with constant coefficients. By defining ω( a) as ω( a) = b 1 dx( a) + b 2 dy( a) + b 3 dz( a), for each a = (a 1, a 2, a 3 ) in R 3, ω is also a linear form 2 on R 3. Observe that ω( a) = b 1 a 1 + b 2 a 2 + b 3 a 3 = b a, the work done by the force vector b in moving an object from the tail of a to its head. The number ω( a) can also be interpreted as the circulation along a induced by a constant flow with velocity vector b. 1 Differential Forms with Applications to the Physical Sciences, ISBN It is not difficult to show that every linear form on R 3 is a constant coefficient linear combination of basic 1-forms. 1

2 Variable oefficient One-Forms on R 3 A variable coefficient 1-form on R 3 is an expression of the form ω =P (x, y, z) dx + Q(x, y, z) dy + R(x, y, z) dz, (1) where F (x, y, z) = (P (x, y, z), Q(x, y, z), R(x, y, z)) is a vector field on R 3. That is, ω is a linear combination of 1-forms with variable coefficients. By defining ω (x,y,z) ( a) as ω (x,y,z) ( a) = P (x, y, z) dx( a) + Q(x, y, z) dy( a) + R(x, y, z) dz( a), for each (x, y, z) and a = (a 1, a 2, a 3 ) in R 3, ω determines is a vector field of linear forms on R 3. Observe that ω (x,y,z) ( a) = F (x, y, z) a (2) which approximates the work done by the vector field F in moving an object from the point (x, y, z), the tail of a, to its head at the point (x + a 1, y + a 2, z + a 3 ). ω (x,y,z) ( a) can also be interpreted as an approximation to the circulation along the line from (x, y, z) to (x + a 1, y + a 2, z + a 3 ) induced by the flow associated with the vector field F. xample 2. If F = (x 2, x z, xyz), then ω = x 2 dx + (x z) dy + xyz dz and ω (1,2,3) (3, 2, 1) = (1 2 ) 3 + (1 3) 2 + (1 2 3) 1 = 5. The Integral of a One-Form If is a curve in R 3 parametrized by r(t) = (x(t), y(t), z(t)), a t b, then quation (2) implies that onsequently, b This motivates the following definition. a ω r(t) ( r (t)) = F ( r(t)) r (t). ω r(t) ( r (t)) dt = b a F ( r(t)) r (t) dt. Definition. Given an oriented curve in R 3 parametrized by r(t), a t b, and a differential 1-form ω = P dx + Q dy + R dz, the integral of ω over is defined as ω = b a ω r(t) ( r (t)) dt. This does not define anything new, it simply introduces new notation for the line integral of a vector field in R 3. As immediate consequences note that when ω = P dx + Q dy + R dz is the differential 1-form associated with the vector field F = (P, Q, R) then ω = F d r = F T ds and, of course, ω = P dx + Q dy + R dz. 2

3 The Algebra of One-Forms Given two 1-forms in R 3, ω = P dx + Q dy + R dz and η = A dx + B dy + dz their sum is defined to be the 1-form ω + η = (P + A) dx + (Q + B) dy + (R + ) dz. If f(x, y, z) is a scalar field, officially referred to as a 0-form, (yes, that s right, a zero form) then fω is defined to be the 1-form fω = fp dx + fq dy + fr dz. It is easy to see that addition and scalar multiplication of 1-forms have the following algebraic properties. ω + η = η + ω ω + (η + β) = (ω + η) + β f(ω + η) = fω + fη (f + g)ω = fω + fω Multiplication of One-Forms: Basic Two-Forms It is also possible to multiply two 1-forms. The product of the two basic 1-forms dx and dy is defined to operate on an pair of vectors a = (a 1, a 2, a 3 ) and b = (b 1, b 2, b 3 ) in R 3 to produce a real number as follows. dx dy( a, dx( a) dx( b) b) = dy( a) dy( b) = a 1 b 1 a 2 b 2 = a 1b 2 a 2 b 1 dx dy is called a basic 2-form. 3 Geometry Geometrically, the basic 2-form dx dy maps the pair of vectors ( a, b) to the third component of their cross-product a b. This is the signed area of the projection of the parallelogram formed by a and b to the xy-plane. Similarly, the basic 2-form dz dx maps ( a, b) to a 3 b 1 a 1 b 3, which is the second component of their cross-product, and dy dz maps ( a, b) to a 2 b 3 a 3 b 2, which is the first component of their cross-product. xample 3. If a = (1, 2, 3) and b = (3, 2, 1), then dx dy( a, b ) = = = 4. Properties of 2 2 determinants imply that, as bilinear forms, the 9 basic 2-forms satisfy the following relations. dx dx = 0, dx dy = dy dx, dx dz = dz dx dy dx = dx dy, dy dy = 0, dy dz = dz dy dz dx = dx dz, dz dy = dy dz, dz dz = 0 These relations imply that any linear combination of basic 2-forms can be expressed uniquely as a linear combination of the three fundamental 2-forms dydz, dzdx, and dxdy. The fact that reversing the order of multiplication of two 1-forms changes the sign of the product is referred to as anti-commutativity of multiplication for two basic 1-forms. onstant oefficient Two-Forms on R 3 A constant coefficient 2-form on R 3 is an expression of the form ω =c 1 dydz + c 2 dzdy + c 3 dxdy, 3 2-forms are maps from R 3 R 3 to R that are linear in each variable making them bilinear. 3

4 where c = (c 1, c 2, c 3 ) is a vector in R 3. By defining ω( a, b) as ω( a, b) = c 1 dydz( a, b) + c 2 dzdz( a, b) + c 3 dxdy( a, b), for each a = (a 1, a 2, a 3 ) and b = (b 1, b 2, b 3 ) in R 3, ω is also a bilinear form 4 on R 3. The geometry of the fundamental 2-forms implies that ω( a, b) = c ( a b), which is the signed volume of the parallelopiped formed by the vectors a, b, and c. It is worth noting that this scalar triple product is also equal to the rate that fluid that will flow across the parallelogram formed by a and b in the direction of a b when the flow is determined by the constant velocity field F (x, y, z) = c. Variable oefficient Two-Forms on R 3 A variable coefficient 2-form on R 3 is an expression of the form ω =P (x, y, z) dydz + Q(x, y, z) dzdx + R(x, y, z) dxdy, (3) where F (x, y, z) = (P (x, y, z), Q(x, y, z), R(x, y, z)) is a vector field on R 3. That is, ω is a linear combination of 2-forms with variable coefficients. By defining ω (x,y,z) ( a, b ) as ω (x,y,z) ( a, b ) = P (x, y, z) dydz( a, b ) + Q(x, y, z) dzdx( a, b ) + R(x, y, z) dxdy( a, b ), for each (x, y, z), a = (a 1, a 2, a 3 ), and b = (b 1, b 2, b 3 ) in R 3, ω generates a vector field of bilinear forms on R 3. Observe that ω (x,y,z) ( a, b ) = F (x, y, z) ( a b ) (4) which approximates the rate that fluid that will flow across the parallelogram formed by a and b in the direction of a b when the flow is determined by the velocity field F. xample 4. If F = (x 2, x z, xyz), then ω = x 2 dydz + (x z) dzdx + xyz dxdy and ω (1,2,3) ((3, 2, 1), (1, 0, 1)) = (1 2, 1 3, 1 2 3) ((3, 2, 1) (1, 0, 1)) = 22. The Integral of a Two-Form If is an orientable surface in R 3 parametrized by Φ(u, v) = (x(u, v), y(u, v), z(u, v)), (u, v) in the parameter domain D, then quation (4) implies that onsequently, This motivates the following definition. D ω Φ(u,v) (Φ u, Φ v ) = F (Φ(u, v)) (Φ u Φ v ). ω Φ(u,v) (Φ u, Φ v ) du dv = D F (Φ(u, v)) (Φ u Φ v ) du dv. Definition. Given an oriented surface in R 3 parametrized by Φ(u, v), (u, v) in the parameter domain D, and a differential 2-form ω = P dydz + Q dzdx + R dxdy, the integral of ω over is defined as ω = ω Φ(u,v) (Φ u, Φ v ) du dv. D 4 It is not difficult to show that every bilinear form on R 3 that satisfies the nine relations listed above is a constant coefficient linear combination of the three fundamental 2-forms. 4

5 Once more, this does not define anything new. It simply introduces new notation for the surface integral of a vector field in R 3. As immediate consequences note that when ω = P dydz + Q dzdx + R dxdy is the differential 2-form associated with the vector field F = (P, Q, R) then ω = F ds = F n ds and, of course, ω = P dydz + Q dzdx + R dxdy. The Algebra of Two-Forms Given two 2-forms in R 3, ω = P dydz + Q dzdx + R dxdy and η = A dydz + B dzdx + dxdy their sum is defined to be the 2-form ω + η = (P + A) dydz + (Q + B) dzdx + (R + ) dxdy. If f(x, y, z) is a 0-form (i.e. a scalar field), then fω is defined to be the 2-form fω = fp dydz + fq dzdx + fr dxdy. Addition and scalar multiplication of 2-forms have the same algebraic properties as 1-forms. ω + η = η + ω ω + (η + β) = (ω + η) + β f(ω + η) = fω + fη (f + g)ω = fω + fω Addition is not defined for a 1-form and a 2-form, but the product of two differential forms can be defined in a natural way. Multiplication of Forms We already know that the product of a 0-form and a 1-form is a 1-form and the product of a 0-form and a 2-form is a 2-form. Products of 1-forms with 1-forms and 1-forms with 2-forms are obtained by expanding parentheses just as one would with polynomials, and collecting terms. Interesting things happen. xample 5. Let ω = P dx + Q dy + R dz be the 1-form associated with the vector field F = (P, Q, R) and η = A dx + B dy + dz the 1-form associated with G = (A, B, ). The following calculation shows that the product ω η is the 2-form associated with the cross product F G of F and G. In the computation the product forms dxdx, dydy, and dzdz were deleted and the anti-commutativity property of the product of two 1-forms was used to collect terms. ωη = (P dx + Q dy + R dz)(a dx + B dy + dz) = (Q RB) dydz + (RA P ) dzdx + (P B AQ) dxdy Similarly, the product η ω is associated with the cross product G F implying that general 1-forms have the same anti-commutativity property as basic 1-forms, namely η ω = ω η. The product of the basic 2-form dxdy and the basic 1-form dz produces what is referred to as the fundamental basic 3-form dxdydz. This is a trilinear form defined on ordered triples of vectors in R 3 in the way that generalizes the definition of a 2-form. dx( a ) dx( b ) dx( c ) dxdydz( a, b, c ) = dy( a ) dy( a 1 b 1 c 1 b ) dy( c ) = a 2 b 2 c 2 dz( a ) dz( b ) dz( c ) a 3 b 3 c 3 5

6 Geometrically, this is the volume of the parallelopiped spanned by the vectors a, b, and c. If the product of dxdy and dz is formed in the opposite order to yield dzdxdy, then the value of the determinant is unchanged. 5 That is, as trilinear forms, dxdydz = dzdxdy. On the other hand, it can readily be shown by direct calculation that dxdzdy = dxdydz and, more generally, any three form (that does not simply evaluate to 0) is equal to dxdydz or to dxdydz. onsequently, the general 3-form in R 3 with a variable coefficient looks like this: ω = f(x, y, z) dxdydz. Here is one more example involving multiplication. This time we multiply a general 1-form and a general 2-form. xample 6. Let ω = P dx + Q dy + R dz be the 1-form associated with the vector field F = (P, Q, R) and η = A dydz + B dzdx + dxdy the 2-form associated with G = (A, B, ). The following calculation shows that the product ω η is the 3-form associated with the dot product F G of F and G. In the computation the trivial product forms dxdxdy, dxdxdx, and so on, were deleted, and the commutativity property of the product of a basic 1-form and a basic 2-form was used to write all terms as scalar multiples of dxdydz. ωη = (P dx + Q dy + R dz)(a dydz + B dzdx + dxdy) = (P A + QB + R) dxdydz Similarly, the product η ω is associated with the dot product G F implying that general 1-forms always commute with general 2-forms: η ω = ω η. Properties of Multiplication of Differential Forms It can be shown that the following properties of multiplication hold for differential forms of any dimension. Distributivity If ω 1 and ω 1 are k-forms and η is an l-form, then (ω 1 + ω 2 ) η = ω 1 η + ω 2 η. Anti-commutativity If ω is a k-form and η is an l-form, then ω η = ( 1) kl η ω. Associativity If ω is a k-form, η an l-form, and β a p-form, then (ω η) β = ω (η β). Homogeneity If ω is a k-form, η an l-form, and f a 0-form, then f(ω η) = (fω) η = ω (f η). xercises 1. valuate the differential form ω = 2 dx 3 dy 3 dz at the vector a = (2, 1, 0). 2. If η = x dx + x 2 y dy (x + z) dz, then what is η (2,0,1) (0, 2, 1)? 3. Find ω (1, 1,3) ( a, b ) for ω = xy dxdy + xz dzdx and a = (1, 2, 3), b = (3, 2, 1). 4. Let ω and η be the 1-forms defined in xercises 1 and 2. Find (a) (2ω η) (1,2,3) (α, β, γ) (b) ω η (c) ω ω (How can we tell immediately that this is the zero 2-form?) 5. If ω is the 2-form on R 4 given by ω = x 2 x 3 dx 2 dx 4 x 4 dx 1 dx 3, then how would you evaluate the expression ω (0,1,2,3) ( a, b ) in terms of the components of a and b? 6. If ω = x dxdy and η = y dydz, then what is (y ω + x η) (a,b,c) ((1, 0, 0), (0, 1, 0))? 7. Referring to ω as defined in xercise 5, what is ω ω? (You will have to invent the definition for a 4-form to answer this.) 5 Moving the third row from the bottom of a 3 3 matrix to the top does not change the sign of its determinant because this matrix transformation is equivalent to two row interchanges. 6

SUPPLEMENTARY READING FOR MATH 53: DIFFERENTIAL FORMS AND THE GENERAL STOKES FORMULA

SUPPLEMENTARY READING FOR MATH 53: DIFFERENTIAL FORMS AND THE GENERAL STOKES FORMULA SUPPLEMENTARY READING FOR MATH 53: DIFFERENTIAL FORMS AND THE GENERAL STOKES FORMULA EDWARD FRENKEL, UC BERKELEY The purpose of these notes is to outline briefly a general formalism which allows for a

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

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

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1)

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Math 20C Multivariable Calculus Lecture 1 1 Coordinates in space Slide 1 Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Vector calculus studies derivatives and

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

Chapter 1. Vector Algebra and Vector Space

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

More information

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

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

Math 212-Lecture 8. The chain rule with one independent variable

Math 212-Lecture 8. The chain rule with one independent variable Math 212-Lecture 8 137: The multivariable chain rule The chain rule with one independent variable w = f(x, y) If the particle is moving along a curve x = x(t), y = y(t), then the values that the particle

More information

Past Exam Problems in Integrals, Solutions

Past Exam Problems in Integrals, Solutions Past Exam Problems in Integrals, olutions Prof. Qiao Zhang ourse 11.22 December 7, 24 Note: These problems do not imply, in any sense, my taste or preference for our own exam. ome of the problems here

More information

Figure 25:Differentials of surface.

Figure 25:Differentials of surface. 2.5. Change of variables and Jacobians In the previous example we saw that, once we have identified the type of coordinates which is best to use for solving a particular problem, the next step is to do

More information

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

MATH 280 Multivariate Calculus Fall Integrating a vector field over a surface MATH 280 Multivariate Calculus Fall 2011 Definition Integrating a vector field over a surface We are given a vector field F in space and an oriented surface in the domain of F as shown in the figure below

More information

Vectors and Fields. Vectors versus scalars

Vectors and Fields. Vectors versus scalars C H A P T E R 1 Vectors and Fields Electromagnetics deals with the study of electric and magnetic fields. It is at once apparent that we need to familiarize ourselves with the concept of a field, and in

More information

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr.

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr. 1. Let F(x, y) xyi+(y 3x)j, and let be the curve r(t) ti+(3t t 2 )j for t 2. ompute F dr. Solution. F dr b a 2 2 F(r(t)) r (t) dt t(3t t 2 ), 3t t 2 3t 1, 3 2t dt t 3 dt 1 2 4 t4 4. 2. Evaluate the line

More information

Vector Calculus handout

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

More information

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

Dr. Allen Back. Dec. 3, 2014

Dr. Allen Back. Dec. 3, 2014 Dr. Allen Back Dec. 3, 2014 forms are sums of wedge products of the basis 1-forms dx, dy, and dz. They are kinds of tensors generalizing ordinary scalar functions and vector fields. They have a skew-symmetry

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

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

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

More information

12.1. Cartesian Space

12.1. Cartesian Space 12.1. Cartesian Space In most of your previous math classes, we worked with functions on the xy-plane only meaning we were working only in 2D. Now we will be working in space, or rather 3D. Now we will

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

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

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

e x2 dxdy, e x2 da, e x2 x 3 dx = e

e x2 dxdy, e x2 da, e x2 x 3 dx = e STS26-4 Calculus II: The fourth exam Dec 15, 214 Please show all your work! Answers without supporting work will be not given credit. Write answers in spaces provided. You have 1 hour and 2minutes to complete

More information

Topic 5.1: Line Element and Scalar Line Integrals

Topic 5.1: Line Element and Scalar Line Integrals Math 275 Notes Topic 5.1: Line Element and Scalar Line Integrals Textbook Section: 16.2 More Details on Line Elements (vector dr, and scalar ds): http://www.math.oregonstate.edu/bridgebook/book/math/drvec

More information

2 dimensions Area Under a Curve Added up rectangles length (f lies in 2-dimensional space) 3-dimensional Volume

2 dimensions Area Under a Curve Added up rectangles length (f lies in 2-dimensional space) 3-dimensional Volume 12.7 Triple Integrals HW do integrations manually except for the applications Single integral Functions of 1 variable, f ( x ) *Integrated over interval of x f ( x ) 2 dimensions Area Under a Curve f (

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

Vector calculus background

Vector calculus background Vector calculus background Jiří Lebl January 18, 2017 This class is really the vector calculus that you haven t really gotten to in Calc III. Let us start with a very quick review of the concepts from

More information

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 Dr. E. Jacobs The main texts for this course are Calculus by James Stewart and Fundamentals of Differential Equations by Nagle, Saff

More information

Figure 21:The polar and Cartesian coordinate systems.

Figure 21:The polar and Cartesian coordinate systems. Figure 21:The polar and Cartesian coordinate systems. Coordinate systems in R There are three standard coordinate systems which are used to describe points in -dimensional space. These coordinate systems

More information

Line and Surface Integrals. Stokes and Divergence Theorems

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

More information

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

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

Calculus: Several Variables Lecture 27

Calculus: Several Variables Lecture 27 alculus: Several Variables Lecture 27 Instructor: Maksim Maydanskiy Lecture 27 Plan 1. Work integrals over a curve continued. (15.4) Work integral and circulation. Example by inspection. omputation via

More information

Jim Lambers MAT 280 Spring Semester Lecture 26 and 27 Notes

Jim Lambers MAT 280 Spring Semester Lecture 26 and 27 Notes Jim Lmbers MAT 280 pring emester 2009-10 Lecture 26 nd 27 Notes These notes correspond to ection 8.6 in Mrsden nd Tromb. ifferentil Forms To dte, we hve lerned the following theorems concerning the evlution

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

MAS 4156 Lecture Notes Differential Forms

MAS 4156 Lecture Notes Differential Forms MAS 4156 Lecture Notes Differentil Forms Definitions Differentil forms re objects tht re defined on mnifolds. For this clss, the only mnifold we will put forms on is R 3. The full definition is: Definition:

More information

Lecture 2: Vector-Vector Operations

Lecture 2: Vector-Vector Operations Lecture 2: Vector-Vector Operations Vector-Vector Operations Addition of two vectors Geometric representation of addition and subtraction of vectors Vectors and points Dot product of two vectors Geometric

More information

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. MATH 311-504 Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. Determinant is a scalar assigned to each square matrix. Notation. The determinant of a matrix A = (a ij

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

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

Chapter 4. The First Fundamental Form (Induced Metric)

Chapter 4. The First Fundamental Form (Induced Metric) Chapter 4. The First Fundamental Form (Induced Metric) We begin with some definitions from linear algebra. Def. Let V be a vector space (over IR). A bilinear form on V is a map of the form B : V V IR which

More information

Math Final Exam

Math Final Exam Math 221 - Final Exam University of Utah Summer 27 Name: s 1. (1 points) For the vectors: Calculate: (a) (2 points) a + b a = 3i + 2j 2k and b = i + 2j 4k. a + b = ( 3 + ( 1))i + (2 + 2)j + ( 2 + ( 4))k

More information

12. Lines in R 3. through P 0 and is parallel to v is written parametrically as a function of t: Using vector notation, the same line is written

12. Lines in R 3. through P 0 and is parallel to v is written parametrically as a function of t: Using vector notation, the same line is written 12. Lines in R 3 Given a point P 0 = (x 0, y 0, z 0 ) and a direction vector v 1 = a, b, c in R 3, a line L that passes through P 0 and is parallel to v is written parametrically as a function of t: x(t)

More information

Topic 5.6: Surfaces and Surface Elements

Topic 5.6: Surfaces and Surface Elements Math 275 Notes Topic 5.6: Surfaces and Surface Elements Textbook Section: 16.6 From the Toolbox (what you need from previous classes): Using vector valued functions to parametrize curves. Derivatives of

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

Exam 2 Solutions. (a) Is W closed under addition? Why or why not? W is not closed under addition. For example,

Exam 2 Solutions. (a) Is W closed under addition? Why or why not? W is not closed under addition. For example, Exam 2 Solutions. Let V be the set of pairs of real numbers (x, y). Define the following operations on V : (x, y) (x, y ) = (x + x, xx + yy ) r (x, y) = (rx, y) Check if V together with and satisfy properties

More information

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

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

More information

Summary of various integrals

Summary of various integrals ummary of various integrals Here s an arbitrary compilation of information about integrals Moisés made on a cold ecember night. 1 General things o not mix scalars and vectors! In particular ome integrals

More information

Lecture II: Vector and Multivariate Calculus

Lecture II: Vector and Multivariate Calculus Lecture II: Vector and Multivariate Calculus Dot Product a, b R ' ', a ( b = +,- a + ( b + R. a ( b = a b cos θ. θ convex angle between the vectors. Squared norm of vector: a 3 = a ( a. Alternative notation:

More information

f dr. (6.1) f(x i, y i, z i ) r i. (6.2) N i=1

f dr. (6.1) f(x i, y i, z i ) r i. (6.2) N i=1 hapter 6 Integrals In this chapter we will look at integrals in more detail. We will look at integrals along a curve, and multi-dimensional integrals in 2 or more dimensions. In physics we use these integrals

More information

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics 3.33pt Chain Rule MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Spring 2019 Single Variable Chain Rule Suppose y = g(x) and z = f (y) then dz dx = d (f (g(x))) dx = f (g(x))g (x)

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

How to Use Calculus Like a Physicist

How to Use Calculus Like a Physicist How to Use Calculus Like a Physicist Physics A300 Fall 2004 The purpose of these notes is to make contact between the abstract descriptions you may have seen in your calculus classes and the applications

More information

EE2007: Engineering Mathematics II Vector Calculus

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

More information

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

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

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

More information

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

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

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

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9 MATH 32B-2 (8W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Multiple Integrals 3 2 Vector Fields 9 3 Line and Surface Integrals 5 4 The Classical Integral Theorems 9 MATH 32B-2 (8W)

More information

********************************************************** 1. Evaluate the double or iterated integrals:

********************************************************** 1. Evaluate the double or iterated integrals: Practice problems 1. (a). Let f = 3x 2 + 4y 2 + z 2 and g = 2x + 3y + z = 1. Use Lagrange multiplier to find the extrema of f on g = 1. Is this a max or a min? No max, but there is min. Hence, among the

More information

Linear Algebra 1 Exam 2 Solutions 7/14/3

Linear Algebra 1 Exam 2 Solutions 7/14/3 Linear Algebra 1 Exam Solutions 7/14/3 Question 1 The line L has the symmetric equation: x 1 = y + 3 The line M has the parametric equation: = z 4. [x, y, z] = [ 4, 10, 5] + s[10, 7, ]. The line N is perpendicular

More information

Math 1272 Solutions for Fall 2005 Final Exam

Math 1272 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Exam ) This fraction appears in Problem 5 of the undated-? exam; a solution can be found in that solution set. (E) ) This integral appears in Problem 6 of the Fall 4 exam;

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

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

More information

MATH 2433 Homework 1

MATH 2433 Homework 1 MATH 433 Homework 1 1. The sequence (a i ) is defined recursively by a 1 = 4 a i+1 = 3a i find a closed formula for a i in terms of i.. In class we showed that the Fibonacci sequence (a i ) defined by

More information

Ideas from Vector Calculus Kurt Bryan

Ideas from Vector Calculus Kurt Bryan Ideas from Vector Calculus Kurt Bryan Most of the facts I state below are for functions of two or three variables, but with noted exceptions all are true for functions of n variables..1 Tangent Line Approximation

More information

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

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

More information

Final Exam Review Sheet : Comments and Selected Solutions

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

More information

LECTURE 1: LINES IN R 3

LECTURE 1: LINES IN R 3 LECTURE 1: LINES IN R 3 DAGAN KARP ABSTRACT. In this first lecture, we ll review some necessary material and notation from linear algebra, and begin to explore geometry in R 3. In particular, we ll study

More information

Introduction to Vector Spaces Linear Algebra, Fall 2008

Introduction to Vector Spaces Linear Algebra, Fall 2008 Introduction to Vector Spaces Linear Algebra, Fall 2008 1 Echoes Consider the set P of polynomials with real coefficients, which includes elements such as 7x 3 4 3 x + π and 3x4 2x 3. Now we can add, subtract,

More information

Laplace equation in polar coordinates

Laplace equation in polar coordinates Laplace equation in polar coordinates The Laplace equation is given by 2 F 2 + 2 F 2 = 0 We have x = r cos θ, y = r sin θ, and also r 2 = x 2 + y 2, tan θ = y/x We have for the partials with respect to

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

Chapter 3 - Vector Calculus

Chapter 3 - Vector Calculus Chapter 3 - Vector Calculus Gradient in Cartesian coordinate system f ( x, y, z,...) dr ( dx, dy, dz,...) Then, f f f f,,,... x y z f f f df dx dy dz... f dr x y z df 0 (constant f contour) f dr 0 or f

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

More information

Mathematics (Course B) Lent Term 2005 Examples Sheet 2

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

More information

Math 53: Worksheet 9 Solutions

Math 53: Worksheet 9 Solutions Math 5: Worksheet 9 Solutions November 1 1 Find the work done by the force F xy, x + y along (a) the curve y x from ( 1, 1) to (, 9) We first parametrize the given curve by r(t) t, t with 1 t Also note

More information

3. The Theorems of Green and Stokes

3. The Theorems of Green and Stokes 3. The Theorems of Green and tokes Consider a 1-form ω = P (x, y)dx + Q(x, y)dy on the rectangle R = [a, b] [c, d], which consists of points (x, y) satisfying a x b and c y d. The boundary R of R have

More information

MATH 304 Linear Algebra Lecture 19: Least squares problems (continued). Norms and inner products.

MATH 304 Linear Algebra Lecture 19: Least squares problems (continued). Norms and inner products. MATH 304 Linear Algebra Lecture 19: Least squares problems (continued). Norms and inner products. Orthogonal projection Theorem 1 Let V be a subspace of R n. Then any vector x R n is uniquely represented

More information

What is a Linear Space/Vector Space?

What is a Linear Space/Vector Space? What is a Linear Space/Vector Space? The terms linear space and vector space mean the same thing and can be used interchangeably. I have used the term linear space in the discussion below because I prefer

More information

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(t),

More information

MULTIVARIABLE INTEGRATION

MULTIVARIABLE INTEGRATION MULTIVARIABLE INTEGRATION (PLANE & CYLINDRICAL POLAR COORDINATES) PLANE POLAR COORDINATES Question 1 The finite region on the x-y plane satisfies 1 x + y 4, y 0. Find, in terms of π, the value of I. I

More information

MAY THE FORCE BE WITH YOU, YOUNG JEDIS!!!

MAY THE FORCE BE WITH YOU, YOUNG JEDIS!!! Final Exam Math 222 Spring 2011 May 11, 2011 Name: Recitation Instructor s Initials: You may not use any type of calculator whatsoever. (Cell phones off and away!) You are not allowed to have any other

More information

Linear Algebra. Hoffman & Kunze. 2nd edition. Answers and Solutions to Problems and Exercises Typos, comments and etc...

Linear Algebra. Hoffman & Kunze. 2nd edition. Answers and Solutions to Problems and Exercises Typos, comments and etc... Linear Algebra Hoffman & Kunze 2nd edition Answers and Solutions to Problems and Exercises Typos, comments and etc Gregory R Grant University of Pennsylvania email: ggrant@upennedu Julyl 2017 2 Note This

More information

Math 425 Lecture 1: Vectors in R 3, R n

Math 425 Lecture 1: Vectors in R 3, R n Math 425 Lecture 1: Vectors in R 3, R n Motiating Questions, Problems 1. Find the coordinates of a regular tetrahedron with center at the origin and sides of length 1. 2. What is the angle between the

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

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position.

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position. Vectors The standard geometric definition of vector is as something which has direction and magnitude but not position. Since vectors have no position we may place them wherever is convenient. Vectors

More information

Math 309 Notes and Homework for Days 4-6

Math 309 Notes and Homework for Days 4-6 Math 309 Notes and Homework for Days 4-6 Day 4 Read Section 1.2 and the notes below. The following is the main definition of the course. Definition. A vector space is a set V (whose elements are called

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

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

Higher Dimensions. Introduction. Differential Forms

Higher Dimensions. Introduction. Differential Forms 8 Vector Analysis in Higher Dimensions 8.1 An Introduction to Differential Forms 8.2 Manifolds and Integrals of k-forms 8.3 The Generalized Stokes s Theorem True/False Exercises for Chapter 8 Miscellaneous

More information

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

More information

Lecture 7 - Separable Equations

Lecture 7 - Separable Equations Lecture 7 - Separable Equations Separable equations is a very special type of differential equations where you can separate the terms involving only y on one side of the equation and terms involving only

More information

The exam will have 5 questions covering multiple

The exam will have 5 questions covering multiple Math 2210-1 Notes of 11/14/2018 Math 2210 Exam 3 ummary The exam will have 5 questions covering multiple integrals. Multiple Integrals are integrals of functions of n variables over regions in IR n. For

More information

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

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

More information

Problem Points S C O R E

Problem Points S C O R E MATH 34F Final Exam March 19, 13 Name Student I # Your exam should consist of this cover sheet, followed by 7 problems. Check that you have a complete exam. Unless otherwise indicated, show all your work

More information

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

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

More information