Gradient, Divergence, Curl and Related Formulae

Total Page:16

File Type:pdf, Size:1020Kb

Gradient, Divergence, Curl and Related Formulae Gradient, Divergence, Curl and Related Formulae The gradient, the divergence, and the curl are first-order differential operators acting on fields. The easiest way to describe them is via a vector nabla whose components are partial derivatives WRT Cartesian coordinates (x, y, z): ∂ ∂ ∂ = ˆx + ˆy + ˆz . (1) ∇ ∂x ∂y ∂z The operator is a true vector in the following sense: Consider any two Cartesian coordinate ∇ systems (x, y, z) and (x′,y′, z′) at some angles to each other; in general, they are related to each other as ′ x = T ′ x + T ′ y + T ′ z, x x × x y × x z × ′ y = T ′ x + T ′ y + T ′ z, (2) y x × y y × y z × ′ z = T ′ x + T ′ y + T ′ z, z x × z y × z z × for some orthogonal 3 3 matrix T . Then the components of the operator in the (x′,y′, z′) × ∇ system — i.e., the partial derivatives ∂/∂x′, ∂/∂y′, and ∂/∂z′ — are related to the partial derivatives WRT x, y, z precisely as components of any other vector: ∂ ∂ ∂ ∂ = T ′ + T ′ + T ′ , ∂x′ x x × ∂x x y × ∂y x z × ∂z ∂ ∂ ∂ ∂ = T ′ + T ′ + T ′ , (3) ∂y′ y x × ∂x y y × ∂y y z × ∂z ∂ ∂ ∂ ∂ = T ′ + T ′ + T ′ . ∂z′ z x × ∂x z y × ∂y z z × ∂z Consequently, just like a regular vector — say, A — has different components in the two coordinate systems but they assemble to the same vector as ′ ′ ′ Axˆx + Ayˆy + Azˆz = Ax′ ˆx + Ay′ ˆy + Az′ˆz = same A, (4) for the operator we also have ∇ ∂ ∂ ∂ ′ ∂ ′ ∂ ′ ∂ ˆx + ˆy + ˆz = ˆx + ˆy + ˆz = same . (5) ∂x ∂y ∂z ∂x′ ∂y′ ∂z′ ∇ 1 The Gradient: Acting with the operator on a scalar field S(x, y, z) produces a vector field ∇ ∂S ∂S ∂S S = ˆx + ˆy + ˆz = grad S(x, y, z) (6) ∇ ∂x ∂y ∂z called the gradient of S. Physically, the gradient measures how much S is changing with the location; it points in the direction of steepest increase of S while its magnitude is the rate of that increase. At the local maxima, local minima, or other stationary points of S, the gradient vanishes. Leibniz rule for the gradient of a product of two scalar fields S1(x, y, z) and S2(x, y, z): S S ) = S S + S S . (7) ∇ 1 2 1∇ 2 2∇ 1 Chain Rule for the gradient of a function of another function of the 3 coordinates: dP If P (x, y, z) = f S(x, y, z) , then P = S. (8) ∇ dS ∇ As an example, let’s apply this rule to a spherically symmetric field P (x, y, z) = P (r only), r = r = x2 + y2 + z2. (9) | | p By the chain rule, the gradient of any such field is dP dP P (r) = r = ˆr (10) ∇ dr ∇ dr where the second equality follows from the gradient of the radius r being the unit vector ˆr in the radial direction. This should be obvious from the physical meaning of the gradient, but let’s prove this mathematically. Let’s start with the gradient of r2 = x2 + y2 + z2: ∂ ∂ ∂ (r2) = ˆx + ˆy + ˆz x2 + y2 + z2 = 2x ˆx + 2y ˆy + 2z ˆz = 2r. (11) ∇ ∂x ∂y ∂z At the same time, by the chain rule, dr2 (r2) = r = 2r r, (12) ∇ dr ∇ ∇ hence 1 1 r = (r2) = (2r) = ˆr, (13) ∇ 2r ∇ 2r quod erat demonstrandum. 2 As an example of eq. (10), the gradient of any power of the radius is − rn = nrn 1 ˆr. (14) ∇ The Divergence of a vector field V(x, y, z) is a scalar field div V(x, y, z) which measures how much V spreads out at each point (x, y, z) (or for a negative divergence, how much V converges to the point (x, y, z)). Algebraically, the divergence is the scalar product (dot product) of the operator and the vector field on which it acts: ∇ ∂ ∂ ∂ div V(x, y, z) = V = V + V + V . (15) ∇· ∂x x ∂y y ∂z z Example: A vector field parallel to the x axis spreading out in x direction, V(x, y, z) = cx ˆx (for a constant c) The divergence of this field is ∂V ∂V ∂V ∂cx ∂0 ∂0 V = x + y + z = + + = c +0+0= c. (16) ∇· ∂x ∂y ∂z ∂x ∂y ∂z Another example: A field pointing and spreading out in the radial direction, V = cr, (17) 3 The divergence of this field is ∂V ∂V ∂V ∂cx ∂cy ∂cz V = x + y + z = + + = c + c + c = 3c. (18) ∇· ∂x ∂y ∂z ∂x ∂y ∂z Similar to the Leibniz rule for the gradient, there is a Leibniz rule for the divergence of a product of a scalar field S(x, y, z) and a vector field V(x, y, z): SV = S V + S V . (19) ∇· ∇ · ∇· This rule is particularly useful for calculating divergences of spherically symmetric radial fields V (r) V(x, y, z) = V (r only) ˆr = r (20) r Indeed, by the Leibniz rule (19), V (r) V (r) V (r) V = r = r + r (21) ∇· r ∇ r · r ∇· where in the second term on the RHS r = 3, cf. the example (18). As to the first term on ∇· the RHS, V (r) d(V/r) V ′ V = ˆr = ˆr (22) ∇ r dr r − r2 and hence V (r) V ′ V dV V r = ˆr r = r = . (23) ∇ r · r − r2 × · dr − r Plugging this formula and r = 3 into eq. (21), we arrive at ∇· dV V V dV V (V = V (r) ˆr) = + 3 = + 2 . (24) ∇· dr − r r × dr r In particular, for V (r)= krn (for a constant k), − − − krn ˆr = nkrn 1 + 2krn 1 = (n + 2)krn 1 . (25) ∇· Note: the Coulomb electric field of a point charge has this form for n = 2. Consequently, − Q ˆr Q 1 E E for = 2 , = (n = 2)+2=0 3 = 0, (26) 4πǫ0 r ∇· − × 4πǫ0 × r the Coulomb electric field seems to be divergence-less! However, this formula is valid only outside the charge, at r = 0, but right on top of the charge, at r = 0, the electric field itself is 6 4 singular and its divergence is actually infinite. As we shall see later in class, Q ˆr Q E E r (3) r for = 2 , ( ) = δ ( ). (27) 4πǫ0 r ∇· ǫ0 × The Curl or rotor of a vector field V(x, y, z) is another vector field curlV(x, y, z) which measures the vorticity of the V field. Specifically, the x component of the curlV measure the vorticity of the V field in the yz plane (and thus around the x axis), and likewise for the y and z components. Algebraically, curlV(x, y, z) obtains as a vector product of the and the vector field V ∇ on which it acts: curlV = rotV = V ∇ × ∂ ∂ ∂ = ˆx + ˆy + ˆz ˆxV + ˆyV + ˆzV ∂x ∂y ∂z × z y z ˆx ˆy ˆz ∂ ∂ ∂ (28) = det ∂x ∂y ∂z Vx Vy Vz ∂V ∂V ∂V ∂V ∂V ∂V = ˆx z y + ˆy x z + ˆz y x . ∂y − ∂z ∂z − ∂x ∂x − ∂y Example: the radially symmetric spreading out field (17) V(r)= cr has zero curl. Indeed, the x component of the curl evaluates to ∂(cr) ∂(cr) ∂cz ∂cy (cr) = z y = = 0 0 = 0, (29) ∇ × x ∂y − ∂z ∂y − ∂z − and likewise, the y component and the z component of (cr) also vanish. ∇ × 5 Another example: a vector field V = cxˆy cyˆx swirling in the xy plane like this − (30) has a non-trivial curl in the z direction: ∂(Vy = cx) ∂(V = cy) (cxˆy cyˆx) = x − = (+c) ( c) = 2c, (31) ∇ × − z ∂x − ∂y − − while the x and y components of the curl vanish: ∂(V = 0) ∂(V =+cx) (cxˆy cyˆx) = z y = 0 0 = 0, ∇ × − x ∂y − ∂z − (32) ∂(V = cy) ∂(V = 0) (cxˆy cyˆx) = x − z = 0 0 = 0. ∇ × − y ∂z − ∂x − Leibniz rule for the curl of a product of a scalar field S(x, y, z) and a vector field V(x, y, z): SV = S V + S V , (33) ∇ × ∇ × ∇ × Using this rule, it is easy to show that any spherically symmetric radial field V(x, y, z)= V (r)ˆr 6 has zero curl. Indeed, V (r) V = r, r V V V = r + r ∇ × ∇ r × r ∇ × where r = 0, ∇ × V d(V/r) and = ˆr, (34) ∇ r dr d(V/r) hence V = ˆr r + 0 ∇ × dr × d(V/r) = ˆr r = 0 + 0 dr × = 0. Other Leibniz rules: (a) Divergence of a vector product of two vector fields A(x, y, z) and B(x, y, z), (A B) = B ( A) A ( B). (35) ∇· × · ∇ × − · ∇ × (b) Curl of a cross product of two vector fields, (A B) = (B )A (A )B + A( B) B( A). (36) ∇ × × ·∇ − ·∇ ∇· − ∇· (c) Gradient of a dot product of two vector fields: (A B) = (A )B + (B )A + A ( B) + B ( A). (37) ∇ · ·∇ ·∇ × ∇ × × ∇ × In the last two formulae here (A ) and (B ) are not the divergences but rather the · ∇ · ∇ differential operators ∂ ∂ ∂ (A ) = A + A + A , ·∇ x ∂x y ∂y z ∂z (38) ∂ ∂ ∂ (B ) = B + B + B , ·∇ x ∂x y ∂y z ∂z 7 which then act on other fields. For example, ∂S ∂S ∂S (A )S = A + A + A , ·∇ x ∂x y ∂y z ∂z ∂B ∂B ∂B ∂B ∂B ∂B (A )B = A x + A x + A x ˆx + A y + A y + A y ˆy ·∇ x ∂x y ∂y z ∂z x ∂x y ∂y z ∂z ∂B ∂B ∂B + A z + A z + A z ˆz . x ∂x y ∂y z ∂z (39) Second Derivatives The gradient, the divergence, and the curl are first-order differential operators for the fields.
Recommended publications
  • College Summit, Inc. D/B/A Peerforward Financial Statements
    College Summit, Inc. d/b/a PeerForward Financial Statements For the Years Ended April 30, 2020 and 2019 and Report Thereon COLLEGE SUMMIT, INC. d/b/a PeerForward TABLE OF CONTENTS For the Years Ended April 30, 2020 and 2019 _______________ Page Independent Auditors’ Report ............................................................................................................. 1-2 Financial Statements Statements of Financial Position ........................................................................................................ 3 Statements of Activities ...................................................................................................................... 4 Statements of Functional Expenses ................................................................................................ 5-6 Statements of Cash Flows .................................................................................................................. 7 Notes to Financial Statements ....................................................................................................... 8-17 INDEPENDENT AUDITORS’ REPORT To the Board of Directors of College Summit, Inc. d/b/a PeerForward Report on the Financial Statements We have audited the accompanying financial statements of College Summit, Inc. d/b/a PeerForward (PeerForward), which comprise the statements of financial position as of April 30, 2020 and 2019, and the related statements of activities, functional expenses and cash flows for the years then ended, and the related notes
    [Show full text]
  • How Can We Create Environments Where Hate Cannot Flourish?
    How can we create environments where hate cannot flourish? Saturday, February 1 9:30 a.m. – 10:00 a.m. Check-In and Registration Location: Field Museum West Entrance 10:00 a.m. – 10:30 a.m. Introductions and Program Kick-Off JoAnna Wasserman, USHMM Education Initiatives Manager Location: Lecture Hall 1 10:30 a.m. – 11:30 a.m. Watch “The Path to Nazi Genocide” and Reflections JoAnna Wasserman, USHMM Education Initiatives Manager Location: Lecture Hall 1 11:30 a.m. – 11:45 a.m. Break and walk to State of Deception 11:45 a.m. – 12:30 p.m. Visit State of Deception Interpretation by Holocaust Survivor Volunteers from the Illinois Holocaust Museum Location: Upper level 12:30 p.m. – 1:00 p.m. Breakout Session: Reflections on Exhibit Tim Kaiser, USHMM Director, Education Initiatives David Klevan, USHMM Digital Learning Strategist JoAnna Wasserman, USHMM Education Initiatives Manager Location: Lecture Hall 1, Classrooms A and B Saturday, February 2 (continued) 1:00 p.m. – 1:45 p.m. Lunch 1:45 p.m. – 2:45 p.m. A Survivor’s Personal Story Bob Behr, USHMM Survivor Volunteer Interviewed by: Ann Weber, USHMM Program Coordinator Location: Lecture Hall 1 2:45 p.m. – 3:00 p.m. Break 3:00 p.m. – 3:45 p.m. Student Panel: Beyond Indifference Location: Lecture Hall 1 Moderator: Emma Pettit, Sustained Dialogue Campus Network Student/Alumni Panelists: Jazzy Johnson, Northwestern University Mary Giardina, The Ohio State University Nory Kaplan-Kelly, University of Chicago 3:45 p.m. – 4:30 p.m. Breakout Session: Sharing Personal Reflections Tim Kaiser, USHMM Director, Education Initiatives David Klevan, USHMM Digital Learning Strategist JoAnna Wasserman, USHMM Education Initiatives Manager Location: Lecture Hall 1, Classrooms A and B 4:30 p.m.
    [Show full text]
  • The Matrix Calculus You Need for Deep Learning
    The Matrix Calculus You Need For Deep Learning Terence Parr and Jeremy Howard July 3, 2018 (We teach in University of San Francisco's MS in Data Science program and have other nefarious projects underway. You might know Terence as the creator of the ANTLR parser generator. For more material, see Jeremy's fast.ai courses and University of San Francisco's Data Institute in- person version of the deep learning course.) HTML version (The PDF and HTML were generated from markup using bookish) Abstract This paper is an attempt to explain all the matrix calculus you need in order to understand the training of deep neural networks. We assume no math knowledge beyond what you learned in calculus 1, and provide links to help you refresh the necessary math where needed. Note that you do not need to understand this material before you start learning to train and use deep learning in practice; rather, this material is for those who are already familiar with the basics of neural networks, and wish to deepen their understanding of the underlying math. Don't worry if you get stuck at some point along the way|just go back and reread the previous section, and try writing down and working through some examples. And if you're still stuck, we're happy to answer your questions in the Theory category at forums.fast.ai. Note: There is a reference section at the end of the paper summarizing all the key matrix calculus rules and terminology discussed here. arXiv:1802.01528v3 [cs.LG] 2 Jul 2018 1 Contents 1 Introduction 3 2 Review: Scalar derivative rules4 3 Introduction to vector calculus and partial derivatives5 4 Matrix calculus 6 4.1 Generalization of the Jacobian .
    [Show full text]
  • Stroke Training for EMS Professionals (PDF)
    STROKE TRAINING FOR EMS PROFESSIONALS 1 COURSE OBJECTIVES About Stroke Stroke Policy Recommendations Stroke Protocols and Stroke Hospital Care Stroke Assessment Tools Pre-Notification Stroke Treatment ABOUT STROKE STROKE FACTS • A stroke is a medical emergency! Stroke occurs when blood flow is either cut off or is reduced, depriving the brain of blood and oxygen • Approximately 795,000 strokes occur in the US each year • Stroke is the fifth leading cause of death in the US • Stroke is a leading cause of adult disability • On average, every 40 seconds, someone in the United States has a stroke • Over 4 million stroke survivors are in the US • The indirect and direct cost of stroke: $38.6 billion annually (2009) • Crosses all ethnic, racial and socioeconomic groups Berry, Jarett D., et al. Heart Disease and Stroke Statistics --2013 Update: A Report from the American Heart Association. Circulation. 127, 2013. DIFFERENT TYPES OF STROKE Ischemic Stroke • Caused by a blockage in an artery stopping normal blood and oxygen flow to the brain • 87% of strokes are ischemic • There are two types of ischemic strokes: Embolism: Blood clot or plaque fragment from elsewhere in the body gets lodged in the brain Thrombosis: Blood clot formed in an artery that provides blood to the brain Berry, Jarett D., et al. Heart Disease and Stroke Statistics --2013 Update: A Report from the American Heart Association. Circulation. 127, 2013. http://www.strokeassociation.org/STROKEORG/AboutStroke/TypesofStroke/IschemicClots/Ischemic-Strokes- Clots_UCM_310939_Article.jsp
    [Show full text]
  • Lecture 9: Partial Derivatives
    Math S21a: Multivariable calculus Oliver Knill, Summer 2016 Lecture 9: Partial derivatives ∂ If f(x,y) is a function of two variables, then ∂x f(x,y) is defined as the derivative of the function g(x) = f(x,y) with respect to x, where y is considered a constant. It is called the partial derivative of f with respect to x. The partial derivative with respect to y is defined in the same way. ∂ We use the short hand notation fx(x,y) = ∂x f(x,y). For iterated derivatives, the notation is ∂ ∂ similar: for example fxy = ∂x ∂y f. The meaning of fx(x0,y0) is the slope of the graph sliced at (x0,y0) in the x direction. The second derivative fxx is a measure of concavity in that direction. The meaning of fxy is the rate of change of the slope if you change the slicing. The notation for partial derivatives ∂xf,∂yf was introduced by Carl Gustav Jacobi. Before, Josef Lagrange had used the term ”partial differences”. Partial derivatives fx and fy measure the rate of change of the function in the x or y directions. For functions of more variables, the partial derivatives are defined in a similar way. 4 2 2 4 3 2 2 2 1 For f(x,y)= x 6x y + y , we have fx(x,y)=4x 12xy ,fxx = 12x 12y ,fy(x,y)= − − − 12x2y +4y3,f = 12x2 +12y2 and see that f + f = 0. A function which satisfies this − yy − xx yy equation is also called harmonic. The equation fxx + fyy = 0 is an example of a partial differential equation: it is an equation for an unknown function f(x,y) which involves partial derivatives with respect to more than one variables.
    [Show full text]
  • A Brief Tour of Vector Calculus
    A BRIEF TOUR OF VECTOR CALCULUS A. HAVENS Contents 0 Prelude ii 1 Directional Derivatives, the Gradient and the Del Operator 1 1.1 Conceptual Review: Directional Derivatives and the Gradient........... 1 1.2 The Gradient as a Vector Field............................ 5 1.3 The Gradient Flow and Critical Points ....................... 10 1.4 The Del Operator and the Gradient in Other Coordinates*............ 17 1.5 Problems........................................ 21 2 Vector Fields in Low Dimensions 26 2 3 2.1 General Vector Fields in Domains of R and R . 26 2.2 Flows and Integral Curves .............................. 31 2.3 Conservative Vector Fields and Potentials...................... 32 2.4 Vector Fields from Frames*.............................. 37 2.5 Divergence, Curl, Jacobians, and the Laplacian................... 41 2.6 Parametrized Surfaces and Coordinate Vector Fields*............... 48 2.7 Tangent Vectors, Normal Vectors, and Orientations*................ 52 2.8 Problems........................................ 58 3 Line Integrals 66 3.1 Defining Scalar Line Integrals............................. 66 3.2 Line Integrals in Vector Fields ............................ 75 3.3 Work in a Force Field................................. 78 3.4 The Fundamental Theorem of Line Integrals .................... 79 3.5 Motion in Conservative Force Fields Conserves Energy .............. 81 3.6 Path Independence and Corollaries of the Fundamental Theorem......... 82 3.7 Green's Theorem.................................... 84 3.8 Problems........................................ 89 4 Surface Integrals, Flux, and Fundamental Theorems 93 4.1 Surface Integrals of Scalar Fields........................... 93 4.2 Flux........................................... 96 4.3 The Gradient, Divergence, and Curl Operators Via Limits* . 103 4.4 The Stokes-Kelvin Theorem..............................108 4.5 The Divergence Theorem ...............................112 4.6 Problems........................................114 List of Figures 117 i 11/14/19 Multivariate Calculus: Vector Calculus Havens 0.
    [Show full text]
  • Curl, Divergence and Laplacian
    Curl, Divergence and Laplacian What to know: 1. The definition of curl and it two properties, that is, theorem 1, and be able to predict qualitatively how the curl of a vector field behaves from a picture. 2. The definition of divergence and it two properties, that is, if div F~ 6= 0 then F~ can't be written as the curl of another field, and be able to tell a vector field of clearly nonzero,positive or negative divergence from the picture. 3. Know the definition of the Laplace operator 4. Know what kind of objects those operator take as input and what they give as output. The curl operator Let's look at two plots of vector fields: Figure 1: The vector field Figure 2: The vector field h−y; x; 0i: h1; 1; 0i We can observe that the second one looks like it is rotating around the z axis. We'd like to be able to predict this kind of behavior without having to look at a picture. We also promised to find a criterion that checks whether a vector field is conservative in R3. Both of those goals are accomplished using a tool called the curl operator, even though neither of those two properties is exactly obvious from the definition we'll give. Definition 1. Let F~ = hP; Q; Ri be a vector field in R3, where P , Q and R are continuously differentiable. We define the curl operator: @R @Q @P @R @Q @P curl F~ = − ~i + − ~j + − ~k: (1) @y @z @z @x @x @y Remarks: 1.
    [Show full text]
  • Medical Terminology Abbreviations Medical Terminology Abbreviations
    34 MEDICAL TERMINOLOGY ABBREVIATIONS MEDICAL TERMINOLOGY ABBREVIATIONS The following list contains some of the most common abbreviations found in medical records. Please note that in medical terminology, the capitalization of letters bears significance as to the meaning of certain terms, and is often used to distinguish terms with similar acronyms. @—at A & P—anatomy and physiology ab—abortion abd—abdominal ABG—arterial blood gas a.c.—before meals ac & cl—acetest and clinitest ACLS—advanced cardiac life support AD—right ear ADL—activities of daily living ad lib—as desired adm—admission afeb—afebrile, no fever AFB—acid-fast bacillus AKA—above the knee alb—albumin alt dieb—alternate days (every other day) am—morning AMA—against medical advice amal—amalgam amb—ambulate, walk AMI—acute myocardial infarction amt—amount ANS—automatic nervous system ant—anterior AOx3—alert and oriented to person, time, and place Ap—apical AP—apical pulse approx—approximately aq—aqueous ARDS—acute respiratory distress syndrome AS—left ear ASA—aspirin asap (ASAP)—as soon as possible as tol—as tolerated ATD—admission, transfer, discharge AU—both ears Ax—axillary BE—barium enema bid—twice a day bil, bilateral—both sides BK—below knee BKA—below the knee amputation bl—blood bl wk—blood work BLS—basic life support BM—bowel movement BOW—bag of waters B/P—blood pressure bpm—beats per minute BR—bed rest MEDICAL TERMINOLOGY ABBREVIATIONS 35 BRP—bathroom privileges BS—breath sounds BSI—body substance isolation BSO—bilateral salpingo-oophorectomy BUN—blood, urea, nitrogen
    [Show full text]
  • Roman Numeral Chart
    Roman Numeral Chart Rule: When Roman Numerals are written as capital letters, a single capital sign should me used before a single letter, and a double capital sign should be used before numerals containing two or more letters. Uncapitalized Roman numerals of one or more letters should be preceded by the letter sign. I = 1 V = 5 X = 10 L = 50 C = 100 D = 500 M = 1000 1 I ,I 36 XXXVI ,,XXXVI 71 LXXI ,,LXXI 2 II ,,II 37 XXXVII ,,XXXVII 72 LXXII ,,LXXII 3 III ,,III 38 XXXVIII ,,XXXVIII 73 LXXIII ,,LXXIII 4 IV ,,IV 39 XXXIX ,,XXXIX 74 LXXIV ,,LXXIV 5 V ,V 40 XL ,,XL 75 LXXV ,,LXXV 6 VI ,,VI 41 XLI ,,XLI 76 LXXVI ,,LXXVI 7 VII ,,VII 42 XLII ,,XLII 77 LXXVII ,,LXXVII 8 VIII ,,VIII 43 XLIII ,,XLIII 78 LXXVIII ,,LXXVIII 9 IX ,,IX 44 XLIV ,,XLIV 79 LXXIX ,,LXXIX 10 X ,X 45 XLV ,,XLV 80 LXXX ,,LXXX 11 XI ,,XI 46 XLVI ,,XLVI 81 LXXXI ,,LXXXI 12 XII ,,XII 47 XLVII ,,XLVII 82 LXXXII ,,LXXXII 13 XIII ,,XIII 48 XLVIII ,,XLVIII 83 LXXXIII ,,LXXXIII 14 XIV ,,XIV 49 XLIX ,,XLIX 84 LXXXIV ,,LXXXIV 15 XV ,,XV 50 L ,,L 85 LXXXV ,,LXXXV 16 XVI ,,XVI 51 LI ,,LI 86 LXXXVI ,,LXXXVI 17 XVII ,,XVII 52 LII ,,LII 87 LXXXVII ,,LXXXVII 18 XVIII ,,XVIII 53 LIII ,,LIII 88 LXXXVIII ,,LXXXVIII 19 XIX ,,XIX 54 LIV ,,LIV 89 LXXXIX ,,LXXXIX 20 XX ,,XX 55 LV ,,LV 90 XC ,,XC 21 XXI ,,XXI 56 LVI ,,LVI 91 XCI ,,XCI 22 XXII ,,XXII 57 LVII ,,LVII 92 XCII ,XCII 23 XXIII ,,XXIII 58 LVIII ,,LVIII 93 XCIII ,XCIII 24 XXIV ,,XXIV 59 LIX ,,LIX 94 XCIV ,XCIV 25 XXV ,,XXV 60 LX ,,LX 95 XCV ,XCV 26 XXVI ,,XXVI 61 LXI ,,LXI 96 XCVI ,XCVI 27 XXVII ,,XXVII 62 LXII ,,LXII 97 XCVII ,XCVII 28 XXVIII ,,XXVIII 63 LXIII ,,LXIII 98 XCVIII ,XCVIII 29 XXIX ,,XXIX 64 LXIV ,,LXIV 99 XCIX ,XCIX 30 XXX ,,XXX 65 LXV ,,LXV 100 C ,C 31 XXXI ,,XXXI 66 LXVI ,,LXVI 101 CI ,CI 32 XXXII ,,XXXII 67 LXVII ,,LXVII 150 CL ,CL 33 XXXIII ,,XXXIII 68 LXVIII ,,LXVIII 200 CC ,CC 34 XXXIV ,,XXXIV 69 LXIX ,,LXIX 501 DI ,DI 35 XXXV ,,XXXV 70 LXX ,,LXX 530 DXXX ,DXXX .
    [Show full text]
  • Policy Gradient
    Lecture 7: Policy Gradient Lecture 7: Policy Gradient David Silver Lecture 7: Policy Gradient Outline 1 Introduction 2 Finite Difference Policy Gradient 3 Monte-Carlo Policy Gradient 4 Actor-Critic Policy Gradient Lecture 7: Policy Gradient Introduction Policy-Based Reinforcement Learning In the last lecture we approximated the value or action-value function using parameters θ, V (s) V π(s) θ ≈ Q (s; a) Qπ(s; a) θ ≈ A policy was generated directly from the value function e.g. using -greedy In this lecture we will directly parametrise the policy πθ(s; a) = P [a s; θ] j We will focus again on model-free reinforcement learning Lecture 7: Policy Gradient Introduction Value-Based and Policy-Based RL Value Based Learnt Value Function Implicit policy Value Function Policy (e.g. -greedy) Policy Based Value-Based Actor Policy-Based No Value Function Critic Learnt Policy Actor-Critic Learnt Value Function Learnt Policy Lecture 7: Policy Gradient Introduction Advantages of Policy-Based RL Advantages: Better convergence properties Effective in high-dimensional or continuous action spaces Can learn stochastic policies Disadvantages: Typically converge to a local rather than global optimum Evaluating a policy is typically inefficient and high variance Lecture 7: Policy Gradient Introduction Rock-Paper-Scissors Example Example: Rock-Paper-Scissors Two-player game of rock-paper-scissors Scissors beats paper Rock beats scissors Paper beats rock Consider policies for iterated rock-paper-scissors A deterministic policy is easily exploited A uniform random policy
    [Show full text]
  • Introduction to Shape Optimization
    Introduction to Shape optimization Noureddine Igbida1 1Institut de recherche XLIM, UMR-CNRS 6172, Facult´edes Sciences et Techniques, Universit´ede Limoges 123, Avenue Albert Thomas 87060 Limoges, France. Email : [email protected] Preliminaries on PDE 1 Contents 1. PDE ........................................ 2 2. Some differentiation and differential operators . 3 2.1 Gradient . 3 2.2 Divergence . 4 2.3 Curl . 5 2 2.4 Remarks . 6 2.5 Laplacian . 7 2.6 Coordinate expressions of the Laplacian . 10 3. Boundary value problem . 12 4. Notion of solution . 16 1. PDE A mathematical model is a description of a system using mathematical language. The process of developing a mathematical model is termed mathematical modelling (also written model- ing). Mathematical models are used in many area, as in the natural sciences (such as physics, biology, earth science, meteorology), engineering disciplines (e.g. computer science, artificial in- telligence), in the social sciences (such as economics, psychology, sociology and political science); Introduction to Shape optimization N. Igbida physicists, engineers, statisticians, operations research analysts and economists. Among this mathematical language we have PDE. These are a type of differential equation, i.e., a relation involving an unknown function (or functions) of several independent variables and their partial derivatives with respect to those variables. Partial differential equations are used to formulate, and thus aid the solution of, problems involving functions of several variables; such as the propagation of sound or heat, electrostatics, electrodynamics, fluid flow, and elasticity. Seemingly distinct physical phenomena may have identical mathematical formulations, and thus be governed by the same underlying dynamic. In this section, we give some basic example of elliptic partial differential equation (PDE) of second order : standard Laplacian and Laplacian with variable coefficients.
    [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]