Multivariable Calculus Notes

Total Page:16

File Type:pdf, Size:1020Kb

Multivariable Calculus Notes Physics 181 Notes on Multivariable Calculus Overview The first year course in calculus typically treats only situations in which there is a single variable. This means that applications are limited, in effect, to one dimension. But the world we live in is three dimensional, and even if we limit our attention to things happening on the surface of the earth, two dimensional. Besides, if we want to analyze situations involving both space and time, even a one dimensional situation requires consideration of two variables. In mathematical terms, this means that we must consider functions of more than one variable. An example is the function y(x,t) that describes the transverse displacement of a particular point (at location x) on a stretched string that is supporting a traveling wave. This displacement varies from place to place (i.e., with x) and from time to time (i.e., with t). We need a description that distinguishes between those two types of variation. This description is given in terms of partial derivatives. Integral calculus, which concerns the summation of infinite numbers of infinitesimal quantities, is generalized in two dimensions to the summation of infinitesimal bits of area, and in three dimensions the summation of infinitesimal bits of volume. These techniques allow us to calculate (among other things) the areas bounded by closed curves in a plane, or surfaces in space, and the volumes of regions in space. The integrals to carry out these calculations are often called multiple integrals. Partial Derivatives The idea of a partial derivative is simple: let only the variable of interest change, keeping all the others constant. The notation for this kind of derivative uses a “curly” symbol. Thus, if f is a function of both x and t, then the partial derivative with respect to x is denoted by f / x , and that with respect to t by f / t . ! ! ! ! For example, suppose f (x,t) 3x t2 . Then f / x 3 and f / t 2t . If = + ! ! = ! ! = f (x,t) cos(kx t) , where k and are constants, then f / x ksin(kx t) and = ! " ω ! ! = " " # f / t sin(kx t) . ! ! = " # " Higher order derivatives are calculated similarly. In the second example given, we have !2 f /!x2 = "k2 cos(kx " #t), !2 f /!t2 = "# 2 cos(kx " #t), and for the “mixed” 2 2 second derivative we have ! f /!x!y = ! f /!y!x = k" cos(kx # "t) . [Note that 2 f / x2 (k/ )2 2 f / t2 ! ! = " # ! ! , which is the equation defining a wave of speed v = ! /k . This shows that f (x,t) = cos(kx ! "t) describes such a wave.] 1 Total Derivative Suppose we have a property f (x, y) of a particle that depends on its location in the x-y plane, but that location changes with time as the particle moves. What is the rate of change of this property with time? It is given by the total derivative with respect to time: df !f dx !f dy = " + " . dt !x dt !y dt Here and dy/dt represent the components of the velocity of the particle. This dx/dt formula is a generalization of the chain rule in one-variable calculus. Assuming f to be a scalar quantity, the two objects f / x and f / y are the ! ! ! ! components of the gradient: f ( f / x, f / y) i( f / x) j( f / y) . Then the total ! = " " " " = " " + " " derivative is simply a scalar product: df = !f " v , dt where v is the velocity. (Of course, all this could be done in three dimensions.) Maxima and Minima For a function f (x) in one variable, the maxima and minima occur at values of x for which df /dx 0 . What about a function f (x, y) of two variables? If both f / x 0 and = ! ! = f / y 0, then we have one of three cases: ! ! = 1. The point is a maximum in both variables. 2. The point is a minimum in both variables. 3. The point is a maximum in one variable and a minimum in the other. In the last case we have a saddle point. Multiple Integrals in 2-D Suppose we have a quantity f (x, y) which has a value for each point in a certain region of the x-y plane. The integral of this quantity over the area of the region involves integrating over both variables, and is often called a double integral. We write it as f (x, y)dxdy , !! where the limits on the integrals depend on the boundary of the region involved. Unless that boundary is simple in terms of the variables, the limits for the first integral are likely to be functions of the second variable. 2 Examples. Our examples involve the area electric charge density ! on a flat surface. First let the region concerned be a square of side a with its bottom left corner at the origin and let the density be y a (x, y) K xy , where K is a constant. We seek the total charge ! = " Q in the square. In this case the boundary is simple in that it a consists of lines with one of the variable constant, so the integral breaks into two independent parts: x a a Q = K ydy " xdx = 1 Ka4 . !0 !0 4 To make it a bit more complicated, let the region be a 45° right triangle of side a with the right angle at the origin. Then the boundaries are the lines at y x 0 and y 0 , plus the line described by . y = a ! x = = y = a ! x Start with the simple case where the density is constant: !(x, y) = ! . Then we have 0 a a$ y a x Q = ! dy # dx = ! (a $ y)dy = 1 ! a2 . 0 "0 "0 0 "0 2 0 (As expected, this is just !0 times the area of the triangle.) Now let !(x, y) = K " xy again. We find a a# y a Q = K ydy " xdx = 1 K y(a # y)2 dy = 1 Ka4 . !0 !0 2 !0 24 Exercise: Consider the triangle which, when added to this one, will complete the square in the first 4 example. Show by integration that the charge in this triangle is 5Ka / 24 . Next let the region be a circle of radius a centered at the origin, and let the charge density be !(x, y) = C " x2 + y2 . The boundary is given by x2 + y2 = a2 , so we have a x Q = C ! dy ! + x2 + y2 dx , #"a #x y " where x = ± a2 ! y2 . With sufficient patience and a good ± table of integrals, this pair of integrals can be carried out. But x this case shows why one should look at the symmetry of the situation before starting a calculation. We note that r = x2 + y2 is the radial distance from the origin to a point in the plane, so the density depends only on r and is the same in all directions. Instead of using cartesian coordinates (x,y) we use polar coordinates defined by x = r cos! , y = r sin! . 3 Here r is the magnitude of the vector r from the origin to the point in question, and θ is the angle that vector makes with the x-axis. The charge density is ! = Cr . To integrate over the circular region, instead of the element of area dA = dxdy we use dA = r dr d! . dr This infinitesimal area is shown in the diagram. Then we have a 2$ a 2$ r Q = r dr " d# %(r,#) = C r2 dr " d# , !0 !0 !0 !0 rdθ θ which is easily integrated to give Q = 2 !Ca3 . 3 Multiple Integrals in 3-D Now we consider a function f (x, y,z) and an integral over a volume in space; f (x, y,z)dxdydz . ! ! ! The region of integration is the space within a closed surface. The procedure is like that in 2-D, but with one more integration to do. Examples. We consider the electric volume charge density (x, y,z) and ask for the total charge ! within a given volume. y First we choose for the volume a tetrahedron as shown. The sides in the coordinate planes are 45° triangles of side a. The other side is the equilateral triangle shown, which is in the plane described by x y z a . We will assume the charge + + = density is a constant: !(x, y,z) = !0 . The total charge is then x ! times the volume of the tetrahedron. 0 z The integrals will be done in the order x, y, z. We have a a$z a$ y$z Q = ! " dz " dy " dx 0 #0 #0 #0 a a$z = !0 " dz " (a $ y $ z)dy #0 #0 a = ! " 1 (a $ z)2 dz 0 #0 2 = 1 ! a3. 6 0 The tetrahedron has volume 1/6th that of a cube of side a. 4 The next example is an ellipsoid of revolution, with surface described by x2 y2 z2 + + = 1. 2 2 2 a a b The radius of the cross-section circle shown is a and half the length of the ellipse is b. We start again with constant x charge density and calculate in effect the volume of the ellipsoid. The first thing to notice is the symmetry with respect to z rotation around the z-axis. If we use cylindrical coordinates , where , y r sin , the y (r,!,z) x = r cos! = ! equation of the ellipsoid reduces to r2 z2 + = 1 . 2 2 a b In these coordinates the element of volume is dV r dr d dz (the area element r dr d = ! " ! ! " in the x-y plane times the length element dz) so we have b r 2% Q = ! dz 1 r dr d$ , 0 #"b #0 #0 where r = (a/b) b2 ! z2 .
Recommended publications
  • 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]
  • M.Sc. (Mathematics), SEM- I Paper - II ANALYSIS – I
    M.Sc. (Mathematics), SEM- I Paper - II ANALYSIS – I PSMT102 Note- There will be some addition to this study material. You should download it again after few weeks. CONTENT Unit No. Title 1. Differentiation of Functions of Several Variables 2. Derivatives of Higher Orders 3. Applications of Derivatives 4. Inverse and Implicit Function Theorems 5. Riemann Integral - I 6. Measure Zero Set *** SYLLABUS Unit I. Euclidean space Euclidean space : inner product < and properties, norm Cauchy-Schwarz inequality, properties of the norm function . (Ref. W. Rudin or M. Spivak). Standard topology on : open subsets of , closed subsets of , interior and boundary of a subset of . (ref. M. Spivak) Operator norm of a linear transformation ( : v & }) and its properties such as: For all linear maps and 1. 2. ,and 3. (Ref. C. C. Pugh or A. Browder) Compactness: Open cover of a subset of , Compact subsets of (A subset K of is compact if every open cover of K contains a finite subover), Heine-Borel theorem (statement only), the Cartesian product of two compact subsets of compact (statement only), every closed and bounded subset of is compact. Bolzano-Weierstrass theorem: Any bounded sequence in has a converging subsequence. Brief review of following three topics: 1. Functions and Continuity Notation: arbitary non-empty set. A function f : A → and its component functions, continuity of a function( , δ definition). A function f : A → is continuous if and only if for every open subset V there is an open subset U of such that 2. Continuity and compactness: Let K be a compact subset and f : K → be any continuous function.
    [Show full text]
  • MATH 162: Calculus II Differentiation
    MATH 162: Calculus II Framework for Mon., Jan. 29 Review of Differentiation and Integration Differentiation Definition of derivative f 0(x): f(x + h) − f(x) f(y) − f(x) lim or lim . h→0 h y→x y − x Differentiation rules: 1. Sum/Difference rule: If f, g are differentiable at x0, then 0 0 0 (f ± g) (x0) = f (x0) ± g (x0). 2. Product rule: If f, g are differentiable at x0, then 0 0 0 (fg) (x0) = f (x0)g(x0) + f(x0)g (x0). 3. Quotient rule: If f, g are differentiable at x0, and g(x0) 6= 0, then 0 0 0 f f (x0)g(x0) − f(x0)g (x0) (x0) = 2 . g [g(x0)] 4. Chain rule: If g is differentiable at x0, and f is differentiable at g(x0), then 0 0 0 (f ◦ g) (x0) = f (g(x0))g (x0). This rule may also be expressed as dy dy du = . dx x=x0 du u=u(x0) dx x=x0 Implicit differentiation is a consequence of the chain rule. For instance, if y is really dependent upon x (i.e., y = y(x)), and if u = y3, then d du du dy d (y3) = = = (y3)y0(x) = 3y2y0. dx dx dy dx dy Practice: Find d x d √ d , (x2 y), and [y cos(xy)]. dx y dx dx MATH 162—Framework for Mon., Jan. 29 Review of Differentiation and Integration Integration The definite integral • the area problem • Riemann sums • definition Fundamental Theorem of Calculus: R x I: Suppose f is continuous on [a, b].
    [Show full text]
  • Neural Networks Learning the Network: Backprop
    Neural Networks Learning the network: Backprop 11-785, Spring 2018 Lecture 4 1 Design exercise • Input: Binary coded number • Output: One-hot vector • Input units? • Output units? • Architecture? • Activations? 2 Recap: The MLP can represent any function • The MLP can be constructed to represent anything • But how do we construct it? 3 Recap: How to learn the function • By minimizing expected error 4 Recap: Sampling the function di Xi • is unknown, so sample it – Basically, get input-output pairs for a number of samples of input • Many samples , where – Good sampling: the samples of will be drawn from • Estimate function from the samples 5 The Empirical risk di Xi • The expected error is the average error over the entire input space • The empirical estimate of the expected error is the average error over the samples 6 Empirical Risk Minimization • Given a training set of input-output pairs 2 – Error on the i-th instance: – Empirical average error on all training data: • Estimate the parameters to minimize the empirical estimate of expected error – I.e. minimize the empirical error over the drawn samples 7 Problem Statement • Given a training set of input-output pairs • Minimize the following function w.r.t • This is problem of function minimization – An instance of optimization 8 • A CRASH COURSE ON FUNCTION OPTIMIZATION 9 Caveat about following slides • The following slides speak of optimizing a function w.r.t a variable “x” • This is only mathematical notation. In our actual network optimization problem we would
    [Show full text]
  • Multivariate Differentiation1
    John Nachbar Washington University March 24, 2018 Multivariate Differentiation1 1 Preliminaries. I assume that you are already familiar with standard concepts and results from univariate calculus; in particular, the Mean Value Theorem appears in two of the proofs here. N To avoid notational complication, I take the domain of functions to be all of R . Everything generalizes immediately to functions whose domain is an open subset of N N R . One can also generalize this machinery to \nice" non-open sets, such as R+ , but I will not provide a formal development.2 N In my notation, a point in R , which I also refer to as a vector (vector and point mean exactly the same thing for me), is written 2 3 x1 . x = (x1; : : : ; xN ) = 6 . 7 : def 4 5 xN N Thus, a vector in R always corresponds to an N ×1 (column) matrix. This ensures that the matrix multiplication below makes sense (the matrices conform). N M If f : R ! R then f can be written in terms of M coordinate functions N fm : R ! R, f(x) = (f1(x); : : : ; fM (x)): def M Again, f(x), being a point in R , can also be written as an M ×1 matrix. If M = 1 then f is real-valued. 2 Partial Derivatives and the Jacobian. Let en be the unit vector for coordinate n: en = (0;:::; 0; 1; 0;:::; 0), with the 1 ∗ n ∗ appearing in coordinate n. For any γ 2 R, x + γe is identical to x except for ∗ ∗ coordinate n, which changes from xn to xn + γ.
    [Show full text]
  • ATMS 310 Math Review Differential Calculus the First Derivative of Y = F(X)
    ATMS 310 Math Review Differential Calculus dy The first derivative of y = f(x) = = f `(x) dx d2 x The second derivative of y = f(x) = = f ``(x) dy2 Some differentiation rules: dyn = nyn-1 dx d() uv dv du = u( ) + v( ) dx dx dx ⎛ u ⎞ ⎛ du dv ⎞ d⎜ ⎟ ⎜v − u ⎟ v dx dx ⎝ ⎠ = ⎝ ⎠ dx v2 dy ⎛ dy dz ⎞ Chain Rule If y = f(z) and z = f(x), = ⎜ *⎟ dx ⎝ dz dx ⎠ Total vs. Partial Derivatives The rate of change of something following a fluid element (e.g. change in temperature in the atmosphere) is called the Langrangian rate of change: d / dt or D / Dt The rate of change of something at a fixed point is called the Eulerian (oy – layer’ – ian) rate of change: ∂/∂t, ∂/∂x, ∂/∂y, ∂/∂z The total rate of change of a variable is the sum of the local rate of change plus the 3- dimensional advection of that variable: d() ∂( ) ∂( ) ∂( ) ∂( ) = + u + v + w dt∂ t ∂x ∂y ∂z (1) (2) (3) (4) Where (1) is the Eulerian rate of change, and terms (2) – (4) is the 3-dimensional advection of the variable (u = zonal wind, v = meridional wind, w = vertical wind) Vectors A scalar only has a magnitude (e.g. temperature). A vector has magnitude and direction (e.g. wind). Vectors are usually represented in bold font. The wind vector is specified as V or r sometimes as V i, j, and k known as unit vectors. They have a magnitude of 1 and point in the x (i), y (j), and z (k) directions.
    [Show full text]
  • Lecture 3: Derivatives in Rn 1 Definitions and Concepts
    Math 94 Professor: Padraic Bartlett Lecture 3: Derivatives in Rn Week 3 UCSB 2015 This is the third week of the Mathematics Subject Test GRE prep course; here, we review the concepts of derivatives in higher dimensions! 1 Definitions and Concepts n We start by reviewing the definitions we have for the derivative of functions on R : Definition. The partial derivative @f of a function f : n ! along its i-th co¨ordinate @xi R R at some point a, formally speaking, is the limit f(a + h · e ) − f(a) lim i : h!0 h (Here, ei is the i-th basis vector, which has its i-th co¨ordinateequal to 1 and the rest equal to 0.) However, this is not necessarily the best way to think about the partial derivative, and certainly not the easiest way to calculate it! Typically, we think of the i-th partial derivative of f as the derivative of f when we \hold all of f's other variables constant" { i.e. if we think of f as a single-variable function with variable xi, and treat all of the other xj's as constants. This method is markedly easier to work with, and is how we actually *calculate* a partial derivative. n We can extend this to higher-order derivatives as follows. Given a function f : R ! R, we can define its second-order partial derivatives as the following: @2f @ @f = : @xi@xj @xi @xj In other words, the second-order partial derivatives are simply all of the functions you can get by taking two consecutive partial derivatives of your function f.
    [Show full text]
  • Maxwell's Equations, Part II
    Cleveland State University EngagedScholarship@CSU Chemistry Faculty Publications Chemistry Department 6-2011 Maxwell's Equations, Part II David W. Ball Cleveland State University, [email protected] Follow this and additional works at: https://engagedscholarship.csuohio.edu/scichem_facpub Part of the Physical Chemistry Commons How does access to this work benefit ou?y Let us know! Recommended Citation Ball, David W. 2011. "Maxwell's Equations, Part II." Spectroscopy 26, no. 6: 14-21 This Article is brought to you for free and open access by the Chemistry Department at EngagedScholarship@CSU. It has been accepted for inclusion in Chemistry Faculty Publications by an authorized administrator of EngagedScholarship@CSU. For more information, please contact [email protected]. Maxwell’s Equations ρ II. ∇⋅E = ε0 This is the second part of a multi-part production on Maxwell’s equations of electromagnetism. The ultimate goal is a definitive explanation of these four equations; readers will be left to judge how definitive it is. A note: for certain reasons, figures are being numbered sequentially throughout this series, which is why the first figure in this column is numbered 8. I hope this does not cause confusion. Another note: this is going to get a bit mathematical. It can’t be helped: models of the physical universe, like Newton’s second law F = ma, are based in math. So are Maxwell’s equations. Enter Stage Left: Maxwell James Clerk Maxwell (Figure 8) was born in 1831 in Edinburgh, Scotland. His unusual middle name derives from his uncle, who was the 6th Baronet Clerk of Penicuik (pronounced “penny-cook”), a town not far from Edinburgh.
    [Show full text]
  • Introductory Mathematics for Economics Msc's
    Introductory Maths: © Huw Dixon. INTRODUCTORY MATHEMATICS FOR ECONOMICS MSCS. LECTURE 3: MULTIVARIABLE FUNCTIONS AND CONSTRAINED OPTIMIZATION. HUW DAVID DIXON CARDIFF BUSINESS SCHOOL. SEPTEMBER 2009. 3.1 Introductory Maths: © Huw Dixon. Functions of more than one variable. Production Function: YFKL (,) Utility Function: UUxx (,12 ) How do we differentiate these? This is called partial differentiation. If you differentiate a function with respect to one of its two (or more) variables, then you treat the other values as constants. YKL 1 YY K 11LK (1 ) L K K Some more maths examples: YY Yzexx e and ze x zx YY Yzxe( )xzx (1 zxe )z and (1zxe ) xz zx The rules of differentiation all apply to the partial derivates (product/quotient/chain rule etc.). Second order partial derivates: simply do it twice! 3.2 Introductory Maths: © Huw Dixon. YY Yzexx e and ze x zx The last item is called a cross-partial derivative: you differentiate 22YYY 2 0 and zex ; ex first with x and then with z (or the other way around: you get the zxx22zsame result – Young’s Theorem). Total Differential. Consider yfxz (,). How much does the dependant variable (y) change if there is a small change in the independent variables (x,z). dy fxz dx f dz Where f z, f x are the partial derivatives of f with respect to x and z (equivalent to f’). This expression is called the Total Differential. Economic Application: Indifference curves: Combinations of (x,z) that keep u constant. UUxz (,) Utility depends on x,y. dU U dx U dz xzLet x and y change by dx and dy: the change in u is dU 0 Udxxz Udz For the indifference curve, we only allow changes in x,y that leave utility unchanged dx U z MRS.
    [Show full text]
  • Notes on Calculus and Optimization
    Economics 101A Section Notes GSI: David Albouy Notes on Calculus and Optimization 1 Basic Calculus 1.1 Definition of a Derivative Let f (x) be some function of x, then the derivative of f, if it exists, is given by the following limit df (x) f (x + h) f (x) = lim − (Definition of Derivative) dx h 0 h → df although often this definition is hard to apply directly. It is common to write f 0 (x),or dx to be shorter, or dy if y = f (x) then dx for the derivative of y with respect to x. 1.2 Calculus Rules Here are some handy formulas which can be derived using the definitions, where f (x) and g (x) are functions of x and k is a constant which does not depend on x. d df (x) [kf (x)] = k (Constant Rule) dx dx d df (x) df (x) [f (x)+g (x)] = + (Sum Rule) dx dx dy d df (x) dg (x) [f (x) g (x)] = g (x)+f (x) (Product Rule) dx dx dx d f (x) df (x) g (x) dg(x) f (x) = dx − dx (Quotient Rule) dx g (x) [g (x)]2 · ¸ d f [g (x)] dg (x) f [g (x)] = (Chain Rule) dx dg dx For specific forms of f the following rules are useful in economics d xk = kxk 1 (Power Rule) dx − d ex = ex (Exponent Rule) dx d 1 ln x = (Logarithm Rule) dx x 1 Finally assuming that we can invert y = f (x) by solving for x in terms of y so that x = f − (y) then the following rule applies 1 df − (y) 1 = 1 (Inverse Rule) dy df (f − (y)) dx Example 1 Let y = f (x)=ex/2, then using the exponent rule and the chain rule, where g (x)=x/2,we df (x) d x/2 d x/2 d x x/2 1 1 x/2 get dx = dx e = d(x/2) e dx 2 = e 2 = 2 e .
    [Show full text]
  • Holographic RG Flow and the Quantum Effective Action
    Preprint typeset in JHEP style - HYPER VERSION CCTP-2013-23 CCQCN-2013-13 CERN-PH-TH/2013-321 Holographic RG flow and the Quantum Effective Action Elias Kiritsis1;2;3, Wenliang Li2 and Francesco Nitti2 1 Crete Center for Theoretical Physics, Department of Physics, University of Crete 71003 Heraklion, Greece 2 APC, Universit´eParis 7, CNRS/IN2P3, CEA/IRFU, Obs. de Paris, Sorbonne Paris Cit´e, B^atiment Condorcet, F-75205, Paris Cedex 13, France (UMR du CNRS 7164). 3 Theory Group, Physics Department, CERN, CH-1211, Geneva 23, Switzerland Abstract: The calculation of the full (renormalized) holographic action is under- taken in general Einstein-scalar theories. The appropriate formalism is developed and the renormalized effective action is calculated up to two derivatives in the met- ric and scalar operators. The holographic RG equations involve a generalized Ricci flow for the space-time metric as well as the standard β-function flow for scalar op- erators. Several examples are analyzed and the effective action is calculated. A set of conserved quantities of the holographic flow is found, whose interpretation is not yet understood. arXiv:1401.0888v2 [hep-th] 31 Jan 2014 Keywords: Holography, Renormalization group, effective action, strong coupling, Ricci flow. Contents 1. Introduction, Summary and Outlook 2 1.1 Summary of results 4 1.2 Relation to previous work 12 1.3 Outlook 13 1.4 Paper structure 15 2. The holographic effective potential, revisited 16 2.1 Einstein-Scalar gravity and holography 16 2.2 Homogeneous solutions: the superpotential 17 2.3 The renormalized generating functional 19 2.4 The quantum effective potential and the holographic β-function 22 3.
    [Show full text]
  • Gradients Math 131 Multivariate Calculus D Joyce, Spring 2014
    Gradients Math 131 Multivariate Calculus D Joyce, Spring 2014 @f Last time. Introduced partial derivatives like @x of scalar-valued functions Rn ! R, also called scalar fields on Rn. Total derivatives. We've seen what partial derivatives of scalar-valued functions f : Rn ! R are and what they mean geometrically. But if these are only partial derivatives, then what is the `total' derivative? The answer will be, more or less, that the partial derivatives, taken together, form the to- tal derivative. Figure 1: A Lyre of Ur First, we'll develop the concept of total derivative for a scalar-valued function f : R2 ! R, that is, a scalar field on the plane R2. We'll find that that them. In that sense, the pair of these two slopes total derivative is what we'll call the gradient of will do what we want the `slope' of the plane to be. f, denoted rf. Next, we'll slightly generalize that We'll call the vector whose coordinates are these to a scalar-valued function f : Rn ! R defined partial derivatives the gradient of f, denoted rf, on n-space Rn. Finally we'll generalize that to a or gradf. vector-valued function f : Rn ! Rm. The symbol r is a nabla, and is pronounced \del" even though it's an upside down delta. The The gradient of a function R2 ! R. Let f be word nabla is a variant of nevel or nebel, an an- a function R2 ! R. The graph of this function, cient harp or lyre. One is shown in figure 1.
    [Show full text]