Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c).

Size: px
Start display at page:

Download "Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c)."

Transcription

1 Functions of Several Variables A function of several variables is just what it sounds like. It may be viewed in at least three different ways. We will use a function of two variables as an example. z = f(x, y) may be viewed as a function of the two independent variables x, y. It may be viewed as a function defined at different points (x, y) in the plane. It may be viewed as a function whose domain is the set of vectors < x, y > or xi + yj. Limits of Functions of Several Variables We define a limit of a function of several variables essentially the same way we define a limit for an ordinary function: Definition 1 (Limit). lim x c f(x) = L if ɛ > 0, δ > 0 such that f(x) L < ɛ whenever 0 < x c < δ. Definition 2 (Limit). lim x c f(x) = L if ɛ > 0, δ > 0 such that f(x) L < ɛ whenever 0 < x c < δ. Properties of Limits Rule of Thumb: If a property of limits makes sense when translated to refer to a limit of a function of several variables, then it is valid for a function of several variables. For example, the limit of a sum will be the sum of the limits, the limit of a difference will be the difference of the limits, the limit of a product will be the product of the limits and the limit of a quotient will be the quotient of the limits, provided the latter limit exists. Continuity The definition of continuity for a function of several variables is essentially the same as the definition for an ordinary function. Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c). Definition 4 (Continuity for a Function of Several Variables). A function f is continuous at c if lim x c f(x) = f(c). As with ordinary functions, functions of several variables will generally be continuous except where there s an obvious reason for them not to be. 1

2 Partial Derivatives For a function of several variables, we have partial derivatives with respect to each of its variables. The definition is based on the definition of an ordinary derivative. Definition 5 (Derivative). Let f : R R. df dx (x) = lim f(x + h) f(x) h 0. h Definition 6 (Partial Derivative). Let f : R 2 R. f(x + h, y) f(x, y) lim h 0, f h (x, y) = lim h 0 2 f (x, y) = f(x, y + h) f(x, y). h The obvious generalizations hold for functions with more than two independent variables. Calculation of Partial Derivatives Effectively, we calculate the partial derivative of a function with respect to one of its independent variables by acting as if the other independent variables were actually constants. Notation The following notations for the partial derivatives of a function z = f(x, y) are equivalent. f x = f = = f 1 = D 1 f = D x f f y = f = = f 2 = D 2 f = D y f Higher Order Derivatives Since a partial derivative is itself a function of several variables, it has its own partial derivatives. (f x ) y = f xy = f 12 = ( ) f (f y ) x = f yx = f 21 = ( ) f = 2 f = = 2 f = 2 z 2 z Changing the Order of Differentiation Theorem 1 (Clairaut s Theorem). If f xy and f yx are both continuous on a disk containing (a, b), then f xy (a, b) = f yx (a, b).

3 Proof. Let φ(h) = f(x + h, y + h) f(x, y + h) f(x + h, y) + f(x, y). The motivation comes from writing either f xy or f yx as a limit. We may write φ(h) = α(y +h) α(y), where α(t) = f(x+h, t) f(x, t). The Mean Value Theorem implies α(y + h) α(y) = α (t)h for some t between y and y + h. Since α (t) = f 2 (x + h, t) f 2 (x, t), we have φ(h) = [f 2 (x + h, t) f 2 (x, t)]h. If we write β(s) = f 2 (s, t), then f 2 (x+h, t) f 2 (x, t) = β(x+h) β(x). Clairault s Theorem β(s) = f 2 (s, t), f 2 (x + h, t) f 2 (x, t) = β(x + h) β(x). By the Mean Value Theorem, β(x + h) β(x) = β (s)h for some s between x and x + h. Since β (s) = f 21 (s, t), we get f 2 (x + h, t) f 2 (x, t) = f 21 (s, t)h, so φ(h) = f 21 (s, t)h 2. 3 Thus φ(h) (x, y). h 2 = f 21 (s, t) f 21 (x, y) as h 0, since f 21 is continuous at A similar calculation shows φ(h) h 2 = f 12 (s, t) f 12 (x, y) as h 0, showing f 12 (x, y) = f 21 (x, y). Tangent Planes Consider a surface z = f(x, y) and suppose we are interested in the plane tangent to the surface at the point (a, b, c), where c = f(a, b). Since represents about how much z will change if x changes by 1 and y is fixed, here, and elsewhere as we look at tangent planes, tangent plane approximations and differentials, the partial derivative shown really means the partial derivative s value at the relevant point, in this case (a, b), it seems reasonable to expect the vector < 1, 0, > to be tangent to the surface. Similarly, it is reasonable to expect the vector < 0, 1, tangent to the surface. Tangent Planes > to be

