Rules of Differentiation. Lecture 12. Product and Quotient Rules.

Size: px
Start display at page:

Download "Rules of Differentiation. Lecture 12. Product and Quotient Rules."

Transcription

1 Rules of Differentiation. Lecture 12. Prouct an Quotient Rules. We warne earlier that we can not calculate the erivative of a prouct as the prouct of the erivatives. It is easy to see that this is so. Inee the simple function f(x) = x 2 is the prouct of the two (equal) functions g(x) = x an h(x) = x. But the prouct of the erivatives of g(x) an h(x) is g (x)h (x) = 1 1 = 1, not even close to the erivative (= slope) of the parabola f(x) = x 2. So we nee some other way to compute erivatives of proucts an quotients. Fortunately, this is fairly easy. One quick example illustrates nicely what shoul an oes work: Example 1. Suppose the sies of a rectangle are both changing length. If we know how fast the sies are changing, can we fin how fast the area is changing? Let s set this up an see what this has to o with erivatives of proucts. Represent the length of the rectangle by l an the with by w, an suppose that both l an w are changing as functions of time. The area of the rectangle A = lw is then also changing as a function of time. To etermine how fast the area A is changing we first calculate the average rate of change of the area with time. But if t is some change in time, an l an w are the corresponing changes in l an w, then the change in A is

2 w l w l l w l w A = lw + l w + w l + l w lw = l w + w l + l w so the average rate of change of the area is A t l w + w l + l w = t = l w t + w l t + l w t To get the instantaneous rate of change of the area we take the limit of this average rate of change as the time interval t goes to zero. Note, though, that as t 0, the tiny area ( l)( w) vanishes, so that that is, A t = t (lw) = ( lim l w t 0 t + w l t + l w ) t = l w t + wl t ; (lw) = lw t t + wl t. 2

3 Then the general formal rules for calculating erivatives of proucts an quotients are just The Prouct Rule. x (fg) = ( f)g + f( x x g), or (fg) = f g + fg. The Quotient Rule. or ( ) f x g = ( f)g f( x x g), g 2 ( ) f = f g fg. g g 2 A proof of the Prouct Rule is not particularly ifficult, but it is sufficiently time consuming that we shall omit it from class iscussion. However, we o suggest that you check out the proof of the Prouct Rule in the text. The Quotient Rule is just a ifferent version of the Prouct Rule. In fact, here is how you can quickly erive the Quotient Rule shoul you forget it! 3

4 Example 2. Consier the two functions f(x) = x 2 an g(x) = x 3. Then their prouct is the function f(x)g(x) = x 5, with erivative x (fg) = x x5 = 5x 4. Calculating this erivative using the Prouct Rule gives us x (fg) = (f (x))g(x) + f(x)(g (x)) = (2x)x 3 + (x 2 )(3x 2 ) = 5x 4, in complete agreement with the previous calculation! Example 3. Let s try a more serious example. Differentiate f(x) = (2x 3 1)(2 + 4x 5 ). Of course, one thing we coul o is to multiply it out an then ifferentiate using our earlier rules. But this is the prouct of two functions, f(x) = g(x)h(x) where g(x) = 2x 3 1 an h(x) = 2 + 4x 5, so let s use the prouct rule: f (x) = = g (x)h(x) + g(x)h (x) = (2x 3 1) (2 + 4x 5 ) + (2x 3 1)(2 + 4x 5 ) = (6x 2 )(2 + 4x 5 ) + (2x 3 1)(20x 4 ) = 64x 7 20x x 2 4

5 Example 4. Suppose that f, g, an h are functions of x with Then from the Prouct Rule, or f = g, or equivalently g = fh. h g = f h + fh = f h + g h h, f = (g g h h )/h = g h gh h 2. Example 5. Fin the slope of the line tangent to y = f(x) at x = 3 where f(x) = 5x + 1 x 2 1. This calls for the Quotient Rule. So with g(x) = 5x + 1 an h(x) = x 2 1 an f(x) = g(x) h(x), we have f (x) = h(x)g (x) h (x)g(x) (h(x)) 2 = (x2 1)(5) (2x)(5x + 1) (x 2 1) 2 = 5x2 + 2x + 5 (x 2 1) 2 Then f (3) = 7/8 an f(3) = 2, so the line tangent to y = f(x) at (3, 2) is y = 7 8 (x 3) + 2 = 7 8 x Example 6. Before we leave this topic, let s ask how to eal with a prouct of more than two functions, say Now, how o we calculate f (x)? f(x) = g(x)h(x)k(x). 5

