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

Size: px
Start display at page:

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

Transcription

1 Lecture 10 Partial derivatives Dan Nichols 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 variables (2) Functions of two variables Domain is a subset of R 2 (2D space). Range is a subset of R (1D number line) Example: f(x, y) = x 2 + 2y 2 Graph of z = f(x, y) is a paraboloid Level curves f(x, y) = k are ellipses (for k > 0) 2 z x y 1

2 (3) The derivative of a single-variable function We know the derivative of a single-variable function f(x) is defined Why do we care about derivatives? f f(a + h) f(a) (a) = lim. h 0 h The derivative of f lets you zoom in on a specific point and see how f is changing there. f (a) tells you how the function is changing at x = a You can use the derivative to find the tangent line, which is a linear approxmation to f at x = a. The derivative function f (x) tells you the derivative at every value of x. (4) Partial derivatives Let f(x, y) be a function of two variables. We want to be able to zoom in and describe how f is changing at a point (a, b). A single number isn t enough to capture all this information We use two numbers, the partial derivatives of f with respect to x and y. Later, we ll describe how the partial derivatives are actually the components of a vector called the gradient... and we ll use these partial derivatives to construct the tangent plane of f at (a, b), which is a linear approximation.

3 (5) Partial derivatives Definition Let z = f(x, y). The partial derivative of f with respect to x at the point (a, b), written f x (a, b), is the rate at which z changes near (a, b) when you hold y constant but allow x to vary. More precisely: If we plug in y = b but leave x undetermined, we get a single-variable function g(x) = f(x, b). The partial derivative of f with respect to x at (a, b) is the derivative of g(x) at x = a. The partial derivative of f with respect to y at the point (a, b), written f y (a, b), is the rate at which z changes near (a, b) when you hold x constant but allow y to vary. (6) Partial derivatives The trace of the surface z = f(x, y) in the plane y = b is the curve z = g(x) = f(x, b). The partial derivative f x (a, b) = g (a) is the slope of the tangent to this curve at x = a.

4 (7) Partial derivatives Definition For a function of two variables f(x, y), the partial derivative of f with respect to x at (a, b) is defined f(a + h, b) f(a, b) f x (a, b) = lim h 0 h ( d = dx x=a f(x, b)) In other words, treat f(x, b) as a single-variable function of x, and take its derivative at x = a. The partial derivative of f with respect to y is f y (a, b) = lim h 0 f(a, b + h) f(a, b) h ( d = dy y=b f(a, y)). (8) Partial derivatives: volume of a cylinder Cylinder volume is a function of radius and height: V (r, h) = πr 2 h. If we set the radius to a fixed number r = r 0, volume becomes a single-variable function of height: V (h) = (πr 2 0)h If we set the height to a fixed number h = h 0, volume becomes a single-variable function of radius: V (r) = (πh 0 )r 2 The partial derivatives of V with respect to r and h are the derivatives of these single-variable functions. wikipedia

5 (9) Partial derivatives: volume of a cylinder Example 1: The volume of a cylinder is a function of the height and radius given by the formula V (r, h) = πr 2 h. Compute the partial derivatives V r (1, 2) and V h (1, 2) and describe their meaning. To find V r (1, 2), we set h = 2 and view volume as a single-variable function of r: V (r, 2) = 2πr 2 V r (1, 2) is the derivative of V (r, 2) at r = 1: V r (r, 2) = d dr 2πr2 = 4πr V r (1, 2) = 4π Starting with a cylinder of radius 1 and height 2, if you increase the radius by r, the volume will increase by 4π r. (10) Partial derivatives: volume of a cylinder Example 1: (cont.) The volume of a cylinder is a function of the height and radius given by the formula V (r, h) = πr 2 h. Compute the partial derivatives V r (1, 2) and V h (1, 2) and describe what they mean. To find V h (1, 2), we set r = 1 and view volume as a single-variable function of h: V (1, h) = πh V h (1, 2) is the derivative of V (1, h) at h = 2: V h (1, h) = d dh πh = π V h (1, 2) = π Starting with a cylinder of radius 1 and height 2, if you increase the height by h, the volume will increase by π h.

