Lecture Notes for Math 417-517 Multivariable Calculus

Total Page:16

File Type:pdf, Size:1020Kb

Lecture Notes for Math 417-517 Multivariable Calculus Lecture notes for Math 417-517 Multivariable Calculus J. Dimock Dept. of Mathematics SUNY at Buffalo Buffalo, NY 14260 December 4, 2012 Contents 1 multivariable calculus 3 1.1 vectors . 3 1.2 functions of several variables . 5 1.3 limits . 6 1.4 partial derivatives . 6 1.5 derivatives . 8 1.6 the chain rule . 11 1.7 implicit function theorem -I . 14 1.8 implicit function theorem -II . 18 1.9 inverse functions . 21 1.10 inverse function theorem . 23 1.11 maxima and minima . 26 1.12 differentiation under the integral sign . 29 1.13 Leibniz' rule . 30 1.14 calculus of variations . 32 2 vector calculus 36 2.1 vectors . 36 2.2 vector-valued functions . 40 2.3 other coordinate systems . 43 2.4 line integrals . 48 2.5 double integrals . 51 2.6 triple integrals . 55 2.7 parametrized surfaces . 57 1 2.8 surface area . 60 2.9 surface integrals . 62 2.10 change of variables in R2 .......................... 64 2.11 change of variables in R3 ......................... 67 2.12 derivatives in R3 .............................. 70 2.13 gradient . 72 2.14 divergence theorem . 74 2.15 applications . 78 2.16 more line integrals . 83 2.17 Stoke's theorem . 87 2.18 still more line integrals . 92 2.19 more applications . 97 2.20 general coordinate systems . 99 3 complex variables 106 3.1 complex numbers . 106 3.2 definitions and properties . 107 3.3 polar form . 110 3.4 functions . 111 3.5 special functions . 113 3.6 derivatives . 115 3.7 Cauchy-Riemann equations . 118 3.8 analyticity . 120 3.9 complex line integrals . 121 3.10 properties of line integrals . 123 3.11 Cauchy's theorem . 125 3.12 Cauchy integral formula . 127 3.13 higher derivatives . 131 3.14 Cauchy inequalities . 132 3.15 real integrals . 134 3.16 Fourier and Laplace transforms . 137 2 1 multivariable calculus 1.1 vectors We start with some definitions. A real number x is positive, zero, or negative and is rational or irrational. We denote R = set of all real numbers x (1) The real numbers label the points on a line once we pick an origin and a unit of length. Real numbers are also called scalars Next define 2 R = all pairs of real numbers x = (x1; x2) (2) The elements of R2 label points in the plane once we pick an origin and a pair of orthogonal axes. Elements of R2 are also called (2-dimensional) vectors and can be represented by arrows from the origin to the point represented. Next define 3 R = all triples of real numbers x = (x1; x2; x3) (3) The elements of R3 label points in space once we pick an origin and three orthogonal axes. Elements of R3 are (3-dimensional) vectors. Especially for R3 one might em- phasize that x is a vector by writing it in bold face x = (x1; x2; x3) or with an arrow ~x = (x1; x2; x3) but we refrain from doing this for the time being. Generalizing still further we define n R = all n-tuples of real numbers x = (x1; x2; : : : ; xn) (4) The elements of Rn are the points in n-dimensional space and are also called (n- dimensional) vectors n Given a vector x = (x1; : : : ; xn) in R and a scalar α 2 R the product is the vector αx = (αx1; : : : ; αxn) (5) Another vector y = (y1; : : : ; yn) can to added to x to give a vector x + y = (x1 + y1; : : : ; xn + yn) (6) Because elements of Rn can be multiplied by a scalar and added it is called a vector space. We can also subtract vectors defining x − y = x + (−1)y and then x − y = (x1 − y1; : : : ; xn − yn) (7) For two or three dimensional vectors these operations have a geometric interpreta- tion. αx is a vector in the same direction as x (opposite direction if α < 0) with length 3 Figure 1: vector operations increased by jαj. The vector x + y can be found by completing a parallelogram with sides x; y and taking the diagonal, or by putting the tail of y on the head of x and drawing the arrow from the tail of x to the head of y. The vector x − y is found by drawing x + (−1)y. Alternatively if the tail of x − y put a the head of y then the arrow goes from the head of y to the head of x. See figure 1. A vector x = (x1; : : : ; xn) has a length which is q 2 2 jxj = length of x = x1 + ··· + xn (8) Since x−y goes from the point y to the point x, the length of this vector is the distance between the points: p 2 2 jx − yj = distance between x and y = (x1 − y1) + ··· + (xn − yn) (9) One can also form the dot product of vectors x; y in Rn. The result is a scalar given by x · y = x1y1 + x2y2 + ··· + xnyn (10) Then we have x · x = jxj2 (11) 4 1.2 functions of several variables We are interested in functions f from Rn to Rm (or more generally from a subset D ⊂ Rn to Rm called the domain of the function). A function f assigns to each x 2 Rn a point y 2 Rm and we write y = f(x) (12) The set of all such points y is the range of the function. n Each component of y = (y1; : : : ; ym) is real-valued function of x 2 R written yi = fi(x) and the function can also be written as the collection of n functions y1 = f1(x); ··· ; ym = fm(x) (13) If we also write out the components of x = (x1; : : : ; xn), then are function can be written as m functions of n variables each: y1 =f1(x1; : : : ; xn) y =f (x ; : : : ; x ) 2 2 1 n (14) ::: ym =fm(x1; : : : ; xn) The graph of the function is all pairs (x; y) with y = f(x). It is a subset of Rn+m. special cases: 1. n = 1; m = 2 (or m = 3). The function has the form y1 = f1(x) y2 = f2(x) (15) In this case the range of the function is a curve in R2. 2. n = 2; m = 1. Then function has the form y = f(x1; x2) (16) The graph of the function is a surface in R3. 3. n = 2; m = 3. The function has the form y1 =f1(x1; x2) y2 =f2(x1; x2) (17) y3 =f3(x1; x2) The range of the function is a surface in R3. 4. n = 3; m = 3. The function has the form y1 =f1(x1; x2; x3) y2 =f2(x1; x2; x3) (18) y3 =f3(x1; x2:x3) The function assigns a vector to each point in space and is called a vector field. 5 1.3 limits Consider a function y = f(x) from Rn to Rm (or possibly a subset of Rn). Let x0 = 0 0 n 0 0 0 m (x1; : : : xn) be a point in R and let y = (y1; : : : ; ym) be a point in R . We say that y0 is the limit of f as x goes to x0, written lim f(x) = y0 (19) x!x0 if for every > 0 there exists a δ > 0 so that if jx − x0j < δ then jf(x) − y0j < . The function is continuous at x0 if lim f(x) = f(x0) (20) x!x0 The function is continuous if it is continuous at every point in its domain. If f; g are continuous at x0 then so are f ± g. If f; g are scalars (i.e. if m = 1) then the the product fg is defined and continuous at x0. If f; g are scalars and g(x0) 6= 0 then f=g is defined near x0 and and continuous at x0. 1.4 partial derivatives At first suppose f is a function from R2 to R written z = f(x; y) (21) We define the partial derivative of f with respect to x at (x0; y0) to be f(x0 + h; y0) − f(x0; y0) fx(x0; y0) = lim (22) h!0 h if the limit exists. It is the same as the ordinary derivative with y fixed at y0, i.e d f(x; y ) (23) dx 0 x=x0 We also define the partial derivative of f with respect to y at (x0; y0) to be f(x0; y0 + h) − f(x0; y0) fy(x0; y0) = lim (24) h!0 h if the limit exists. It is the same as the ordinary derivative with x fixed at x0, i.e d f(x ; y) (25) dy 0 y=y0 6 We also use the notation @z @f f = or or z x @x @x x (26) @z @f f = or or z y @y @y y If we let (x0; y0) vary the partial derivatives are also functions and we can take second partial derivatives like @ @z @2z (f ) ≡ f also written = (27) x x xx @x @x @x2 The four second partial derivatives are @2z @2z f = f = xx @x2 xy @y@x (28) @2z @2z f = f = yx @x@y yy @y2 Usually fxy = fyx for we have Theorem 1 If fx; fy; fxy; fyx exist and are continuous near (x0; y0) (i.e in a little disc centered on (x0; y0) ) then fxy(x0; y0) = fyx(x0; y0) (29) Example: Consider f(x; y) = 3x2y + 4xy3. Then 3 2 2 fx = 6xy + 4y fy = 3x + 12xy 2 2 (30) fxy = 6x + 12y fyx = 6x + 12y n We also have partial derivatives for a function f from R to R written y = f(x1; : : : xn).
Recommended publications
  • The Divergence As the Rate of Change in Area Or Volume
    The divergence as the rate of change in area or volume Here we give a very brief sketch of the following fact, which should be familiar to you from multivariable calculus: If a region D of the plane moves with velocity given by the vector field V (x; y) = (f(x; y); g(x; y)); then the instantaneous rate of change in the area of D is the double integral of the divergence of V over D: ZZ ZZ rate of change in area = r · V dA = fx + gy dA: D D (An analogous result is true in three dimensions, with volume replacing area.) To see why this should be so, imagine that we have cut D up into a lot of little pieces Pi, each of which is rectangular with width Wi and height Hi, so that the area of Pi is Ai ≡ HiWi. If we follow the vector field for a short time ∆t, each piece Pi should be “roughly rectangular”. Its width would be changed by the the amount of horizontal stretching that is induced by the vector field, which is difference in the horizontal displacements of its two sides. Thisin turn is approximated by the product of three terms: the rate of change in the horizontal @f component of velocity per unit of displacement ( @x ), the horizontal distance across the box (Wi), and the time step ∆t. Thus ! @f ∆W ≈ W ∆t: i @x i See the figure below; the partial derivative measures how quickly f changes as you move horizontally, and Wi is the horizontal distance across along Pi, so the product fxWi measures the difference in the horizontal components of V at the two ends of Wi.
    [Show full text]
  • Multivariable Calculus Workbook Developed By: Jerry Morris, Sonoma State University
    Multivariable Calculus Workbook Developed by: Jerry Morris, Sonoma State University A Companion to Multivariable Calculus McCallum, Hughes-Hallett, et. al. c Wiley, 2007 Note to Students: (Please Read) This workbook contains examples and exercises that will be referred to regularly during class. Please purchase or print out the rest of the workbook before our next class and bring it to class with you every day. 1. To Purchase the Workbook. Go to the Sonoma State University campus bookstore, where the workbook is available for purchase. The copying charge will probably be between $10.00 and $20.00. 2. To Print Out the Workbook. Go to the Canvas page for our course and click on the link \Math 261 Workbook", which will open the file containing the workbook as a .pdf file. BE FOREWARNED THAT THERE ARE LOTS OF PICTURES AND MATH FONTS IN THE WORKBOOK, SO SOME PRINTERS MAY NOT ACCURATELY PRINT PORTIONS OF THE WORKBOOK. If you do choose to try to print it, please leave yourself enough time to purchase the workbook before our next class in case your printing attempt is unsuccessful. 2 Sonoma State University Table of Contents Course Introduction and Expectations .............................................................3 Preliminary Review Problems ........................................................................4 Chapter 12 { Functions of Several Variables Section 12.1-12.3 { Functions, Graphs, and Contours . 5 Section 12.4 { Linear Functions (Planes) . 11 Section 12.5 { Functions of Three Variables . 14 Chapter 13 { Vectors Section 13.1 & 13.2 { Vectors . 18 Section 13.3 & 13.4 { Dot and Cross Products . 21 Chapter 14 { Derivatives of Multivariable Functions Section 14.1 & 14.2 { Partial Derivatives .
    [Show full text]
  • Multivariable and Vector Calculus
    Multivariable and Vector Calculus Lecture Notes for MATH 0200 (Spring 2015) Frederick Tsz-Ho Fong Department of Mathematics Brown University Contents 1 Three-Dimensional Space ....................................5 1.1 Rectangular Coordinates in R3 5 1.2 Dot Product7 1.3 Cross Product9 1.4 Lines and Planes 11 1.5 Parametric Curves 13 2 Partial Differentiations ....................................... 19 2.1 Functions of Several Variables 19 2.2 Partial Derivatives 22 2.3 Chain Rule 26 2.4 Directional Derivatives 30 2.5 Tangent Planes 34 2.6 Local Extrema 36 2.7 Lagrange’s Multiplier 41 2.8 Optimizations 46 3 Multiple Integrations ........................................ 49 3.1 Double Integrals in Rectangular Coordinates 49 3.2 Fubini’s Theorem for General Regions 53 3.3 Double Integrals in Polar Coordinates 57 3.4 Triple Integrals in Rectangular Coordinates 62 3.5 Triple Integrals in Cylindrical Coordinates 67 3.6 Triple Integrals in Spherical Coordinates 70 4 Vector Calculus ............................................ 75 4.1 Vector Fields on R2 and R3 75 4.2 Line Integrals of Vector Fields 83 4.3 Conservative Vector Fields 88 4.4 Green’s Theorem 98 4.5 Parametric Surfaces 105 4.6 Stokes’ Theorem 120 4.7 Divergence Theorem 127 5 Topics in Physics and Engineering .......................... 133 5.1 Coulomb’s Law 133 5.2 Introduction to Maxwell’s Equations 137 5.3 Heat Diffusion 141 5.4 Dirac Delta Functions 144 1 — Three-Dimensional Space 1.1 Rectangular Coordinates in R3 Throughout the course, we will use an ordered triple (x, y, z) to represent a point in the three dimensional space.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • MULTIVARIABLE CALCULUS Sample Midterm Problems October 1, 2009 INSTRUCTOR: Anar Akhmedov
    MULTIVARIABLE CALCULUS Sample Midterm Problems October 1, 2009 INSTRUCTOR: Anar Akhmedov 1. Let P (1, 0, 3), Q(0, 2, 4) and R(4, 1, 6) be points. − − − (a) Find the equation of the plane through the points P , Q and R. (b) Find the area of the triangle with vertices P , Q and R. Solution: The vector P~ Q P~ R = < 1, 2, 1 > < 3, 1, 9 > = < 17, 6, 5 > is the normal vector of this plane,× so equation− of− the− plane× is 17(x 1)+6(y −0)+5(z + 3) = 0, which simplifies to 17x 6y 5z = 32. − − − − − Area = 1 P~ Q P~ R = 1 < 1, 2, 1 > < 3, 1, 9 > = √350 2 | × | 2 | − − − × | 2 2. Let f(x, y)=(x y)3 +2xy + x2 y. Find the linear approximation L(x, y) near the point (1, 2). − − 2 2 2 2 Solution: fx = 3x 6xy +3y +2y +2x and fy = 3x +6xy 3y +2x 1, so − − − − fx(1, 2) = 9 and fy(1, 2) = 2. Then the linear approximation of f at (1, 2) is given by − L(x, y)= f(1, 2)+ fx(1, 2)(x 1) + fy(1, 2)(y 2)=2+9(x 1)+( 2)(y 2). − − − − − 3. Find the distance between the parallel planes x +2y z = 1 and 3x +6y 3z = 3. − − − Use the following formula to find the distance between the given parallel planes ax0+by0+cz0+d D = | 2 2 2 | . Use a point from the second plane (for example (1, 0, 0)) as (x ,y , z ) √a +b +c 0 0 0 and the coefficents from the first plane a = 1, b = 2, c = 1, and d = 1.
    [Show full text]
  • Math 56A: Introduction to Stochastic Processes and Models
    Math 56a: Introduction to Stochastic Processes and Models Kiyoshi Igusa, Mathematics August 31, 2006 A stochastic process is a random process which evolves with time. The basic model is the Markov chain. This is a set of “states” together with transition probabilities from one state to another. For example, in simple epidemic models there are only two states: S = “susceptible” and I = “infected.” The probability of going from S to I increases with the size of I. In the simplest model The S → I probability is proportional to I, the I → S probability is constant and time is discrete (for example, events happen only once per day). In the corresponding deterministic model we would have a first order recursion. In a continuous time Markov chain, transition events can occur at any time with a certain prob- ability density. The corresponding deterministic model is a first order differential equation. This includes the “general stochastic epidemic.” The number of states in a Markov chain is either finite or countably infinite. When the collection of states becomes a continuum, e.g., the price of a stock option, we no longer have a “Markov chain.” We have a more general stochastic process. Under very general conditions we obtain a Wiener process, also known as Brownian motion. The mathematics of hedging implies that stock options should be priced as if they are exactly given by this process. Ito’s formula explains how to calculate (or try to calculate) stochastic integrals which give the long term expected values for a Wiener process. This course will be a theoretical mathematics course.
    [Show full text]
  • Stokes' Theorem
    V13.3 Stokes’ Theorem 3. Proof of Stokes’ Theorem. We will prove Stokes’ theorem for a vector field of the form P (x, y, z) k . That is, we will show, with the usual notations, (3) P (x, y, z) dz = curl (P k ) · n dS . � C � �S We assume S is given as the graph of z = f(x, y) over a region R of the xy-plane; we let C be the boundary of S, and C ′ the boundary of R. We take n on S to be pointing generally upwards, so that |n · k | = n · k . To prove (3), we turn the left side into a line integral around C ′, and the right side into a double integral over R, both in the xy-plane. Then we show that these two integrals are equal by Green’s theorem. To calculate the line integrals around C and C ′, we parametrize these curves. Let ′ C : x = x(t), y = y(t), t0 ≤ t ≤ t1 be a parametrization of the curve C ′ in the xy-plane; then C : x = x(t), y = y(t), z = f(x(t), y(t)), t0 ≤ t ≤ t1 gives a corresponding parametrization of the space curve C lying over it, since C lies on the surface z = f(x, y). Attacking the line integral first, we claim that (4) P (x, y, z) dz = P (x, y, f(x, y))(fxdx + fydy) . � C � C′ This looks reasonable purely formally, since we get the right side by substituting into the left side the expressions for z and dz in terms of x and y: z = f(x, y), dz = fxdx + fydy.
    [Show full text]
  • Generalized Stokes' Theorem
    Chapter 4 Generalized Stokes’ Theorem “It is very difficult for us, placed as we have been from earliest childhood in a condition of training, to say what would have been our feelings had such training never taken place.” Sir George Stokes, 1st Baronet 4.1. Manifolds with Boundary We have seen in the Chapter 3 that Green’s, Stokes’ and Divergence Theorem in Multivariable Calculus can be unified together using the language of differential forms. In this chapter, we will generalize Stokes’ Theorem to higher dimensional and abstract manifolds. These classic theorems and their generalizations concern about an integral over a manifold with an integral over its boundary. In this section, we will first rigorously define the notion of a boundary for abstract manifolds. Heuristically, an interior point of a manifold locally looks like a ball in Euclidean space, whereas a boundary point locally looks like an upper-half space. n 4.1.1. Smooth Functions on Upper-Half Spaces. From now on, we denote R+ := n n f(u1, ... , un) 2 R : un ≥ 0g which is the upper-half space of R . Under the subspace n n n topology, we say a subset V ⊂ R+ is open in R+ if there exists a set Ve ⊂ R open in n n n R such that V = Ve \ R+. It is intuitively clear that if V ⊂ R+ is disjoint from the n n n subspace fun = 0g of R , then V is open in R+ if and only if V is open in R . n n Now consider a set V ⊂ R+ which is open in R+ and that V \ fun = 0g 6= Æ.
    [Show full text]
  • Calculus of Variations
    Calculus of Variations The biggest step from derivatives with one variable to derivatives with many variables is from one to two. After that, going from two to three was just more algebra and more complicated pictures. Now the step will be from a finite number of variables to an infinite number. That will require a new set of tools, yet in many ways the techniques are not very different from those you know. If you've never read chapter 19 of volume II of the Feynman Lectures in Physics, now would be a good time. It's a classic introduction to the area. For a deeper look at the subject, pick up MacCluer's book referred to in the Bibliography at the beginning of this book. 16.1 Examples What line provides the shortest distance between two points? A straight line of course, no surprise there. But not so fast, with a few twists on the question the result won't be nearly as obvious. How do I measure the length of a curved (or even straight) line? Typically with a ruler. For the curved line I have to do successive approximations, breaking the curve into small pieces and adding the finite number of lengths, eventually taking a limit to express the answer as an integral. Even with a straight line I will do the same thing if my ruler isn't long enough. Put this in terms of how you do the measurement: Go to a local store and purchase a ruler. It's made out of some real material, say brass.
    [Show full text]
  • May 1, 2019 LECTURE 25
    May 1, 2019 LECTURE 25: DIFFERENTIAL FORMS. 110.211 HONORS MULTIVARIABLE CALCULUS PROFESSOR RICHARD BROWN Synopsis. A continuation of the last three lectures on differential forms and their structure. P n 25.1. More notation. For ! = Fi1i2···im dxi1 ^· · ·^ dxim a differential m-form on M ⊂ R , n ≥ m, X ! = ··· Fi1i2···im dxi1 ^ · · · ^ dxim ; ˆM ˆ ˆM | {z } n-integrals where M is an m-dimensional region in Rn. Note that the order of the form and the dimension of the region integrated over will agree. Definition 25.1. Let f : D ⊂ Rn ! R be a C1-function. Then the exterior derivative of f, denoted df, is the 1-form @f @f df = dx1 + ::: + dxn = Df(x) dx = rf • dx: @x1 @xn P For ! = Fi1i2···im dxi1 ^ · · · ^ dxim a differential m-form, the differential (m + 1)-form X d! = d(Fi1i2···im ) ^ dxi1 ^ · · · ^ dxim is called the exterior derivative of !. Some notes: • We call a C1-function f : D ⊂ Rn ! R a (differential) 0-form. Thus the exterior derivative of a function is simply its differential, a 1-form. Thus theexterior derivative of any differential m-form is always an (m + 1)-form. • For each set of indices, the term d(Fi1i2···im ) is the standard differential of a function, and is a 1-form. Upon writing it out, one must then address any and all simplifications and cancellations, which can be many. Example 25.1. Let ! = x2y dx − x dy be a C1 1-form on R2. Then d! = d(x2y) ^ dx − d(x) ^ dy = (2xy dx + x2 dy) ^ dx − (1 dx − 0 dy) ^ dy = 2xy dx ^ dx + x2 dy ^ dx − dx ^ dy = −(1 + x2) dx ^ dy: So what is d(d!) = d2!? (Hint: Is it possible to have a 3-form on the plane?) Here d(d!) = d(−(1 + x2)) dx ^ dy = −2x dx ^ dx ^ dy = 0: (Why?) 1 2 110.211 HONORS MULTIVARIABLE CALCULUS PROFESSOR RICHARD BROWN Example 25.2.
    [Show full text]
  • The Calculus of Variations
    The Calculus of Variations Jeff Calder January 19, 2017 Contents 1 Introduction2 1.1 Examples.......................................2 2 The Euler-Lagrange equation6 2.1 The gradient interpretation............................. 10 3 Examples continued 12 3.1 Shortest path..................................... 12 3.2 The brachistochrone problem............................ 13 3.3 Minimal surfaces................................... 16 3.4 Minimal surface of revolution............................ 18 3.5 Image restoration................................... 22 3.6 Image segmentation................................. 27 4 The Lagrange multiplier 30 4.1 Isoperimetric inequality............................... 31 5 Sufficient conditions 34 5.1 Basic theory of convex functions.......................... 35 5.2 Convexity is a sufficient condition.......................... 37 A Mathematical preliminaries 38 A.1 Integration...................................... 38 A.2 Inequalities...................................... 39 A.3 Partial derivatives.................................. 40 A.4 Rules for differentiation............................... 41 A.5 Taylor series...................................... 43 A.5.1 One dimension................................ 43 A.5.2 Higher dimensions.............................. 44 A.6 Topology....................................... 47 A.7 Function spaces.................................... 48 A.8 Integration by parts................................. 50 A.9 Vanishing lemma................................... 51 A.10 Total variation
    [Show full text]
  • Corral's Vector Calculus
    1 0.8 0.6 0.4 0.2 z 0 -0.2 -10 -0.4 -5 -10 0 -5 x 0 5 5 y 10 10 CORRAL’S VECTOR CALCULUS Michael Corral and Anton Petrunin Corral’s Vector Calculus Michael Corral and Anton Petrunin About the author: Michael Corral is an Adjunct Faculty member of the Department of Mathematics at Schoolcraft College. He received a B.A. in Mathematics from the University of California at Berkeley, and received an M.A. in Mathematics and an M.S. in Industrial & Operations Engineering from the University of Michigan. This text was typeset in LATEX2ε with the KOMA-Script bundle, using the GNU Emacs text editor on a Fedora Linux system. The graphics were created using MetaPost, PGF, and Gnuplot. Copyright ©2016 Anton Petrunin. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”. Preface This book covers calculus in two and three variables. It is suitable for a one-semester course, normally known as “Vector Calculus”, “Multivariable Calculus”, or simply “Calculus III”. The prerequisites are the standard courses in single-variable calculus (also known as Cal- culus I and II). The exercises are divided into three categories: A, B and C. The A exercises are mostly of a routine computational nature, the B exercises are slightly more involved, and the C exercises usually require some effort or insight to solve.
    [Show full text]