Vector Calculus Math  Course Notes

Total Page:16

File Type:pdf, Size:1020Kb

Vector Calculus Math  Course Notes Vector Calculus Math 213 Course Notes Cary Ross Humber November 28, 2016 Humber ma 213 course notes ii Preface iii Humber ma 213 course notes iv Contents Preface iii 1 Linear Algebra Primer 1 1 Vectors....................................... 1 §1.1.1 Vector Operations............................. 2 §1.1.2 Some Geometric Concepts........................ 3 §1.1.3 Linear Independence, Bases, other definitions............. 9 §1.1.4 Projection................................. 12 2 A little about matrices.............................. 13 §1.2.1 Determinant Formulas.......................... 15 §1.2.2 Determinant Geometry.......................... 17 §1.2.3 Cross product, triple product...................... 20 §1.2.4 Lines and Planes............................. 22 2 Multivariable functions 27 §2.0.1 Level Sets................................. 29 §2.0.2 Sections................................... 29 1 Derivatives..................................... 33 §2.1.1 What’s wrong with partial derivatives?................. 40 §2.1.2 Directional derivatives.......................... 43 v Humber ma 213 course notes 2 Tangent vectors and planes............................ 44 §2.2.1 Surfaces in R3 ............................... 44 3 Coordinates.................................... 46 4 Parametric Curves................................. 49 5 Parametric surfaces................................ 50 6 Practice problems................................. 53 3 Exterior Forms 57 1 Constant Forms.................................. 58 §3.1.1 1-Forms.................................. 58 2 2-Forms....................................... 61 §3.2.1 Wedge (Exterior) product........................ 61 3 k-forms....................................... 63 §3.3.1 Wedge product again........................... 63 4 Vector fields.................................... 66 5 Differential forms................................. 70 §3.5.1 Exterior derivative............................ 71 §3.5.2 Pullbacks/Change of coordinates.................... 76 6 Practice problems................................. 79 4 Integration and the fundamental correspondence 85 1 The correspondence between vector fields and differential forms...... 85 2 Flux integrals................................... 87 §4.2.1 Line integrals and work......................... 96 §4.2.2 Orientations................................ 102 §4.2.3 Integration of 3-forms.......................... 109 3 Practice problems................................. 112 vi Humber ma 213 course notes 5 Stokes’ Theorem 115 1 Surfaces with boundary.............................. 115 2 The generalized Stokes’ Theorem........................ 116 §5.2.1 Stokes’ Theorem for 1-surfaces..................... 116 §5.2.2 Stokes’ Theorem for 2-surfaces..................... 123 §5.2.3 Stokes’ Theorem for 3-surfaces..................... 126 A Coordinate representations 131 B Some applications of differential forms and vector calculus 135 1 Extreme values................................... 135 §2.1.1 Constrained Extrema........................... 138 2 Maxwell’s equations................................ 141 vii Humber ma 213 course notes viii Chapter 1 Linear Algebra Primer §1 Vectors The majority of our calculus will take place in 2-dimensional and 3-dimensional space. Occasionally, we may work in higher dimensions. For our purposes, a vector is like a point in space, along with a direction. Other information, such as magnitude or length of a vector, can be determined from this point and direction. We visualize a vector as an arrow emanating from the origin, which we often denote as O, and ending at this point. The space (so called vector space) R2 = (x ;x ) x ;x R f 1 2 j 1 2 2 g consists of pairs of real numbers. Such a pair, which we often denote by a single letter (bold, hatted, arrow on top), is a vector in R2. The convention taken for these notes is to denote vectors by bold letters. It is typical to express a vector x in column form x x = 1 x2 ! on a chalkboard/whiteboard, or whenever space is not a concern. Whenever space is at a premium, it is just as typical to denote the same vector x in row form x = (x1;x2). The space R3 consists of 3-tuples of real numbers, or real 3-component vectors. Just as with R2, we can express R3 as the set R3 = (x ;x ;x ) x ;x ;x R : f 1 2 3 j 1 2 3 2 g Each vector x R3 consists of three components, each of which is a real number. 2 1 Humber ma 213 course notes In general, the space Rn consists of n-tuples of real numbers, or real n-component vectors, Rn = (x ;:::;x ) x R;j = 1;:::;n : f 1 n j j 2 g The higher the dimension, the more space is preserved by using row form x = (x1;:::;xn). §1.1.1 Vector Operations There are two basic vector operations, that of vector addition and scalar multiplication. Both operations are defined component-wise. Given two vectors a;b Rn with component 2 forms a = (a1;a2;:::;an) and b = (b1;b2;:::;bn), the vector sum a + b is the vector obtained by adding the components of a to those of b, a + b = (a1 + b1;a2 + b2;:::;an + bn): Similarly, if α R is a scalar, the scalar multiple αa is obtained by multiplying each 2 component of a by α, αa = (αa1;αa2;:::;αan): In what follows, whether we are discussing R2;R3 or Rn, in general, we denote the zero vector by 0, which is simply the vector with 0 in every component. With respect to vector addition and scalar multiplication, the following conditions are satisfied for all α;β R 2 and a;b;c Rn 2 V1) a + b = b + a V2) (a + b) + c = a + (b + c) V3) a + 0 = a V4) a + ( a) = 0 − V5) 1a = a V6) α(βa) = (αβ)a V7) (α + β)a = αa + βa V8) α(a + b) = αa + αb: Example 1.1 Let a = (2;1) and b = ( 3;4). Then, − a + b = (2 3;1 + 4) = ( 1;5): − − The vector a + b is the diagonal of the parallelogram with sides a and b as depicted in Figure 1.1. ȴ 2 Humber ma 213 course notes y a + b b a x Figure 1.1: The vector a + b is the diagonal of the parallelogram with sides a;b. §1.1.2 Some Geometric Concepts Rn Given two vectors x = (x1;:::;xn) and y = (y1;:::;yn) in , we define their inner product by n x;y = x y : h i j j Xj=1 The term inner product is synonymous with scalar product. If we input two vectors, the output is a scalar (real number). This particular inner product is often called the dot product in vector calculus texts. So, the same formula may be denoted k x y = x y : · j j Xj=1 Soon, we will see what the inner product tells us about the geometric relationship between two (or more) vectors. Another important scalar quantity is the length or magnitude of a vector. This is a scalar associated with a single vector, whereas the inner product is a scalar associated with two vectors. However, these quantities are related. The norm (in particular, Euclidean norm) 3 Humber ma 213 course notes of the vector x Rn is 1 2 n =2 1=2 2 x = x;x = xj : k k h i 0 1 BXj=1 C B C 2 B C In other words, the quantity x is the inner product@B AC of x with itself. Geometrically, the norm x represents the lengthk k of x. k k The Cauchy-Schwarz inequality gives another relationship between the norm and inner product, namely a;b a b (1.1) jh ij ≤ k kk k for any a;b Rn. Though simple, the Cauchy-Schwarz inequality is very powerful. Another powerful2 inequality is the triangle inequality a b a b a + b : (1.2) k k − k k ≤ k ± k ≤ k k k k Theorem 1.2 (Properties of the inner product) . Let α;β be real numbers and let a;b;c Rn. 2 1. αa;b = α a;b h i h i 2. a;βb = β a;b h i h i 3. a + b;c = a;c + b;c h i h i h i 4. a;b + c = a;b + a;c h i h i h i These properties highlight why it is often preferrable to work with inner products, rather than norms. With inner products, scalars factor out of both arguments. In contrast, the analogous property for norms is αa = α a ; k k j jk k only the absolute value factors out, in general. Since inner products have nicer properties, whenever it makes sense to do so, we will often square norms so that they become inner products. Definition 1.3. A vector a Rn is called a unit vector if a = 1. From any vector b Rn 2 k k 2 we can obtain a unit vector by normalizing it. The vector u = b= b has norm 1. k k 2 Let a = (a1;a2),b = (b1;b2) be two vectors in R . We want to determine an expression for the angle, ', between the vectors a and b. Let 'a;'b be the angles between the positive x-axis (e1-axis) and a;b, respectively. To each vector there corresonds a right triangle, 4 Humber ma 213 course notes y a b a2 b2 ϕ ϕa ϕb x a1 b1 Figure 1.2: The angle ' between a and b whose side lengths correspond to the components of the vector and hypotenuse is the norm, as depicted in Figure 1.2. This gives the following trigonometric relations a b sin' = 2 ; sin' = 2 a a b b k k k k a b cos' = 1 ; cos' = 1 a a b b k k k k a2 b2 tan'a = ; tan'b = : a1 b2 If ' is the angle between a and b, then ' = ' ' . Thus, a − b cos' = cos(' cos' ) = cos' cos' + sin' sin' a − b a b a b a b a b = 1 1 + 2 2 a b a b k k k k k k k k a b + a b = 1 1 2 2 ; a b k kk k where the numerator in the last expression is a;b . Note that this analysis holds in h i higher dimensions, as well.
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]