6 (11) Partial derivatives as multivariable functions Instead of looking at the partial derivatives at a specific point (a, b), we can consider them as multivariable functions of x and y: f x (x, y) = lim h 0 f(x + h, y) f(x, y) h f y (x, y) = lim h 0 f(x, y + h) f(x, y) h To find the partial derivative f x (x, y), just take the derivative of f(x, y) with respect to x as if y were a constant To find the partial derivative f y (x, y), just take the derivative of f(x, y) with respect to y as if x were a constant (12) Partial derivatives: notation f x (x, y) and f y (x, y) refer to the partial derivatives of f with respect to x and y respectively. Let z = f(x, y). The rates of change in z with respect to x and y are written x This is another way to write the partial derivatives. Similar to Leibniz s notation dy dx for the derivative, but use the partial symbol instead of d. The symbol indicates that a quantity depends on multiple variables and we re looking at the partial derivative with respect to just one of those variables.

7 (13) Partial derivatives: volume of a cylinder Example 2: The volume of a cylinder is V = πr 2 h. Compute the partial derivatives V r and V h as functions of r and h. V r = ( πr 2 h ) r = πh2r = 2πhr V h = ( πr 2 h ) h = πr 2 (14) Partial derivatives: volume of a cylinder V (r, h) = πr 2 h 50 V r h 3

8 (15) Partial derivatives Example 3: Find both partial derivatives for each of the following two-variable functions. f(x, y) = log x + 3y + 1 f x (x, y) = 1 x f y (x, y) = 3 g(x, y) = ye x+y g x (x, y) = ye x+y g y (x, y) = e x+y + ye x+y h(x, y) = x sin y y cos x h x (x, y) = sin y + y sin x h y (x, y) = x cos y cos x p(x, y) = x y + y 2 p x (x, y) = yx y 1 p y (x, y) = x y ln x + 2y (16) Implicit differentiation Sometimes we have no explicit function z = f(x, y), but we know an implicit relationship F (x, y, z) = 0. We can use implicit differentiation to find the partial derivative of z with respect to x or y. Differentiate everything with respect to x, treating z as a function of x and y as a constant. Make sure to use the chain rule and product rule when appropriate Every time z appears in the expression, you ll get something involving x Then solve for x Just like the process for implicit differentiation with two variables, only now we use x instead of d dx

9 (17) Implicit differentiation: example Example 4: Find the partial derivatives x and where x, y, and z are related by the equation x 3 + 2yz x + z 2 = 1. Partial with respect to x: 3x 2 + 2y x (when y + z 0) 1 + 2z x = 0 (2y + 2z) x = 1 3x2 x = 1 3x2 2y + 2z Partial with respect to y: 0 + 2y (when y + z 0) + 2z z = 0 (2y + 2z) = 2z = z y + z (18) Functions of more than two variables If one variable is a function of n other variables then it has n partial derivatives: y = f(x 1, x 2,..., x n ) x 1, x 2,..., x n To find the partial derivative of f with respect to a variable x i, treat all the other variables as constants and take the derivative as if x i were the only variable. Next week we ll learn the multivariable version of the chain rule.

10 (19) Functions of more than two variables: example Example 5: Find the partial derivatives of y with respect to the four independent variables x 1, x 2, x 3, and x 4. y = x 1 x x 2 x 4 + x 2 x 3 x 4 1 x 1 = x 2 3 x 2 = 1 x 4 + x 3 x 4 x 3 = 2x 1 x 3 + x 2 x 4 x 4 = x 2 x x 2 x 3 (20) Second partial derivatives Recall: The second derivative of f(x) is the derivative of the derivative of f(x). f (x) = d2 dx 2 f(x) = d ( ) d dx dx f(x) For a multivariate function, we can define second partial derivatives, but the situation is a little bit more complicated.