4 i j k We thus expect n = = i j + k to be a normal vector to the tangent plane. We thus take n =<,, 1 >. We thus get <,, 1 > < x a, y b, z c >= 0 as an equation for the tangent plane, or (x a) (y b) + (z c) = 0, or z c = (x a) + (y b). This should be reminiscent of the Point-Slope Formula for the equation of a line. Tangent Hyperplanes It generalizes to y b = n i=1 i (x i a i ) as an equation for the hyperplane tangent to the hypersurface y = f(x 1, x 2,..., x n ) at the point (a 1, a 2,..., a n, b). Tangent Plane Approximations and Differentials If we take z c = (x a) + (y b) and solve for z, we get z = c + (x a) + (y b) This should be reminiscent of the Tangent Line Approximation for ordinary functions. We may use this formula to approximate f(x, y) at a point (x, y) close to a point (a, b). 4 Definition 7 (Differentials). dx = x = x a dy = y = y b dz = (x a) + (y b) Differentials

5 We may use the differential dz to approximate the change z = f of a function f(x, y) if the independent variables x and y change by amounts dx and dy. This generalizes in the obvious way to functions of more than two variables. Differentiability Recall that for an ordinary function y = f(x) which was differentiable at a point, we found 0 as x 0. dy y x We take the analogue of this as a definition of differentiability for functions of several variables. We state the definition for the case of a function of two variables; the variation for more variables should be obvious. Definition 8 (Differentiable). We say a function f(x, y) is differentiable at a point if dz z ( x)2 + ( y) 0 as ( x) 2 + ( y) Differentiability Recall ( x) 2 + ( y) 2 is the distance between (x, y) and the point in question. Effectively, we are defining a function of several variables to be differentialbe when an approximation using differentials is reasonable. We still need a reasonable way of determining whether a function is differentiable. This is given by the following theorem. Differentiability Theorem 2. If both partial derivatives of a function z = f(x, y) are continuous in some open disc {(x, y) : (x a) 2 + (y b) 2 < r} centered at (a, b), then f(x, y) is differentiable at (a, b). Proof. We need to show 0. ( We may write z dz = f(x, y) f(a, b) f(x, y) f(a, y) dz z ( x)2 + ( y) 2 0 as ( x) 2 + ( y) 2 5 ) (x a) + (y b) = (x a) + f(a, y) f(a, b) (y b). Proof

6 By the Mean Value Theorem, f(x, y) f(a, y) = (x, y)(x a) for some x between a and x if x is close enough to a. Similarly, f(a, y) f(a, b) = (a, y )(y b) for some y between b and y if y is close enough to b. We thus get z dz = (x, y)(x a) (x a) + (a, y )(y b) ( (y b) = (x, y) ) ( (x a)+ (a, y ) ) (y b). Since both Proof x a (x a)2 + (y b) 2 1 and y b (x a)2 + (y b) 2 1, we have ( (x, y) ) (x a) (x a)2 + (y b) 2 (x, y) 0 and( (a, y ) ) (y b) (x a)2 + (y b) 2 (a, y ) 0 since both partial derivatives are continuous near (a, b). The Chain Rule For an ordinary function, if y = f(u) and u = g(x), making y = f g(x) a composite function, we can differentiate with respect to x dy using the Chain Rule: dx = dy du du dx. Suppose we have a function z = f(x, y), but x = g(t) and y = h(t), making z = f(g(t), h(t)) a composite function of t. We can come up with a variation of the Chain Rule, which holds under appropriate conditions. The conditions we will assume are that all the relevant derivatives exist and are continuous near t and all the relevant partial derivatives exist and are continuous near (f(t), g(t)). By the definition of a derivative, dz dt = lim k 0 f(g(t + k), h(t + k)) f(g(t), h(t)). k The Chain Rule 6

7 We can rewrite the numerator as f(g(t+k), h(t+k)) f(g(t), h(t)) = [f(g(t+k), h(t+k)) f(g(t), h(t+k))]+[f(g(t), h(t+k)) f(g(t), h(t))]. Using the Mean Value Theorem, the first difference may be written: f(g(t + k), h(t + k)) f(g(t), h(t + k)) = f 1 (u, h(t + k))[g(t + k) g(t)], where u is between g(t + k) and g(t). But, also by the Mean Value Theorem, g(t + k) g(t) = g (t )k, where t is between t and t + k. We thus have f(g(t + k), h(t + k)) f(g(t), h(t + k)) = f 1 (u, h(t + k))g (t )k Similarly, f(g(t), h(t + k)) f(g(t), h(t)) = f 2 (g(t), v)h (t )k, where v is between h(t) and h(t + k) and t is between t and t + k. The Chain Rule We thus get dz dt = lim f 1 (u, h(t + k))g (t )k + f 2 (g(t), v)h (t )k k 0 = k lim k 0 f 1 (u, h(t + k))g (t ) + f 2 (g(t), v)h (t ) = f 1 (g(t), h(t))g (t) + f 2 (g(t), h(t))h (t). Using Leibniz Notation, this may be written as: dz dt = dx dt + dy dt. This is one variation of the Chain Rule. Partial Derivatives Via the Chain Rule Suppose z = f(x, y), while x = g(s, t) and y = h(s, t). Then z = f(g(s, t), h(s, t)) can be thought of as a function of s and t. We might then want to calculate the partial derivatives and s t. By the nature of partial differentiation, the Chain Rule we just derived can be adjusted to give formulas for these partial derivatives. s = s + s t = t + t If we have functions involving more than two variables, this may be adjusted in the hopefully obvious way. Implicit Differentiation The Chain Rule may be used to derive a formula for implicit differentiation. 7