6 The Chain Rule. There is yet another class of functions that we must be prepare to eal with, the composite functions; these are functions of functions. For instance if y = f(x) is a function of a variable x an x = g(t) is a function of a variable t, then y = f(g(t)) is a composite function of t. Here is a simple example that illustrates the notion of a composite function an how we eal with their erivatives. Example 1. A ship sinks an spills a great eal of oil that forms a growing circular slick on the surface. Suppose the raius r of the slick is changing with time, say r = r(t). But the area of the slick A = πr 2 is a function of the raius an hence, it too is a function of time; that is the area is a composite function of time, A(t) = π(r(t)) 2. So the question is if we know how fast the raius is changing then how fast is the area changing? Well, in this case we can use the Prouct Rule, t A(t) = t (π(r r) = π (r r) t ( = π (rr + r r) = π 2r r ) t Or in a more suggestive form A A(t) = t t = A r r t = 2πrr t. = 2πr r t. 6

7 The Chain Rule. If f is a ifferentiable function of u an u is a ifferentiable function of x, then f(x) = f(u(x)) is a ifferentiable function of x with x f(u) = f (u) u x. In alternate notation f x = f u u x. We will forego a formal proof of the Chain Rule. However, as we shall see, it is certainly consistent with the other rules we shall use. Example 2. Consier f(x) = (x 2 + 1) 5. With enough stamina we coul multiply this out an ifferentiate it using the Aition an Power Rules or even the Prouct Rule. But it is far easier to observe that f is a simple function of the variable u(x) = x So f(x) is the composite function So using the Chain Rule f x = f u f(u) = u 5 where u(x) = x u x = (5u 4 )(2x) = 5(x 2 + 1) 4 (2x) = 10x(x 2 + 1) 4. Applying the Chain Rule is sort of like peeling an onion. Each time you remove a layer you ifferentiate with respect to the next layer, then ifferentiate the next layer with respect to its next layer. You keep this up as long as there are layers an finish by multiplying the results! 7

8 Example 3. Consier a triple ecker f(x) = ( x ) 4. The biggest problem here is to issect this function. Starting from the outsie we have f(u) = u 4 where u = x , an then So an u = v 5 where v = x f x = f u v u v x f(x) = f(u(v(x))) = (4u 3 )( 1 2 v 1/2 )(2x) = 4( x ) 3 2(x 2 + 1) 1/2 (2x) = 16x ( x ) 3. x2 + 1 Whew!! 8

Implicit Differentiation. Lecture 16.

Implicit Differentiation. Lecture 16. Implicit Differentiation. Lecture 16. We are use to working only with functions that are efine explicitly. That is, ones like f(x) = 5x 3 + 7x x 2 + 1 or s(t) = e t5 3, in which the function is escribe

More information

SYDE 112, LECTURE 1: Review & Antidifferentiation

SYDE 112, LECTURE 1: Review & Antidifferentiation SYDE 112, LECTURE 1: Review & Antiifferentiation 1 Course Information For a etaile breakown of the course content an available resources, see the Course Outline. Other relevant information for this section

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Implicit Differentiation Using the Chain Rule In the previous section we focuse on the erivatives of composites an saw that THEOREM 20 (Chain Rule) Suppose that u = g(x) is ifferentiable

More information

Chapter 3 Notes, Applied Calculus, Tan

Chapter 3 Notes, Applied Calculus, Tan Contents 3.1 Basic Rules of Differentiation.............................. 2 3.2 The Prouct an Quotient Rules............................ 6 3.3 The Chain Rule...................................... 9 3.4

More information

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Chapter 2 Essentials of Calculus by James Stewart Prepare by Jason Gais Chapter 2 - Derivatives 21 - Derivatives an Rates of Change Definition A tangent to a curve is a line that intersects

More information

1 Lecture 18: The chain rule

1 Lecture 18: The chain rule 1 Lecture 18: The chain rule 1.1 Outline Comparing the graphs of sin(x) an sin(2x). The chain rule. The erivative of a x. Some examples. 1.2 Comparing the graphs of sin(x) an sin(2x) We graph f(x) = sin(x)

More information

Integration Review. May 11, 2013

Integration Review. May 11, 2013 Integration Review May 11, 2013 Goals: Review the funamental theorem of calculus. Review u-substitution. Review integration by parts. Do lots of integration eamples. 1 Funamental Theorem of Calculus In

More information

Chapter 3 Definitions and Theorems

Chapter 3 Definitions and Theorems Chapter 3 Definitions an Theorems (from 3.1) Definition of Tangent Line with slope of m If f is efine on an open interval containing c an the limit Δy lim Δx 0 Δx = lim f (c + Δx) f (c) = m Δx 0 Δx exists,

More information

Exam 2 Review Solutions

Exam 2 Review Solutions Exam Review Solutions 1. True or False, an explain: (a) There exists a function f with continuous secon partial erivatives such that f x (x, y) = x + y f y = x y False. If the function has continuous secon

More information

You should also review L Hôpital s Rule, section 3.6; follow the homework link above for exercises.

You should also review L Hôpital s Rule, section 3.6; follow the homework link above for exercises. BEFORE You Begin Calculus II If it has been awhile since you ha Calculus, I strongly suggest that you refresh both your ifferentiation an integration skills. I woul also like to remin you that in Calculus,

More information

1 Definition of the derivative

1 Definition of the derivative Math 20A - Calculus by Jon Rogawski Chapter 3 - Differentiation Prepare by Jason Gais Definition of the erivative Remark.. Recall our iscussion of tangent lines from way back. We now rephrase this in terms

More information

Section 3.1/3.2: Rules of Differentiation

Section 3.1/3.2: Rules of Differentiation : Rules of Differentiation Math 115 4 February 2018 Overview 1 2 Four Theorem for Derivatives Suppose c is a constant an f, g are ifferentiable functions. Then 1 2 3 4 x (c) = 0 x (x n ) = nx n 1 x [cf

More information

By writing (1) as y (x 5 1). (x 5 1), we can find the derivative using the Product Rule: y (x 5 1) 2. we know this from (2)

By writing (1) as y (x 5 1). (x 5 1), we can find the derivative using the Product Rule: y (x 5 1) 2. we know this from (2) 3.5 Chain Rule 149 3.5 Chain Rule Introuction As iscusse in Section 3.2, the Power Rule is vali for all real number exponents n. In this section we see that a similar rule hols for the erivative of a power

More information

0.1 The Chain Rule. db dt = db

0.1 The Chain Rule. db dt = db 0. The Chain Rule A basic illustration of the chain rules comes in thinking about runners in a race. Suppose two brothers, Mark an Brian, hol an annual race to see who is the fastest. Last year Mark won

More information

Mathematics 1210 PRACTICE EXAM II Fall 2018 ANSWER KEY

Mathematics 1210 PRACTICE EXAM II Fall 2018 ANSWER KEY Mathematics 1210 PRACTICE EXAM II Fall 2018 ANSWER KEY 1. Calculate the following: a. 2 x, x(t) = A sin(ωt φ) t2 Solution: Using the chain rule, we have x (t) = A cos(ωt φ)ω = ωa cos(ωt φ) x (t) = ω 2

More information

DERIVATIVES: LAWS OF DIFFERENTIATION MR. VELAZQUEZ AP CALCULUS

DERIVATIVES: LAWS OF DIFFERENTIATION MR. VELAZQUEZ AP CALCULUS DERIVATIVES: LAWS OF DIFFERENTIATION MR. VELAZQUEZ AP CALCULUS THE DERIVATIVE AS A FUNCTION f x = lim h 0 f x + h f(x) h Last class we examine the limit of the ifference quotient at a specific x as h 0,

More information

Related Rates. Introduction. We are familiar with a variety of mathematical or quantitative relationships, especially geometric ones.

Related Rates. Introduction. We are familiar with a variety of mathematical or quantitative relationships, especially geometric ones. Relate Rates Introuction We are familiar with a variety of mathematical or quantitative relationships, especially geometric ones For example, for the sies of a right triangle we have a 2 + b 2 = c 2 or

More information

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

Implicit Differentiation and Related Rates

Implicit Differentiation and Related Rates Implicit Differentiation an Relate Rates Up until now ou have been fining the erivatives of functions that have alrea been solve for their epenent variable. However, there are some functions that cannot

More information

Calculus and optimization

Calculus and optimization Calculus an optimization These notes essentially correspon to mathematical appenix 2 in the text. 1 Functions of a single variable Now that we have e ne functions we turn our attention to calculus. A function

More information

Define each term or concept.

Define each term or concept. Chapter Differentiation Course Number Section.1 The Derivative an the Tangent Line Problem Objective: In this lesson you learne how to fin the erivative of a function using the limit efinition an unerstan

More information

23 Implicit differentiation

23 Implicit differentiation 23 Implicit ifferentiation 23.1 Statement The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x an y. If a value of x is given, then a corresponing value of y is etermine. For

More information

Differentiation Rules Derivatives of Polynomials and Exponential Functions

Differentiation Rules Derivatives of Polynomials and Exponential Functions Derivatives of Polynomials an Exponential Functions Differentiation Rules Derivatives of Polynomials an Exponential Functions Let s start with the simplest of all functions, the constant function f(x)

More information

Section 2.7 Derivatives of powers of functions

Section 2.7 Derivatives of powers of functions Section 2.7 Derivatives of powers of functions (3/19/08) Overview: In this section we iscuss the Chain Rule formula for the erivatives of composite functions that are forme by taking powers of other functions.

More information

The Explicit Form of a Function

The Explicit Form of a Function Section 3 5 Implicit Differentiation The Eplicit Form of a Function Function Notation requires that we state a function with f () on one sie of an equation an an epression in terms of on the other sie

More information

February 21 Math 1190 sec. 63 Spring 2017

February 21 Math 1190 sec. 63 Spring 2017 February 21 Math 1190 sec. 63 Spring 2017 Chapter 2: Derivatives Let s recall the efinitions an erivative rules we have so far: Let s assume that y = f (x) is a function with c in it s omain. The erivative

More information

1 Lecture 20: Implicit differentiation

1 Lecture 20: Implicit differentiation Lecture 20: Implicit ifferentiation. Outline The technique of implicit ifferentiation Tangent lines to a circle Derivatives of inverse functions by implicit ifferentiation Examples.2 Implicit ifferentiation

More information

016A Homework 10 Solution

016A Homework 10 Solution 016A Homework 10 Solution Jae-young Park November 2, 2008 4.1 #14 Write each expression in the form of 2 kx or 3 kx, for a suitable constant k; (3 x 3 x/5 ) 5, (16 1/4 16 3/4 ) 3x Solution (3 x 3 x/5 )

More information

Differentiability, Computing Derivatives, Trig Review. Goals:

Differentiability, Computing Derivatives, Trig Review. Goals: Secants vs. Derivatives - Unit #3 : Goals: Differentiability, Computing Derivatives, Trig Review Determine when a function is ifferentiable at a point Relate the erivative graph to the the graph of an

More information

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1 Lecture 5 Some ifferentiation rules Trigonometric functions (Relevant section from Stewart, Seventh Eition: Section 3.3) You all know that sin = cos cos = sin. () But have you ever seen a erivation of

More information

Outline. MS121: IT Mathematics. Differentiation Rules for Differentiation: Part 1. Outline. Dublin City University 4 The Quotient Rule

Outline. MS121: IT Mathematics. Differentiation Rules for Differentiation: Part 1. Outline. Dublin City University 4 The Quotient Rule MS2: IT Mathematics Differentiation Rules for Differentiation: Part John Carroll School of Mathematical Sciences Dublin City University Pattern Observe You may have notice the following pattern when we

More information

Related Rates. Introduction

Related Rates. Introduction Relate Rates Introuction We are familiar with a variet of mathematical or quantitative relationships, especiall geometric ones For eample, for the sies of a right triangle we have a 2 + b 2 = c 2 or the

More information

Final Exam Study Guide and Practice Problems Solutions

Final Exam Study Guide and Practice Problems Solutions Final Exam Stuy Guie an Practice Problems Solutions Note: These problems are just some of the types of problems that might appear on the exam. However, to fully prepare for the exam, in aition to making

More information

Math 106 Answers to Exam 1a Fall 2015

Math 106 Answers to Exam 1a Fall 2015 Math 06 Answers to Exam a Fall 05.. Find the derivative of the following functions. Do not simplify your answers. (a) f(x) = ex cos x x + (b) g(z) = [ sin(z ) + e z] 5 Using the quotient rule on f(x) and

More information

The Explicit Form of a Function

The Explicit Form of a Function Section 3 5 Implicit Differentiation The Eplicit Form of a Function The normal way we see function notation has f () on one sie of an equation an an epression in terms of on the other sie. We know the

More information

Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions 2/19/7

Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions 2/19/7 Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions /19/7 Question 1 Write the following as an integer: log 4 (9)+log (5) We have: log 4 (9)+log (5) = ( log 4 (9)) ( log (5)) = 5 ( log

More information

The Natural Logarithm

The Natural Logarithm The Natural Logarithm -28-208 In earlier courses, you may have seen logarithms efine in terms of raising bases to powers. For eample, log 2 8 = 3 because 2 3 = 8. In those terms, the natural logarithm

More information

Section 7.1: Integration by Parts

Section 7.1: Integration by Parts Section 7.1: Integration by Parts 1. Introuction to Integration Techniques Unlike ifferentiation where there are a large number of rules which allow you (in principle) to ifferentiate any function, the

More information

Math 115 Section 018 Course Note

Math 115 Section 018 Course Note Course Note 1 General Functions Definition 1.1. A function is a rule that takes certain numbers as inputs an assigns to each a efinite output number. The set of all input numbers is calle the omain of

More information

Solutions to Practice Problems Tuesday, October 28, 2008

Solutions to Practice Problems Tuesday, October 28, 2008 Solutions to Practice Problems Tuesay, October 28, 2008 1. The graph of the function f is shown below. Figure 1: The graph of f(x) What is x 1 + f(x)? What is x 1 f(x)? An oes x 1 f(x) exist? If so, what

More information

Fall 2016: Calculus I Final

Fall 2016: Calculus I Final Answer the questions in the spaces provie on the question sheets. If you run out of room for an answer, continue on the back of the page. NO calculators or other electronic evices, books or notes are allowe

More information

Lecture 16: The chain rule

Lecture 16: The chain rule Lecture 6: The chain rule Nathan Pflueger 6 October 03 Introuction Toay we will a one more rule to our toolbo. This rule concerns functions that are epresse as compositions of functions. The iea of a composition

More information

Differentiability, Computing Derivatives, Trig Review

Differentiability, Computing Derivatives, Trig Review Unit #3 : Differentiability, Computing Derivatives, Trig Review Goals: Determine when a function is ifferentiable at a point Relate the erivative graph to the the graph of an original function Compute

More information

18 EVEN MORE CALCULUS

18 EVEN MORE CALCULUS 8 EVEN MORE CALCULUS Chapter 8 Even More Calculus Objectives After stuing this chapter you shoul be able to ifferentiate an integrate basic trigonometric functions; unerstan how to calculate rates of change;

More information

11.7. Implicit Differentiation. Introduction. Prerequisites. Learning Outcomes

11.7. Implicit Differentiation. Introduction. Prerequisites. Learning Outcomes Implicit Differentiation 11.7 Introuction This Section introuces implicit ifferentiation which is use to ifferentiate functions expresse in implicit form (where the variables are foun together). Examples

More information

Calculus in the AP Physics C Course The Derivative

Calculus in the AP Physics C Course The Derivative Limits an Derivatives Calculus in the AP Physics C Course The Derivative In physics, the ieas of the rate change of a quantity (along with the slope of a tangent line) an the area uner a curve are essential.

More information

Math 210 Midterm #1 Review

Math 210 Midterm #1 Review Math 20 Miterm # Review This ocument is intene to be a rough outline of what you are expecte to have learne an retaine from this course to be prepare for the first miterm. : Functions Definition: A function

More information

Chapter 2 The Derivative Business Calculus 155

Chapter 2 The Derivative Business Calculus 155 Chapter The Derivative Business Calculus 155 Section 11: Implicit Differentiation an Relate Rates In our work up until now, the functions we neee to ifferentiate were either given explicitly, x such as

More information

Math 3A Midterm 1 Solutions

Math 3A Midterm 1 Solutions Math 3A Miterm Solutions Rea all of the following information before starting the exam: 0/0/00 Check your exam to make sure all pages are present. When you use a major theorem (like the inermeiate value

More information

Review of Differentiation and Integration for Ordinary Differential Equations

Review of Differentiation and Integration for Ordinary Differential Equations Schreyer Fall 208 Review of Differentiation an Integration for Orinary Differential Equations In this course you will be expecte to be able to ifferentiate an integrate quickly an accurately. Many stuents

More information

MAT01A1: Differentiation of Polynomials & Exponential Functions + the Product & Quotient Rules

MAT01A1: Differentiation of Polynomials & Exponential Functions + the Product & Quotient Rules MAT01A1: Differentiation of Polynomials & Exponential Functions + te Prouct & Quotient Rules Dr Craig 22 Marc 2017 Semester Test 1 Scripts will be available for collection from Tursay morning. For marking

More information

1 Lecture 13: The derivative as a function.

1 Lecture 13: The derivative as a function. 1 Lecture 13: Te erivative as a function. 1.1 Outline Definition of te erivative as a function. efinitions of ifferentiability. Power rule, erivative te exponential function Derivative of a sum an a multiple

More information

Math 1271 Solutions for Fall 2005 Final Exam

Math 1271 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Eam ) Since the equation + y = e y cannot be rearrange algebraically in orer to write y as an eplicit function of, we must instea ifferentiate this relation implicitly

More information

Derivatives. if such a limit exists. In this case when such a limit exists, we say that the function f is differentiable.

Derivatives. if such a limit exists. In this case when such a limit exists, we say that the function f is differentiable. Derivatives 3. Derivatives Definition 3. Let f be a function an a < b be numbers. Te average rate of cange of f from a to b is f(b) f(a). b a Remark 3. Te average rate of cange of a function f from a to

More information

0.1 Differentiation Rules

0.1 Differentiation Rules 0.1 Differentiation Rules From our previous work we ve seen tat it can be quite a task to calculate te erivative of an arbitrary function. Just working wit a secon-orer polynomial tings get pretty complicate

More information

Using the definition of the derivative of a function is quite tedious. f (x + h) f (x)

Using the definition of the derivative of a function is quite tedious. f (x + h) f (x) Derivative Rules Using te efinition of te erivative of a function is quite teious. Let s prove some sortcuts tat we can use. Recall tat te efinition of erivative is: Given any number x for wic te limit

More information

The Calculus Concept Companion - in progress! Uwe Kaiser

The Calculus Concept Companion - in progress! Uwe Kaiser The Calculus Concept Companion - in progress! Uwe Kaiser October 19, 2013 Week 1/2 CCC 1 Intro an Syllabus What is a function: basics an key terms. Concepts: Quantities, variables, functions an graphs

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics. MATH A Test #2. June 25, 2014 SOLUTIONS

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics. MATH A Test #2. June 25, 2014 SOLUTIONS YORK UNIVERSITY Faculty of Science Department of Mathematics an Statistics MATH 505 6.00 A Test # June 5, 04 SOLUTIONS Family Name (print): Given Name: Stuent No: Signature: INSTRUCTIONS:. Please write

More information

Exam 3 Review. Lesson 19: Concavity, Inflection Points, and the Second Derivative Test. Lesson 20: Absolute Extrema on an Interval

Exam 3 Review. Lesson 19: Concavity, Inflection Points, and the Second Derivative Test. Lesson 20: Absolute Extrema on an Interval Exam 3 Review Lessons 17-18: Relative Extrema, Critical Numbers, an First Derivative Test (from exam 2 review neee for curve sketching) Critical Numbers: where the erivative of a function is zero or unefine.

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

Differentiation Rules and Formulas

Differentiation Rules and Formulas Differentiation Rules an Formulas Professor D. Olles December 1, 01 1 Te Definition of te Derivative Consier a function y = f(x) tat is continuous on te interval a, b]. Ten, te slope of te secant line

More information

Derivatives and the Product Rule

Derivatives and the Product Rule Derivatives an the Prouct Rule James K. Peterson Department of Biological Sciences an Department of Mathematical Sciences Clemson University January 28, 2014 Outline Differentiability Simple Derivatives

More information

Solutions to Math 41 Second Exam November 4, 2010

Solutions to Math 41 Second Exam November 4, 2010 Solutions to Math 41 Secon Exam November 4, 2010 1. (13 points) Differentiate, using the metho of your choice. (a) p(t) = ln(sec t + tan t) + log 2 (2 + t) (4 points) Using the rule for the erivative of

More information

Integration by Parts

Integration by Parts Integration by Parts 6-3-207 If u an v are functions of, the Prouct Rule says that (uv) = uv +vu Integrate both sies: (uv) = uv = uv + u v + uv = uv vu, vu v u, I ve written u an v as shorthan for u an

More information

Inverse Functions. Review from Last Time: The Derivative of y = ln x. [ln. Last time we saw that

Inverse Functions. Review from Last Time: The Derivative of y = ln x. [ln. Last time we saw that Inverse Functions Review from Last Time: The Derivative of y = ln Last time we saw that THEOREM 22.0.. The natural log function is ifferentiable an More generally, the chain rule version is ln ) =. ln

More information

Math 251 Notes. Part I.

Math 251 Notes. Part I. Math 251 Notes. Part I. F. Patricia Meina May 6, 2013 Growth Moel.Consumer price inex. [Problem 20, page 172] The U.S. consumer price inex (CPI) measures the cost of living base on a value of 100 in the

More information

Differentiation Rules. Oct

Differentiation Rules. Oct Differentiation Rules Oct 10 2011 Differentiability versus Continuity Theorem If f (a) exists, then f is continuous at a. A function whose erivative exists at every point of an interval is continuous an

More information

2.5 The Chain Rule Brian E. Veitch

2.5 The Chain Rule Brian E. Veitch 2.5 The Chain Rule This is our last ifferentiation rule for this course. It s also one of the most use. The best way to memorize this (along with the other rules) is just by practicing until you can o

More information

102 Problems Calculus AB Students Should Know: Solutions. 18. product rule d. 19. d sin x. 20. chain rule d e 3x2) = e 3x2 ( 6x) = 6xe 3x2

102 Problems Calculus AB Students Should Know: Solutions. 18. product rule d. 19. d sin x. 20. chain rule d e 3x2) = e 3x2 ( 6x) = 6xe 3x2 Problems Calculus AB Stuents Shoul Know: Solutions. + ) = + =. chain rule ) e = e = e. ) =. ) = ln.. + + ) = + = = +. ln ) =. ) log ) =. sin ) = cos. cos ) = sin. tan ) = sec. cot ) = csc. sec ) = sec

