21-268: Multi-dimensional Calculus Spring 2012

Size: px
Start display at page:

Download "21-268: Multi-dimensional Calculus Spring 2012"

Transcription

1 -68: Multi-dimensional Calculus Spring Department of Mathematical-Sciences, Carnegie Mellon University. Copyright 5, Department of Mathematical Sciences, Carnegie Mellon University. This work is licensed under the Creative Commons Attribution-Non Commercial-Share Alike 4. International License. This means you may adapt and or redistribute this document for non commercial purposes, provided you give appropriate credit and re-distribute your work under the same licence. To view the full terms of this license, visit creativecommons.org/licenses/by-nc-sa/4./ or send a letter to Creative Commons, PO Box 866, Mountain View, CA 944, USA.

2 Preface ii Preface These notes were typed in when -68: Multi-dimensional Calculus was taught by Russell Schwab in the Department of Mathematical-Sciences at Carnegie- Mellon university. The notes were typed by Christopher Almost. These notes are being distributed by the Department of Mathematical-Sciences as a service to the community, under the Creative Commons Attribution-Non Commercial- Share Alike 4. International License. This means you may adapt and or redistribute this document for non commercial purposes, provided you give appropriate credit and re-distribute your work under the same licence. This means:. You may use these as lecture notes for a similar course you are teaching, provided you follow the licence terms.. You may give these notes to your students as a references, provided you follow the licence terms. 3. You may edit these notes, and redistribute your modifications, provided you do so under the same licence. 4. If however, you would like to use material in these notes for a commercial book, you must obtain written prior approval. To view the full terms of this license, visit licenses/by-nc-sa/4./ or send a letter to Creative Commons, PO Box 866, Mountain View, CA 944, USA. The L A TEX source for these notes is currently publicly hosted at GitLab: https: //gitlab.com/gi4/cmu-math-68. If you are interested in modifying these notes, please contact the current maintainer to discuss the best method. These notes are provided as is, without any warranty and Carnegie Mellon University, the Department of Mathematical-Sciences, nor any of the authors are liable for any errors.

3 Contents Preface Contents ii iii Linear algebra review Functions of several real variables. Examples of multi-dimensional functions Notation and basic definitions Limits and continuity Differentiation of multi-dimensional functions 5. Best affine approximation and partial derivatives Linearization and the Jacobian matrix Rules of Differentiation Geometric applications 3. Curves and paths Paths on surfaces Higher derivatives and Taylor s theorem 3 4. Higher derivatives Extrema and the second derivative test Constrained extrema and Lagrange multipliers Multi-dimensional integrals 3 5. Double integrals Triple integrals Riemann sums Changes of coordinates Polar coordinates Spherical Coordinates Integrals over paths and surfaces 3 6. Line and path integrals Parameterized surfaces Surface integral Vector Calculus Divergence and curl Orientation of boundaries Flux and Gauss theorem Stoke s theorem Proof of Stoke s theorem for a graph iii

4 Contents iv 7.6 Gauss theorem Index 48

5 Linear algebra review Linear algebra review. (a) Recall that λ and v are respectively an eigenvalue and associated eigenvector of the linear map T if... If v and T v λv. (b) Implicitly, assumptions were made in (a) about the domain and range of T. What were they? They must be the same vector space.. Find the eigenvalues of A 5 4. They are and 4 because A is upper triangular and those are the diagonal elements. 3. Let p n be a fixed, non-zero, vector. (a) What space should v be in for p v to make sense? The dual space of n, which is canonically isomorphic to n. (b) What is the solution space of all v with p v? Is it a vector space? Why? What is the dimension, and why? It is the hyperplane of all vectors perpendicular to p, a vector space of dimension n. 4. (a) To which diagonal matrix, say B, is A in question similar (conjugate)? It is similar to B 4 because its eigenvalues are distinct and hence A is diagonalizable. (b) What does it mean for two matrices to be similar (conjugate)? A is similar to B if there is an invertible matrix M (a change of basis) such that A M BM. 5. Suppose D is similar (conjugate) to C. Evaluate det(d) and tr(d). They are and, respectively, because those are the answers for C, and both det and tr are invariant for conjugation. 6. Does it make sense to talk about eigenvectors of E. Why or why not? No, because the domain of E is 4 but its range is 3, which are not the same space. Functions of several real variables. Examples of multi-dimensional functions We know how to do calculus for functions f : or f : [a, b] of a single real variable. Here are some examples of functions with more inputs and outputs than just one.

6 .. Notation and basic definitions.. Examples.. Temperature in a physical space (e.g. this room). The input is the Cartesian coordinate of the point in the room, x (x, x, x 3 ), and the output is T(x), the temperature. Here T : 3 or T : 3.. Topographical height on a map or on the Earth s surface. The input is the coordinates x (x, x ), or longitude and latitude, and the output is the height, h(x). Here h : or h : S, where S is the -dimensional sphere. 3. Electrostatic potential Φ and electric field E. The input is the coordinates, x, of a point in a physical space and the outputs are Φ : 3, the scalar electric potential (voltage) at x, and E : 3 3, the vector indicating force on a particle due to electric field. We will see that, typically, E DΦ, the gradient of Φ, a topic of this course. 4. From economics, the utility function U. The inputs are the amounts of each good you could consume (e.g. hours at a pinball machine, number of apples, number of oranges, amount of fizzy beverage, etc.) The ouput is the scalar quantity that is the amount of satisfaction derived from that particular choice of consumption bundle. Here U : n +, where n is the number of goods under consideration. + [, ) is the collection of non-negative real numbers.. Notation and basic definitions We need to define some notation that makes analogy with the idea of a function of a single variable f : [a, b] in -dimensional calculus. The underlying space for this course is n, n-tuples of real numbers, with canonical basis {e,..., e n }, where e i is the n-vector with a in the i th position and zeros everywhere else. The inner product on n is defined by x, y : x y x y + + x n y n. This defines a distance on n defined by d(x, y) : x y, x y, the squared length of x y. We will also write x y : d(x, y) (absolute value bars). So the norm on n is defined by x x, x. Yet otherwise said, n x y d(x, y) (x i y i ). An ɛ-neighbourhood of x n is B ɛ (x) : {y n : d(x, y) < ɛ}, the ball centred at x with radius ɛ, not including the boundary (i.e. the open ball). A subset n is an open set if for all x, there is some neighbourhood of x also contained in (i.e. there is ɛ > such that B ɛ (x) ). This generalizes the idea that if x (a, b) then there is always room between a and x and between x and b. A subset n is closed set if its complement c : n \ is an open set. In symbols, for all y / there is some ɛ > such that B ɛ (y). i

7 .3. Limits and continuity 3.. Example. : {x : x and x } is closed. It is the closed box/square [, ] [, ]. For any y outside of (so y > or y > ) there is ɛ > such that B ɛ (y) does not intersect the square. A subset n is bounded if there is some R > such that B R (). (Note that you should be able to tell that R is a scalar from the context: the only collection in this course for which we will define a total ordering < is.).. Examples.. : {x n : x i for all i,..., n} is bounded. Taking R : 8 shows this.. : {x : x x < } is the region between two hyperbolas in. is not bounded. Indeed, it contains the line x x. 3. Vector subspaces of n are not bounded sets. In general they are not open sets either. A subset n is connected (actually path-connected) if, for all x, y, there is a path γ from x to y. (A path γ is a continuous function γ : [a, b] n, and γ is said to go from x to y if γ(a) x and γ(b) y.) For open sets, it suffices to replace path γ in the definition of connected with an ordered collection of unbroken straight line segments starting at x and ending with y. We will say that is a domain if it is open and (path-)connected. Domains are the sets over which we will do multi-variable calculus...3 Example. Consider the following function f : \ {} defined by f (x, x ) : x x x + x. What does the graph of f look like? Is f well-behaved near x? We have several tools at our disposal. The level curves of f are the sets {x \ {} : f (x) c} for various choices of c. The level set for c is the pair of lines x x and x x (not including zero). The level sets for c and are the lines x and x, respectively. In polar coordinates, f (r, θ) (r cos θ) (r sin θ) r cos(θ). Interestingly, this formula does not depend on the radius..3 Limits and continuity This section follows K.4. We saw that the function from Example..3 was not so well-behaved for its argument near zero, in the sense that the values the function takes on a circle centred at the origin are cos(θ), irrespective of the radius. Continuity is the property of a function, say f, that the values f (x) can be made as close to f (x ) as we like by taking x close to x. The precise definition is as follows. Let f : n m be a function.

