Directional Derivatives, Steepest Ascent, Tangent Planes Math 131

Total Page:16

File Type:pdf, Size:1020Kb

Directional Derivatives, Steepest Ascent, Tangent Planes Math 131 Therefore, Duf(a) f(a + hu) − f(a) = lim h!0 h Directional derivatives, steepest g(a + hu) − f(a) = lim ascent, tangent planes h!0 h Math 131 Multivariate Calculus f (a)hu + f (a)hu + ··· + f (a)hu = lim x1 1 x2 2 xn n D Joyce, Spring 2014 h!0 h = fx1 (a)u1 + fx2 (a)u2 + ··· + fxn (a)un Directional derivatives. Consider a scalar field In other notation, the directional derivative is the f : Rn ! R on Rn. So far we have only considered dot product of the gradient and the direction the partial derivatives in the directions of the axes. @f For instance gives the rate of change along a Duf(a) = rf(a) · u @x line parallel to the x-axis. What if we want the We can interpret this as saying that the gradient, rate of change in a direction which is not parallel rf(a), has enough information to find the deriva- to an axis? tive in any direction. First, we can identify directions as unit vectors, those vectors whose lengths equal 1. Let u be such Steepest ascent. The gradient rf(a) is a vector a unit vector, kuk = 1. Then we define the direc- in a certain direction. Let u be any direction, that tional derivative of f in the direction u as being the is, any unit vector, and let θ be the angle between limit the vectors rf(a) and u. Now, we may conclude f(a + hu) − f(a) that the directional derivative Duf(a) = lim : h!0 h Duf(a) = rf(a) · u = krf(a)k cos θ This is the rate of change as x ! a in the direction since, in general, the dot product of two vectors b u. When u is the standard unit vector e , then, i and c is as expected, this directional derivative is the ith b · c = kbk kck cos θ partial derivative, that is, Dei f(a) = fxi (a). These directional derivatives are linear combi- but in our case, u is a unit vector. But cos θ is nations of the partial derivatives, at least when between −1 and 1, so the largest the directional f is differentiable. Note that the direction u = derivative Duf(a) can be is when θ is 0, that is (u1; u2; : : : ; un) is a linear combination of the stan- when u is the direction of the gradient rf(a). dard unit vectors: In other words, the gradient rf(a) points in the direction of the greatest increase of f, that is, the direction of steepest ascent. Of course, the oppo- u = u1e1 + u2e2 + ··· + unen: site direction, −∇f(a), is the direction of steepest And, when f is differentiable, it is well- descent. approximated by the linear function g that de- Example 1. Find the curves of steepest descent scribes the tangent plane, that is, by g(x) = for the ellipsoid 2 2 2 f(a) + fx1 (a)(x1 − a1) + ··· + fxn (a)(xn − an): 4x + y + 4z = 16 for z ≥ 0: 1 If we can describe the projections of the curves in Tangent planes. We can, of course, use gradi- the (x; y)-plane, that's enough. This ellipsoid is the ents to find equations for planes tangent to surfaces. graph of a function f : R2 ! R given by A typical surface in R3 is given by an equation p f(x; y) = 1 16 − 4x2 − y2: 2 f(x; y; z) = c: The gradient of this function is @f @f That is to say, a surface is a level set of a scalar- rf = ; @x @y valued function f : R3 ! R. More generally, a typ- ! ical hypersurface in Rn+1 is a level set of a function −2x −y = ; f : Rn ! R. p 2 2 p 2 2 16 − 4x − y 2 16 − 4x − y Now, the gradient rf(a) of f points in the di- The curve of steepest descent will be in the opposite rection of the greatest change of f, and vectors or- direction, −∇f. thogonal to rf(a) point in directions of 0 change So, we're looking for a path x(t) = (x(t); y(t)) of f, that is to say, they lie on the tangent plane. whose derivative is −∇f. In other words, we need Another way of saying that is that rf(a) is a vector two functions x(t) and y(t) such that normal to the surface. If x is any point in R3, then 0 2x x (t) = ; rf(a) · (a − x) = 0 p16 − 4x2 − y2 y y0(t) = : says that the vector a − x is orthogonal to rf(a), 2p16 − 4x2 − y2 and therefore lies in the tangent plane, and so x is Each is a differential equation with independent a point on that plane. variable t. We can eliminate t from the discussion since dy dy .dx y = = : dx dt dt 2x A common method to solve differential equations is separation of variables, which we can use here. From the last equation, we get dy dx = y 4x and, then integrating, Z dy Z dx = ; y 4x so 1 ln jyj = 4 ln jxj + C; C which gives us, writing A for e , Example 2 (Continuous, nondifferentiable func- jyj = Apjxj: tion). You're familiar with functions of one vari- able that not continuous everywhere. For example, That describes the curves of steepest descent as a f(x) = jxj is continuous, and it's differentiable ev- family of curves parameterized by the real constant erywhere except at x = 0. The left derivative is −1 A (different from the last constant A) there, but the right derivative is 1. 4 x = Ay : Things like that can happen for functions of more 2 than one variable. Consider the function 8 0 if x = y = 0 < xy f(x) = otherwise : px2 + y2 This function is continuous everywhere, but it's not differentiable at (x; y) = (0; 0). The graph z = f(x; y) has no tangent plane there. There are directional derivatives in two directions, namely, along the x-axis the function is constantly 0, so the df partial derivative is 0; likewise along the y-axis, dx df and is 0. dy But in all other directions, the directional deriva- tive does not exist. For instance,p along the line y = x the function is f(x; x) = jxj= 2, which has no derivative at x = 0. Math 131 Home Page at http://math.clarku.edu/~djoyce/ma131/ 3.
Recommended publications
  • The Directional Derivative the Derivative of a Real Valued Function (Scalar field) with Respect to a Vector
    Math 253 The Directional Derivative The derivative of a real valued function (scalar field) with respect to a vector. f(x + h) f(x) What is the vector space analog to the usual derivative in one variable? f 0(x) = lim − ? h 0 h ! x -2 0 2 5 Suppose f is a real valued function (a mapping f : Rn R). ! (e.g. f(x; y) = x2 y2). − 0 Unlike the case with plane figures, functions grow in a variety of z ways at each point on a surface (or n{dimensional structure). We'll be interested in examining the way (f) changes as we move -5 from a point X~ to a nearby point in a particular direction. -2 0 y 2 Figure 1: f(x; y) = x2 y2 − The Directional Derivative x -2 0 2 5 We'll be interested in examining the way (f) changes as we move ~ in a particular direction 0 from a point X to a nearby point . z -5 -2 0 y 2 Figure 2: f(x; y) = x2 y2 − y If we give the direction by using a second vector, say ~u, then for →u X→ + h any real number h, the vector X~ + h~u represents a change in X→ position from X~ along a line through X~ parallel to ~u. →u →u h x Figure 3: Change in position along line parallel to ~u The Directional Derivative x -2 0 2 5 We'll be interested in examining the way (f) changes as we move ~ in a particular direction 0 from a point X to a nearby point .
    [Show full text]
  • Plotting, Derivatives, and Integrals for Teaching Calculus in R
    Plotting, Derivatives, and Integrals for Teaching Calculus in R Daniel Kaplan, Cecylia Bocovich, & Randall Pruim July 3, 2012 The mosaic package provides a command notation in R designed to make it easier to teach and to learn introductory calculus, statistics, and modeling. The principle behind mosaic is that a notation can more effectively support learning when it draws clear connections between related concepts, when it is concise and consistent, and when it suppresses extraneous form. At the same time, the notation needs to mesh clearly with R, facilitating students' moving on from the basics to more advanced or individualized work with R. This document describes the calculus-related features of mosaic. As they have developed histori- cally, and for the main as they are taught today, calculus instruction has little or nothing to do with statistics. Calculus software is generally associated with computer algebra systems (CAS) such as Mathematica, which provide the ability to carry out the operations of differentiation, integration, and solving algebraic expressions. The mosaic package provides functions implementing he core operations of calculus | differen- tiation and integration | as well plotting, modeling, fitting, interpolating, smoothing, solving, etc. The notation is designed to emphasize the roles of different kinds of mathematical objects | vari- ables, functions, parameters, data | without unnecessarily turning one into another. For example, the derivative of a function in mosaic, as in mathematics, is itself a function. The result of fitting a functional form to data is similarly a function, not a set of numbers. Traditionally, the calculus curriculum has emphasized symbolic algorithms and rules (such as xn ! nxn−1 and sin(x) ! cos(x)).
    [Show full text]
  • Notes for Math 136: Review of Calculus
    Notes for Math 136: Review of Calculus Gyu Eun Lee These notes were written for my personal use for teaching purposes for the course Math 136 running in the Spring of 2016 at UCLA. They are also intended for use as a general calculus reference for this course. In these notes we will briefly review the results of the calculus of several variables most frequently used in partial differential equations. The selection of topics is inspired by the list of topics given by Strauss at the end of section 1.1, but we will not cover everything. Certain topics are covered in the Appendix to the textbook, and we will not deal with them here. The results of single-variable calculus are assumed to be familiar. Practicality, not rigor, is the aim. This document will be updated throughout the quarter as we encounter material involving additional topics. We will focus on functions of two real variables, u = u(x;t). Most definitions and results listed will have generalizations to higher numbers of variables, and we hope the generalizations will be reasonably straightforward to the reader if they become necessary. Occasionally (notably for the chain rule in its many forms) it will be convenient to work with functions of an arbitrary number of variables. We will be rather loose about the issues of differentiability and integrability: unless otherwise stated, we will assume all derivatives and integrals exist, and if we require it we will assume derivatives are continuous up to the required order. (This is also generally the assumption in Strauss.) 1 Differential calculus of several variables 1.1 Partial derivatives Given a scalar function u = u(x;t) of two variables, we may hold one of the variables constant and regard it as a function of one variable only: vx(t) = u(x;t) = wt(x): Then the partial derivatives of u with respect of x and with respect to t are defined as the familiar derivatives from single variable calculus: ¶u dv ¶u dw = x ; = t : ¶t dt ¶x dx c 2016, Gyu Eun Lee.
    [Show full text]
  • Tensor Calculus and Differential Geometry
    Course Notes Tensor Calculus and Differential Geometry 2WAH0 Luc Florack March 10, 2021 Cover illustration: papyrus fragment from Euclid’s Elements of Geometry, Book II [8]. Contents Preface iii Notation 1 1 Prerequisites from Linear Algebra 3 2 Tensor Calculus 7 2.1 Vector Spaces and Bases . .7 2.2 Dual Vector Spaces and Dual Bases . .8 2.3 The Kronecker Tensor . 10 2.4 Inner Products . 11 2.5 Reciprocal Bases . 14 2.6 Bases, Dual Bases, Reciprocal Bases: Mutual Relations . 16 2.7 Examples of Vectors and Covectors . 17 2.8 Tensors . 18 2.8.1 Tensors in all Generality . 18 2.8.2 Tensors Subject to Symmetries . 22 2.8.3 Symmetry and Antisymmetry Preserving Product Operators . 24 2.8.4 Vector Spaces with an Oriented Volume . 31 2.8.5 Tensors on an Inner Product Space . 34 2.8.6 Tensor Transformations . 36 2.8.6.1 “Absolute Tensors” . 37 CONTENTS i 2.8.6.2 “Relative Tensors” . 38 2.8.6.3 “Pseudo Tensors” . 41 2.8.7 Contractions . 43 2.9 The Hodge Star Operator . 43 3 Differential Geometry 47 3.1 Euclidean Space: Cartesian and Curvilinear Coordinates . 47 3.2 Differentiable Manifolds . 48 3.3 Tangent Vectors . 49 3.4 Tangent and Cotangent Bundle . 50 3.5 Exterior Derivative . 51 3.6 Affine Connection . 52 3.7 Lie Derivative . 55 3.8 Torsion . 55 3.9 Levi-Civita Connection . 56 3.10 Geodesics . 57 3.11 Curvature . 58 3.12 Push-Forward and Pull-Back . 59 3.13 Examples . 60 3.13.1 Polar Coordinates in the Euclidean Plane .
    [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]
  • Matrix Calculus
    Appendix D Matrix Calculus From too much study, and from extreme passion, cometh madnesse. Isaac Newton [205, §5] − D.1 Gradient, Directional derivative, Taylor series D.1.1 Gradients Gradient of a differentiable real function f(x) : RK R with respect to its vector argument is defined uniquely in terms of partial derivatives→ ∂f(x) ∂x1 ∂f(x) , ∂x2 RK f(x) . (2053) ∇ . ∈ . ∂f(x) ∂xK while the second-order gradient of the twice differentiable real function with respect to its vector argument is traditionally called the Hessian; 2 2 2 ∂ f(x) ∂ f(x) ∂ f(x) 2 ∂x1 ∂x1∂x2 ··· ∂x1∂xK 2 2 2 ∂ f(x) ∂ f(x) ∂ f(x) 2 2 K f(x) , ∂x2∂x1 ∂x2 ··· ∂x2∂xK S (2054) ∇ . ∈ . .. 2 2 2 ∂ f(x) ∂ f(x) ∂ f(x) 2 ∂xK ∂x1 ∂xK ∂x2 ∂x ··· K interpreted ∂f(x) ∂f(x) 2 ∂ ∂ 2 ∂ f(x) ∂x1 ∂x2 ∂ f(x) = = = (2055) ∂x1∂x2 ³∂x2 ´ ³∂x1 ´ ∂x2∂x1 Dattorro, Convex Optimization Euclidean Distance Geometry, Mεβoo, 2005, v2020.02.29. 599 600 APPENDIX D. MATRIX CALCULUS The gradient of vector-valued function v(x) : R RN on real domain is a row vector → v(x) , ∂v1(x) ∂v2(x) ∂vN (x) RN (2056) ∇ ∂x ∂x ··· ∂x ∈ h i while the second-order gradient is 2 2 2 2 , ∂ v1(x) ∂ v2(x) ∂ vN (x) RN v(x) 2 2 2 (2057) ∇ ∂x ∂x ··· ∂x ∈ h i Gradient of vector-valued function h(x) : RK RN on vector domain is → ∂h1(x) ∂h2(x) ∂hN (x) ∂x1 ∂x1 ··· ∂x1 ∂h1(x) ∂h2(x) ∂hN (x) h(x) , ∂x2 ∂x2 ··· ∂x2 ∇ .
    [Show full text]
  • Math 1320-9 Notes of 3/30/20 11.6 Directional Derivatives and Gradients
    Math 1320-9 Notes of 3/30/20 11.6 Directional Derivatives and Gradients • Recall our definitions: f(x0 + h; y0) − f(x0; y0) fx(x0; y0) = lim h−!0 h f(x0; y0 + h) − f(x0; y0) and fy(x0; y0) = lim h−!0 h • You can think of these definitions in several ways, e.g., − You keep all but one variable fixed, and differentiate with respect to the one special variable. − You restrict the function to a line whose direction vector is one of the standard basis vectors, and differentiate that restriction with respect to the corresponding variable. • In the case of fx we move in the direction of < 1; 0 >, and in the case of fy, we move in the direction for < 0; 1 >. Math 1320-9 Notes of 3/30/20 page 1 How about doing the same thing in the direction of some other unit vector u =< a; b >; say. • We define: The directional derivative of f at (x0; y0) in the direc- tion of the (unit) vector u is f(x0 + ha; y0 + hb) − f(x0; y0) Duf(x0; y0) = lim h−!0 h (if this limit exists). • Thus we restrict the function f to the line (x0; y0) + tu, think of it as a function g(t) = f(x0 + ta; y0 + tb); and compute g0(t). • But, by the chain rule, d f(x + ta; y + tb) = f (x ; y )a + f (x ; y )b dt 0 0 x 0 0 y 0 0 =< fx(x0; y0); fy(x0; y0) > · < a; b > • Thus we can compute the directional derivatives by the formula Duf(x0; y0) =< fx(x0; y0); fy(x0; y0) > · < a; b > : • Of course, the partial derivatives @=@x and @=@y are just directional derivatives in the directions i =< 0; 1 > and j =< 0; 1 >, respectively.
    [Show full text]
  • Derivatives Along Vectors and Directional Derivatives
    DERIVATIVES ALONG VECTORS AND DIRECTIONAL DERIVATIVES Math 225 Derivatives Along Vectors Suppose that f is a function of two variables, that is, f : R2 → R, or, if we are thinking without coordinates, f : E2 → R. The function f could be the distance to some point or curve, the altitude function for some landscape, or temperature (assumed to be static, i.e., not changing with time). Let P ∈ E2, and assume some disk centered at p is contained in the domain of f, that is, assume that P is an interior point of the domain of f.This allows us to move in any direction from P , at least a little, and stay in the domain of f. We want to ask how fast f(X) changes as X moves away from P , and to express it as some kind of derivative. The answer clearly depends on which direction you go. If f is not constant near P ,then f(X) increases in some directions, and decreases in others. If we move along a level curve of f,thenf(X) doesn’t change at all (that’s what a level curve means—a curve on which the function is constant). The answer also depends on how fast you go. Suppose that f measures temperature, and that some particle is moving along a path through P . The particle experiences a change of temperature. This happens not because the temperature is a function of time, but rather because of the particle’s motion. Now suppose that a second particle moves along the same path in the same direction, but faster.
    [Show full text]
  • Directional Derivatives
    Directional Derivatives The Question Suppose that you leave the point (a, b) moving with velocity ~v = v , v . Suppose further h 1 2i that the temperature at (x, y) is f(x, y). Then what rate of change of temperature do you feel? The Answers Let’s set the beginning of time, t = 0, to the time at which you leave (a, b). Then at time t you are at (a + v1t, b + v2t) and feel the temperature f(a + v1t, b + v2t). So the change in temperature between time 0 and time t is f(a + v1t, b + v2t) f(a, b), the average rate of change of temperature, −f(a+v1t,b+v2t) f(a,b) per unit time, between time 0 and time t is t − and the instantaneous rate of f(a+v1t,b+v2t) f(a,b) change of temperature per unit time as you leave (a, b) is limt 0 − . We apply → t the approximation f(a + ∆x, b + ∆y) f(a, b) fx(a, b) ∆x + fy(a, b) ∆y − ≈ with ∆x = v t and ∆y = v t. In the limit as t 0, the approximation becomes exact and we have 1 2 → f(a+v1t,b+v2t) f(a,b) fx(a,b) v1t+fy (a,b) v2t lim − = lim t 0 t t 0 t → → = fx(a, b) v1 + fy(a, b) v2 = fx(a, b),fy(a, b) v , v h i·h 1 2i The vector fx(a, b),fy(a, b) is denoted ~ f(a, b) and is called “the gradient of the function h i ∇ f at the point (a, b)”.
    [Show full text]
  • Lecture Notes of Thomas' Calculus Section 11.5 Directional Derivatives
    Lecture Notes of Thomas’ Calculus Section 11.5 Directional Derivatives, Gradient Vectors and Tangent Planes Instructor: Dr. ZHANG Zhengru Lecture Notes of Section 11.5 Page 1 OUTLINE • Directional Derivatives in the Plane • Interpretation of the Directional Derivative • Calculation • Properties of Directional Derivatives • Gradients and Tangents to Level Curves • Algebra Rules for Gradients • Increments and Distances • Functions of Three Variables • Tangent Panes and Normal Lines • Planes Tangent to a Surface z = f(x, y) • Other Applications Why introduce the directional derivatives? • Let’s start from the derivative of single variable functions. Consider y = f(x), its ′ ′ derivative f (x0) implies the rate of change of f. f (x0) > 0 means f increasing as x ′ becomes large. f (x0) < 0 means f decreasing as x becomes large. • Consider two-variable function f(x, y). The partial derivative fx(x0,y0) implies the rate of change in the direction of~i while keep y as a constant y0. fx(x0,y0) > 0 implies increasing in x direction. Another interpretation, the vertical plane passes through (x0,y0) and parallel to x-axis intersects the surface f(x, y) in the curve C. fx(x0,y0) means the slope of the curve C. Similarly, The partial derivative fy(x0,y0) implies the rate of change in the direction of ~j while keep x as a constant x0. • It is natural to consider the rate of change of f(x, y) in any direction ~u instead of ~i and ~j. Therefore, directional derivatives should be introduced. ... Lecture Notes of Section 11.5 Page 2 Definition 1 The derivative of f at P0(x0,y0) in the direction of the unit vector ~u = u1~i + u2~j is the number df f(x0 + su1,y0 + su2) − f(x0,y0) = lim , ds s→0 s ~u,P0 provided the limit exists.
    [Show full text]
  • 5 Graph Theory
    last edited March 21, 2016 5 Graph Theory Graph theory – the mathematical study of how collections of points can be con- nected – is used today to study problems in economics, physics, chemistry, soci- ology, linguistics, epidemiology, communication, and countless other fields. As complex networks play fundamental roles in financial markets, national security, the spread of disease, and other national and global issues, there is tremendous work being done in this very beautiful and evolving subject. The first several sections covered number systems, sets, cardinality, rational and irrational numbers, prime and composites, and several other topics. We also started to learn about the role that definitions play in mathematics, and we have begun to see how mathematicians prove statements called theorems – we’ve even proven some ourselves. At this point we turn our attention to a beautiful topic in modern mathematics called graph theory. Although this area was first introduced in the 18th century, it did not mature into a field of its own until the last fifty or sixty years. Over that time, it has blossomed into one of the most exciting, and practical, areas of mathematical research. Many readers will first associate the word ‘graph’ with the graph of a func- tion, such as that drawn in Figure 4. Although the word graph is commonly Figure 4: The graph of a function y = f(x). used in mathematics in this sense, it is also has a second, unrelated, meaning. Before providing a rigorous definition that we will use later, we begin with a very rough description and some examples.
    [Show full text]
  • Multivariable Calculus Review
    Outline Multi-Variable Calculus Point-Set Topology Compactness The Weierstrass Extreme Value Theorem Operator and Matrix Norms Mean Value Theorem Multivariable Calculus Review Multivariable Calculus Review Outline Multi-Variable Calculus Point-Set Topology Compactness The Weierstrass Extreme Value Theorem Operator and Matrix Norms Mean Value Theorem Multi-Variable Calculus Point-Set Topology Compactness The Weierstrass Extreme Value Theorem Operator and Matrix Norms Mean Value Theorem Multivariable Calculus Review n I ν(x) ≥ 0 8 x 2 R with equality iff x = 0. n I ν(αx) = jαjν(x) 8 x 2 R α 2 R n I ν(x + y) ≤ ν(x) + ν(y) 8 x; y 2 R We usually denote ν(x) by kxk. Norms are convex functions. lp norms 1 Pn p p kxkp := ( i=1 jxi j ) ; 1 ≤ p < 1 kxk1 = maxi=1;:::;n jxi j Outline Multi-Variable Calculus Point-Set Topology Compactness The Weierstrass Extreme Value Theorem Operator and Matrix Norms Mean Value Theorem Multi-Variable Calculus Norms: n n A function ν : R ! R is a vector norm on R if Multivariable Calculus Review n I ν(αx) = jαjν(x) 8 x 2 R α 2 R n I ν(x + y) ≤ ν(x) + ν(y) 8 x; y 2 R We usually denote ν(x) by kxk. Norms are convex functions. lp norms 1 Pn p p kxkp := ( i=1 jxi j ) ; 1 ≤ p < 1 kxk1 = maxi=1;:::;n jxi j Outline Multi-Variable Calculus Point-Set Topology Compactness The Weierstrass Extreme Value Theorem Operator and Matrix Norms Mean Value Theorem Multi-Variable Calculus Norms: n n A function ν : R ! R is a vector norm on R if n I ν(x) ≥ 0 8 x 2 R with equality iff x = 0.
    [Show full text]