More information

Calculus I Announcements

Calculus I Announcements Slie 1 Calculus I Announcements Office Hours: Amos Eaton 309, Monays 12:50-2:50 Exam 2 is Thursay, October 22n. The stuy guie is now on the course web page. Start stuying now, an make a plan to succee.

More information

UNDERSTANDING INTEGRATION

UNDERSTANDING INTEGRATION UNDERSTANDING INTEGRATION Dear Reaer The concept of Integration, mathematically speaking, is the "Inverse" of the concept of result, the integration of, woul give us back the function f(). This, in a way,

More information

d dx [xn ] = nx n 1. (1) dy dx = 4x4 1 = 4x 3. Theorem 1.3 (Derivative of a constant function). If f(x) = k and k is a constant, then f (x) = 0.

d dx [xn ] = nx n 1. (1) dy dx = 4x4 1 = 4x 3. Theorem 1.3 (Derivative of a constant function). If f(x) = k and k is a constant, then f (x) = 0. Calculus refresher Disclaimer: I claim no original content on this ocument, which is mostly a summary-rewrite of what any stanar college calculus book offers. (Here I ve use Calculus by Dennis Zill.) I

More information

AP Calculus Chapter 3 Testbank (Mr. Surowski)

AP Calculus Chapter 3 Testbank (Mr. Surowski) AP Calculus Chapter 3 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.). If f(x) = 0x 4 3 + x, then f (8) = (A) (B) 4 3 (C) 83 3 (D) 2 3 (E) 2