8 Theorem 3 (Implicit Differentiation). If a differentiable function y = f(x) is defined implicitly by an equation F (x, y) = 0, then dy dx = F x = F y F. F Note: We have assumed y = f(x) is differentiable. We are not here dealing with how one knows whether such a function is differentiable. In general, if such a function is not differentiable, it will be relatively obvious. Implicit Differentiation Proof. Using the Chain Rule, df dx = F dx dx + F dy dx = F + F dy dx. Since F (x, y) = 0, it follows that df dx F = 0, so + F dy dx = 0. F Solving for dy F dy, we get dx dx = F dy, so dx =. F Directional Derivatives Consider a function z = f(x, y) and its graph, which will be a surface. The partial derivative may be thought of as representing how fast the surface is rising above one s head if one is walking on the xy-plane in the direction of the x-axis. Similarly, the partial derivative may be thought of as representing how fast the surface is rising above one s head if one is walking on the xy-plane in the direction of the y-axis. Directional Derivative For a given unit vector u, we define the directional derivative D u z to represent how fast the surface is rising above one s head if one is walking on the xy-plane in the direction of u. Definition 9 (Directional Derivative). Let f : R n R and let u R n be a unit vector. Let g(t) = f(x + ut). D u f(x) = g (0) is called the directional derivative of f at x in the direction of u. 8

9 Note that if n = 1, then the directional derivative is the same as the ordinary derivative, while the directional derivatives in the directions of the coordinate axes are the same as the partial derivatives. The Del Operator and the Gradient Definition 10 (Del Operator). = (, ) Note this is really just a symbolic entity. By itself, it is meaningless, but we use it as a mneumonic device. ( f Definition 11 (Gradient). grad f = f =, f ) The gradient turns out to be convenient when calculating directional derivatives. It also generalizes to higher dimensions. Calculating Directional Derivatives Theorem 4. If all the partial derivatives of z = f(x) are continuous is some open ball centered at x, then D u f(x) = ( f) u. This theorem gives us a convenient way to calculate any directional derivative of a function and also shows that it is sufficient to be able to calculate all the partial derivatives. Proof We will prove the theorem for R 2, but a similar proof will work for higher dimensions; only the notation would get messier. Proof. Consider a function f(x, y) and a unit vector u =< a, b >. Let z = g(t) be defined by letting z = f(x, y), where x = x 0 +at, y = y 0 +bt. By definition, D u f(x 0, y 0 ) = g (0). By the Chain Rule, g (t) = dz dt = dx dt + dy dt Evaluating this at 0 gives the result. = ( z) u. Maximum Value of the Directional Derivative D u f = ( f) u = f u cos θ, where θ is the angle between f and u. Since 1 cos θ 1, the maximal value obviously occurs when θ = 0 and cos θ = 1, in other words, when u is in the same direction as f. There s a catch: This depends on the property u v = u v cos θ, which we ve seen for R 2 and R 3, but whose very meaning is unclear for higher dimensions. 9

10 Cauchy-Schwarz Inequality We can give u v = u v cos θ meaning through the Cauchy-Schwarz Inequality u v u v. We will show the Cauchy-Schwarz Inequality holds in any dimension, with equality holding if and only if one vector is a multiple of the other. Consider a vector u tv. Certainly (u tv) (u tv) 0, with equality holding if and only if u is a multiple t of v or v = 0. Since (u tv) (u tv) = u u 2tu v + t 2 vv = v 2 t 2 2u vt + u 2, we get v 2 t 2 2u vt + u 2 0. Cauchy-Schwarz Inequality It follows that the quadratic equation v 2 t 2 2u vt + u 2 = 0 in t can t have more than one solution, so the discriminant ( 2u v) 2 4 v 2 u 2 can t be positive. In other words, ( 2u v) 2 4 v 2 u 2 0, so 4(u v) 2 4 v 2 u 2 0, so (u v) 2 v 2 u 2 0, so (u v) 2 v 2 u 2, so u v u v. Equality clearly holds if and only if either u tv = 0 or if v = 0, in other words, if and only if either u is a scalar multiple of v or if v = 0. Cauchy-Schwarz and Directional Derivatives Since u v u v, it follows that 1 u v u v 1. We may thus define the angle θ between u and v by θ = arccos 10 ( ) u v. u v It follows that u v = u v cos θ, so the argument we used before about the directional derivative being maximal in the direction of the gradient can legitimately be used. Tangent Planes and Gradients Recall the formula for the plane tangent to the surface z = f(x, y) at a point (a, b): z c = (x a) + (y b). Using the language of gradients, this could be written in the form z c = ( f) < x a, y b > or z c = ( f) (x x 0 ), where x =< x, y > and x 0 =< a, b >. Since one standard form for the equation of a plane is z z 0 = n (x x 0 ), with n being a normal to the plane, it follows that f is normal to the tangent plane. Tangent Planes for Surfaces Defined Implicitly