11 (21) Second partial derivatives The second partial derivatives of z = f(x, y) are the partial derivatives of the partial derivatives of f. f xx = (f x ) x = x f xy = (f x ) y = x = 2 z x 2 x = 2 z x f yx = (f y ) x = x = f yy = (f y ) y = 2 z x = 2 z 2 These are sometimes called the double partials. For instance, f xx is the double partial of z with respect to x. A function of n variables has n partial derivatives and n 2 second partial derivatives (and n 3 third partial derivatives, etc.) (22) Second partial derivatives: example Example 6: Compute the first and second partial derivatives of z. z = x y log(x + y) x3 2 z x 2 = 12 x (x + y) 2 = 2x y x + y 2 z x = 2 y z x = 2 y (x + y) 2 1 (x + y) 2 2 z 2 = 6x y (x + y) 2

12 (23) Second partial derivatives: Clairaut s theorem The second partial derivatives of most functions have a useful property. Theorem (Clairaut s Theorem) Suppose f(x, y) is defined in a neighborhood of a point (a, b). If f xy and f yx exist and are continuous in a neighborhood of (a, b), then f yx (a, b) = f xy (a, b) Or: f xy and f yx are always the same, except maybe at points where f is discontinuous or not completely differentiable. (24) Second partial derivatives: example Example 7: Find the second partial derivatives of the function f(x, y) = x log y ye x. f x (x, y) = log y ye x f xx (x, y) = ye x f y (x, y) = x y ex f yy (x, y) = x y 2 f xy (x, y) = f yx (x, y) = 1 y ex Notice that the domain of f is the upper half-plane y > 0. The function f and all of its derivatives are continuous there, so Clairaut s theorem holds in the entire domain.

13 (25) Partial differential equations A differential equation (or DE) is an equation involving some quantity and its derivatives. Familiar examples: F = m d2 r dt 2 d 2 u dt 2 + u = 0 dx dt = kx A function which satisfies a DE is called a solution to that DE. DEs where all derivatives are taken with respect to the same variable are called ordinary differential equations (ODEs). Often all the derivatives are with respect to t (time), and the DE describes the evolution of a system over time. (26) Partial differential equations Definition A DE involving partial derivatives with respect to different variables is called a partial differential equation (PDE). For example: x + y x + x + y xy z = 1 These can describe a huge variety of systems, laws, and relationships

14 (27) Partial differential equations Laplace s equation: 2 u x u 2 = 0 Solutions to this DE are called harmonic functions. They have many nice properties Used to describe thermodynamics, electromagnetism, fluid flow, etc... Example solution: u(x, y) = e x sin y (28) Partial differential equations Wave equation: 2 u t 2 = a2 2 u x 2 x is position, t is time, u(x, t) is the amplitude (height) of the wave a is a constant parameter which sets the behavior of the wave Notice that if a 2 = 1 this is just Laplace s equation Example solution: u(x, t) = cos(x + at) This equation is the basis for the Schrödinger wave equation, which is fundamental in quantum mechanics: i Ψ(r, t) = ĤΨ(r, t) t

15 (29) Partial differential equations PDEs can be extremely hard (or impossible) to solve There may be no analytical solution Major research area in applied math Nevertheless, knowing how to solve even very simple PDEs like the wave equation is very useful. You don t need to be able to solve PDEs for this class, but you should be able to verify solutions. Example 8: Verify that f(x, y) = e x sin y is harmonic (satisfies Laplace s equation 2 f + 2 f = 0) x 2 2 (30) Hyperbolic functions One of the questions on HW 14.3 mentions the hyperbolic functions, sinh (hyperbolic sine) and cosh (hyperbolic cosine) These are like versions of sine and cosine for the hyperbola x 2 y 2 = 1 instead of the unit circle. sinh t = 1 ( e t e t) 2 cosh t = 1 ( e t + e t) 2 These functions are solutions of the DE u d2 u dt 2 = 0. Check out section 3.11 if you want to learn more. d sinh t = cosh t dt d cosh t = sinh t dt

