Chapter 2 Differential Calculus

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 2 Differential Calculus Advanced Calculus (Math 4305) A®Ë@ Õæ Aë áÖ ß @.X.@ 2015-2016 ÈðB@ É®Ë@ Chapter 2 Differential Calculus In this chapter we study the theory and applications of differentiable calculus for functions of several variables. 2.1 Differentiability in One Variable We begin with an approach to the notion of derivative that is a bit different from the one usually found in elementary calculus books. This point of view is very useful in more advanced work, and it is the one that leads to the proper notion of differentiability for functions of several variables. Definition. (Differentiability in one variable) Let f be a real-valued function defined on some open interval in R containing the point a. We say that f is differentiable at a if there is a number m such that E(h) f(a + h) = f(a) + mh + E(h); where lim = 0: h!0 h In other words, if f(a + h) is the sum of the linear function f(a) + mh and an error term that tends to zero more rapidly than h as h ! 0: Proposition 1. Let f be a real-valued function defined on some open interval in R containing the point a. Then f is differentiable at a if and only if f 0(a) exists. Proof. Remarks. (1) The above proposition shows that the new definition of differentiability is equivalent to the usual one; it simply puts more emphasis on the idea of linear approximation. (2) The number m in the new definition is uniquely determined, and it is the derivative of f at a (m = f 0(a)). Definition. (Little o notation) We say that a function f(x) is o(g(x)) (read: f is little oh of g) as x ! x0 if f(x) lim = 0: x!x0 g(x) E(h) Remark. It often convenient to express the condition lim = 0 in the definition of differentia- h!0 h bility by saying that E(h) is o(h), meaning that E(h) is of smaller order of magnitude than h. 1 Example 1. Prove that if f and g are differentiable at x = a, then fg is differentiable at x = a and (fg)0(a) = f 0(a)g(a) + f(a)g0(a): Solution. Definition. (One-sided Derivatives) (1) We define the right-hand derivative of a function f at a point a to be 0 f(a + h) − f(a) f+(a) = lim : h!0+ h (2) We define the left-hand derivative of a function f at a point a to be 0 f(a + h) − f(a) f−(a) = lim : h!0− h Remarks. (1) A function f is differentiable at a if and only if its right-hand and left-hand derivatives exist and are equal. (2) One-sided derivative are useful in discussing differentiability of functions at end points and functions whose graphs have corners. The Mean Value Theorem The definition of the derivative involves passing from the local information given by the values of f(x) for x near a to the infinitesimal information f 0(a), which (intuitively speaking) gives the infinitesimal change in f corresponding to an infinitesimal change in x. To reverse the process and pass from infinitesimal information to local information-that is, to extract information about f from a knowledge of f 0- the principal tool is the mean value theorem. The derivation begins with the following result, which is important in its own right. Proposition 2. Suppose that a function f is defined on an open interval I and a 2 I. If f has a local maximum or minimum at the point a and f is differentiable at a, then f 0(a) = 0. Proof. Exercise. (1) Prove the second case: f has a local maximum at a. (2) Prove that if f(x) ≥ 0 in some open interval containing x0 and lim f(x) = L, then L ≥ 0. x!x0 Lemma 1. (Rolle's Theorem) Suppose that f is continuous on [a; b] and differentiable on (a; b). If f(a) = f(b), then there is at least one point c 2 (a; b) such that f 0(c) = 0. Proof. Theorem 1. (Mean Value Theorem I) Suppose that f is continuous on [a; b] and differentiable on (a; b). Then there is at least one point f(b) − f(a) c 2 (a; b) such that f 0(c) = : b − a 2 Proof. Remark. The main application of Mean Value Theorem is the using of information about f 0 to deduce information about f. Definition. (Increasing and decreasing functions) (1) We say that a function f is increasing on an interval I if f(a) ≤ f(b) whenever a; b 2 I and a < b. (2) We say that a function f is strictly increasing on an interval I if f(a) < f(b) whenever a; b 2 I and a < b. (3) We say that a function f is decreasing on an interval I if f(a) ≥ f(b) whenever a; b 2 I and a < b. (4) We say that a function f is strictly decreasing on an interval I if f(a) > f(b) whenever a; b 2 I and a < b. Theorem 2. Suppose that f is differentiable on an open interval I. (1) If jf 0(x)j ≤ K for all x 2 I, then jf(b) − f(a)j ≤ Kjb − aj for all a; b 2 I. (2) If f 0(x) = 0 for all x 2 I, then f is constant on I. (3) If f 0(x) ≥ 0 (respectively f 0(x) > 0; f 0(x) ≤ 0, or f 0(x) < 0) for all x 2 I, then f is increasing (respectively strictly increasing, decreasing, or strictly decreasing) on I. Proof. Exercise. Prove the other cases in part (3). Theorem 3. (Mean Value Theorem II) Suppose that f and g are continuous on an interval [a; b] and differentiable on (a; b), and g0(x) 6= 0 for all x 2 (a; b). Then there exists c 2 (a; b) such that f 0(c) f(b) − f(a) = : g0(c) g(b) − g(a) Proof. Vector-Valued Functions n The differential calculus generalized easily to functions of a real variable with values in R : That n is, a function f : U ⊆ R ! R , f(x) = (f1(x); : : : ; fn(x)): Definition. (Derivative of Vector-Valued Functions) n Let f : U ⊆ R ! R be a vector-valued function. we define the derivative of f at a point a 2 U to be f(a + h) − f(a) f 0(a) = lim : h!0 h n Remarks. Let f : U ⊆ R ! R be a vector-valued function and let f(x) = (f1(x); : : : ; fn(x)): (1) lim f(x) = L = (L1;:::;Ln) if and only if lim fj(x) = Lj; j = 1; : : : ; n: x!a x!a 3 (2) A vector-valued function f = (f1; : : : ; fn) is differentiable at a point a if and only if each of its component functions fj is differentiable at a. Moreover, the differentiation can be performed componentwise: 0 0 0 f (a) = (f1(a); : : : ; fn(a)): Differentiation Rules Let f and g be vector-valued functions and let ' be a real-valued function. Then (1) ('f)0 = '0f + 'f 0. (2) (f · g)0 = f 0 · g + f · g0: (3) If n = 3, then (f × g)0 = f 0 × g + f × g0: Exercises (page 52): 1 − 9 2.2 Differentiability in Several Variables n In this section we will study differentiability of functions of several variables, f : U ⊆ R ! R: There are several notions of derivatives for functions of several variables. The simplest one is partial derivatives. Definition. (Partial Derivatives) The partial derivative of a function f(x1; : : : ; xn) with respect to the variable xj is @f f(x ; : : : ; x + h; : : : ; x ) − f(x ; : : : ; x ) = lim 1 j n 1 n ; @xj h!0 h provided that the limit exists. Notation. The partial derivatives of f with respect to xj is denoted by @f = fxj = fj = @xj f = @jf: @xj 8 x − y2 > ; x + y 6= 0 < x + y Example 1. Find f2(0; 0) if f(x; y) = > :> 0; x + y = 0: Solution. 1 1 Example 2. Find u and u if u(x; y) = e2y + e2x: x y x y Solution. Remark. The partial derivatives of a function give information about how the value of the function changes when just one of the independent variables changes; that is, they tell us how the function varies along the lines parallel to the coordinate axes. 4 Differentiability We need to give more thought to what it should mean for a function of several variables to be differentiable. The right idea is provided by the characterization of differentiability in one variable that we developed in the preceding section. Namely, a function f(x) is differentiable at a point x = a if there is a linear function l(x) such that l(a) = f(a) and the difference E(h) = f(x) − l(x) tends to zero faster than h = x − a as x approaches a. The general linear function of n variables has the form l(x) = b + c1x1 + c2x2 + ··· + cnxn = b + c · x: the condition l(a) = f(a) yields b = f(a) − c · a: Hence l(x) = f(a) + c · (x − a): Now, f(x) = l(x) + E(h) implies f(x) = f(a) + c · (x − a) + E(h) = f(a) + c · h + E(h): Definition. (Differentiability) n (1) A function f : S ⊆ R ! R is called differentiable at a point a = (a1; : : : ; an) 2 S if there is a n vector c = (c1; : : : ; cn) 2 R such that f(a + h) − f(a) − c · h lim = 0: h!0 jhj (2) If f is differentiable at a, then c is called the gradient of f at a and it is denoted by rf(a): Remark.
Recommended publications
  • Notes on Calculus II Integral Calculus Miguel A. Lerma
    Notes on Calculus II Integral Calculus Miguel A. Lerma November 22, 2002 Contents Introduction 5 Chapter 1. Integrals 6 1.1. Areas and Distances. The Definite Integral 6 1.2. The Evaluation Theorem 11 1.3. The Fundamental Theorem of Calculus 14 1.4. The Substitution Rule 16 1.5. Integration by Parts 21 1.6. Trigonometric Integrals and Trigonometric Substitutions 26 1.7. Partial Fractions 32 1.8. Integration using Tables and CAS 39 1.9. Numerical Integration 41 1.10. Improper Integrals 46 Chapter 2. Applications of Integration 50 2.1. More about Areas 50 2.2. Volumes 52 2.3. Arc Length, Parametric Curves 57 2.4. Average Value of a Function (Mean Value Theorem) 61 2.5. Applications to Physics and Engineering 63 2.6. Probability 69 Chapter 3. Differential Equations 74 3.1. Differential Equations and Separable Equations 74 3.2. Directional Fields and Euler’s Method 78 3.3. Exponential Growth and Decay 80 Chapter 4. Infinite Sequences and Series 83 4.1. Sequences 83 4.2. Series 88 4.3. The Integral and Comparison Tests 92 4.4. Other Convergence Tests 96 4.5. Power Series 98 4.6. Representation of Functions as Power Series 100 4.7. Taylor and MacLaurin Series 103 3 CONTENTS 4 4.8. Applications of Taylor Polynomials 109 Appendix A. Hyperbolic Functions 113 A.1. Hyperbolic Functions 113 Appendix B. Various Formulas 118 B.1. Summation Formulas 118 Appendix C. Table of Integrals 119 Introduction These notes are intended to be a summary of the main ideas in course MATH 214-2: Integral Calculus.
    [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]
  • Differentiation Rules (Differential Calculus)
    Differentiation Rules (Differential Calculus) 1. Notation The derivative of a function f with respect to one independent variable (usually x or t) is a function that will be denoted by D f . Note that f (x) and (D f )(x) are the values of these functions at x. 2. Alternate Notations for (D f )(x) d d f (x) d f 0 (1) For functions f in one variable, x, alternate notations are: Dx f (x), dx f (x), dx , dx (x), f (x), f (x). The “(x)” part might be dropped although technically this changes the meaning: f is the name of a function, dy 0 whereas f (x) is the value of it at x. If y = f (x), then Dxy, dx , y , etc. can be used. If the variable t represents time then Dt f can be written f˙. The differential, “d f ”, and the change in f ,“D f ”, are related to the derivative but have special meanings and are never used to indicate ordinary differentiation. dy 0 Historical note: Newton used y,˙ while Leibniz used dx . About a century later Lagrange introduced y and Arbogast introduced the operator notation D. 3. Domains The domain of D f is always a subset of the domain of f . The conventional domain of f , if f (x) is given by an algebraic expression, is all values of x for which the expression is defined and results in a real number. If f has the conventional domain, then D f usually, but not always, has conventional domain. Exceptions are noted below.
    [Show full text]
  • Visual Differential Calculus
    Proceedings of 2014 Zone 1 Conference of the American Society for Engineering Education (ASEE Zone 1) Visual Differential Calculus Andrew Grossfield, Ph.D., P.E., Life Member, ASEE, IEEE Abstract— This expository paper is intended to provide = (y2 – y1) / (x2 – x1) = = m = tan(α) Equation 1 engineering and technology students with a purely visual and intuitive approach to differential calculus. The plan is that where α is the angle of inclination of the line with the students who see intuitively the benefits of the strategies of horizontal. Since the direction of a straight line is constant at calculus will be encouraged to master the algebraic form changing techniques such as solving, factoring and completing every point, so too will be the angle of inclination, the slope, the square. Differential calculus will be treated as a continuation m, of the line and the difference quotient between any pair of of the study of branches11 of continuous and smooth curves points. In the case of a straight line vertical changes, Δy, are described by equations which was initiated in a pre-calculus or always the same multiple, m, of the corresponding horizontal advanced algebra course. Functions are defined as the single changes, Δx, whether or not the changes are small. valued expressions which describe the branches of the curves. However for curves which are not straight lines, the Derivatives are secondary functions derived from the just mentioned functions in order to obtain the slopes of the lines situation is not as simple. Select two pairs of points at random tangent to the curves.
    [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]
  • CHAPTER 3: Derivatives
    CHAPTER 3: Derivatives 3.1: Derivatives, Tangent Lines, and Rates of Change 3.2: Derivative Functions and Differentiability 3.3: Techniques of Differentiation 3.4: Derivatives of Trigonometric Functions 3.5: Differentials and Linearization of Functions 3.6: Chain Rule 3.7: Implicit Differentiation 3.8: Related Rates • Derivatives represent slopes of tangent lines and rates of change (such as velocity). • In this chapter, we will define derivatives and derivative functions using limits. • We will develop short cut techniques for finding derivatives. • Tangent lines correspond to local linear approximations of functions. • Implicit differentiation is a technique used in applied related rates problems. (Section 3.1: Derivatives, Tangent Lines, and Rates of Change) 3.1.1 SECTION 3.1: DERIVATIVES, TANGENT LINES, AND RATES OF CHANGE LEARNING OBJECTIVES • Relate difference quotients to slopes of secant lines and average rates of change. • Know, understand, and apply the Limit Definition of the Derivative at a Point. • Relate derivatives to slopes of tangent lines and instantaneous rates of change. • Relate opposite reciprocals of derivatives to slopes of normal lines. PART A: SECANT LINES • For now, assume that f is a polynomial function of x. (We will relax this assumption in Part B.) Assume that a is a constant. • Temporarily fix an arbitrary real value of x. (By “arbitrary,” we mean that any real value will do). Later, instead of thinking of x as a fixed (or single) value, we will think of it as a “moving” or “varying” variable that can take on different values. The secant line to the graph of f on the interval []a, x , where a < x , is the line that passes through the points a, fa and x, fx.
    [Show full text]
  • Antiderivatives 307
    4100 AWL/Thomas_ch04p244-324 8/20/04 9:02 AM Page 307 4.8 Antiderivatives 307 4.8 Antiderivatives We have studied how to find the derivative of a function. However, many problems re- quire that we recover a function from its known derivative (from its known rate of change). For instance, we may know the velocity function of an object falling from an initial height and need to know its height at any time over some period. More generally, we want to find a function F from its derivative ƒ. If such a function F exists, it is called an anti- derivative of ƒ. Finding Antiderivatives DEFINITION Antiderivative A function F is an antiderivative of ƒ on an interval I if F¿sxd = ƒsxd for all x in I. The process of recovering a function F(x) from its derivative ƒ(x) is called antidiffer- entiation. We use capital letters such as F to represent an antiderivative of a function ƒ, G to represent an antiderivative of g, and so forth. EXAMPLE 1 Finding Antiderivatives Find an antiderivative for each of the following functions. (a) ƒsxd = 2x (b) gsxd = cos x (c) hsxd = 2x + cos x Solution (a) Fsxd = x2 (b) Gsxd = sin x (c) Hsxd = x2 + sin x Each answer can be checked by differentiating. The derivative of Fsxd = x2 is 2x. The derivative of Gsxd = sin x is cos x and the derivative of Hsxd = x2 + sin x is 2x + cos x. The function Fsxd = x2 is not the only function whose derivative is 2x. The function x2 + 1 has the same derivative.
    [Show full text]
  • Numerical Differentiation
    Jim Lambers MAT 460/560 Fall Semester 2009-10 Lecture 23 Notes These notes correspond to Section 4.1 in the text. Numerical Differentiation We now discuss the other fundamental problem from calculus that frequently arises in scientific applications, the problem of computing the derivative of a given function f(x). Finite Difference Approximations 0 Recall that the derivative of f(x) at a point x0, denoted f (x0), is defined by 0 f(x0 + h) − f(x0) f (x0) = lim : h!0 h 0 This definition suggests a method for approximating f (x0). If we choose h to be a small positive constant, then f(x + h) − f(x ) f 0(x ) ≈ 0 0 : 0 h This approximation is called the forward difference formula. 00 To estimate the accuracy of this approximation, we note that if f (x) exists on [x0; x0 + h], 0 00 2 then, by Taylor's Theorem, f(x0 +h) = f(x0)+f (x0)h+f ()h =2; where 2 [x0; x0 +h]: Solving 0 for f (x0), we obtain f(x + h) − f(x ) f 00() f 0(x ) = 0 0 + h; 0 h 2 so the error in the forward difference formula is O(h). We say that this formula is first-order accurate. 0 The forward-difference formula is called a finite difference approximation to f (x0), because it approximates f 0(x) using values of f(x) at points that have a small, but finite, distance between them, as opposed to the definition of the derivative, that takes a limit and therefore computes the derivative using an “infinitely small" value of h.
    [Show full text]
  • Review of Differentiation and Integration
    Schreyer Fall 2018 Review of Differentiation and Integration for Ordinary Differential Equations In this course you will be expected to be able to differentiate and integrate quickly and accurately. Many students take this course after having taken their previous course many years ago, at another institution where certain topics may have been omitted, or just feel uncomfortable with particular techniques. Because understanding this material is so important to being successful in this course, we have put together this brief review packet. In this packet you will find sample questions and a brief discussion of each topic. If you find the material in this pamphlet is not sufficient for you, it may be necessary for you to use additional resources, such as a calculus textbook or online materials. Because this is considered prerequisite material, it is ultimately your responsibility to learn it. The topics to be covered include Differentiation and Integration. 1 Differentiation Exercises: 1. Find the derivative of y = x3 sin(x). ln(x) 2. Find the derivative of y = cos(x) . 3. Find the derivative of y = ln(sin(e2x)). Discussion: It is expected that you know, without looking at a table, the following differentiation rules: d [(kx)n] = kn(kx)n−1 (1) dx d h i ekx = kekx (2) dx d 1 [ln(kx)] = (3) dx x d [sin(kx)] = k cos kx (4) dx d [cos(kx)] = −k sin x (5) dx d [uv] = u0v + uv0 (6) dx 1 d u u0v − uv0 = (7) dx v v2 d [u(v(x))] = u0(v)v0(x): (8) dx We put in the constant k into (1) - (5) because a very common mistake to make is something d e2x like: e2x = (when the correct answer is 2e2x).
    [Show full text]
  • Just the Definitions, Theorem Statements, Proofs On
    MATH 3333{INTERMEDIATE ANALYSIS{BLECHER NOTES 55 Abbreviated notes version for Test 3: just the definitions, theorem statements, proofs on the list. I may possibly have made a mistake, so check it. Also, this is not intended as a REPLACEMENT for your classnotes; the classnotes have lots of other things that you may need for your understanding, like worked examples. 6. The derivative 6.1. Differentiation rules. Definition: Let f :(a; b) ! R and c 2 (a; b). If the limit lim f(x)−f(c) exists and is finite, then we say that f is differentiable at x!c x−c 0 df c, and we write this limit as f (c) or dx (c). This is the derivative of f at c, and also obviously equals lim f(c+h)−f(c) by setting x = c + h or h = x − c. If f is h!0 h differentiable at every point in (a; b), then we say that f is differentiable on (a; b). Theorem 6.1. If f :(a; b) ! R is differentiable at at a point c 2 (a; b), then f is continuous at c. Proof. If f is differentiable at c then f(x) − f(c) f(x) = (x − c) + f(c) ! f 0(c)0 + f(c) = f(c); x − c as x ! c. So f is continuous at c. Theorem 6.2. (Calculus I differentiation laws) If f; g :(a; b) ! R is differentiable at a point c 2 (a; b), then (1) f(x) + g(x) is differentiable at c and (f + g)0(c) = f 0(c) + g0(c).
    [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]