More information

The Principle of Least Action

The Principle of Least Action Chapter 7. The Principle of Least Action 7.1 Force Methos vs. Energy Methos We have so far stuie two istinct ways of analyzing physics problems: force methos, basically consisting of the application of

More information

Solutions to Problem Set 1

Solutions to Problem Set 1 Due by :00pm sharp Fall 005 Friday, Sept. 16, 005 Solutions to Problem Set 1 Part I/Part II Part I(0 points) (a) ( points) p. 57, Section., Problem 1 (b) ( points) p. 6, Section.3, Problem 1 (c) ( points)

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs Lectures - Week 10 Introuction to Orinary Differential Equations (ODES) First Orer Linear ODEs When stuying ODEs we are consiering functions of one inepenent variable, e.g., f(x), where x is the inepenent

More information

13.1: Vector-Valued Functions and Motion in Space, 14.1: Functions of Several Variables, and 14.2: Limits and Continuity in Higher Dimensions

13.1: Vector-Valued Functions and Motion in Space, 14.1: Functions of Several Variables, and 14.2: Limits and Continuity in Higher Dimensions 13.1: Vector-Value Functions an Motion in Space, 14.1: Functions of Several Variables, an 14.2: Limits an Continuity in Higher Dimensions TA: Sam Fleischer November 3 Section 13.1: Vector-Value Functions