16 (31) Partial derivatives: examples Example 9: Compute the first and second partial derivatives of the function z = ln(e x + e y ). Does it satisfy either of the following PDEs? x + = 1 2 z 2 ( z 2 ) 2 x 2 2 z = 0 x x = = ex e x + e y ey e x + e y 2 z x 2 = 2 z 2 = e x+y (e x + e y ) 2 e x+y (e x + e y ) 2 2 z x = ex+y (e x + e y ) 2 (32) Partial derivatives: summary Given z = f(x, y), the partial derivative with respect to x is written f x (x, y) or x. To compute f x (x, y), treat y as a constant and take the derivative of f(x, y) as if it were a function of x only. f x (a, b) is the rate of change in z caused by changes in x at the point (a, b). PDEs are equations involving partial derivatives. Some simple PDEs like Laplace s equation are easy to solve.

17 (33) Homework Paper homework #10 due Thursday Homeworks 14.1, 14.2 due tomorrow night

Practice Midterm 2 Math 2153

Practice Midterm 2 Math 2153 Practice Midterm 2 Math 23. Decide if the following statements are TRUE or FALSE and circle your answer. You do NOT need to justify your answers. (a) ( point) If both partial derivatives f x and f y exist

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

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

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

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 344 4 Partial Differentiation Page 4-0 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

More information

Math Practice Exam 3 - solutions

Math Practice Exam 3 - solutions Math 181 - Practice Exam 3 - solutions Problem 1 Consider the function h(x) = (9x 2 33x 25)e 3x+1. a) Find h (x). b) Find all values of x where h (x) is zero ( critical values ). c) Using the sign pattern

More information

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math 16.

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math 16. Leplace s Analyzing the Analyticity of Analytic Analysis Engineering Math 16.364 1 The Laplace equations are built on the Cauchy- Riemann equations. They are used in many branches of physics such as heat

More information

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth

More information

MAT137 Calculus! Lecture 6

MAT137 Calculus! Lecture 6 MAT137 Calculus! Lecture 6 Today: 3.2 Differentiation Rules; 3.3 Derivatives of higher order. 3.4 Related rates 3.5 Chain Rule 3.6 Derivative of Trig. Functions Next: 3.7 Implicit Differentiation 4.10

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

1 Lecture 24: Linearization

1 Lecture 24: Linearization 1 Lecture 24: Linearization 1.1 Outline The linearization of a function at a point a. Linear approximation of the change in f. Error, absolute error. Examples 1.2 Linearization Functions can be complicated.

More information

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson JUST THE MATHS UNIT NUMBER 14.1 PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) by A.J.Hobson 14.1.1 Functions of several variables 14.1.2 The definition of a partial derivative 14.1.3

More information

Sec. 14.3: Partial Derivatives. All of the following are ways of representing the derivative. y dx

Sec. 14.3: Partial Derivatives. All of the following are ways of representing the derivative. y dx Math 2204 Multivariable Calc Chapter 14: Partial Derivatives I. Review from math 1225 A. First Derivative Sec. 14.3: Partial Derivatives 1. Def n : The derivative of the function f with respect to the

More information

An Introduction to Partial Differential Equations

An Introduction to Partial Differential Equations An Introduction to Partial Differential Equations Ryan C. Trinity University Partial Differential Equations Lecture 1 Ordinary differential equations (ODEs) These are equations of the form where: F(x,y,y,y,y,...)

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 222 Spring 2013 Exam 3 Review Problem Answers

Math 222 Spring 2013 Exam 3 Review Problem Answers . (a) By the Chain ule, Math Spring 3 Exam 3 eview Problem Answers w s w x x s + w y y s (y xy)() + (xy x )( ) (( s + 4t) (s 3t)( s + 4t)) ((s 3t)( s + 4t) (s 3t) ) 8s 94st + 3t (b) By the Chain ule, w

More information

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math EECE

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math EECE Leplace s Analyzing the Analyticity of Analytic Analysis Engineering Math EECE 3640 1 The Laplace equations are built on the Cauchy- Riemann equations. They are used in many branches of physics such as

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

Introduction to Differential Equations

Introduction to Differential Equations Chapter 1 Introduction to Differential Equations 1.1 Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

MAT137 - Week 8, lecture 1