8 .3. Limits and continuity 4.3. Definition. We say that lim x x f (x) c, that f has a limit of c at x or x on the boundary of, if for all ɛ > there is δ > such that f (x) c < ɛ for every x such that < x x < δ. Note that we do not require that this hold at x x. This is the δ-ɛ definition of limit. We say that f is continuous at x if lim x x f (x) f (x ). If the domain of f is then there are only two directions from which to approach a point x from the left or from the right. In n there are many ways to approach a point, and more than just the n ways along the coordinate directions..3. Example. Let f be as in Example..3 and define f (x), x g(x), x. Let s try x x for a few different -dimensional approaches. Let for the following choices of γ.. If γ(s) (s, ) then. If γ(s) (, s) then 3. If γ(s) (s, s) then γ(s) (x (s), x (s)) s lim g(γ(s)) lim s s s. s lim g(γ(s)) lim s s s. lim g(γ(s)) lim s s s. 4. If γ(s) (s cos s, s sin s) then lim s g(γ(s)) lim s cos(s). 5. Think of a function γ for which lim s g(γ(s)) does not exist..3.3 Exercises.. Let γ(s) (s cos( s ), s sin( s )) and s(). Describe the path γ. Is is continuous at s? Yes, it is continuous at s because lim γ(s) lim s cos ( s s s ), s sin ( s ) lim s γ(). s The path γ spirals around (, ), making infinitely many complete turns around it before reaching zero.. What happens with f (x) (x x )/(x + x ) under s f (γ(s))? Does lim s f (γ(s)) exist? The limit does not exist because f (γ(s)) cos( s ), which is very badly behaved near s.

9 Differentiation of multi-dimensional functions 5 The key point is that -dimensional limits existing for various ways of taking x to x (e.g. γ(s) x as s ) do not imply that the limit exists according to the n definition. Recall that if f : and g : m then g f : m : x g(f (x)) is the composition..3.4 Theorem. If f is continuous at x and g is continuous at y f (x ) then g f is continuous at x. A similar statement, appropriately modified, holds for limits. If lim x x f (x) c and lim y c g(y) l then lim x x g f (x) l..3.5 Corollary. If lim x x f (x) c and γ : [, ɛ] is any path with values in such that lim s γ(s) x then lim s f (γ(s)) exists and is equal to c. Going back to Example.3., g is not continuous at x because the limit lim x g(x) does not even exist by the corollary (because there are multiple different limits of g(γ(s)) for different choices of γ) and therefore there is no hope of lim x g(x) g(). Differentiation of multi-dimensional functions. Best affine approximation and partial derivatives Recall that, when f : is differentiable, f (x ) lim x x f (x) f (x ) x x. This implies that c f (x ) is the unique number such that lim f (x) f (x ) c(x x ) x x x x That is, the best affine approximation of f at x is l x (x) : f (x ) + c(x x ). What should we do for f : n? Could we use an affine approximation to f? This is related to the material in K.6 and K.7. Recall that a linear map n is characterized by p n, namely x p x is linear, and this gives all linear maps. The best linear approximation for f at x had better at least match at x, i.e. we should take l x (x ) f (x ). It follows that l x (x) : f (x ) + p (x x ) for some p n. But which one? The best approximation will correspond to the p such that f (x) l x (x) goes to zero faster than (x x ) as x x. Our goal is hence the unique p such that f (x) (f (x ) + p (x x )) lim. () x x x x

10 .. Best affine approximation and partial derivatives 6 But how do we do this? Note that x p x is a linear map n. To know p, we need to know p i for i,..., n. But p e i p i, so we need only look in the directions of the canonical basis. Whence, for small h, l x (x + he i ) f (x ) + p (x + he i x ) f (x ) + hp i, From the definition of the derivative, with x x + he i, It follows that f (x) (f (x ) + p (x x )) lim x x x x f (x + he i ) (f (x ) + hp e i ) lim h h lim f (x + he i ) f (x ) h p i h p i lim h f (x + he i ) f (x ) h This is the -dimensional derivative of the function g(h) : f (x + he i ). Think of g as the restriction of f to the -dimensional space x + span({e i })... Theorem. If f has l x as its best linear approximation at x in the sense of () then p i lim h h (f (x + he i ) f (x ))... Definition. The partial derivative of f : n at x in the x i component is g (), where g(h) : f (x + he i ). It is denoted f f (x + he i ) f (x ) (x ) lim. x i h h How to compute the partial derivative? The function g only records changes in f the direction of e i, so from the point of view of g the x j for j i are constants. Apply the -dimensional rules assuming that x j for j i are constant. All this material matches the material in K.5, K.6, and K Example. If f (x) : x sin(x ) + x x + x then f f x x cos(x ) + x + x. x x sin(x ) + x and The best affine approximation to f : n m can be represented by an m n matrix with respect to the canonical bases as follows. Note that f (x) is a vector in m, so think of f (f,..., f m ) T, where f i :. We require l x (x) : f (x ) + A(x x ), where f (x) (f (x ) + A(x x )) lim. () x x x x

11 .. Linearization and the Jacobian matrix 7 If this holds then A is unique and A (a i j ) i,...,m,j,...,n, where a i j [Ae i ] j is the i th component of the vector Ae j m. To isolate a i j we perform the same basic procedure as in the n case, but applied to the i th entries of l x and f. [f (x + he j ) f (x ) A(x + he j x )] i [f (x + he j ) f (x ) hae j ] i f i (x + he j ) f i (x ) [hae j ] i But this gives exactly the partial derivative of f i in the x j direction, i.e. for i,..., m and j,..., n. a i j f f i i (x + he j ) f i (x ) lim x j h h. Linearization and the Jacobian matrix We say that f : n m is total differentiable or full differentiable at x if there is an m n matrix A such that () holds. We write D f (x ) A. This matrix is also known as the Jacobian of f at x... Theorem. If f is full differentiable at x then f i x j (x ) exists and is equal to [D f (x )] i j, the (i j) th entry of A. But when is A given by the partials?.. Theorem. Let f : n m, x, and ɛ > be such that B ɛ (x ). If f i x j all exist and are continuous on B ɛ (x ) then f is full differentiable at x and [D f (x )] i j f i x j (x ). Note that m controls the norms of each of the components of f m and also of x n. So () is very strong. The information about f i (x + he j ) as functions is not enough to get the full derivative. But the extra requirement that f i x j exist and are continuous on a whole neighbourhood is enough...3 Example. lim x cos( x ) does not exist. If the limit did exists, say was c, then c [, ] because that is the range of the function cosine. Suppose that c. Let ɛ : c >. Then ɛ > and we will show that there is no δ > such that cos( x ) c < ɛ for all x < δ. Let x n : πn. Then x n as n and cos( x n ) c cos(πn) c c > c ɛ. Therefore, no matter which δ > we try, there is n large enough that x n < δ, and cos( x n ) c > ɛ. Therefore c is not the limit, so either is the limit or the limit does not exist. But repeating the same argument with the assumption that c and x n : exist. π(n+) shows that the limit cannot be, so the limit does not

12 .. Linearization and the Jacobian matrix 8 We have seen that the existence of a best affine approximation implies that the partial derivatives exist. That is to say, given f : n and x, if there is a unique p n such that f (x) f (x ) p (x x ) lim. x x x x (this is () again), then f has partial derivatives in all directions at x. We have seen that l x (x) : f (x ) + p (x x ) is the best affine approximation to f at x. Functions f for which a best affine approximation exist are said to be differentiable. Not all functions are differentiable. Taking x x + he j and plugging it into (), lim x x f (x) l x (x) x x lim h f (x + he j ) f (x ) p (he j ) he j f (x + he j ) f (x ) hp e j lim h h f (x lim + he j ) f (x ) hp e j h h f (x + he j ) f (x ) lim p e j h h f (x + he j ) f (x ) p e j lim h h x x he j e j ratio of real numbers This tells us both that the limit on the right exists and that it is equal to p e j p j. We write D f (x ) p and f x j (x ) p j. We call D f the gradient of f at x (but only when f maps to, in which case D f is an n-vector). The best affine approximation to f at x can hence be rewritten as l x (x) f (x ) + D f (x ) (x x ) f (x ) + f (x )(x x ) + + f (x )(x n x n ). x x n..4 Example. Is f (x) : x x + + x n differentiable at x? It is not, because if it were then f x () would exist, but f ( + he ) f () h h h ± where the ± depends on the sign of h. Therefore the limit as h does not exist, so the limit defining f x () does not exist. This implies that f is not differentiable. Similarly, g(x) x + x is not differentiable at x because f x () does not exist (though in this case f x () does exist).