More information

1 Limits Finding limits graphically. 1.3 Finding limits analytically. Examples 1. f(x) = x3 1. f(x) = f(x) =

1 Limits Finding limits graphically. 1.3 Finding limits analytically. Examples 1. f(x) = x3 1. f(x) = f(x) = Theorem 13 (i) If p(x) is a polynomial, then p(x) = p(c) 1 Limits 11 12 Fining its graphically Examples 1 f(x) = x3 1, x 1 x 1 The behavior of f(x) as x approximates 1 x 1 f(x) = 3 x 2 f(x) = x+1 1 f(x)

More information

Integration: Using the chain rule in reverse

Integration: Using the chain rule in reverse Mathematics Learning Centre Integration: Using the chain rule in reverse Mary Barnes c 999 University of Syney Mathematics Learning Centre, University of Syney Using the Chain Rule in Reverse Recall that

More information

Schrödinger s equation.

Schrödinger s equation. Physics 342 Lecture 5 Schröinger s Equation Lecture 5 Physics 342 Quantum Mechanics I Wenesay, February 3r, 2010 Toay we iscuss Schröinger s equation an show that it supports the basic interpretation of

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.2 DIFFERENTIATION 2 (Rates of change) by A.J.Hobson 10.2.1 Introuction 10.2.2 Average rates of change 10.2.3 Instantaneous rates of change 10.2.4 Derivatives 10.2.5 Exercises