MAT137 - Week 8, lecture 1 MAT137 - Week 8, lecture 1 Reminder: Problem Set 3 is due this Thursday, November 1, at 11:59pm. Don t leave the submission process until the last minute! In today s lecture we ll talk about implicit differentiation,

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29 Practice problems for Exam.. Given a = and b =. Find the area of the parallelogram with adjacent sides a and b. A = a b a ı j k b = = ı j + k = ı + 4 j 3 k Thus, A = 9. a b = () + (4) + ( 3)

More information

PRACTICE PROBLEMS FOR MIDTERM I

PRACTICE PROBLEMS FOR MIDTERM I Problem. Find the limits or explain why they do not exist (i) lim x,y 0 x +y 6 x 6 +y ; (ii) lim x,y,z 0 x 6 +y 6 +z 6 x +y +z. (iii) lim x,y 0 sin(x +y ) x +y Problem. PRACTICE PROBLEMS FOR MIDTERM I

More information

Partial Derivatives October 2013

Partial Derivatives October 2013 Partial Derivatives 14.3 02 October 2013 Derivative in one variable. Recall for a function of one variable, f (a) = lim h 0 f (a + h) f (a) h slope f (a + h) f (a) h a a + h Partial derivatives. For a

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 208 Version A refers to the regular exam and Version B to the make-up. Version A. A particle

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

Example: Limit definition. Geometric meaning. Geometric meaning, y. Notes. Notes. Notes. f (x, y) = x 2 y 3 :

Example: Limit definition. Geometric meaning. Geometric meaning, y. Notes. Notes. Notes. f (x, y) = x 2 y 3 : Partial Derivatives 14.3 02 October 2013 Derivative in one variable. Recall for a function of one variable, f (a) = lim h 0 f (a + h) f (a) h slope f (a + h) f (a) h a a + h Partial derivatives. For a

More information

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function Slide 1 2.2 The derivative as a Function Slide 2 Recall: The derivative of a function number : at a fixed Definition (Derivative of ) For any number, the derivative of is Slide 3 Remark is a new function

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

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

Math 2E Selected Problems for the Final Aaron Chen Spring 2016

Math 2E Selected Problems for the Final Aaron Chen Spring 2016 Math 2E elected Problems for the Final Aaron Chen pring 216 These are the problems out of the textbook that I listed as more theoretical. Here s also some study tips: 1) Make sure you know the definitions

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

13 Implicit Differentiation

13 Implicit Differentiation - 13 Implicit Differentiation This sections highlights the difference between explicit and implicit expressions, and focuses on the differentiation of the latter, which can be a very useful tool in mathematics.

More information

Partial Derivatives for Math 229. Our puropose here is to explain how one computes partial derivatives. We will not attempt

Partial Derivatives for Math 229. Our puropose here is to explain how one computes partial derivatives. We will not attempt Partial Derivatives for Math 229 Our puropose here is to explain how one computes partial derivatives. We will not attempt to explain how they arise or why one would use them; that is left to other courses

More information

MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation

MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation Dr. Sarah Mitchell Autumn 2014 Rolle s Theorem Theorem

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

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

Chapter 4. Section Derivatives of Exponential and Logarithmic Functions

Chapter 4. Section Derivatives of Exponential and Logarithmic Functions Chapter 4 Section 4.2 - Derivatives of Exponential and Logarithmic Functions Objectives: The student will be able to calculate the derivative of e x and of lnx. The student will be able to compute the

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

The Chain Rule. Mathematics 11: Lecture 18. Dan Sloughter. Furman University. October 10, 2007

The Chain Rule. Mathematics 11: Lecture 18. Dan Sloughter. Furman University. October 10, 2007 The Chain Rule Mathematics 11: Lecture 18 Dan Sloughter Furman University October 10, 2007 Dan Sloughter (Furman University) The Chain Rule October 10, 2007 1 / 15 Example Suppose that a pebble is dropped

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

1 The relation between a second order linear ode and a system of two rst order linear odes