13 .3. Rules of Differentiation 9 In which direction does f increase the fastest from f (x )? Hint: first think of which direction l x increases the fastest. Since f and l x are very close in a neighbourhood of x, the answers should be the same. The tangent plane to the graph of f : n at x is the graph of the best affine approximation l x. It is the unique hyperplane that touches the graph of f at x and which satisfies error(x x )/ x x as x x..3 Rules of Differentiation As with -dimensional derivatives, there are a few rules that the derivative satisfies.. If f : n m and c then. If f, g : then 3. If f, g : m then D(c f )(x ) cd f (x ). D(g f )(x ) g(x )D f (x ) + f (x )Dg(x ). D(f + g)(x ) D f (x ) + Dg(x ). 4. If g : l m and f : n then D(f g)(x ) D f (g(x ))Dg(x ). The last rule is the chain rule. It is one of the best reasons for using the best affine approximation definition of the derivative. g(x) g(x ) + Dg(x )(x x ) + err g (x x ) f (g(x)) f (g(x )) + D f (g(x ))(g(x) g(x )) + err f (g(x) g(x )) f (g(x )) + D f (g(x ))[Dg(x )(x x ) + err g (x x )] + err f (g(x) g(x )) f (g(x )) + D f (g(x ))Dg(x )(x x ) + [D f (g(x ))err g (x x ) + err f (g(x) g(x ))] Furthermore, because the errors in the best affine approximation go to zero faster than x x as x x, D f (g(x ))err g (x x ) + err f (g(x) g(x )) lim x x x x lim D f (g(x )) err g(x x ) err f (g(x) g(x )) + lim x x x x x x g(x) g(x ) g(x) g(x ) x x Make the previous computation precise as an exercise. Note that we have used the fact that g is continuous at x (to know that g(x) g(x )) and also that g is

14 Geometric applications differentiable at x (to know that the ratio g(x) g(x ) / x x is bounded). This shows that D f (g(x ))Dg(x ) is the correct matrix for the best affine approximation of f g at x. Check that the shapes are in fact correct for multiplying these matrices together..3. Exercise. Suppose f : n : x x + q x. What is D f (x ) for any x? It is always q because f is affine, so it is its own best affine approximation. Think of f (x) (c + q x ) + q (x x ). 3 Geometric applications Given a direction v (so v ), how does f change at x in the straight line through x in the direction v, i.e. in the affine space x + span({v})? This is a - dimensional problem. Let g(s) x +sv and use the chain rule on the composition f (g(s)). Since Dg() v and f (g()) f (x ), the derivative is D f (x ) v. This is the directional derivative of f at x in the direction v. 3. Curves and paths Notation. C () is the collection of functions f : m such that D f (x) exists and is continuous for all x. Typically is an open connected set, i.e. a domain. Such functions are said to be continuously differentiable. A path is a map γ : [a, b] n. The terminology of continuity and differentiability carry over from what we have been discussing for the past few weeks. We will write γ : γ : Dγ for paths, when appropriate, and we refer to this n-vector as the velocity vector. curve is the image left behind after tracing a path. More precisely, it is the image of a path, Γ γ([a, b]) {γ(t) : t [a, b]}. Note the difference between γ and Γ. We say that Γ is differentiable at x Γ if there exists a continuously differentiable path γ : [a, b] Γ and t [a, b] such that both γ(t ) x and γ (t ). The tangent line is the unique line with direction γ (t ) and which touches (i.e. is tangent to) Γ at x. 3.. Examples.. Let γ : [, 4π] : t (t cos t, t sin t). The partial derivatives are γ (t) cos t t sin t and γ (t) sin t + t cos t, which are both differentiable and never both zero. Indeed, the sum of their squares is + t. Hence the image of this path is a differentiable curve. [Insert sketch of the spiral.]. Consider now the path [, ] : t (t 4, t ). It is differentiable at all t (, ), but the image curve Γ is not differentiable at zero. It has a cusp at the origin.

15 3.. Paths on surfaces [Insert image. Note that γ γ.] To prove that the curve Γ is not differentiable at (, ), we must show that any possible candidate γ : [a, b] Γ that is continuously differentiable fails the requirement that γ (t ). By shifting, we may always assume without loss of generality that t. Observe that all points x Γ satisfy x x. Therefore γ(t) (c(t), c(t) ) for some c : [a, b]. We are requiring that γ is continuously differentiable, so there is a best affine approximation at zero, call it v γ (), such that γ(t) γ() v(t ) lim t t lim t lim t (c(t) t v ) + ( c(t) t v ) t ( c(t) t v ) t c(t) t t t v lim t lim c(t) t v t Therefore we may conclude c(t) v lim t t v lim c(t) t t lim t v t lim c(t) t t c(t) lim t t c(t) lim t t x x is continuous Since γ is continuously differentiable, c () exists, and by the limit above, it must be zero. Can it be the case that c () but ( c(t) ) ()? Again, since γ is continuously differentiable, c(t) is differentiable at t. The rest of the proof is an exercise. 3. Paths on surfaces What is a surface? Intuitively, a surface is a -dimensional object inside of a 3- dimensional space, e.g. a piece of paper in this room, the surface of a ball (a sphere), etc. More precisely, S n+ is a level surface if it can be written as

16 3.. Paths on surfaces S {x n+ : F(x) c}, where F : n+ is continuously differentiable and c is a fixed constant, and DF(x) for all x near S. In this case we say the dimension of S is n. Note that F : n+ actually describing an n-dimensional surface is special. We must be careful with F, because not every such function gives rise to an n-dimensional surface. 3.. Examples.. Justification for DF. Let F(x), x ( x ), x >. Then F is continuously differentiable. (Check this carefully for x.) [Insert diagram of the 3-d picture of F.] Note {x : F(x) } {x : x } is not -dimensional in the usual sense of the term. DF(x) for all x in this level set, which is why we exclude this case.. Now let F(x) x. Then DF(x) x/ x for all n and F is not differentiable at zero. For c >, the level surface associated with F and c is the circle of radius c when n and the sphere of radius c when n If f : then the graph of f is {x 3 : x 3 f (x, x )}. It can be realized as a -dimensional surface by taking F : 3 with F(x) f (x, x ) x 3 and c. Note that DF ( f x, f x, ) is never zero. For example, if f (x) x x then F(x) x x x Another way to find curves in other than images of paths is level surfaces of F :, i.e. a -dimensional level surface is basically a curve. For example, if F(x) x s then the level surfaces are a tool for understanding the graph of F. At c we have x x, so x ±x. For c we get x x, a hyperbola, and for c, we get x x, another hyperbola. [Insert diagram of level sets and of the 3-d picture.] 3.. Example. Let γ : [, ] 3 : t (t cos(4πt), t sin(4πt), t ), and note that γ(t) for all t. This means that γ happens to always take values on the sphere S {x 3 : x }. The path of γ starts at the north pole at t and spirals down in an anti-clockwise direction until it reaches the equator at t after making two full revolutions. In general, if γ is a path on a level surface S {x : F(x) c} then, necessarily, F(γ(t)) c for every t in the domain of γ. A special case is a path on a graph of a function f : n. Recall that the graph of f is an n-dimensional surface in n+. If γ : [a, b] n+ is on the graph of f then it must be the case that γ(t) (γ (t),..., γ n (t), f (γ(t))), i.e. the (n + ) st component of γ is related to the first n components by f. What is the analog of the best affine approximation for surfaces? If the level surface is the graph of a function f, then we have seen that the tangent plane at a