More information

AP Calculus AB One Last Mega Review Packet of Stuff. Take the derivative of the following. 1.) 3.) 5.) 7.) Determine the limit of the following.

AP Calculus AB One Last Mega Review Packet of Stuff. Take the derivative of the following. 1.) 3.) 5.) 7.) Determine the limit of the following. AP Calculus AB One Last Mega Review Packet of Stuff Name: Date: Block: Take the erivative of the following. 1.) x (sin (5x)).) x (etan(x) ) 3.) x (sin 1 ( x3 )) 4.) x (x3 5x) 4 5.) x ( ex sin(x) ) 6.)

More information

MAT1A01: Differentiation of Polynomials & Exponential Functions + the Product & Quotient Rules

MAT1A01: Differentiation of Polynomials & Exponential Functions + the Product & Quotient Rules MAT1A01: Differentiation of Polynomials & Exponential Functions + te Prouct & Quotient Rules Dr Craig 22 Marc 2016 Semester Test 1 Results ave been publise on Blackboar uner My Graes. Scripts will be available

More information

3.7 Implicit Differentiation -- A Brief Introduction -- Student Notes

3.7 Implicit Differentiation -- A Brief Introduction -- Student Notes Fin these erivatives of these functions: y.7 Implicit Differentiation -- A Brief Introuction -- Stuent Notes tan y sin tan = sin y e = e = Write the inverses of these functions: y tan y sin How woul we

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