1 The relation between a second order linear ode and a system of two rst order linear odes Math 1280 Spring, 2010 1 The relation between a second order linear ode and a system of two rst order linear odes In Chapter 3 of the text you learn to solve some second order linear ode's, such as x 00

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

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

MATH 255 Applied Honors Calculus III Winter Homework 5 Solutions

MATH 255 Applied Honors Calculus III Winter Homework 5 Solutions MATH 255 Applied Honors Calculus III Winter 2011 Homework 5 Solutions Note: In what follows, numbers in parentheses indicate the problem numbers for users of the sixth edition. A * indicates that this

More information

Solutions to Homework 5

Solutions to Homework 5 Solutions to Homework 5 1. Let z = f(x, y) be a twice continuously differentiable function of x and y. Let x = r cos θ and y = r sin θ be the equations which transform polar coordinates into rectangular

More information

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ Math 90 Practice Midterm III Solutions Ch. 8-0 (Ebersole), 3.3-3.8 (Stewart) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam.

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

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Partial Derivatives Philippe B Laval KSU March 21, 2012 Philippe B Laval (KSU) Functions of Several Variables March 21, 2012 1 / 19 Introduction In this section we extend

More information

Math 112 Rahman. Week Taylor Series Suppose the function f has the following power series:

Math 112 Rahman. Week Taylor Series Suppose the function f has the following power series: Math Rahman Week 0.8-0.0 Taylor Series Suppose the function f has the following power series: fx) c 0 + c x a) + c x a) + c 3 x a) 3 + c n x a) n. ) Can we figure out what the coefficients are? Yes, yes

More information

Math 180 Prof. Beydler Homework for Packet #5 Page 1 of 11

Math 180 Prof. Beydler Homework for Packet #5 Page 1 of 11 Math 180 Prof. Beydler Homework for Packet #5 Page 1 of 11 Due date: Name: Note: Write your answers using positive exponents. Radicals are nice, but not required. ex: Write 1 x 2 not x 2. ex: x is nicer

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 102. Krishanu Sankar. October 23, 2018

Math 102. Krishanu Sankar. October 23, 2018 Math 102 Krishanu Sankar October 23, 2018 Announcements Review Sessions for Thursday 10/25 Midterm Monday 10/22 in Buchanan A201, 3-7pm Tuesday 10/23 in CHBE 101, 3-7pm Bring questions if you have them!

More information

5 t + t2 4. (ii) f(x) = ln(x 2 1). (iii) f(x) = e 2x 2e x + 3 4

5 t + t2 4. (ii) f(x) = ln(x 2 1). (iii) f(x) = e 2x 2e x + 3 4 Study Guide for Final Exam 1. You are supposed to be able to determine the domain of a function, looking at the conditions for its expression to be well-defined. Some examples of the conditions are: What

More information

Math 132 Information for Test 2

Math 132 Information for Test 2 Math 13 Information for Test Test will cover material from Sections 5.6, 5.7, 5.8, 6.1, 6., 6.3, 7.1, 7., and 7.3. The use of graphing calculators will not be allowed on the test. Some practice questions

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

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

14.3 Partial Derivatives

14.3 Partial Derivatives 14 14.3 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. On a hot day, extreme humidity makes us think the temperature is higher than it really is, whereas

More information

Lecture 5 - Logarithms, Slope of a Function, Derivatives

Lecture 5 - Logarithms, Slope of a Function, Derivatives Lecture 5 - Logarithms, Slope of a Function, Derivatives 5. Logarithms Note the graph of e x This graph passes the horizontal line test, so f(x) = e x is one-to-one and therefore has an inverse function.

More information

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 3424 4 Partial Differentiation Page 4-01 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

Spring 2015 Sample Final Exam

Spring 2015 Sample Final Exam Math 1151 Spring 2015 Sample Final Exam Final Exam on 4/30/14 Name (Print): Time Limit on Final: 105 Minutes Go on carmen.osu.edu to see where your final exam will be. NOTE: This exam is much longer than

More information

Test one Review Cal 2

