Math 222 Second Semester Calculus

Total Page:16

File Type:pdf, Size:1020Kb

Math 222 Second Semester Calculus MATH 222 SECOND SEMESTER CALCULUS Spring 2011 1 2 Math 222 – 2nd Semester Calculus Lecture notes version 1.7(Spring 2011) This is a self contained set of lecture notes for Math 222. The notes were written by Sigurd Angenent, starting from an extensive collection of notes and problems compiled by Joel Robbin. Some problems were contributed by A.Miller. The LATEX files, as well as the Xfig and Octave files which were used to produce these notes are available at the following web site www.math.wisc.edu/~angenent/Free-Lecture-Notes They are meant to be freely available for non-commercial use, in the sense that “free software” is free. More precisely: Copyright (c) 2006 Sigurd B. Angenent. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ”GNU Free Documentation License”. Contents 3 Chapter 1: Methods of Integration 1. The indefinite integral We recall some facts about integration from first semester calculus. 1.1. Definition. A function y = F (x) is called an antiderivative of another function y = f(x) if F ′(x)= f(x) for all x. 2 1.2. Example. F1(x)= x is an antiderivative of f(x)=2x. 2 F2(x)= x + 2004 is also an antiderivative of f(x)=2x. 1 G(t)= 2 sin(2t + 1) is an antiderivative of g(t) = cos(2t + 1). The Fundamental Theorem of Calculus states that if a function y = f(x) is continuous on an interval a x b, then there always exists an antiderivative F (x) of f, and one has ≤ ≤ b (1) f(x) dx = F (b) F (a). Za − The best way of computing an integral is often to find an antiderivative F of the given function f, and then to use the Fundamental Theorem (1). How you go about finding an antiderivative F for some given function f is the subject of this chapter. The following notation is commonly used for antiderivates: (2) F (x)= f(x)dx. Z The integral which appears here does not have the integration bounds a and b. It is called an indefinite integral, as opposed to the integral in (1) which is called a definite integral. It’s important to distinguish between the two kinds of integrals. Here is a list of differences: Indefinite integral Definite integral b f(x)dx is a function of x. a f(x)dx is a number. R b R By definition f(x)dx is any func- a f(x)dx was defined in terms of tion of x whoseR derivative is f(x). RRiemann sums and can be inter- preted as “area under the graph of y = f(x)”, at least when f(x) > 0. x is not a dummy variable, for exam- x is a dummy variable, for example, ple, 2xdx = x2 + C and 2tdt = 1 1 0 2xdx = 1, and 0 2tdt = 1, so t2 +CRare functions of diffferentR vari- R 1 1 R 0 2xdx = 0 2tdt. ables, so they are not equal. R R 4 2. You can always check the answer Suppose you want to find an antiderivative of a given function f(x) and after a long and messy computation which you don’t really trust you get an “answer”, F (x). You can then throw away the dubious computation and differentiate the F (x) you had found. If F ′(x) turns out to be equal to f(x), then your F (x) is indeed an antiderivative and your computation isn’t important anymore. 2.1. Example. Suppose we want to find ln x dx. My cousin Bruce says it might be F (x)= x ln x x. Let’s see if he’s right:R − d 1 (x ln x x)= x +1 ln x 1 = ln x. dx − · x · − Who knows how Bruce thought of this1, but he’s right! We now know that ln xdx = x ln x x + C. − R 3. About “+C” Let f(x) be a function defined on some interval a x b. If F (x) is an ≤ ≤ antiderivative of f(x) on this interval, then for any constant C the function F˜(x)= F (x)+ C will also be an antiderivative of f(x). So one given function f(x) has many different antiderivatives, obtained by adding different constants to one given antiderivative. 3.1. Theorem. If F1(x) and F2(x) are antiderivatives of the same function f(x) on some interval a x b, then there is a constant C such that F (x) = ≤ ≤ 1 F2(x)+ C. Proof. ′ ′ Consider the difference G(x)= F1(x) F2(x). Then G (x)= F1(x) ′ − − F2(x)= f(x) f(x) = 0, so that G(x) must be constant. Hence F1(x) F2(x)= C for some constant.− − It follows that there is some ambiguity in the notation f(x) dx. Two functions F1(x) and F2(x) can both equal f(x) dx without equalingR each other. When this happens, they (F1 and F2) differR by a constant. This can sometimes lead to confusing situations, e.g. you can check that 2 sin x cos x dx = sin2 x Z 2 sin x cos x dx = cos2 x Z − are both correct. (Just differentiate the two functions sin2 x and cos2 x!) These − two answers look different until you realize that because of the trig identity sin2 x+ cos2 x = 1 they really only differ by a constant: sin2 x = cos2 x + 1. − To avoid this kind of confusion we will from now on never forget to include the “arbitrary constant +C” in our answer when we compute an antideriv- ative. 1He integrated by parts. 5 4. Standard Integrals Here is a list of the standard derivatives and hence the standard integrals everyone should know. f(x) dx = F (x)+ C Z xn+1 xn dx = + C for all n = 1 Z n +1 6 − 1 dx = ln x + C Z x | | sin x dx = cos x + C Z − cos x dx = sin x + C Z tan x dx = lncos x + C Z − 1 dx = arctan x + C Z 1+ x2 1 π dx = arcsin x + C (= arccos x + C) Z √1 x2 2 − − dx 1 1 + sin x π π = ln + C for <x< . Z cos x 2 1 sin x − 2 2 − All of these integrals are familiar from first semester calculus (like Math 221), except a for the last one. You can check the last one by differentiation (using ln b = ln a ln b simplifies things a bit). − 5. Method of substitution The chain rule says that dF (G(x)) ′ ′ = F (G(x)) G (x), dx · so that ′ ′ F (G(x)) G (x) dx = F (G(x)) + C. Z · 5.1. Example. Consider the function f(x)= 2x sin(x2 +3). It does not appear in the list of standard integrals we know by heart. But we do notice2 that 2x = d (x2 + 3). So let’s call G(x)= x2 + 3, and F (u)= cos u, then dx − F (G(x)) = cos(x2 + 3) − and dF (G(x)) = sin(x2 + 3) 2x = f(x), dx · ′ F ′(G(x)) G (x) | {z } |{z} 2 You will start noticing things like this after doing several examples. 6 so that 2x sin(x2 +3)dx = cos(x2 +3)+ C. Z − The most transparent way of computing an integral by substitution is by in- troducing new variables. Thus to do the integral ′ f(G(x))G (x) dx Z where f(u) = F ′(u), we introduce the substitution u = G(x), and agree to write du = dG(x)= G′(x) dx. Then we get ′ f(G(x))G (x) dx = f(u) du = F (u)+ C. Z Z At the end of the integration we must remember that u really stands for G(x), so that ′ f(G(x))G (x) dx = F (u)+ C = F (G(x)) + C. Z For definite integrals this implies b ′ f(G(x))G (x) dx = F (G(b)) F (G(a)). Za − which you can also write as b G(b) ′ (3) f(G(x))G (x) dx = f(u) du. Za ZG(a) 5.2. Example. [Substitution in a definite integral. ] As an example we com- pute 1 x 2 dx, Z0 1+ x using the substitution u = G(x) =1+ x2. Since du = 2x dx, the associated indefinite integral is 1 1 x dx = 1 du. Z 1+ x2 2 Z u 1 du 1 2 u |{z} | {z } To find the definite integral you must compute the new integration bounds G(0) and G(1) (see equation (3).) If x runs between x = 0 and x = 1, then u = G(x)=1+x2 runs between u =1+02 = 1 and u =1+12 = 2, so the definite integral we must compute is 1 2 x 1 1 2 dx = 2 du, Z0 1+ x Z1 u which is in our list of memorable integrals. So we find 1 2 x 1 2 dx = 1 du = 1 ln u = 1 ln 2. Z 1+ x2 2 Z u 2 1 2 0 1 7 6. The double angle trick If an integral contains sin2 x or cos2 x, then you can remove the squares by using the double angle formulas from trigonometry. Recall that cos2 α sin2 α = cos2α and cos2 α + sin2 α =1, − Adding these two equations gives 1 cos2 α = (cos2α + 1) 2 while substracting them gives 1 sin2 α = (1 cos2α) .
Recommended publications
  • The Mean Value Theorem Math 120 Calculus I Fall 2015
    The Mean Value Theorem Math 120 Calculus I Fall 2015 The central theorem to much of differential calculus is the Mean Value Theorem, which we'll abbreviate MVT. It is the theoretical tool used to study the first and second derivatives. There is a nice logical sequence of connections here. It starts with the Extreme Value Theorem (EVT) that we looked at earlier when we studied the concept of continuity. It says that any function that is continuous on a closed interval takes on a maximum and a minimum value. A technical lemma. We begin our study with a technical lemma that allows us to relate 0 the derivative of a function at a point to values of the function nearby. Specifically, if f (x0) is positive, then for x nearby but smaller than x0 the values f(x) will be less than f(x0), but for x nearby but larger than x0, the values of f(x) will be larger than f(x0). This says something like f is an increasing function near x0, but not quite. An analogous statement 0 holds when f (x0) is negative. Proof. The proof of this lemma involves the definition of derivative and the definition of limits, but none of the proofs for the rest of the theorems here require that depth. 0 Suppose that f (x0) = p, some positive number. That means that f(x) − f(x ) lim 0 = p: x!x0 x − x0 f(x) − f(x0) So you can make arbitrarily close to p by taking x sufficiently close to x0.
    [Show full text]
  • AP Calculus AB Topic List 1. Limits Algebraically 2. Limits Graphically 3
    AP Calculus AB Topic List 1. Limits algebraically 2. Limits graphically 3. Limits at infinity 4. Asymptotes 5. Continuity 6. Intermediate value theorem 7. Differentiability 8. Limit definition of a derivative 9. Average rate of change (approximate slope) 10. Tangent lines 11. Derivatives rules and special functions 12. Chain Rule 13. Application of chain rule 14. Derivatives of generic functions using chain rule 15. Implicit differentiation 16. Related rates 17. Derivatives of inverses 18. Logarithmic differentiation 19. Determine function behavior (increasing, decreasing, concavity) given a function 20. Determine function behavior (increasing, decreasing, concavity) given a derivative graph 21. Interpret first and second derivative values in a table 22. Determining if tangent line approximations are over or under estimates 23. Finding critical points and determining if they are relative maximum, relative minimum, or neither 24. Second derivative test for relative maximum or minimum 25. Finding inflection points 26. Finding and justifying critical points from a derivative graph 27. Absolute maximum and minimum 28. Application of maximum and minimum 29. Motion derivatives 30. Vertical motion 31. Mean value theorem 32. Approximating area with rectangles and trapezoids given a function 33. Approximating area with rectangles and trapezoids given a table of values 34. Determining if area approximations are over or under estimates 35. Finding definite integrals graphically 36. Finding definite integrals using given integral values 37. Indefinite integrals with power rule or special derivatives 38. Integration with u-substitution 39. Evaluating definite integrals 40. Definite integrals with u-substitution 41. Solving initial value problems (separable differential equations) 42. Creating a slope field 43.
    [Show full text]
  • Multivariable and Vector Calculus
    Multivariable and Vector Calculus Lecture Notes for MATH 0200 (Spring 2015) Frederick Tsz-Ho Fong Department of Mathematics Brown University Contents 1 Three-Dimensional Space ....................................5 1.1 Rectangular Coordinates in R3 5 1.2 Dot Product7 1.3 Cross Product9 1.4 Lines and Planes 11 1.5 Parametric Curves 13 2 Partial Differentiations ....................................... 19 2.1 Functions of Several Variables 19 2.2 Partial Derivatives 22 2.3 Chain Rule 26 2.4 Directional Derivatives 30 2.5 Tangent Planes 34 2.6 Local Extrema 36 2.7 Lagrange’s Multiplier 41 2.8 Optimizations 46 3 Multiple Integrations ........................................ 49 3.1 Double Integrals in Rectangular Coordinates 49 3.2 Fubini’s Theorem for General Regions 53 3.3 Double Integrals in Polar Coordinates 57 3.4 Triple Integrals in Rectangular Coordinates 62 3.5 Triple Integrals in Cylindrical Coordinates 67 3.6 Triple Integrals in Spherical Coordinates 70 4 Vector Calculus ............................................ 75 4.1 Vector Fields on R2 and R3 75 4.2 Line Integrals of Vector Fields 83 4.3 Conservative Vector Fields 88 4.4 Green’s Theorem 98 4.5 Parametric Surfaces 105 4.6 Stokes’ Theorem 120 4.7 Divergence Theorem 127 5 Topics in Physics and Engineering .......................... 133 5.1 Coulomb’s Law 133 5.2 Introduction to Maxwell’s Equations 137 5.3 Heat Diffusion 141 5.4 Dirac Delta Functions 144 1 — Three-Dimensional Space 1.1 Rectangular Coordinates in R3 Throughout the course, we will use an ordered triple (x, y, z) to represent a point in the three dimensional space.
    [Show full text]
  • Concavity and Points of Inflection We Now Know How to Determine Where a Function Is Increasing Or Decreasing
    Chapter 4 | Applications of Derivatives 401 4.17 3 Use the first derivative test to find all local extrema for f (x) = x − 1. Concavity and Points of Inflection We now know how to determine where a function is increasing or decreasing. However, there is another issue to consider regarding the shape of the graph of a function. If the graph curves, does it curve upward or curve downward? This notion is called the concavity of the function. Figure 4.34(a) shows a function f with a graph that curves upward. As x increases, the slope of the tangent line increases. Thus, since the derivative increases as x increases, f ′ is an increasing function. We say this function f is concave up. Figure 4.34(b) shows a function f that curves downward. As x increases, the slope of the tangent line decreases. Since the derivative decreases as x increases, f ′ is a decreasing function. We say this function f is concave down. Definition Let f be a function that is differentiable over an open interval I. If f ′ is increasing over I, we say f is concave up over I. If f ′ is decreasing over I, we say f is concave down over I. Figure 4.34 (a), (c) Since f ′ is increasing over the interval (a, b), we say f is concave up over (a, b). (b), (d) Since f ′ is decreasing over the interval (a, b), we say f is concave down over (a, b). 402 Chapter 4 | Applications of Derivatives In general, without having the graph of a function f , how can we determine its concavity? By definition, a function f is concave up if f ′ is increasing.
    [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]
  • 440 Geophysics: Brief Notes on Math Thorsten Becker, University of Southern California, 02/2005
    440 Geophysics: Brief notes on math Thorsten Becker, University of Southern California, 02/2005 Linear algebra Linear (vector) algebra is discussed in the appendix of Fowler and in your favorite math textbook. I only make brief comments here, to clarify and summarize a few issues that came up in class. At places, these are not necessarily mathematically rigorous. Dot product We have made use of the dot product, which is defined as n c =~a ·~b = ∑ aibi, (1) i=1 where ~a and~b are vectors of dimension n (n-dimensional, pointed objects like a velocity) and the n outcome of this operation is a scalar (a regular number), c. In eq. (1), ∑i=1 means “sum all that follows while increasing the index i from the lower limit, i = 1, in steps of of unity, to the upper limit, i = n”. In the examples below, we will assume a typical, spatial coordinate system with n = 3 so that ~a ·~b = a1b1 + a2b2 + a3b3, (2) where 1, 2, 3 refer to the vectors components along x, y, and z axis, respectively. When we write out the vector components, we put them on top of each other a1 ax ~a = a2 = ay (3) a3 az or in a list, maybe with curly brackets, like so: ~a = {a1,a2,a3}. On the board, I usually write vectors as a rather than ~a, because that’s easier. You may also see vectors printed as bold face letters, like so: a. We can write the amplitude or length of a vector as s n q q 2 2 2 2 2 2 2 |~a| = ∑ai = a1 + a2 + a3 = ax + ay + az .
    [Show full text]
  • 3.4 AP Calculus Concavity and the Second Derivative.Notebook November 07, 2016
    3.4 AP Calculus Concavity and the second derivative.notebook November 07, 2016 3.4 Concavity & The Second Derivative Learning Targets 1. Determine intervals on which a function is concave upward or concave downward 2. Find inflection points of a function. 3. Find relative extrema of a function using Second Derivative Test. *no make‐up Monday today Intro/Warm­up 1 3.4 AP Calculus Concavity and the second derivative.notebook November 07, 2016 Nov 7­8:41 AM 2 3.4 AP Calculus Concavity and the second derivative.notebook November 07, 2016 ∫ Concave Upward or Concave Downward If f' is increasing on an interval, then the function is concave upward on that interval If f' is decreasing on an interval, then the function is concave downward on that interval. note: concave upward means the graph lies above its tangent lines, and concave downwards means the graph lies below its tangent lines. I.concave upward or concave downward 3 3.4 AP Calculus Concavity and the second derivative.notebook November 07, 2016 ∫ Concave Upward or Concave Downward continued Test For Concavity: Let f be a function whose second derivative exists on an open interval I. 1. If f''(x) > 0 for all x in I, then the graph of f is concave upward on I. 2. If f''(x) < 0 for all x in I, then the graph of f is concave downward on I. 1. Determine the open intervals on which the graph of is concave upward or downward. I.Concave Upward or Downward cont 4 3.4 AP Calculus Concavity and the second derivative.notebook November 07, 2016 ∫∫∫ Second Derivative Test Second Derivative Test Let f be a function such that f'(c) = 0 and the second derivative of f exists on an open interval containing c.
    [Show full text]
  • Calculus Online Textbook Chapter 2
    Contents CHAPTER 1 Introduction to Calculus 1.1 Velocity and Distance 1.2 Calculus Without Limits 1.3 The Velocity at an Instant 1.4 Circular Motion 1.5 A Review of Trigonometry 1.6 A Thousand Points of Light 1.7 Computing in Calculus CHAPTER 2 Derivatives The Derivative of a Function Powers and Polynomials The Slope and the Tangent Line Derivative of the Sine and Cosine The Product and Quotient and Power Rules Limits Continuous Functions CHAPTER 3 Applications of the Derivative 3.1 Linear Approximation 3.2 Maximum and Minimum Problems 3.3 Second Derivatives: Minimum vs. Maximum 3.4 Graphs 3.5 Ellipses, Parabolas, and Hyperbolas 3.6 Iterations x, + ,= F(x,) 3.7 Newton's Method and Chaos 3.8 The Mean Value Theorem and l'H8pital's Rule CHAPTER 2 Derivatives 2.1 The Derivative of a Function This chapter begins with the definition of the derivative. Two examples were in Chapter 1. When the distance is t2, the velocity is 2t. When f(t) = sin t we found v(t)= cos t. The velocity is now called the derivative off (t). As we move to a more formal definition and new examples, we use new symbols f' and dfldt for the derivative. 2A At time t, the derivativef'(t)or df /dt or v(t) is fCt -t At) -f (0 f'(t)= lim (1) At+O At The ratio on the right is the average velocity over a short time At. The derivative, on the left side, is its limit as the step At (delta t) approaches zero.
    [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]
  • Appendix: TABLE of INTEGRALS
    -~.I--­ Appendix: TABLE OF INTEGRALS 148. In the following table, the constant of integration, C, is omitted but should be added to the result of every integration. The letter x represents any variable; u represents any function of x; the remaining letters represent arbitrary constants, unless otherwise indicated; all angles are in radians. Unless otherwise mentioned, loge u = log u. Expressions Containing ax + b 1. I(ax+ b)ndx= 1 (ax+ b)n+l, n=l=-1. a(n + 1) dx 1 2. = -loge<ax + b). Iax+ b a 3 I dx =_ 1 • (ax+b)2 a(ax+b)· 4 I dx =_ 1 • (ax + b)3 2a(ax + b)2· 5. Ix(ax + b)n dx = 1 (ax + b)n+2 a2 (n + 2) b ---,,---(ax + b)n+l n =1= -1, -2. a2 (n + 1) , xdx x b 6. = - - -2 log(ax + b). I ax+ b a a 7 I xdx = b 1 I ( b) • (ax + b)2 a2(ax + b) + -;}i og ax + . 369 370 • Appendix: Table of Integrals 8 I xdx = b _ 1 • (ax + b)3 2a2(ax + b)2 a2(ax + b) . 1 (ax+ b)n+3 (ax+ b)n+2 9. x2(ax + b)n dx = - - 2b--'------'-- I a2 n + 3 n + 2 2 b (ax + b) n+ 1 ) + , ni=-I,-2,-3. n+l 2 10. I x dx = ~ (.!..(ax + b)2 - 2b(ax + b) + b2 10g(ax + b)). ax+ b a 2 2 2 11. I x dx 2 =~(ax+ b) - 2blog(ax+ b) _ b ). (ax + b) a ax + b 2 2 12 I x dx = _1(10 (ax + b) + 2b _ b ) • (ax + b) 3 a3 g ax + b 2(ax + b) 2 .
    [Show full text]
  • Numerical Computation of Second Derivatives with Applications
    Numerical Computation of Second Derivatives 1 with Applications to Optimization Problems Philip Caplan – [email protected] Abstract Newton’s method is applied to the minimization of a computationally expensive objective function. Various methods for computing the exact Hessian are examined, notably adjoint-based methods and the hyper-dual method. 2 The hyper-dual number method still requires O(N ) function evaluations to compute the exact Hessian during each optimization iteration. The adjoint-based methods all require O(N) evaluations. In particular, the fastest method is the direct-adjoint method as it requires N evaluations as opposed to the adjoint-adjoint and adjoint-direct methods which both require 2N evaluations. Applications to a boundary-value problem are presented. Index Terms Second derivative, Hessian, adjoint, direct, hyper-dual, optimization I. INTRODUCTION EWTON’S method is a powerful optimization algorithm which is well known to converge quadratically upon N the root of the gradient of a given objective function. The drawback of this method, however, is the calculation of the second derivative matrix of the objective function, or Hessian. When the objective function is computationally expensive to evaluate, the adjoint method is suitable to compute its gradient. Such expensive function evaluations may, for example, depend on some nonlinear partial differential equation such as those enountered in aerodynamics [7], [12]. With this gradient information, steepest-descent or conjugate-gradient algorithms can then be applied to the optimization problem; however, convergence will often be slow [9]. Quasi-Newton methods will successively approximate the Hessian matrix with either Broyden-Fletcher-Goldfarb- Shanno (BFGS) or Davidon-Fletcher-Powell (DFP) updates [13] which can dramatically improve convergence.
    [Show full text]