17 Higher derivatives and Taylor s theorem 3 point x is exactly the graph of the best affine approximation of f at x. Basically all directional derivatives are encoded in the slope of the tangent plane. We determined the partial derivatives by reducing to the -dimensional case. For each direction e i, we consider the function g i (h) f (x + he i ), so that the partial derivatives are given by f x i (x ) g (). Note that g i is a path on the graph of f that passes through x! Furthermore, g () D f (x ) e i. This is good material with which to formulate a definition. We say that the tangent plane to the graph of f is the unique plane which touches the graph at (x, f (x )) and contains the velocity vectors, γ i (), of each of the paths γ i (s) : (x + se i, f (x + se i )). Now let S {x n+ : F(x) c} be a level surface. We say that the tangent plane (or tangent hyperplane) to S at x S is the unique n-dimensional plane that contains x and x + γ() for every continuously differentiable path γ contained in S with γ() x. Recall that γ is a path in S if γ : [a, b] n+ and γ(t) S for all t [a, b]. Equivalently, if F(γ(t)) c for all t [a, b]. From this latter equation (and the chain rule) we will be able to calculate the equation of the tangent plane. Differentiating at t, DF(γ()) γ() DF(x ) γ() But how many choices are there for γ() as γ ranges over the collection of appropriate paths? The tangent plane should contain all the directions solving DF(x ) p, or equivalently and more precisely, the tangent plane is the affine space x + (span({df(x )})). Yet otherwise said, x is in the tangent plane to S at x S if and only if DF(x ) (x x ) Example. Let S be the unit sphere in 3, S {x 3 : x }. The tangent plane at (,, ) is computed as follows. In this case F(x) x, so (compute as an exercise) DF(x) x/ x, and since x (,, ), DF(x ) (,, ). [Insert diagram?] The tangent plane is the unique plane perpendicular to (,, ) containing (,, ). (It is a coincidence of the sphere that x DF(x ).) More explicitly, the tangent plane is {(, s, t) : s, t }. 4 Higher derivatives and Taylor s theorem 4. Higher derivatives In the -dimensional case, if f : is smooth enough then f : and the derivative operation can be repeated over and over. When f : n, we compute D f via partial derivatives, which are each -dimensional derivatives. If f is smooth enough, then f x i is differentiable, so we can take further partial derivatives. Unlike the -dimensional case, there is not a unique second derivative ; there are n combinations of second partial derivatives of f. We write f x j x i for the second partial derivative of f with respect to x i first and then with respect

18 4.. Higher derivatives 4 to x j. This notation can be extended in the obvious way to k partial derivatives with respect to a list of k indices i,..., i k (in that specific order): k f x ik x i. An obvious question is, Does the order really matter? 4.. Example (Important warning). Let x x x f (x) x x +x, x, x. Away from x, f is nice and we can figure out the derivatives using the usual rules. f etc. x We will see when we fill in this example that, at some x, Mind blown. Avia f f. x x x x 4.. Theorem. If f : n and both f x i f x i x j and f x j x i and f x j both exist and are continuous then they are equal. are differentiable and if PROOF: The case is the only important one for the main idea. Let x be fixed. We will show that f x x (x) and f x x (x) are equal to the limit of the S(y) same quantity lim y y y. Assume that y is small enough that x + y. Let S(y) : f (x + y) f (x + y, x ) f (x, x + y ) + f (x). We want to isolate two separate -dimensional function and apply the mean value theorem for derivatives. Towards this goal, let Then g(s) : f (s, x + y ) f (s, x ) and h(s) : f (x + y, s) f (x, s). g(x + y ) g(x ) S(y) h(x + y ) h(x ). The mean value theorem applies, so there is x between x and x + y such that f S(y) g(x + y ) g(x ) g ( x )y y ( x, x + y ) f ( x, x ). x x

19 4.. Higher derivatives 5 Apply it again, this time to the function s f x ( x, s), to obtain x between x and x + y such that f ( x, x + y ) f f ( x, x ) y ( x, x ). x x x x f Unravelling this, S(y) y y x x ( x, x ). Applying the same reasoning to h, it f can be shown that S(y) y y x x (ˆx, ˆx ) for some ˆx i between x i and x i + y i for i,. Now we appeal to the continuity of the second partial derivatives to conclude f S(y) (x, x ) lim f (x, x ). x x y y y x x Note of course that x i x i and ˆx i x i as y i for i,. Notation. C k () : {f : all partials of f of order up to and including k exist and are continuous}. Such functions are said to be k-times continuously differentiable. Recall from -dimensional calculus that if f is better than C then we can make better than affine approximations to f. This holds for arbitrarily high orders if f has that many derivatives. In particular, if f C k then there is a function R k (x) such that R k (x) as x x and f (x) f (x ) + f (x )(x x ) + f (x )(x x ) k! f (k) (x )(x x ) k + R k (x)(x x ) k. How can we do this for f : n? For simplicity, let s consider n. We should try to apply what we already know to the single variable functions g (s) : f (x + se ) and g (s) : f (x + se ). Naively, we take the partials of g i and add them up. Is is true that f (x) f (x ) + f (x )(x x ) + f (x x x )(x x ) + f (x )(x x ) + f (x x x )(x x )? We are missing the cross terms! Obviously terms of the form x x will feature in this approximation, in general. The proof of Theorem 4.. tells us which extra terms to include, namely f x x (x )x x. We assume that f is nice enough that the mixed partials are equal.

20 4.. Higher derivatives 6 In fact, for f C, the second order approximation is f (x) f (x ) + D f (x ) (x x ) + (x x ) T D f (x ) (x x ) f (x where D f (x ) x ) f x x (x ) f x x (x ) f (x x ) Note that D f (x ) is a symmetric matrix Theorem (Taylor s theorem for order 3). Let f C 3 () and x be given. There are functions R i,j,k :, i, j, k,..., n, such that R i,j,k (x) as x x and f (x) f (x ) + D f (x ) (x x ) + (x x ) D f (x )(x x ) n i, j,k n i, j,k 3 f x i x j x k (x )(x i x i )(x j x j )(x k x k ) R i,j,k (x)(x i x i )(x j x j )(x k x k ) Aside on tangent spaces and tangent planes: There is a key distinction between tangent spaces and tangent planes. Let S {x n+ : F(x) } be an n-dimensional surface in n+. Recall that the tangent space at x is T ker(df(x )) {p n+ : DF(x ) p }. It is a linear subspace of n+ of codimension. By definition, DF(x )/ DF(x ) is a vector of length that is perpendicular to T. Note that T contains the velocity vectors γ() for all paths γ with γ() x. But T most likely does not touch T at x! The tangent plane is the translation of the tangent space, x + T {v x + p : p T}. [Insert diagram of generic S in 3 with the various planes.] Why is DF(x ) perpendicular to the surface at x? If γ is a path on S then F(γ(s)) for all s (by definition), so D(F(γ(s))), and the chain rule implies that, at s, DF(γ()) γ(). Hence DF(x ) γ(), so every vector in the tangent plane is perpendicular to DF(x ). Consider the difference between the graph of f : n+ and the level surface associated with F. The tangent plane to the graph of f at x n is the graph of x f (x ) + D f (x ) (x x ). The function that defines a level surface that is the same as the graph of f is F(x) f (x,..., x n ) x n+. For x n, the corresponding point on S {x n+ : F(x) } is (x, f (x )) n+. Then DF(x, f (x )) (D f (x ), ), so the equation defining the tangent plane T is This gives the same tangent plane. f x (x )p + + f x n (x )p n p n+.

21 4.. Higher derivatives Examples.. Give a second order polynomial approximation to f (x) sin(x x ) at x (, π/). Note that f is nice as it is the composition of smooth functions, so we must calculate D f and D f. D f (x) (x cos(x x ), x cos(x x )) D x f (x) sin(x x ) cos(x x ) x x sin(x x ) cos(x x ) x x sin(x x ) x sin(x x ) so D f (x ) (, ) and Therefore sin(x x ) + π D /4 f (x ) π/ x T π /4 x π/ π/ π/. π/ x x π/ π 8 (x ) π (x )(x π/) (x π/) As long as we are will to admit a local error of order x x (small), f is approximately equal to this quadratic in the neighbourhood of (, π/) Example (Comments on Homework 3, Question.7). Given f (x) x Ax, find a path γ : [, ] 3 such that g f γ attains a local minimum at t /. To do this, compute the eigenvalues and eigenvectors of A. As A is symmetric, there is a basis of 3 consisting of eigenvectors, {v, v, v 3 }. Without loss of generality, assume that λ >. The easiest path will be γ(t) (t t )v. In this case, f (γ(t)) (t t )v A((t t )v ) (t t ) λ v > for all t t, and it is zero at t t Example. Use the second order Taylor expansion to approximate (3.98 ) (5.97 3).