Test one Review Cal 2 Name: Class: Date: ID: A Test one Review Cal 2 Short Answer. Write the following expression as a logarithm of a single quantity. lnx 2ln x 2 ˆ 6 2. Write the following expression as a logarithm of a single

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

3.1 Day 1: The Derivative of a Function

3.1 Day 1: The Derivative of a Function A P Calculus 3.1 Day 1: The Derivative of a Function I CAN DEFINE A DERIVATIVE AND UNDERSTAND ITS NOTATION. Last chapter we learned to find the slope of a tangent line to a point on a graph by using a

More information

Derivatives of Trig and Inverse Trig Functions

Derivatives of Trig and Inverse Trig Functions Derivatives of Trig and Inverse Trig Functions Math 102 Section 102 Mingfeng Qiu Nov. 28, 2018 Office hours I m planning to have additional office hours next week. Next Monday (Dec 3), which time works

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

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

Parametric Curves. Calculus 2 Lia Vas

Parametric Curves. Calculus 2 Lia Vas Calculus Lia Vas Parametric Curves In the past, we mostly worked with curves in the form y = f(x). However, this format does not encompass all the curves one encounters in applications. For example, consider

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

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions VANDERBILT UNIVERSITY MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions Directions. This practice test should be used as a study guide, illustrating the concepts that will be emphasized in the

More information

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics 3.33pt Chain Rule MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Spring 2019 Single Variable Chain Rule Suppose y = g(x) and z = f (y) then dz dx = d (f (g(x))) dx = f (g(x))g (x)

More information

LECTURE 11 - PARTIAL DIFFERENTIATION

LECTURE 11 - PARTIAL DIFFERENTIATION LECTURE 11 - PARTIAL DIFFERENTIATION CHRIS JOHNSON Abstract Partial differentiation is a natural generalization of the differentiation of a function of a single variable that you are familiar with 1 Introduction

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

cos t 2 sin 2t (vi) y = cosh t sinh t (vii) y sin x 2 = x sin y 2 (viii) xy = cot(xy) (ix) 1 + x = sin(xy 2 ) (v) g(t) =

cos t 2 sin 2t (vi) y = cosh t sinh t (vii) y sin x 2 = x sin y 2 (viii) xy = cot(xy) (ix) 1 + x = sin(xy 2 ) (v) g(t) = MATH1003 REVISION 1. Differentiate the following functions, simplifying your answers when appropriate: (i) f(x) = (x 3 2) tan x (ii) y = (3x 5 1) 6 (iii) y 2 = x 2 3 (iv) y = ln(ln(7 + x)) e 5x3 (v) g(t)

More information

Implicit Differentiation and Related Rates

Implicit Differentiation and Related Rates Math 31A Discussion Session Week 5 Notes February 2 and 4, 2016 This week we re going to learn how to find tangent lines to curves which aren t necessarily graphs of functions, using an approach called

More information

Welcome to Math 104. D. DeTurck. January 16, University of Pennsylvania. D. DeTurck Math A: Welcome 1 / 44

Welcome to Math 104. D. DeTurck. January 16, University of Pennsylvania. D. DeTurck Math A: Welcome 1 / 44 Welcome to Math 104 D. DeTurck University of Pennsylvania January 16, 2018 D. DeTurck Math 104 002 2018A: Welcome 1 / 44 Welcome to the course Math 104 Calculus I Topics: Quick review of Math 103 topics,

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

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

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

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) =

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) = Math 90 Final Review Find all points where the function is discontinuous. ) Find all vertical asymptotes of the given function. x(x - ) 2) f(x) = x3 + 4x Provide an appropriate response. 3) If x 3 f(x)

More information

24. Partial Differentiation

24. Partial Differentiation 24. Partial Differentiation The derivative of a single variable function, d f(x), always assumes that the independent variable dx is increasing in the usual manner. Visually, the derivative s value at

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

Math 229 Mock Final Exam Solution

Math 229 Mock Final Exam Solution Name: Math 229 Mock Final Exam Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and that it

More information

ECM Calculus and Geometry. Revision Notes