11 Suppose a surface is the graph of an equation φ(x, y, z) = 0. At most points (where there is a tangent plane and the tangent plane isn t vertical), a portion of the surface near the point can be considered the graph of a function z = f(x, y) defined implicitly by the equation φ(x, y, z) = 0 along with some side conditions. By the formula for implicit differentiation, =, so the equation of the tangent plane may be written z c = (x a) (y b). Simplifying: (z c) = (x a) (y b), (x a) + (y b) + (z c) = and = This can also be written in the form ( φ) < x a, y b, z c >= 0.

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

NOTES ON MULTIVARIABLE CALCULUS: DIFFERENTIAL CALCULUS

NOTES ON MULTIVARIABLE CALCULUS: DIFFERENTIAL CALCULUS NOTES ON MULTIVARIABLE CALCULUS: DIFFERENTIAL CALCULUS SAMEER CHAVAN Abstract. This is the first part of Notes on Multivariable Calculus based on the classical texts [6] and [5]. We present here the geometric

More information

Partial Derivatives Formulas. KristaKingMath.com

Partial Derivatives Formulas. KristaKingMath.com Partial Derivatives Formulas KristaKingMath.com Domain and range of a multivariable function A function f of two variables is a rule that assigns to each ordered pair of real numbers (x, y) in a set D

More information

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards 4.1 The Derivative Recall: For the slope of a line we need two points (x 1,y 1 ) and (x 2,y 2 ). Then the slope is given by the formula: m = y x = y 2 y 1 x 2 x 1 On a curve we can find the slope of a

More information

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x Assignment 5 Name Find the indicated derivative. ) Find y(4) if y = sin x. ) A) y(4) = cos x B) y(4) = sin x y(4) = - cos x y(4) = - sin x ) y = (csc x + cot x)(csc x - cot x) ) A) y = 0 B) y = y = - csc

More information

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

Directional Derivatives in the Plane

Directional Derivatives in the Plane Directional Derivatives in the Plane P. Sam Johnson April 10, 2017 P. Sam Johnson (NIT Karnataka) Directional Derivatives in the Plane April 10, 2017 1 / 30 Directional Derivatives in the Plane Let z =

More information

Sec. 1.1: Basics of Vectors

Sec. 1.1: Basics of Vectors Sec. 1.1: Basics of Vectors Notation for Euclidean space R n : all points (x 1, x 2,..., x n ) in n-dimensional space. Examples: 1. R 1 : all points on the real number line. 2. R 2 : all points (x 1, x

More information

1 + x 2 d dx (sec 1 x) =

1 + x 2 d dx (sec 1 x) = Page This exam has: 8 multiple choice questions worth 4 points each. hand graded questions worth 4 points each. Important: No graphing calculators! Any non-graphing, non-differentiating, non-integrating

More information

We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms.

We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms. 1 Math 182 Lecture Notes 1. Review of Differentiation To differentiate a function y = f(x) is to find its derivative f '(x). Another standard notation for the derivative is Dx(f(x)). Recall the meanings

More information

How to Use Calculus Like a Physicist

How to Use Calculus Like a Physicist How to Use Calculus Like a Physicist Physics A300 Fall 2004 The purpose of these notes is to make contact between the abstract descriptions you may have seen in your calculus classes and the applications

More information

COMPLETE METRIC SPACES AND THE CONTRACTION MAPPING THEOREM

COMPLETE METRIC SPACES AND THE CONTRACTION MAPPING THEOREM COMPLETE METRIC SPACES AND THE CONTRACTION MAPPING THEOREM A metric space (M, d) is a set M with a metric d(x, y), x, y M that has the properties d(x, y) = d(y, x), x, y M d(x, y) d(x, z) + d(z, y), x,

More information

Derivatives and Integrals

Derivatives and Integrals Derivatives and Integrals Definition 1: Derivative Formulas d dx (c) = 0 d dx (f ± g) = f ± g d dx (kx) = k d dx (xn ) = nx n 1 (f g) = f g + fg ( ) f = f g fg g g 2 (f(g(x))) = f (g(x)) g (x) d dx (ax

More information

Directional Derivative and the Gradient Operator

Directional Derivative and the Gradient Operator Chapter 4 Directional Derivative and the Gradient Operator The equation z = f(x, y) defines a surface in 3 dimensions. We can write this as z f(x, y) = 0, or g(x, y, z) = 0, where g(x, y, z) = z f(x, y).

More information

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6 Contents 1 Functions of Several Variables 1 1.1 Some Examples.................................. 2 1.2 Level Curves / Contours............................. 4 1.3 Functions of More Variables...........................

More information

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form Second Order ODEs Second Order ODEs In general second order ODEs contain terms involving y, dy But here only consider equations of the form A d2 y dx 2 + B dy dx + Cy = 0 dx, d2 y dx 2 and F(x). where

More information

3.1 Derivative Formulas for Powers and Polynomials

3.1 Derivative Formulas for Powers and Polynomials 3.1 Derivative Formulas for Powers and Polynomials First, recall that a derivative is a function. We worked very hard in 2.2 to interpret the derivative of a function visually. We made the link, in Ex.

More information

4 Partial Differentiation

4 Partial Differentiation 4 Partial Differentiation Many equations in engineering, physics and mathematics tie together more than two variables. For example Ohm s Law (V = IR) and the equation for an ideal gas, PV = nrt, which

More information

Implicit Functions, Curves and Surfaces

Implicit Functions, Curves and Surfaces Chapter 11 Implicit Functions, Curves and Surfaces 11.1 Implicit Function Theorem Motivation. In many problems, objects or quantities of interest can only be described indirectly or implicitly. It is then

More information

CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT

CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT MATH 20300 DD & ST2 prepared by Antony Foster Department of Mathematics (office: NAC 6-273) The City College of The City University of

More information

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Multivariable Calculus Notes Faraad Armwood Fall: 2017 Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Chapter 2: Vector-Valued Functions, Tangent Vectors, Arc

More information

Maxima and Minima. (a, b) of R if

Maxima and Minima. (a, b) of R if Maxima and Minima Definition Let R be any region on the xy-plane, a function f (x, y) attains its absolute or global, maximum value M on R at the point (a, b) of R if (i) f (x, y) M for all points (x,

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2.

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v 260) Contents 2 Partial Derivatives 1 21 Limits and Continuity 1 22 Partial Derivatives 5 23 Directional Derivatives and the Gradient

More information

M311 Functions of Several Variables. CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3.

M311 Functions of Several Variables. CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3. M311 Functions of Several Variables 2006 CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3. Differentiability 1 2 CHAPTER 1. Continuity If (a, b) R 2 then we write

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

Solutions to Math 41 Second Exam November 5, 2013

Solutions to Math 41 Second Exam November 5, 2013 Solutions to Math 4 Second Exam November 5, 03. 5 points) Differentiate, using the method of your choice. a) fx) = cos 03 x arctan x + 4π) 5 points) If u = x arctan x + 4π then fx) = fu) = cos 03 u and