22 4.. Higher derivatives 8 To do this, we use f (x) (x ) /(x 3), x (4, 6), and x (3.98, 5.97). For the second order expansion, we need all partials up to second order. f x (x )(x 3) f x (x ) (x 3) 3 f f 4(x )(x 3) 3 x x x x From these and the Taylor expansion, f 6(x x )(x 3) 4 f (x x 3) f (x) f (x ) + D f (x ) (x x ) + (x x ) D f (x )(x x ) + 3 (.) 3 (.3) + 9 (.) (.)(.3) (.3) The exact value is.675. Note that f (x) polynomial + R(x), by Taylor s theorem, where R(x)/ x x as x x. Therefore, for this example, we expect the difference between f (x) and the approximation to be within C Examples.. Evaluate lim x ( + x ) x / x + x. Plugging in gives the indeterminate form /, so we must be more clever. Let f (x) ( + x ) x exp(x log( + x )) and apply Taylor s theorem at x. f x x + x f (x) f x log( + x )f (x) f f f (x) + x log( + x ) f (x) x x x x + x + x f x x ( + x ) f (x) + x f (x) + x f log( + x x ) f (x)

23 4.. Extrema and the second derivative test 9 We obtain f (x) + + x x + R(x) + x x + R(x), where R(x)/ x as x. This implies that the limit is zero.. Evaluate lim x ( + x ) x ( + x x ) /(x + x ). For this example, the denominator is x, so the limit is still zero. 4. Extrema and the second derivative test We say that f : n has a local minimum at x if f (x) x for all x B ɛ (x ) for some ɛ >. If f (x) > x (strict inequality) for x x then we say f has a strict local minimum at x. We say that f has a (strict) local maximum if f has a (strict) local minimum. Let s figure out what local minima of f say about D f and D f. Note that we may always focus on minima without loss of generality because differentiation is linear. Assume first that f C () and x (so that it is an interior point). Along the directions of the canonical basis, the -dimensional functions g i (s) : f (x + se i ) all attain local minima at s. This observation allows us to prove the following theorem. 4.. Theorem. If f C () and x is a local minimum of f then D f (x ). PROOF: f x i (x ) d ds g(s) s g i () for i,..., n. If f C then the previous theorem applies, of course, and if f (x ) then Taylor s theorem tells us that f (x) f (x ) + D f (x ) + (x x ) D f (x )(x x ) + R(x) (x x ) D f (x )(x x ) + R(x) The pure quadratic (x x ) D f (x )(x x ) has a local minimum at x if and only if all of the eigenvalues of D f (x ) are all non-negative. 4.. Theorem. If f C () and x is a local minimum of f then for all w n, w D f (x )w. Yet otherwise said, D f (x ) is a non-negative definite matrix. We note that the condition, w D f (x )w for all w n, is equivalent to all of the eigenvalues of D f (x ) being non-negative. PROOF: We wish to show the inequality w D f (x )w for each w. To this end, let w n be a generic fixed element with w. Because x was assumed to be interior to, there is some ε > such that B ε (x ). Thus for t small

24 4.. Extrema and the second derivative test enough (smaller than ε/ w ), x + tw and we can use Taylor s Theorem with x x + tw f (x + tw) f (x ) + D f (x ) + (tw) D f (x )(tw) + R(x + tw), and recall the very useful fact that R(x + tw)/ tw as tw. The inequality is nearly staring us in the face once we rearrange terms and use the local minimum property. Indeed, for t small enough we have and hence (recall D f (x ) ) f (x + tw) f (x ) f (x + tw) f (x ) t w D f (x )w + R(x + tw). Again rearranging, we see that we have obtained the inequality we want but with the remainder as a error: R(x + tw)/t w D f (x )w. Taking the limit as t and using the property of the remainder function, we conclude w D f (x )w. Since w was generic we conclude the theorem. Now we ask a slightly different question. We know that a local minimum forces a sign on the matrix D f. However, can we use information about D f to determine if a given point is a local minimum? The answer is yes Theorem. If x (i.e. x is an interior point of ), D f (x ), and for all w n, w D f (x )w >, then f has a strict local minimum at x Definition. We say that f C () has a saddle point at x if D f (x ) and D f (x ) has at least one positive and one negative eigenvalue. Saddle points are named for the simplest saddle point, the one at the origin of the graph of f (x) x x, which looks like a saddle Theorem. If x (i.e. x is an interior point of ), D f (x ), and D f (x ) has at least one positive and one negative eigenvalue, then f has neither a local minimum nor a local maximum at x. PROOF (SKETCH): Let v and v + be eigenvectors associated with eigenvalues λ < and λ + >, respectively. Use Taylor s theorem to investigate f (x + t v ) and f (x + t v + ). The argument from last time gives a strict local minimum/maximum for these two functions, implying that f has neither a minimum nor a maximum at x.

25 4.3. Constrained extrema and Lagrange multipliers Remark.. If f has a local minimum at x then D f (x ) and D f (x ).. If D f (x ) and D f (x ) > then x is a strict local minimum. 3. If f has a strict local minimum at x then it is not necessarily the case that D f (x ) >, i.e. there may be w such that w D f (x )w. 4. If D f (x ) has eigenvalues of differing signs then x is neither a local minimum nor a local maximum Examples.. Let f (x) e x e x. Where can f has a local minimum? Can f ever have a strict local minimum? Does f have a global minimum? We calculate D f (x) (x, x )f (x) and + 4x D f (x) 4x x 4x x + 4x f (x). D f (x) if and only if x, so the only possible point at which there can be a minimum is x. At this point, D f (), which has eigenvalues ±. Therefore f does not have a local minimum (or maximum) at x. It is not hard to see that f does not attain a global minimum.. Let f (x) e x ( e x ). Where can f has a local minimum? Can f ever have a strict local minimum? Does f have a global minimum? Again, D f (x) (x e x ( e x ), x e x e x ) and D f (x) ( + 4x )ex ( e x ) 4x x e x e x 4x x e x e x ( 4x )ex e x. Now D f (x) implies x, but x can be anything. D f (x, ) e x for any x, so all points on the line x are local minima. None of these local minima are strict. Finally, f has a global minimum value of, which is attained at all points on the line x. 3. For f (x) x 4 + x 4, D f (), but f has a strict local minimum at x. 4.3 Constrained extrema and Lagrange multipliers Going back to -dimensional calculus, to solve the problem of finding the minimizer x [a, b] of f : [a, b], we usually go through the following process:. Find all solutions to f (x) in (a, b) (the critical points).. Check which solutions of f (x) have f (x). (This step is optional.) 3. Compare the values of f (x) for all x obtained and also x a, b. The smallest gives the minimizer.

26 4.3. Constrained extrema and Lagrange multipliers The points a and b are the boundary points of the set [a, b]. In higher dimensions the boundaries are much more interesting and delicate. For n, the boundary is : {x n : for all ɛ >, B ɛ (x) and B ɛ (x)}. In the multi-dimensional settings, given a domain and f :, we are concerned with finding the minimizer for the problem min x f (x). If is bounded then is compact, so the minimum value is achieved for some x, i.e. f (x ) min x f (x). As before, we must check critical points and boundary points. Unlike in the -dimensional setting, the boundary is not simply two points; it is a whole curve! For many (actually all) of our examples, {x n : F(x) } for some function F : n. In fact, taking F(x) to be the (signed) distance from x to the boundary will do. Such Fs are not unique. Finding the minimum over the boundary is now reduced to finding the minimum of f on the set {x n : F(x) }, which leads to constrained optimization. Suppose that the minimum value of f over occurs at x. If γ : [a, b] is a path in the boundary with γ() x, then t f (γ(t)) has a minimum value of f (x ) at t. Therefore it s derivative with respect to t at t is zero. Hence by the chain rule, D f (x ) γ(), and this works for any path. We already know that γ() is perpendicular to DF(x ) for every path in. If the tangent space has codimension one (i.e. if n has full dimension ) then it must be the case that D f (x ) and DF(x ) are parallel! Therefore there is λ such that D f (x ) λdf(x ). Rephrasing, if x is a minimizer of f on then there must exist some λ such that D f (x ) λdf(x ). After introducing the new variable λ, there are n + unknowns, and the equality of vectors is n equations. But F(x ) (the fact that x ) gives another equation. Thus there is a hope of finding solutions! This is the method of the Lagrange multiplier.. Find all solutions to D f (x ) for x (the critical points).. Check which solutions of D f (x ) have D f (x ). (This step is optional.) 3. Solve for x and λ with D f (x ) λdf(x ) and F(x ). 4. Compare the values of f (x ) for all x obtained. The smallest gives the minimizer Examples.. Let f (x) x x and B (). Then {x : x } and D f (x) (x, x ). [Insert image.] D f (x) implies that x, and this is the only critical point. The system of equations obtained by introducing the Lagrange multiplier is x λx x λx x + x If x then λ and hence x and x ±. Similarly, if x then λ and hence x and x ±. There are hence five points