IMPLICIT DIFFERENTIATION

IMPLICIT DIFFERENTIATION IMPLICIT DIFFERENTIATION CALCULUS 3 INU0115/515 (MATHS 2) Dr Arian Jannetta MIMA CMath FRAS Implicit Differentiation 1/ 11 Arian Jannetta Explicit an implicit functions Explicit functions An explicit function

More information

Topic 2.3: The Geometry of Derivatives of Vector Functions

Topic 2.3: The Geometry of Derivatives of Vector Functions BSU Math 275 Notes Topic 2.3: The Geometry of Derivatives of Vector Functions Textbook Sections: 13.2 From the Toolbox (what you nee from previous classes): Be able to compute erivatives scalar-value functions

More information

Math 180, Exam 2, Fall 2012 Problem 1 Solution. (a) The derivative is computed using the Chain Rule twice. 1 2 x x

Math 180, Exam 2, Fall 2012 Problem 1 Solution. (a) The derivative is computed using the Chain Rule twice. 1 2 x x . Fin erivatives of the following functions: (a) f() = tan ( 2 + ) ( ) 2 (b) f() = ln 2 + (c) f() = sin() Solution: Math 80, Eam 2, Fall 202 Problem Solution (a) The erivative is compute using the Chain

More information

Make graph of g by adding c to the y-values. on the graph of f by c. multiplying the y-values. even-degree polynomial. graph goes up on both sides