More information

Week 4: Differentiation for Functions of Several Variables

Week 4: Differentiation for Functions of Several Variables Week 4: Differentiation for Functions of Several Variables Introduction A functions of several variables f : U R n R is a rule that assigns a real number to each point in U, a subset of R n, For the next

More information

1 The Derivative and Differrentiability

1 The Derivative and Differrentiability 1 The Derivative and Differrentiability 1.1 Derivatives and rate of change Exercise 1 Find the equation of the tangent line to f (x) = x 2 at the point (1, 1). Exercise 2 Suppose that a ball is dropped

More information

UNIT 3: DERIVATIVES STUDY GUIDE

UNIT 3: DERIVATIVES STUDY GUIDE Calculus I UNIT 3: Derivatives REVIEW Name: Date: UNIT 3: DERIVATIVES STUDY GUIDE Section 1: Section 2: Limit Definition (Derivative as the Slope of the Tangent Line) Calculating Rates of Change (Average

More information

MATH 2554 (Calculus I)

MATH 2554 (Calculus I) MATH 2554 (Calculus I) Dr. Ashley K. University of Arkansas February 21, 2015 Table of Contents Week 6 1 Week 6: 16-20 February 3.5 Derivatives as Rates of Change 3.6 The Chain Rule 3.7 Implicit Differentiation

More information

Course Summary Math 211

Course Summary Math 211 Course Summary Math 211 table of contents I. Functions of several variables. II. R n. III. Derivatives. IV. Taylor s Theorem. V. Differential Geometry. VI. Applications. 1. Best affine approximations.

More information

Lecture 7 - Separable Equations

Lecture 7 - Separable Equations Lecture 7 - Separable Equations Separable equations is a very special type of differential equations where you can separate the terms involving only y on one side of the equation and terms involving only

More information

Math 131 Exam 2 Spring 2016

Math 131 Exam 2 Spring 2016 Math 3 Exam Spring 06 Name: ID: 7 multiple choice questions worth 4.7 points each. hand graded questions worth 0 points each. 0. free points (so the total will be 00). Exam covers sections.7 through 3.0

More information

Workbook for Calculus I

Workbook for Calculus I Workbook for Calculus I By Hüseyin Yüce New York 2007 1 Functions 1.1 Four Ways to Represent a Function 1. Find the domain and range of the function f(x) = 1 + x + 1 and sketch its graph. y 3 2 1-3 -2-1

More information

To take the derivative of x raised to a power, you multiply in front by the exponent and subtract 1 from the exponent.

To take the derivative of x raised to a power, you multiply in front by the exponent and subtract 1 from the exponent. MA123, Chapter 5: Formulas for derivatives (pp. 83-102) Date: Chapter Goals: Know and be able to apply the formulas for derivatives. Understand the chain rule and be able to apply it. Know how to compute

More information

1 Functions of many variables.

1 Functions of many variables. MA213 Sathaye Notes on Multivariate Functions. 1 Functions of many variables. 1.1 Plotting. We consider functions like z = f(x, y). Unlike functions of one variable, the graph of such a function has to

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3. The Product and Quotient Rules In this section, we will learn about: Formulas that enable us to differentiate new functions formed from old functions by

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

SMSTC (2017/18) Geometry and Topology 2.

SMSTC (2017/18) Geometry and Topology 2. SMSTC (2017/18) Geometry and Topology 2 Lecture 1: Differentiable Functions and Manifolds in R n Lecturer: Diletta Martinelli (Notes by Bernd Schroers) a wwwsmstcacuk 11 General remarks In this lecture

More information

Transformations from R m to R n.

Transformations from R m to R n. Transformations from R m to R n 1 Differentiablity First of all because of an unfortunate combination of traditions (the fact that we read from left to right and the way we define matrix multiplication

More information

Analysis II - few selective results

Analysis II - few selective results Analysis II - few selective results Michael Ruzhansky December 15, 2008 1 Analysis on the real line 1.1 Chapter: Functions continuous on a closed interval 1.1.1 Intermediate Value Theorem (IVT) Theorem

More information

MULTIVARIABLE CALCULUS

MULTIVARIABLE CALCULUS MULTIVARIABLE CALCULUS JOHN QUIGG Contents 13.1 Three-Dimensional Coordinate Systems 2 13.2 Vectors 3 13.3 The Dot Product 5 13.4 The Cross Product 6 13.5 Equations of Lines and Planes 7 13.6 Cylinders

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

Mathematical Analysis Outline. William G. Faris

Mathematical Analysis Outline. William G. Faris Mathematical Analysis Outline William G. Faris January 8, 2007 2 Chapter 1 Metric spaces and continuous maps 1.1 Metric spaces A metric space is a set X together with a real distance function (x, x ) d(x,

More information

2.8 Linear Approximations and Differentials

2.8 Linear Approximations and Differentials Arkansas Tech University MATH 294: Calculus I Dr. Marcel B. Finan 2.8 Linear Approximations and Differentials In this section we approximate graphs by tangent lines which we refer to as tangent line approximations.

More information

Formulas that must be memorized:

Formulas that must be memorized: Formulas that must be memorized: Position, Velocity, Acceleration Speed is increasing when v(t) and a(t) have the same signs. Speed is decreasing when v(t) and a(t) have different signs. Section I: Limits

More information

Lecture 9 Metric spaces. The contraction fixed point theorem. The implicit function theorem. The existence of solutions to differenti. equations.

Lecture 9 Metric spaces. The contraction fixed point theorem. The implicit function theorem. The existence of solutions to differenti. equations. Lecture 9 Metric spaces. The contraction fixed point theorem. The implicit function theorem. The existence of solutions to differential equations. 1 Metric spaces 2 Completeness and completion. 3 The contraction

More information

Lecture Notes on Metric Spaces

Lecture Notes on Metric Spaces Lecture Notes on Metric Spaces Math 117: Summer 2007 John Douglas Moore Our goal of these notes is to explain a few facts regarding metric spaces not included in the first few chapters of the text [1],

More information

Analysis-3 lecture schemes

Analysis-3 lecture schemes Analysis-3 lecture schemes (with Homeworks) 1 Csörgő István November, 2015 1 A jegyzet az ELTE Informatikai Kar 2015. évi Jegyzetpályázatának támogatásával készült Contents 1. Lesson 1 4 1.1. The Space

More information

Differentiation - Quick Review From Calculus

Differentiation - Quick Review From Calculus Differentiation - Quick Review From Calculus Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Differentiation - Quick Review From Calculus Current Semester 1 / 13 Introduction In this section,

More information

Differentiation of Multivariable Functions

Differentiation of Multivariable Functions Differentiation of Multivariable Functions 1 Introduction Beginning calculus students identify the derivative of a function either in terms of slope or instantaneous rate of change. When thinking of the

More information

On linear and non-linear equations. (Sect. 1.6).

On linear and non-linear equations. (Sect. 1.6). On linear and non-linear equations. (Sect. 1.6). Review: Linear differential equations. Non-linear differential equations. The Picard-Lindelöf Theorem. Properties of solutions to non-linear ODE. The Proof

More information

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 1 A COLLECTION OF HANDOUTS ON FIRST ORDER ORDINARY DIFFERENTIAL

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

MATH The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input,

MATH The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input, MATH 20550 The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input, F(x 1,, x n ) F 1 (x 1,, x n ),, F m (x 1,, x n ) where each

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

2.2 THE DERIVATIVE 2.3 COMPUTATION OF DERIVATIVES: THE POWER RULE 2.4 THE PRODUCT AND QUOTIENT RULES 2.6 DERIVATIVES OF TRIGONOMETRIC FUNCTIONS

2.2 THE DERIVATIVE 2.3 COMPUTATION OF DERIVATIVES: THE POWER RULE 2.4 THE PRODUCT AND QUOTIENT RULES 2.6 DERIVATIVES OF TRIGONOMETRIC FUNCTIONS Differentiation CHAPTER 2 2.1 TANGENT LINES AND VELOCITY 2.2 THE DERIVATIVE 2.3 COMPUTATION OF DERIVATIVES: THE POWER RULE 2.4 THE PRODUCT AND QUOTIENT RULES 25 2.5 THE CHAIN RULE 2.6 DERIVATIVES OF TRIGONOMETRIC

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 2 Limits 2.1 The Tangent Problems The word tangent is derived from the Latin word tangens, which means touching. A tangent line to a curve is a line that touches the curve and a secant line is a line that

More information

Lecture 13 - Wednesday April 29th

Lecture 13 - Wednesday April 29th Lecture 13 - Wednesday April 29th jacques@ucsdedu Key words: Systems of equations, Implicit differentiation Know how to do implicit differentiation, how to use implicit and inverse function theorems 131

More information

Tangent Planes, Linear Approximations and Differentiability

Tangent Planes, Linear Approximations and Differentiability Jim Lambers MAT 80 Spring Semester 009-10 Lecture 5 Notes These notes correspond to Section 114 in Stewart and Section 3 in Marsden and Tromba Tangent Planes, Linear Approximations and Differentiability

More information

Math 147 Exam II Practice Problems

Math 147 Exam II Practice Problems Math 147 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

Math 212-Lecture 8. The chain rule with one independent variable

Math 212-Lecture 8. The chain rule with one independent variable Math 212-Lecture 8 137: The multivariable chain rule The chain rule with one independent variable w = f(x, y) If the particle is moving along a curve x = x(t), y = y(t), then the values that the particle

More information

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

More information

Math 233 Calculus 3 - Fall 2016

Math 233 Calculus 3 - Fall 2016 Math 233 Calculus 3 - Fall 2016 2 12.1 - Three-Dimensional Coordinate Systems 12.1 - THREE-DIMENSIONAL COORDINATE SYSTEMS Definition. R 3 means By convention, we graph points in R 3 using a right-handed

More information

Math 233. Directional Derivatives and Gradients Basics

Math 233. Directional Derivatives and Gradients Basics Math 233. Directional Derivatives and Gradients Basics Given a function f(x, y) and a unit vector u = a, b we define the directional derivative of f at (x 0, y 0 ) in the direction u by f(x 0 + ta, y 0

More information

Math 134 Exam 2 November 5, 2009

Math 134 Exam 2 November 5, 2009 Math 134 Exam 2 November 5, 2009 Name: Score: / 80 = % 1. (24 Points) (a) (8 Points) Find the slope of the tangent line to the curve y = 9 x2 5 x 2 at the point when x = 2. To compute this derivative we

More information

Math 131, Lecture 20: The Chain Rule, continued

Math 131, Lecture 20: The Chain Rule, continued Math 131, Lecture 20: The Chain Rule, continued Charles Staats Friday, 11 November 2011 1 A couple notes on quizzes I have a couple more notes inspired by the quizzes. 1.1 Concerning δ-ε proofs First,

More information

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations.

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations. UNIVERSITY OF SOUTHAMPTON MATH055W SEMESTER EXAMINATION 03/4 MATHEMATICS FOR ELECTRONIC & ELECTRICAL ENGINEERING Duration: 0 min Solutions Only University approved calculators may be used. A foreign language

More information

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values Copyright & License Formula Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula absolute value properties of absolute values equation of a line in various forms equation of a circle

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods.

OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods. 1.1 Limits: A Numerical and Graphical Approach OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods. 1.1 Limits: A Numerical and Graphical Approach DEFINITION: As x approaches

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

MATH 19520/51 Class 5

MATH 19520/51 Class 5 MATH 19520/51 Class 5 Minh-Tam Trinh University of Chicago 2017-10-04 1 Definition of partial derivatives. 2 Geometry of partial derivatives. 3 Higher derivatives. 4 Definition of a partial differential

More information

2. Theory of the Derivative

2. Theory of the Derivative 2. Theory of the Derivative 2.1 Tangent Lines 2.2 Definition of Derivative 2.3 Rates of Change 2.4 Derivative Rules 2.5 Higher Order Derivatives 2.6 Implicit Differentiation 2.7 L Hôpital s Rule 2.8 Some

More information

Lecture notes for Math Multivariable Calculus

Lecture notes for Math Multivariable Calculus Lecture notes for Math 417-517 Multivariable alculus J. Dimock Dept. of Mathematics SUNY at Buffalo Buffalo, NY 14260 December 4, 2012 ontents 1 multivariable calculus 3 1.1 vectors....................................

More information

Chapter 2 Derivatives

Chapter 2 Derivatives Contents Chapter 2 Derivatives Motivation to Chapter 2 2 1 Derivatives and Rates of Change 3 1.1 VIDEO - Definitions................................................... 3 1.2 VIDEO - Examples and Applications

More information

2.20 Fall 2018 Math Review

2.20 Fall 2018 Math Review 2.20 Fall 2018 Math Review September 10, 2018 These notes are to help you through the math used in this class. This is just a refresher, so if you never learned one of these topics you should look more

More information

APPLICATIONS OF DIFFERENTIABILITY IN R n.

APPLICATIONS OF DIFFERENTIABILITY IN R n. APPLICATIONS OF DIFFERENTIABILITY IN R n. MATANIA BEN-ARTZI April 2015 Functions here are defined on a subset T R n and take values in R m, where m can be smaller, equal or greater than n. The (open) ball

More information

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

Vector Calculus lecture notes

Vector Calculus lecture notes Vector Calculus lecture notes Thomas Baird December 13, 21 Contents 1 Geometry of R 3 2 1.1 Coordinate Systems............................... 2 1.1.1 Distance................................. 3 1.1.2 Surfaces.................................

More information

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1 Math 8B Solutions Charles Martin March 6, Homework Problems. Let (X i, d i ), i n, be finitely many metric spaces. Construct a metric on the product space X = X X n. Proof. Denote points in X as x = (x,

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES 1. Equation In Section 2.7, we considered the derivative of a function f at a fixed number a: f '( a) lim h 0 f ( a h) f ( a) h In this section, we change

More information

Math 111: Calculus. David Perkinson

Math 111: Calculus. David Perkinson Math : Calculus David Perkinson Fall 207 Contents Week, Monday: Introduction: derivatives, integrals, and the fundamental theorem. 5 Week, Wednesday: Average speed, instantaneous speed. Definition of the

More information

MATH 12 CLASS 5 NOTES, SEP

MATH 12 CLASS 5 NOTES, SEP MATH 12 CLASS 5 NOTES, SEP 30 2011 Contents 1. Vector-valued functions 1 2. Differentiating and integrating vector-valued functions 3 3. Velocity and Acceleration 4 Over the past two weeks we have developed

More information

Directional Derivatives and Gradient Vectors. Suppose we want to find the rate of change of a function z = f x, y at the point in the

Directional Derivatives and Gradient Vectors. Suppose we want to find the rate of change of a function z = f x, y at the point in the 14.6 Directional Derivatives and Gradient Vectors 1. Partial Derivates are nice, but they only tell us the rate of change of a function z = f x, y in the i and j direction. What if we are interested in

More information

MA10192: Mathematics I semester 1

MA10192: Mathematics I semester 1 MA09: Mathematics I 008-009 semester Contents Functions and equations 3. Polynomials.............................. 3. Exponentials and logarithms.................... 5.3 Trigonometric functions.......................

More information

MA10192: Mathematics I semester 1

MA10192: Mathematics I semester 1 MA09: Mathematics I 0-0 semester Contents Functions and equations 3. Polynomials.............................. 3. Exponentials and logarithms.................... 5.3 Trigonometric functions.......................

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

More information

Lecture two. January 17, 2019

Lecture two. January 17, 2019 Lecture two January 17, 2019 We will learn how to solve rst-order linear equations in this lecture. Example 1. 1) Find all solutions satisfy the equation u x (x, y) = 0. 2) Find the solution if we know

More information

MATH107 Vectors and Matrices

MATH107 Vectors and Matrices School of Mathematics, KSU 20/11/16 Vector valued functions Let D be a set of real numbers D R. A vector-valued functions r with domain D is a correspondence that assigns to each number t in D exactly

More information

Midterm Study Guide and Practice Problems

Midterm Study Guide and Practice Problems Midterm Study Guide and Practice Problems Coverage of the midterm: Sections 10.1-10.7, 11.2-11.6 Sections or topics NOT on the midterm: Section 11.1 (The constant e and continuous compound interest, Section

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

More information

CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS

CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS 4.1 Vector Functions 4.2 Calculus of Vector Functions 4.3 Tangents REVIEW: Vectors Scalar a quantity only with its magnitude Example: temperature, speed, mass, volume

More information

MATH The Derivative as a Function - Section 3.2. The derivative of f is the function. f x h f x. f x lim

MATH The Derivative as a Function - Section 3.2. The derivative of f is the function. f x h f x. f x lim MATH 90 - The Derivative as a Function - Section 3.2 The derivative of f is the function f x lim h 0 f x h f x h for all x for which the limit exists. The notation f x is read "f prime of x". Note that

More information

Answer Key. Calculus I Math 141 Fall 2003 Professor Ben Richert. Exam 2

Answer Key. Calculus I Math 141 Fall 2003 Professor Ben Richert. Exam 2 Answer Key Calculus I Math 141 Fall 2003 Professor Ben Richert Exam 2 November 18, 2003 Please do all your work in this booklet and show all the steps. Calculators and note-cards are not allowed. Problem

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information