27 Multi-dimensional integrals 3 to compare, (, ), (±, ), and (, ±). The minimum of occurs at both (, ±).. Let f (x) x x and B (). Then D f (x) (x, x ), so x is the only critical point in. The equations resulting from introducing the Lagrange multiplier are x λx x λx x + x. It follows that λ 4 since x and x cannot both be zero. Therefore λ ±, so x ±x, and hence (±, ± ) are the four solutions. Of the five possibilities (one critical point and four points on the boundary of ), the minimum value is, which occurs at (, ) and (, ). 3. Let Γ {(t, t + ) : t }, a line in, and let f (x) x + x. Show that f does not attain a maximum value on Γ and compute the minimum value of f on Γ. Recognize that Γ is the boundary of the region {x : x + x }. To find the max/min of f on Γ we use a Lagrange multiplier. x λ() x λ( ) x + x Therefore λ, x /, and x /. So (/, /) is the only possible critical point of f on Γ. The value of f at this point is /, and it is clear that f can take larger values than this on Γ (e.g. f (, ) > /). Therefore this point is the minimum, and there is no maximum. 5 Multi-dimensional integrals Continuing our quest to extend all of the ideas from -dimensional calculus to multi-dimensional calculus, we turn to integrals. The integral, b f (x) d x, of a a continuous function f : [a, b] can be defined to be the (signed) area between graph of f, {(x, y) : y f (x)} and the x-axis. The obvious analog for f : n is the volume of the region lying between the hyperplane n, embedded in n+ as {x n+ }, and the graph of f, {x n+ : x n+ f (x,..., x n )}. When n this can be visualized and corresponds to the usual idea of (signed) volume. For n > this generalizes volume. 5. Double integrals 5.. Example. The simplest case has [a, b] [c, d], a rectangle, and f (x) α, a constant. The region between the x -x plane and the graph of f is the rectangular prism with volume α(b a)(d c).

28 5.. Double integrals Example. Let [, ] [, ] and f (x) x + x. [Insert diagram.] Consider slices of the volume obtained by holding x constant. When x s [, ] is held fixed, the height of the curve on the corresponding slice is given by the function g(x ) s + x. The area of this slice is hence g(x ) d x (s + x ) d x s + 3. If we then add up (i.e. integrate) over all slices, we can calculate the total volume to be x + d x We can write this method succinctly as x + x d x d x 4 3, where we integrate first with respect to x and then with respect to x. Would we have obtained the same answer if we integrated with respect to x first? For a general volume in 3, Cavalieri s principle of volume says that volume is equal to the integral of cross-sectional area, i.e. vol area(s) ds, where s parameterizes the cross-sectional area. This principle works, of course, for signed area as well. When [a, b] [c, d] is a rectangle, the integral of a function f : may be computed as b d a c f (x, x ) d x d x, since, as a function of x, the cross-sectional area is given by d f (x, x ) d x. We will write f (x) da for this double integral of a continuous function f :. When written with explicit bounds, it is referred to as an iterated integral Theorem. If [a, b] [c, d] and f : is continuous then both b d f (x a c, x ) d x d x and d b f (x c a, x ) d x d x exist and they are equal to each other. In this case we say that the double integral, f (x) da, exists and is equal to the common value of the iterated integrals Example. Let [, π/] and f (x) cos(x ) sin(x ). [Insert image.] c

29 5.. Double integrals 5 Using the theorem, since f is a continuous function, f da π π π cos(x ) sin(x ) d x d x sin(x ) d x π cos(x ) d x 5..5 Example. Let be a metal plate sitting in the x-y plane as [, ] [, ]. If has a non-constant density of mass modelled by ρ(x, y) ye x y g/cm, then what is the total mass of? The usual rule of mass density area only applies when the density is constant. Note that ρ is continuous, so for very small subrectangles it is approximately constant. Mass is additive, so we may compute the Riemann sums and take the limit to obtain that the mass is the integral of density. mass ρ(x, y) d xd y e 3 ye x y d xd y (e y ) d y To compute the integral over regions that are not necessarily rectangular, we appeal to Cavalieri s principle. Suppose {(x, y) : ϕ (x) y ϕ (x)} is the region between two graphs (we say that is a region of type I). Then f (x, y) da b ϕ (x) a ϕ (x) f (x, y) d yd x. There should be nothing special about this particular orientation. If we can write {(x, y) : ψ (y) x ψ (y)} then is a region of type II and f (x, y) da b ψ (y) a ψ (y) f (x, y) d xd y. There are regions that are neither type I nor type II, and it is a bit of an art to decompose them into pieces over which the integral can be computed Examples.. Let f (x, y) x + y and {(x, y) : x /, y x }. [Insert diagram, including coloured lines in both directions.]

30 5.. Triple integrals 6 This region is of both type I (as given) and type II, which can be seen by noting {(x, y) : y /4, y x /}. Hence x x f da 3 6. Evaluate x y d yd x. x [Insert diagram 3 of.] x + y d yd x 4 y x + y d xd y x 3 + x 4 d x x x 3 x y d yd x x 5 x 7 d x 48 3 y y x y d xd y. 3. As a type II integral, the above integral may be written 5. Triple integrals Consider two point objects P i in 3 with masses m i and locations (x i, y i, z i ), for i,. Then the center of mass of the two points is the weighted average of the positions, (x, y, z) m + m (m x + m x, m y + m y, m z + m z ). With n points the formulae are analogous, e.g. x m x + + m n x n m + + m n. If you had a rectangular prism [a, b] [c, d] [e, f ] in 3 with non-constant mass density ρ : then where is its centre of mass? If ρ is nice enough (e.g. continuous) then we can decompose each interval into N small pieces, hence decomposing into N 3 small cubes, over which ρ is approximately constant. Over each small rectangle the mass is approximately the volume times the (nearly) constant density. The centre of mass of is then the weighted sum of the N 3 small rectangles. In symbols, N x x i ρ(x i, y j, z k ) x i y j z k total mass i, j,k N i,j,k x iρ(x i, y j, z k ) x i y j z k as N. N i,j,k ρ(x i, y j, z k ) x i y j z k xρ(x, y, z)dv ρdv

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

REVIEW OF DIFFERENTIAL CALCULUS

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

More information

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

Math 234 Exam 3 Review Sheet

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

More information

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

Math 302 Outcome Statements Winter 2013

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

More information

Implicit Functions, Curves and Surfaces

Implicit Functions, Curves and Surfaces Chapter 11 Implicit Functions, Curves and Surfaces 11.1 Implicit Function Theorem Motivation. In many problems, objects or quantities of interest can only be described indirectly or implicitly. It is then

More information

Math Advanced Calculus II

Math Advanced Calculus II Math 452 - Advanced Calculus II Manifolds and Lagrange Multipliers In this section, we will investigate the structure of critical points of differentiable functions. In practice, one often is trying to

More information

Prague, II.2. Integrability (existence of the Riemann integral) sufficient conditions... 37

Prague, II.2. Integrability (existence of the Riemann integral) sufficient conditions... 37 Mathematics II Prague, 1998 ontents Introduction.................................................................... 3 I. Functions of Several Real Variables (Stanislav Kračmar) II. I.1. Euclidean space

More information

Math 164-1: Optimization Instructor: Alpár R. Mészáros

Math 164-1: Optimization Instructor: Alpár R. Mészáros Math 164-1: Optimization Instructor: Alpár R. Mészáros First Midterm, April 20, 2016 Name (use a pen): Student ID (use a pen): Signature (use a pen): Rules: Duration of the exam: 50 minutes. By writing