Make graph of g by adding c to the y-values. on the graph of f by c. multiplying the y-values. even-degree polynomial. graph goes up on both sides Reference 1: Transformations of Graphs an En Behavior of Polynomial Graphs Transformations of graphs aitive constant constant on the outsie g(x) = + c Make graph of g by aing c to the y-values on the graph

More information

The Exact Form and General Integrating Factors

The Exact Form and General Integrating Factors 7 The Exact Form an General Integrating Factors In the previous chapters, we ve seen how separable an linear ifferential equations can be solve using methos for converting them to forms that can be easily

More information

Math 190 Chapter 3 Lecture Notes. Professor Miguel Ornelas

Math 190 Chapter 3 Lecture Notes. Professor Miguel Ornelas Math 190 Chapter 3 Lecture Notes Professor Miguel Ornelas 1 M. Ornelas Math 190 Lecture Notes Section 3.1 Section 3.1 Derivatives of Polynomials an Exponential Functions Derivative of a Constant Function

More information

Module M4.2 Basic differentiation

Module M4.2 Basic differentiation F L E X I B L E L E A R N I N G A P P R O A C H T O P H Y S I C S Moule M4. Opening items. Moule introuction. Fast track questions.3 Reay to stuy? Variables, functions an erivatives. Functions an variables.

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

PDE Notes, Lecture #11

PDE Notes, Lecture #11 PDE Notes, Lecture # from Professor Jalal Shatah s Lectures Febuary 9th, 2009 Sobolev Spaces Recall that for u L loc we can efine the weak erivative Du by Du, φ := udφ φ C0 If v L loc such that Du, φ =

More information

Contents. 2.1 Motivation: Rates and Tangent Lines. Calculus I (part 2): Introduction to Dierentiation (by Evan Dummit, 2016, v. 2.

Contents. 2.1 Motivation: Rates and Tangent Lines. Calculus I (part 2): Introduction to Dierentiation (by Evan Dummit, 2016, v. 2. Calculus I (part 2): Introuction to Dierentiation (by Evan Dummit, 2016, v 250) Contents 2 Introuction to Dierentiation 1 21 Motivation: Rates an Tangent Lines 1 22 Formal Denition of the Derivative 3

More information

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS. An isosceles triangle, whose base is the interval from (0, 0) to (c, 0), has its verte on the graph

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

Hyperbolic Functions. Notice: this material must not be used as a substitute for attending. the lectures

Hyperbolic Functions. Notice: this material must not be used as a substitute for attending. the lectures Hyperbolic Functions Notice: this material must not be use as a substitute for attening the lectures 0. Hyperbolic functions sinh an cosh The hyperbolic functions sinh (pronounce shine ) an cosh are efine

More information

( 3x +1) 2 does not fit the requirement of the power rule that the base be x

( 3x +1) 2 does not fit the requirement of the power rule that the base be x Section 3 4A: The Chain Rule Introuction The Power Rule is state as an x raise to a real number If y = x n where n is a real number then y = n x n-1 What if we wante to fin the erivative of a variable

More information