ECM Calculus and Geometry. Revision Notes ECM1702 - Calculus and Geometry Revision Notes Joshua Byrne Autumn 2011 Contents 1 The Real Numbers 1 1.1 Notation.................................................. 1 1.2 Set Notation...............................................

More information

m(x) = f(x) + g(x) m (x) = f (x) + g (x) (The Sum Rule) n(x) = f(x) g(x) n (x) = f (x) g (x) (The Difference Rule)

m(x) = f(x) + g(x) m (x) = f (x) + g (x) (The Sum Rule) n(x) = f(x) g(x) n (x) = f (x) g (x) (The Difference Rule) Chapter 3 Differentiation Rules 3.1 Derivatives of Polynomials and Exponential Functions Aka The Short Cuts! Yay! f(x) = c f (x) = 0 g(x) = x g (x) = 1 h(x) = x n h (x) = n x n-1 (The Power Rule) k(x)

More information

FINAL EXAM STUDY GUIDE

FINAL EXAM STUDY GUIDE FINAL EXAM STUDY GUIDE The Final Exam takes place on Wednesday, June 13, 2018, from 10:30 AM to 12:30 PM in 1100 Donald Bren Hall (not the usual lecture room!!!) NO books/notes/calculators/cheat sheets

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

Math 251 Midterm II Information Spring 2018

Math 251 Midterm II Information Spring 2018 Math 251 Midterm II Information Spring 2018 WHEN: Thursday, April 12 (in class). You will have the entire period (125 minutes) to work on the exam. RULES: No books or notes. You may bring a non-graphing

More information

c) xy 3 = cos(7x +5y), y 0 = y3 + 7 sin(7x +5y) 3xy sin(7x +5y) d) xe y = sin(xy), y 0 = ey + y cos(xy) x(e y cos(xy)) e) y = x ln(3x + 5), y 0

c) xy 3 = cos(7x +5y), y 0 = y3 + 7 sin(7x +5y) 3xy sin(7x +5y) d) xe y = sin(xy), y 0 = ey + y cos(xy) x(e y cos(xy)) e) y = x ln(3x + 5), y 0 Some Math 35 review problems With answers 2/6/2005 The following problems are based heavily on problems written by Professor Stephen Greenfield for his Math 35 class in spring 2005. His willingness to

More information

MATH 425, FINAL EXAM SOLUTIONS

MATH 425, FINAL EXAM SOLUTIONS MATH 425, FINAL EXAM SOLUTIONS Each exercise is worth 50 points. Exercise. a The operator L is defined on smooth functions of (x, y by: Is the operator L linear? Prove your answer. L (u := arctan(xy u

More information

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework.

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework. For Test # study these problems, the examples in your notes, and the homework. Derivative Rules D [u n ] = nu n 1 du D [ln u] = du u D [log b u] = du u ln b D [e u ] = e u du D [a u ] = a u ln a du D [sin

More information

MATH1013 Calculus I. Derivatives II (Chap. 3) 1

MATH1013 Calculus I. Derivatives II (Chap. 3) 1 MATH1013 Calculus I Derivatives II (Chap. 3) 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology October 16, 2013 2013 1 Based on Briggs, Cochran and Gillett: Calculus

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

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

MATH 1241 Common Final Exam Fall 2010

MATH 1241 Common Final Exam Fall 2010 MATH 1241 Common Final Exam Fall 2010 Please print the following information: Name: Instructor: Student ID: Section/Time: The MATH 1241 Final Exam consists of three parts. You have three hours for the

More information

Math 417 Midterm Exam Solutions Friday, July 9, 2010

Math 417 Midterm Exam Solutions Friday, July 9, 2010 Math 417 Midterm Exam Solutions Friday, July 9, 010 Solve any 4 of Problems 1 6 and 1 of Problems 7 8. Write your solutions in the booklet provided. If you attempt more than 5 problems, you must clearly

More information

Study Guide/Practice Exam 3

Study Guide/Practice Exam 3 Study Guide/Practice Exam 3 This study guide/practice exam covers only the material since exam. The final exam, however, is cumulative so you should be sure to thoroughly study earlier material. The distribution

More information