More information

Multivariate Differentiation 1

Multivariate Differentiation 1 John Nachbar Washington University February 23, 2017 1 Preliminaries. Multivariate Differentiation 1 I assume that you are already familiar with standard concepts and results from univariate calculus;

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

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

Section 3.1. Best Affine Approximations. Difference Equations to Differential Equations

Section 3.1. Best Affine Approximations. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.1 Best Affine Approximations We are now in a position to discuss the two central problems of calculus as mentioned in Section 1.1. In this chapter

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

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

Analysis-3 lecture schemes

Analysis-3 lecture schemes Analysis-3 lecture schemes (with Homeworks) 1 Csörgő István November, 2015 1 A jegyzet az ELTE Informatikai Kar 2015. évi Jegyzetpályázatának támogatásával készült Contents 1. Lesson 1 4 1.1. The Space

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

MATH 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication.

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

More information

Vector Calculus. Lecture Notes

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

More information

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

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces. Math 350 Fall 2011 Notes about inner product spaces In this notes we state and prove some important properties of inner product spaces. First, recall the dot product on R n : if x, y R n, say x = (x 1,...,

More information

A Note on Two Different Types of Matrices and Their Applications

A Note on Two Different Types of Matrices and Their Applications A Note on Two Different Types of Matrices and Their Applications Arjun Krishnan I really enjoyed Prof. Del Vecchio s Linear Systems Theory course and thought I d give something back. So I ve written a

More information

In English, this means that if we travel on a straight line between any two points in C, then we never leave C.

In English, this means that if we travel on a straight line between any two points in C, then we never leave C. Convex sets In this section, we will be introduced to some of the mathematical fundamentals of convex sets. In order to motivate some of the definitions, we will look at the closest point problem from

More information

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

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

More information

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

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

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

Coordinate systems and vectors in three spatial dimensions

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

More information

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out).

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out). . Find and classify the extrema of hx, y sinx siny sinx + y on the square[, π] [, π]. Keep in mind there is a boundary to check out. Solution: h x cos x sin y sinx + y + sin x sin y cosx + y h y sin x

More information

Math 207 Honors Calculus III Final Exam Solutions

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

More information

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

Complex Differentials and the Stokes, Goursat and Cauchy Theorems

Complex Differentials and the Stokes, Goursat and Cauchy Theorems Complex Differentials and the Stokes, Goursat and Cauchy Theorems Benjamin McKay June 21, 2001 1 Stokes theorem Theorem 1 (Stokes) f(x, y) dx + g(x, y) dy = U ( g y f ) dx dy x where U is a region of the

More information

Definition 5.1. A vector field v on a manifold M is map M T M such that for all x M, v(x) T x M.

Definition 5.1. A vector field v on a manifold M is map M T M such that for all x M, v(x) T x M. 5 Vector fields Last updated: March 12, 2012. 5.1 Definition and general properties We first need to define what a vector field is. Definition 5.1. A vector field v on a manifold M is map M T M such that

More information

Math Topology II: Smooth Manifolds. Spring Homework 2 Solution Submit solutions to the following problems:

Math Topology II: Smooth Manifolds. Spring Homework 2 Solution Submit solutions to the following problems: Math 132 - Topology II: Smooth Manifolds. Spring 2017. Homework 2 Solution Submit solutions to the following problems: 1. Let H = {a + bi + cj + dk (a, b, c, d) R 4 }, where i 2 = j 2 = k 2 = 1, ij = k,

More information

Week 4: Differentiation for Functions of Several Variables

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

More information

Analysis II: The Implicit and Inverse Function Theorems

Analysis II: The Implicit and Inverse Function Theorems Analysis II: The Implicit and Inverse Function Theorems Jesse Ratzkin November 17, 2009 Let f : R n R m be C 1. When is the zero set Z = {x R n : f(x) = 0} the graph of another function? When is Z nicely

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

1. Introduction. 2. Outlines

1. Introduction. 2. Outlines 1. Introduction Graphs are beneficial because they summarize and display information in a manner that is easy for most people to comprehend. Graphs are used in many academic disciplines, including math,

More information

THE INVERSE FUNCTION THEOREM

THE INVERSE FUNCTION THEOREM THE INVERSE FUNCTION THEOREM W. PATRICK HOOPER The implicit function theorem is the following result: Theorem 1. Let f be a C 1 function from a neighborhood of a point a R n into R n. Suppose A = Df(a)

More information

McGill University Math 354: Honors Analysis 3

McGill University Math 354: Honors Analysis 3 Practice problems McGill University Math 354: Honors Analysis 3 not for credit Problem 1. Determine whether the family of F = {f n } functions f n (x) = x n is uniformly equicontinuous. 1st Solution: The

More information

Economics 204 Summer/Fall 2011 Lecture 11 Monday August 8, f(x + h) (f(x) + ah) = a = 0 = 0. f(x + h) (f(x) + T x (h))

Economics 204 Summer/Fall 2011 Lecture 11 Monday August 8, f(x + h) (f(x) + ah) = a = 0 = 0. f(x + h) (f(x) + T x (h)) Economics 204 Summer/Fall 2011 Lecture 11 Monday August 8, 2011 Sections 41-43 (Unified) Definition 1 Let f : I R, where I R is an open interval f is differentiable at x I if for some a R f(x + h) f lim

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

Math 61CM - Quick answer key to section problems Fall 2018

Math 61CM - Quick answer key to section problems Fall 2018 Math 6CM - Quick answer key to section problems Fall 08 Cédric De Groote These are NOT complete solutions! You are always expected to write down all the details and justify everything. This document is

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

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

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

Print Your Name: Your Section:

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

More information

MATH 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

Algebraic Topology Homework 4 Solutions

Algebraic Topology Homework 4 Solutions Algebraic Topology Homework 4 Solutions Here are a few solutions to some of the trickier problems... Recall: Let X be a topological space, A X a subspace of X. Suppose f, g : X X are maps restricting to

More information

Let f(x) = x, but the domain of f is the interval 0 x 1. Note

Let f(x) = x, but the domain of f is the interval 0 x 1. Note I.g Maximum and Minimum. Lagrange Multipliers Recall: Suppose we are given y = f(x). We recall that the maximum/minimum points occur at the following points: (1) where f = 0; (2) where f does not exist;

More information

Econ Slides from Lecture 10

Econ Slides from Lecture 10 Econ 205 Sobel Econ 205 - Slides from Lecture 10 Joel Sobel September 2, 2010 Example Find the tangent plane to {x x 1 x 2 x 2 3 = 6} R3 at x = (2, 5, 2). If you let f (x) = x 1 x 2 x3 2, then this is

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

Lecture 2: Review of Prerequisites. Table of contents

Lecture 2: Review of Prerequisites. Table of contents Math 348 Fall 217 Lecture 2: Review of Prerequisites Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams. In this

More information

ARE202A, Fall 2005 CONTENTS. 1. Graphical Overview of Optimization Theory (cont) Separating Hyperplanes 1

ARE202A, Fall 2005 CONTENTS. 1. Graphical Overview of Optimization Theory (cont) Separating Hyperplanes 1 AREA, Fall 5 LECTURE #: WED, OCT 5, 5 PRINT DATE: OCTOBER 5, 5 (GRAPHICAL) CONTENTS 1. Graphical Overview of Optimization Theory (cont) 1 1.4. Separating Hyperplanes 1 1.5. Constrained Maximization: One

More information

Test Codes : MIA (Objective Type) and MIB (Short Answer Type) 2007

Test Codes : MIA (Objective Type) and MIB (Short Answer Type) 2007 Test Codes : MIA (Objective Type) and MIB (Short Answer Type) 007 Questions will be set on the following and related topics. Algebra: Sets, operations on sets. Prime numbers, factorisation of integers

More information

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

More information

Chapter 3a Topics in differentiation. Problems in differentiation. Problems in differentiation. LC Abueg: mathematical economics

Chapter 3a Topics in differentiation. Problems in differentiation. Problems in differentiation. LC Abueg: mathematical economics Chapter 3a Topics in differentiation Lectures in Mathematical Economics L Cagandahan Abueg De La Salle University School of Economics Problems in differentiation Problems in differentiation Problem 1.

More information

September Math Course: First Order Derivative

September Math Course: First Order Derivative September Math Course: First Order Derivative Arina Nikandrova Functions Function y = f (x), where x is either be a scalar or a vector of several variables (x,..., x n ), can be thought of as a rule which

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

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

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review B553 Lecture 3: Multivariate Calculus and Linear Algebra Review Kris Hauser December 30, 2011 We now move from the univariate setting to the multivariate setting, where we will spend the rest of the class.

More information

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

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

More information

Lagrange Multipliers

Lagrange Multipliers Optimization with Constraints As long as algebra and geometry have been separated, their progress have been slow and their uses limited; but when these two sciences have been united, they have lent each

More information

Final Exam Solutions June 10, 2004

Final Exam Solutions June 10, 2004 Math 0400: Analysis in R n II Spring 004 Section 55 P. Achar Final Exam Solutions June 10, 004 Total points: 00 There are three blank pages for scratch work at the end of the exam. Time it: hours 1. True

More information

Introduction and Vectors Lecture 1

Introduction and Vectors Lecture 1 1 Introduction Introduction and Vectors Lecture 1 This is a course on classical Electromagnetism. It is the foundation for more advanced courses in modern physics. All physics of the modern era, from quantum

More information

Math 320-3: Lecture Notes Northwestern University, Spring 2015

Math 320-3: Lecture Notes Northwestern University, Spring 2015 Math 320-3: Lecture Notes Northwestern University, Spring 2015 Written by Santiago Cañez These are lecture notes for Math 320-3, the third quarter of Real Analysis, taught at Northwestern University in

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

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

Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras

Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras Lecture - 7 Gauss s Law Good morning. Today, I want to discuss two or three

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

Linear algebra and differential equations (Math 54): Lecture 10

Linear algebra and differential equations (Math 54): Lecture 10 Linear algebra and differential equations (Math 54): Lecture 10 Vivek Shende February 24, 2016 Hello and welcome to class! As you may have observed, your usual professor isn t here today. He ll be back

More information

Linear Algebra I. Ronald van Luijk, 2015

Linear Algebra I. Ronald van Luijk, 2015 Linear Algebra I Ronald van Luijk, 2015 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents Dependencies among sections 3 Chapter 1. Euclidean space: lines and hyperplanes 5 1.1. Definition

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

Math 290-2: Linear Algebra & Multivariable Calculus Northwestern University, Lecture Notes

Math 290-2: Linear Algebra & Multivariable Calculus Northwestern University, Lecture Notes Math 290-2: Linear Algebra & Multivariable Calculus Northwestern University, Lecture Notes Written by Santiago Cañez These are notes which provide a basic summary of each lecture for Math 290-2, the second

More information

Lecture 10. Econ August 21

Lecture 10. Econ August 21 Lecture 10 Econ 2001 2015 August 21 Lecture 10 Outline 1 Derivatives and Partial Derivatives 2 Differentiability 3 Tangents to Level Sets Calculus! This material will not be included in today s exam. Announcement:

More information

Manifolds and tangent bundles. Vector fields and flows. 1 Differential manifolds, smooth maps, submanifolds

Manifolds and tangent bundles. Vector fields and flows. 1 Differential manifolds, smooth maps, submanifolds MA 755 Fall 05. Notes #1. I. Kogan. Manifolds and tangent bundles. Vector fields and flows. 1 Differential manifolds, smooth maps, submanifolds Definition 1 An n-dimensional C k -differentiable manifold

More information

Exercises * on Linear Algebra

Exercises * on Linear Algebra Exercises * on Linear Algebra Laurenz Wiskott Institut für Neuroinformatik Ruhr-Universität Bochum, Germany, EU 4 February 7 Contents Vector spaces 4. Definition...............................................

More information

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication.

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. Copyright Pearson Canada Inc. All rights reserved. Copyright Pearson

More information

Math 291-2: Lecture Notes Northwestern University, Winter 2016

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

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Multiple Integrals and Vector Calculus (Oxford Physics) Synopsis and Problem Sets; Hilary 2015

Multiple Integrals and Vector Calculus (Oxford Physics) Synopsis and Problem Sets; Hilary 2015 Multiple Integrals and Vector Calculus (Oxford Physics) Ramin Golestanian Synopsis and Problem Sets; Hilary 215 The outline of the material, which will be covered in 14 lectures, is as follows: 1. Introduction

More information

MATH 162. Midterm 2 ANSWERS November 18, 2005

MATH 162. Midterm 2 ANSWERS November 18, 2005 MATH 62 Midterm 2 ANSWERS November 8, 2005. (0 points) Does the following integral converge or diverge? To get full credit, you must justify your answer. 3x 2 x 3 + 4x 2 + 2x + 4 dx You may not be able

More information

Introduction - Motivation. Many phenomena (physical, chemical, biological, etc.) are model by differential equations. f f(x + h) f(x) (x) = lim

Introduction - Motivation. Many phenomena (physical, chemical, biological, etc.) are model by differential equations. f f(x + h) f(x) (x) = lim Introduction - Motivation Many phenomena (physical, chemical, biological, etc.) are model by differential equations. Recall the definition of the derivative of f(x) f f(x + h) f(x) (x) = lim. h 0 h Its

More information

M311 Functions of Several Variables. CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3.

M311 Functions of Several Variables. CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3. M311 Functions of Several Variables 2006 CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3. Differentiability 1 2 CHAPTER 1. Continuity If (a, b) R 2 then we write

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Differentiation. f(x + h) f(x) Lh = L.

Differentiation. f(x + h) f(x) Lh = L. Analysis in R n Math 204, Section 30 Winter Quarter 2008 Paul Sally, e-mail: sally@math.uchicago.edu John Boller, e-mail: boller@math.uchicago.edu website: http://www.math.uchicago.edu/ boller/m203 Differentiation

More information

MATH 2083 FINAL EXAM REVIEW The final exam will be on Wednesday, May 4 from 10:00am-12:00pm.

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

More information

MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition

MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition This sheet will be updated as the semester proceeds, and I expect to give several quizzes/exams. the calculus

More information

FFTs in Graphics and Vision. The Laplace Operator

FFTs in Graphics and Vision. The Laplace Operator FFTs in Graphics and Vision The Laplace Operator 1 Outline Math Stuff Symmetric/Hermitian Matrices Lagrange Multipliers Diagonalizing Symmetric Matrices The Laplacian Operator 2 Linear Operators Definition:

More information

You can learn more about the services offered by the teaching center by visiting

You can learn more about the services offered by the teaching center by visiting MAC 232 Exam 3 Review Spring 209 This review, produced by the Broward Teaching Center, contains a collection of questions which are representative of the type you may encounter on the exam. Other resources

More information

Math 147, Homework 1 Solutions Due: April 10, 2012

Math 147, Homework 1 Solutions Due: April 10, 2012 1. For what values of a is the set: Math 147, Homework 1 Solutions Due: April 10, 2012 M a = { (x, y, z) : x 2 + y 2 z 2 = a } a smooth manifold? Give explicit parametrizations for open sets covering M

More information

Math 164 (Lec 1): Optimization Instructor: Alpár R. Mészáros

Math 164 (Lec 1): Optimization Instructor: Alpár R. Mészáros Math 164 (Lec 1): Optimization Instructor: Alpár R. Mészáros Midterm, October 6, 016 Name (use a pen): Student ID (use a pen): Signature (use a pen): Rules: Duration of the exam: 50 minutes. By writing

More information

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity:

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity: Diagonalization We have seen that diagonal and triangular matrices are much easier to work with than are most matrices For example, determinants and eigenvalues are easy to compute, and multiplication

More information

MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation

MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation Lecture No 23 to 45 Complete and Important Question and answer 1. What is the difference between

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

MATH20411 PDEs and Vector Calculus B

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

More information

ELLIPTIC CURVES BJORN POONEN

ELLIPTIC CURVES BJORN POONEN ELLIPTIC CURVES BJORN POONEN 1. Introduction The theme of this lecture is to show how geometry can be used to understand the rational number solutions to a polynomial equation. We will illustrate this

More information

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

Metric spaces and metrizability

Metric spaces and metrizability 1 Motivation Metric spaces and metrizability By this point in the course, this section should not need much in the way of motivation. From the very beginning, we have talked about R n usual and how relatively

More information