3.4 Using the First Derivative to Test Critical Numbers (4.3)

Size: px
Start display at page:

Download "3.4 Using the First Derivative to Test Critical Numbers (4.3)"

Transcription

1 118 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE 3.4 Using the First Derivative to Test Critical Numbers (4.3) Theory: The rst derivative is a very important tool when studying a function. It is important to know what kind of information it can provide as well as what it can t. Most of the results in this section are based on a very important theorem, called the Mean Value Theorem. Theorem 178 (Mean Value Theorem) If f is a di erentiable function on the interval (a; b) and continuous on [a; b] then there exists a number c in (a; b) such that f 0 (c) = f (b) f (a) b a or equivalently f (b) f (a) = f 0 (c) (b a) This is a very important theorem in mathematics. Not only is it useful here, it is also used in many other parts of mathematics. The quantity f (b) f (a) b a corresponds to the slope of the secant line through the points (a; f (a)) and (b; f (b)). Geometrically, the theorem simply says that there exists a number c between a and b at which the slope of the tangent is the same as the slope of the secant line through the points (a; f (a)) and (b; f (b)). Looking at gure, this seems reasonable. Figure 3.10: Illustration of the Mean Value Theorem De nition 179 (Increasing/decreasing) A function f is called increasing on an interval I if f(x 1 ) < f(x 2 ) whenever x 1 < x 2 in I. Similarly, a function

2 3.4. USING THE FIRST DERIVATIVE TO TEST CRITICAL NUMBERS (4.3)119 f is called decreasing on an interval I if f(x 1 ) > f(x 2 ) whenever x 1 < x 2 in I. A function that is either increasing or decreasing is called monotone. Theorem 180 (Test for increasing/decreasing) on [a; b] and di erentiable on (a; b) : Suppose f is continuous 1. If f 0 (x) > 0 for every x in an interval, then f is increasing on that interval. 2. If f 0 (x) < 0 for every x in an interval, then f is decreasing on that interval. Though this theorem is intuitively easy to understand, proving it is a little bit more challenging. It requires the use of the Mean Value Theorem. The next theorem summarizes the discussion in section on page 107. Theorem 181 (First derivative test) Suppose c is a critical number of a function f and that f is continuous at c. We have: 1. If f 0 changes sign from + to at c, then f has a local maximum at c. 2. If f 0 changes sign from to + at c, then f has a local minimum at c. 3. If f 0 does not change sign, then f has neither a local maximum nor a local minimum. Figure 3.11 illustrates this theorem. Remark 182 The rst derivative test has several advantages over other tests we will see later: It can be used to test every critical number. It always gives an answer i.e. we know for sure that a critical number is either an extreme value or is not. Remark 183 To nd where a function is increasing/decreasing, or to test critical numbers involves roughly the same type of work since both are determined by knowing the sign of the rst derivative. You should follow the following steps Compute the rst derivative Find the critical numbers The critical numbers determine intervals on the real line. The sign of the rst derivative is constant in each interval. Find the sign. Conclude depending on the sign of the rst derivative. We illustrate the above procedure with several examples.

3 120 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE Figure 3.11: Illustration of the First Derivative Test

4 3.4. USING THE FIRST DERIVATIVE TO TEST CRITICAL NUMBERS (4.3)121 Example 184 Find where f (x) = x 3 3x is increasing, decreasing. For this rst example, we explain every detail of the procedure involved. We know that nding where a function is increasing or decreasing amounts to studying the sign of its derivative. This is done by nding the critical numbers of the function. These critical numbers will determine intervals in which the sign of f 0 will be constant. Therefore, to nd the sign of f 0 in each interval, it is enough to nd the sign of f 0 at a point of each interval. In other words, it is enough to evaluate f 0 (d) where d is a point inside each interval determined by the critical numbers. The sign of the answer will be the sign of f 0 in that interval. This sounds complicated, but it is easy. We will set it up as a table. Finding the critical numbers. For this, we nd f 0 (x) and look for points where f 0 (x) = 0 or f 0 (x) unde ned. f 0 (x) = x 3 3x = 3x 2 6x = 3x (x 2) Since f 0 (x) is a polynomial, it is always de ned. Also, f 0 (x) = 0 when x = 0 or x = 2. Therefore, 0 and 2 are the two critical numbers. Studying the sign of f 0. We do it using a table like the one below: Interval 1 < x < 0 0 < x < 2 2 < x < 1 Test point d f 0 (d) Sign of f Behavior of f % & % Thus, we can see that f is increasing on ( 1; 0] [ [2; 1). It is decreasing on [0; 2]. We can verify this looking at the graph of f below.

5 122 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE y x Remark 185 Let us make several remarks regarding this table. 1. To come up with the correct intervals, simply order the critical numbers found. The intervals will then be the regions between these numbers. If the intervals you come up with overlap, then you made a mistake. 2. The ultimate goal is to nd the sign of f 0 in a given interval. If you can nd it without plugging in a point, then there is no need to have a test point. In the case above, to nd the sign of f 0 (x) = 3x (x 2) in the interval ( 1; 0], it is enough to notice that in this interval, both 3x and x 2 are negative and that the product of two negative numbers is positive. Example 186 Find the local extrema of f (x) = x 3 6x 2 + 9x + 1. From Fermat s theorem, we know that these can only happen at a critical number. From the rst derivative test, we know that to test the critical numbers, we need to know the sign of f 0 (x) around the critical points. Therefore, we need to nd the critical numbers of f and study the sign of f 0. This is exactly what we did in the previous example. First, we nd f 0 (x). f 0 (x) = x 3 6x 2 + 9x = 3x 2 12x + 9 = 3 x 2 4x + 3 = 3 (x 1) (x 3) f 0 (x) is always de ned. f 0 (x) = 0 when x = 1 or x = 3. We now study the sign of f 0 using a table as in the previous example.

6 3.4. USING THE FIRST DERIVATIVE TO TEST CRITICAL NUMBERS (4.3)123 Interval 1 < x < 1 1 < x < 3 3 < x < 1 Test point d f 0 (d) Sign of f Behavior of f % & % Thus, we see that f has a local maximum at x = 1. The local maximum is f (1) = 5. f has a local minimum at x = 3. The local minimum is f (3) = 1. We can check this by looking at the graph of f below.x 3 6x 2 + 9x + 1 y x 10 Remark 187 It should be clear to the reader by looking at the two previous examples that the work to nd extreme values or to nd where a function is increasing or decreasing is exactly the same. Example 188 Given f (x) = x 4 4x 3, answer the questions below: 1. Find where f is increasing, decreasing. 2. Find the local extreme values of f. 3. Does f have a global minimum? Does it have a global maximum? 4. Finally, nd the global extreme values of f on the interval [ 1; 5]. From the two examples above, we should now have a good idea how to proceed, at least for the rst two questions. In fact, the work needed to answer the rst question will also provide the answer for the second question.

7 124 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE Answer to questions 1 & 2 We begin by nding the critical numbers. f 0 (x) = x 4 4x 3 0 = 4x 3 12x 2 = 4x 2 (x 3) f 0 (x) is always de ned. f 0 (x) = 0 when x = 0 or x = 3. Next, we study the sign of f 0 using a table. Interval 1 < x < 0 0 < x < 3 3 < x < 1 Test point d f 0 (d) Sign of f Behavior of f & & % Thus we see that f in decreasing on ( 1; 3) and increasing on (3; 1). The critical number 0 does not correspond to an extreme value because f 0 does not change sign. f has a local minimum at x = 3. The local minimum is f (3) = 27. Answer to question 3 If we had the graph of f, we would know the answer. There is another way we can derive it. We can look at the end behavior of f. lim f (x) = lim x! 1 x! 1 x4 4x 3 = 1. Similarly, lim x!1 x4 4x 3 = 1. Therefore, f cannot have a global maximum. It will have a global minimum, which will be the smallest of its local minima. Since there is only one local minimum, it is also the global minimum. Answer to question 4 In this case, it is easy. We compare the value of f at the endpoints of the given interval with the value of f at the critical numbers. This is summarized in the table below: Point Value of f at the point Left endpoint: 1 f ( 1) = 5 Right endpoint: 5 f (5) = 125 First critical number: 0 f (0) = 0 Second critical number: 1 f (3) = 27 We see that on [ 1; 5], f has a global maximum at x = 5. The global maximum is f (5) = 125. f has a global minimum at x = 3. The global minimum is f (3) = 27. Remark 189 The rst examples might suggest that the sign of f 0 is always alternating. If this were true, it would mean that it is enough to nd it in the rst interval, thus saving quite a bit of time. However, this is not true, as the third example illustrates. So, never assume that the sign of f 0 alternates. You must nd it in each interval. Summary: what the rst derivative does for us

8 3.4. USING THE FIRST DERIVATIVE TO TEST CRITICAL NUMBERS (4.3)125 The rst derivative tells us where a function is increasing/decreasing. The rst derivative allows us to test the critical numbers of a function f to determine if f has extreme values Things to know: Know how to nd the number c in the mean value theorem. Given a function, be able to nd where it is increasing, decreasing. Given a function, be able to nd its extreme values. Be able to sketch the graph of a function using the information provided by the rst derivative. Be able to do problems such as # 3, 7,11, 17, 19, 25, 27, 29, 37 on pages In addition, be able to do problems such as: 1. True or False: If c is a critical number of a function f, then f must have an extremum at c. 2. True or False: If a function f has a maximum at x = c, then c is a critical number. 3. True or False: If a function f has a maximum at x = c, then f 0 (c) = True or False: If a function f has a minimum at x = c, then the minimum is f(c). 5. Draw the graph of a function y = f(x) such that f 0 (c) = 0 but the function does not have an extremum at x = c. 6. Draw the graph of a function y = f(x) such that f 0 (c) = 0 and the function has a maximum at x = c. 7. Draw the graph of a function y = f(x) such that f 0 (c) = 0 and the function has a minimum at x = c. 8. Draw the graph of a function y = f(x) such that f 0 (c) does not exist and the function does not have an extremum at x = c. 9. Draw the graph of a function y = f(x) such that f 0 (c) does not exist and the function has a maximum at x = c. 10. Draw the graph of a function y = f(x) such that f 0 (c) does not exist and the function has a minimum at x = c.

ExtremeValuesandShapeofCurves

ExtremeValuesandShapeofCurves ExtremeValuesandShapeofCurves Philippe B. Laval Kennesaw State University March 23, 2005 Abstract This handout is a summary of the material dealing with finding extreme values and determining the shape

More information

1 Lecture 25: Extreme values

1 Lecture 25: Extreme values 1 Lecture 25: Extreme values 1.1 Outline Absolute maximum and minimum. Existence on closed, bounded intervals. Local extrema, critical points, Fermat s theorem Extreme values on a closed interval Rolle

More information

MATH 115 QUIZ4-SAMPLE December 7, 2016

MATH 115 QUIZ4-SAMPLE December 7, 2016 MATH 115 QUIZ4-SAMPLE December 7, 2016 Please review the following problems from your book: Section 4.1: 11 ( true and false) Section 4.1: 49-70 ( Using table or number line.) Section 4.2: 77-83 Section

More information

Absolute and Local Extrema

Absolute and Local Extrema Extrema of Functions We can use the tools of calculus to help us understand and describe the shapes of curves. Here is some of the data that derivatives f (x) and f (x) can provide about the shape of the

More information

Maximum and Minimum Values (4.2)

Maximum and Minimum Values (4.2) Math 111.01 July 17, 2003 Summer 2003 Maximum and Minimum Values (4.2) Example. Determine the points at which f(x) = sin x attains its maximum and minimum. Solution: sin x attains the value 1 whenever

More information

Absolute and Local Extrema. Critical Points In the proof of Rolle s Theorem, we actually demonstrated the following

Absolute and Local Extrema. Critical Points In the proof of Rolle s Theorem, we actually demonstrated the following Absolute and Local Extrema Definition 1 (Absolute Maximum). A function f has an absolute maximum at c S if f(x) f(c) x S. We call f(c) the absolute maximum of f on S. Definition 2 (Local Maximum). A function

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Extreme Values Philippe B Laval KSU April 9, 2012 Philippe B Laval (KSU) Functions of Several Variables April 9, 2012 1 / 13 Introduction In Calculus I (differential calculus

More information

Lecture 9 - Increasing and Decreasing Functions, Extrema, and the First Derivative Test

Lecture 9 - Increasing and Decreasing Functions, Extrema, and the First Derivative Test Lecture 9 - Increasing and Decreasing Functions, Extrema, and the First Derivative Test 9.1 Increasing and Decreasing Functions One of our goals is to be able to solve max/min problems, especially economics

More information

Suppose that f is continuous on [a, b] and differentiable on (a, b). Then

Suppose that f is continuous on [a, b] and differentiable on (a, b). Then Lectures 1/18 Derivatives and Graphs When we have a picture of the graph of a function f(x), we can make a picture of the derivative f (x) using the slopes of the tangents to the graph of f. In this section

More information

Bob Brown Math 251 Calculus 1 Chapter 4, Section 1 Completed 1 CCBC Dundalk

Bob Brown Math 251 Calculus 1 Chapter 4, Section 1 Completed 1 CCBC Dundalk Bob Brown Math 251 Calculus 1 Chapter 4, Section 1 Completed 1 Absolute (or Global) Minima and Maxima Def.: Let x = c be a number in the domain of a function f. f has an absolute (or, global ) minimum

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Extreme Values Philippe B. Laval KSU Today Philippe B. Laval (KSU) Extreme Values Today 1 / 18 Introduction In Calculus I (differential calculus for functions of one variable),

More information

4 3A : Increasing and Decreasing Functions and the First Derivative. Increasing and Decreasing. then

4 3A : Increasing and Decreasing Functions and the First Derivative. Increasing and Decreasing. then 4 3A : Increasing and Decreasing Functions and the First Derivative Increasing and Decreasing! If the following conditions both occur! 1. f (x) is a continuous function on the closed interval [ a,b] and

More information

3.5: Issues in Curve Sketching

3.5: Issues in Curve Sketching 3.5: Issues in Curve Sketching Mathematics 3 Lecture 20 Dartmouth College February 17, 2010 Typeset by FoilTEX Example 1 Which of the following are the graphs of a function, its derivative and its second

More information

The First Derivative Test for Rise and Fall Suppose that a function f has a derivative at every poin x of an interval A. Then

The First Derivative Test for Rise and Fall Suppose that a function f has a derivative at every poin x of an interval A. Then Derivatives - Applications - c CNMiKnO PG - 1 Increasing and Decreasing Functions A function y = f(x) is said to increase throughout an interval A if y increases as x increases. That is, whenever x 2 >

More information

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a)

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a) MATH 2250 Calculus I Eric Perkerson Test 3 Review Sections Covered: 3.11, 4.1 4.6. Topics Covered: Linearization, Extreme Values, The Mean Value Theorem, Consequences of the Mean Value Theorem, Concavity

More information

Differentiation - Important Theorems

Differentiation - Important Theorems Differentiation - Important Theorems Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Differentiation - Important Theorems Spring 2012 1 / 10 Introduction We study several important theorems related

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION Many applications of calculus depend on our ability to deduce facts about a function f from information concerning its derivatives. APPLICATIONS

More information

Answers for Calculus Review (Extrema and Concavity)

Answers for Calculus Review (Extrema and Concavity) Answers for Calculus Review 4.1-4.4 (Extrema and Concavity) 1. A critical number is a value of the independent variable (a/k/a x) in the domain of the function at which the derivative is zero or undefined.

More information

AP Calculus AB. Chapter IV Lesson B. Curve Sketching

AP Calculus AB. Chapter IV Lesson B. Curve Sketching AP Calculus AB Chapter IV Lesson B Curve Sketching local maxima Absolute maximum F I A B E G C J Absolute H K minimum D local minima Summary of trip along curve critical points occur where the derivative

More information

Lecture 11: Extrema. Nathan Pflueger. 2 October 2013

Lecture 11: Extrema. Nathan Pflueger. 2 October 2013 Lecture 11: Extrema Nathan Pflueger 2 October 201 1 Introduction In this lecture we begin to consider the notion of extrema of functions on chosen intervals. This discussion will continue in the lectures

More information

5.1 Increasing and Decreasing Functions. A function f is decreasing on an interval I if and only if: for all x 1, x 2 I, x 1 < x 2 = f(x 1 ) > f(x 2 )

5.1 Increasing and Decreasing Functions. A function f is decreasing on an interval I if and only if: for all x 1, x 2 I, x 1 < x 2 = f(x 1 ) > f(x 2 ) 5.1 Increasing and Decreasing Functions increasing and decreasing functions; roughly DEFINITION increasing and decreasing functions Roughly, a function f is increasing if its graph moves UP, traveling

More information

x x implies that f x f x.

x x implies that f x f x. Section 3.3 Intervals of Increase and Decrease and Extreme Values Let f be a function whose domain includes an interval I. We say that f is increasing on I if for every two numbers x 1, x 2 in I, x x implies

More information

Daily WeBWorK. 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8).

Daily WeBWorK. 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8). Daily WeBWorK 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8). (a) On what intervals is f (x) concave down? f (x) is concave down where f (x) is decreasing, so

More information

Curve Sketching. Warm up

Curve Sketching. Warm up Curve Sketching Warm up Below are pictured six functions: f,f 0,f 00,g,g 0, and g 00. Pick out the two functions that could be f and g, andmatchthemtotheir first and second derivatives, respectively. (a)

More information

Lecture 7 3.5: Derivatives - Graphically and Numerically MTH 124

Lecture 7 3.5: Derivatives - Graphically and Numerically MTH 124 Procedural Skills Learning Objectives 1. Given a function and a point, sketch the corresponding tangent line. 2. Use the tangent line to estimate the value of the derivative at a point. 3. Recognize keywords

More information

3.3 Increasing & Decreasing Functions and The First Derivative Test

3.3 Increasing & Decreasing Functions and The First Derivative Test 3.3 Increasing & Decreasing Functions and The First Derivative Test Definitions of Increasing and Decreasing Functions: A funcon f is increasing on an interval if for any two numbers x 1 and x 2 in the

More information

2.3 Maxima, minima and second derivatives

2.3 Maxima, minima and second derivatives CHAPTER 2. DIFFERENTIATION 39 2.3 Maxima, minima and second derivatives Consider the following question: given some function f, where does it achieve its maximum or minimum values? First let us examine

More information

Math 121 Winter 2010 Review Sheet

Math 121 Winter 2010 Review Sheet Math 121 Winter 2010 Review Sheet March 14, 2010 This review sheet contains a number of problems covering the material that we went over after the third midterm exam. These problems (in conjunction with

More information

6.2 Important Theorems

6.2 Important Theorems 6.2. IMPORTANT THEOREMS 223 6.2 Important Theorems 6.2.1 Local Extrema and Fermat s Theorem Definition 6.2.1 (local extrema) Let f : I R with c I. 1. f has a local maximum at c if there is a neighborhood

More information

MTH4100 Calculus I. Week 8 (Thomas Calculus Sections 4.1 to 4.4) Rainer Klages. School of Mathematical Sciences Queen Mary, University of London

MTH4100 Calculus I. Week 8 (Thomas Calculus Sections 4.1 to 4.4) Rainer Klages. School of Mathematical Sciences Queen Mary, University of London MTH4100 Calculus I Week 8 (Thomas Calculus Sections 4.1 to 4.4) Rainer Klages School of Mathematical Sciences Queen Mary, University of London Autumn 2008 R. Klages (QMUL) MTH4100 Calculus 1 Week 8 1 /

More information

Section 3.3 Maximum and Minimum Values

Section 3.3 Maximum and Minimum Values Section 3.3 Maximum and Minimum Values Definition For a function f defined on a set S of real numbers and a number c in S. A) f(c) is called the absolute maximum of f on S if f(c) f(x) for all x in S.

More information

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 5.2 5.7, 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems

More information

Shape of a curve. Nov 15, 2016

Shape of a curve. Nov 15, 2016 Shape of a curve Nov 15, 2016 y = f(x) Where does the curve of f attain its maximum or minimum value? Where does the curve of f increase or decrease? What is its sketch? Some definitions Def: Absolute

More information

Lesson 59 Rolle s Theorem and the Mean Value Theorem

Lesson 59 Rolle s Theorem and the Mean Value Theorem Lesson 59 Rolle s Theorem and the Mean Value Theorem HL Math - Calculus After this lesson, you should be able to: Understand and use Rolle s Theorem Understand and use the Mean Value Theorem 1 Rolle s

More information

Increasing/Decreasing Test. Extreme Values and The First Derivative Test.

Increasing/Decreasing Test. Extreme Values and The First Derivative Test. Calculus 1 Lia Vas Increasing/Decreasing Test. Extreme Values and The First Derivative Test. Recall that a function f(x) is increasing on an interval if the increase in x-values implies an increase in

More information

Math 141: Section 4.1 Extreme Values of Functions - Notes

Math 141: Section 4.1 Extreme Values of Functions - Notes Math 141: Section 4.1 Extreme Values of Functions - Notes Definition: Let f be a function with domain D. Thenf has an absolute (global) maximum value on D at a point c if f(x) apple f(c) for all x in D

More information

Math 210 Midterm #2 Review

Math 210 Midterm #2 Review Math 210 Mierm #2 Review Related Rates In general, the approach to a related rates problem is to first determine which quantities in the problem you care about or have relevant information about. Then

More information

1.2 Functions and Their Properties Name:

1.2 Functions and Their Properties Name: 1.2 Functions and Their Properties Name: Objectives: Students will be able to represent functions numerically, algebraically, and graphically, determine the domain and range for functions, and analyze

More information

Math 1323 Lesson 12 Analyzing functions. This lesson will cover analyzing polynomial functions using GeoGebra.

Math 1323 Lesson 12 Analyzing functions. This lesson will cover analyzing polynomial functions using GeoGebra. Math 1323 Lesson 12 Analyzing functions This lesson will cover analyzing polynomial functions using GeoGebra. Suppose your company embarked on a new marketing campaign and was able to track sales based

More information

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions For each question, there is a model solution (showing you the level of detail I expect on the exam) and then below

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

Section 3.7. Rolle s Theorem and the Mean Value Theorem Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate of change and the average rate of change of

More information

PTF #AB 21 Mean Value Theorem & Rolle s Theorem

PTF #AB 21 Mean Value Theorem & Rolle s Theorem PTF #AB 1 Mean Value Theorem & Rolle s Theorem Mean Value Theorem: What you need: a function that is continuous and differentiable on a closed interval f() b f() a What you get: f '( c) where c is an x

More information

Calculus with Analytic Geometry I Exam 8 Take Home Part.

Calculus with Analytic Geometry I Exam 8 Take Home Part. Calculus with Analytic Geometry I Exam 8 Take Home Part. INSTRUCTIONS: SHOW ALL WORK. Write clearly, using full sentences. Use equal signs appropriately; don t use them between quantities that are not

More information

It has neither a local maximum value nor an absolute maximum value

It has neither a local maximum value nor an absolute maximum value 1 Here, we learn how derivatives affect the shape of a graph of a function and, in particular, how they help us locate maximum and minimum values of functions. Some of the most important applications of

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

Math 1314 Lesson 13: Analyzing Other Types of Functions

Math 1314 Lesson 13: Analyzing Other Types of Functions Math 1314 Lesson 13: Analyzing Other Types of Functions If the function you need to analyze is something other than a polynomial function, you will have some other types of information to find and some

More information

Section 4.2: The Mean Value Theorem

Section 4.2: The Mean Value Theorem Section 4.2: The Mean Value Theorem Before we continue with the problem of describing graphs using calculus we shall briefly pause to examine some interesting applications of the derivative. In previous

More information

AP Calculus AB Worksheet - Differentiability

AP Calculus AB Worksheet - Differentiability Name AP Calculus AB Worksheet - Differentiability MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. The figure shows the graph of a function. At the

More information

Math 211 Lecture Notes: Chapter 2 Graphing

Math 211 Lecture Notes: Chapter 2 Graphing Math 211 Lecture Notes: Chapter 2 Graphing 1. Math 211 Business Calculus Applications of Derivatives Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University

More information

4.2: What Derivatives Tell Us

4.2: What Derivatives Tell Us 4.2: What Derivatives Tell Us Problem Fill in the following blanks with the correct choice of the words from this list: Increasing, decreasing, positive, negative, concave up, concave down (a) If you know

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

Determining the Intervals on Which a Function is Increasing or Decreasing From the Graph of f

Determining the Intervals on Which a Function is Increasing or Decreasing From the Graph of f Math 1314 Applications of the First Derivative Determining the Intervals on Which a Function is Increasing or Decreasing From the Graph of f Definition: A function is increasing on an interval (a, b) if,

More information

Calculus 221 worksheet

Calculus 221 worksheet Calculus 221 worksheet Graphing A function has a global maximum at some a in its domain if f(x) f(a) for all other x in the domain of f. Global maxima are sometimes also called absolute maxima. A function

More information

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

Math 1314 ONLINE Lesson 12

Math 1314 ONLINE Lesson 12 Math 1314 ONLINE Lesson 12 This lesson will cover analyzing polynomial functions using GeoGebra. Suppose your company embarked on a new marketing campaign and was able to track sales based on it. The graph

More information

The First Derivative Test

The First Derivative Test The First Derivative Test We have already looked at this test in the last section even though we did not put a name to the process we were using. We use a y number line to test the sign of the first derivative

More information

Calculus 1 Math 151 Week 10 Rob Rahm. Theorem 1.1. Rolle s Theorem. Let f be a function that satisfies the following three hypotheses:

Calculus 1 Math 151 Week 10 Rob Rahm. Theorem 1.1. Rolle s Theorem. Let f be a function that satisfies the following three hypotheses: Calculus 1 Math 151 Week 10 Rob Rahm 1 Mean Value Theorem Theorem 1.1. Rolle s Theorem. Let f be a function that satisfies the following three hypotheses: (1) f is continuous on [a, b]. (2) f is differentiable

More information

Review Guideline for Final

Review Guideline for Final Review Guideline for Final Here is the outline of the required skills for the final exam. Please read it carefully and find some corresponding homework problems in the corresponding sections to practice.

More information

AP Calculus Worksheet: Chapter 2 Review Part I

AP Calculus Worksheet: Chapter 2 Review Part I AP Calculus Worksheet: Chapter 2 Review Part I 1. Given y = f(x), what is the average rate of change of f on the interval [a, b]? What is the graphical interpretation of your answer? 2. The derivative

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION We have already investigated some applications of derivatives. However, now that we know the differentiation rules, we are in a better

More information

Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3

Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3 Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3 Increasing and Decreasing Functions. A function f is increasing on an interval if for any two numbers x 1 and x 2

More information

Section 3.1 Extreme Values

Section 3.1 Extreme Values Math 132 Extreme Values Section 3.1 Section 3.1 Extreme Values Example 1: Given the following is the graph of f(x) Where is the maximum (x-value)? What is the maximum (y-value)? Where is the minimum (x-value)?

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

More information

MA 123 (Calculus I) Lecture 13: October 19, 2017 Section A2. Professor Jennifer Balakrishnan,

MA 123 (Calculus I) Lecture 13: October 19, 2017 Section A2. Professor Jennifer Balakrishnan, Professor Jennifer Balakrishnan, jbala@bu.edu What is on today 1 Maxima and minima 1 1.1 Applications.................................... 1 2 What derivatives tell us 2 2.1 Increasing and decreasing functions.......................

More information

V. Graph Sketching and Max-Min Problems

V. Graph Sketching and Max-Min Problems V. Graph Sketching and Max-Min Problems The signs of the first and second derivatives of a function tell us something about the shape of its graph. In this chapter we learn how to find that information.

More information

Lecture 2 (Limits) tangent line secant line

Lecture 2 (Limits) tangent line secant line Lecture 2 (Limits) We shall start with the tangent line problem. Definition: A tangent line (Latin word 'touching') to the function f(x) at the point is a line that touches the graph of the function at

More information

Calculus I. When the following condition holds: if and only if

Calculus I. When the following condition holds: if and only if Calculus I I. Limits i) Notation: The limit of f of x, as x approaches a, is equal to L. ii) Formal Definition: Suppose f is defined on some open interval, which includes the number a. Then When the following

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

MATH 1190 Exam 4 (Version 2) Solutions December 1, 2006 S. F. Ellermeyer Name

MATH 1190 Exam 4 (Version 2) Solutions December 1, 2006 S. F. Ellermeyer Name MATH 90 Exam 4 (Version ) Solutions December, 006 S. F. Ellermeyer Name Instructions. Your work on this exam will be graded according to two criteria: mathematical correctness and clarity of presentation.

More information

Polynomial functions right- and left-hand behavior (end behavior):

Polynomial functions right- and left-hand behavior (end behavior): Lesson 2.2 Polynomial Functions For each function: a.) Graph the function on your calculator Find an appropriate window. Draw a sketch of the graph on your paper and indicate your window. b.) Identify

More information

MATH 151, Fall 2015, Week 12, Section

MATH 151, Fall 2015, Week 12, Section MATH 151, Fall 2015, Week 12, Section 5.1-5.3 Chapter 5 Application of Differentiation We develop applications of differentiation to study behaviors of functions and graphs Part I of Section 5.1-5.3, Qualitative/intuitive

More information

Mon 3 Nov Tuesday 4 Nov: Quiz 8 ( ) Friday 7 Nov: Exam 2!!! Today: 4.5 Wednesday: REVIEW. In class Covers

Mon 3 Nov Tuesday 4 Nov: Quiz 8 ( ) Friday 7 Nov: Exam 2!!! Today: 4.5 Wednesday: REVIEW. In class Covers Mon 3 Nov 2014 Tuesday 4 Nov: Quiz 8 (4.2-4.4) Friday 7 Nov: Exam 2!!! In class Covers 3.9-4.5 Today: 4.5 Wednesday: REVIEW Linear Approximation and Differentials In section 4.5, you see the pictures on

More information

1.5 The Derivative (2.7, 2.8 & 2.9)

1.5 The Derivative (2.7, 2.8 & 2.9) 1.5. THE DERIVATIVE (2.7, 2.8 & 2.9) 47 1.5 The Derivative (2.7, 2.8 & 2.9) The concept we are about to de ne is not new. We simply give it a new name. Often in mathematics, when the same idea seems to

More information

Chapter 3: The Derivative in Graphing and Applications

Chapter 3: The Derivative in Graphing and Applications Chapter 3: The Derivative in Graphing and Applications Summary: The main purpose of this chapter is to use the derivative as a tool to assist in the graphing of functions and for solving optimization problems.

More information

Last week we looked at limits generally, and at finding limits using substitution.

Last week we looked at limits generally, and at finding limits using substitution. Math 1314 ONLINE Week 4 Notes Lesson 4 Limits (continued) Last week we looked at limits generally, and at finding limits using substitution. Indeterminate Forms What do you do when substitution gives you

More information

Math 115 Practice for Exam 2

Math 115 Practice for Exam 2 Math 115 Practice for Exam Generated October 30, 017 Name: SOLUTIONS Instructor: Section Number: 1. This exam has 5 questions. Note that the problems are not of equal difficulty, so you may want to skip

More information

Calculus Example Exam Solutions

Calculus Example Exam Solutions Calculus Example Exam Solutions. Limits (8 points, 6 each) Evaluate the following limits: p x 2 (a) lim x 4 We compute as follows: lim p x 2 x 4 p p x 2 x +2 x 4 p x +2 x 4 (x 4)( p x + 2) p x +2 = p 4+2

More information

Student Study Session Topic: Interpreting Graphs

Student Study Session Topic: Interpreting Graphs Student Study Session Topic: Interpreting Graphs Starting with the graph of a function or its derivative, you may be asked all kinds of questions without having (or needing) and equation to work with.

More information

ch 3 applications of differentiation notebook.notebook January 17, 2018 Extrema on an Interval

ch 3 applications of differentiation notebook.notebook January 17, 2018 Extrema on an Interval Extrema on an Interval Extrema, or extreme values, are the minimum and maximum of a function. They are also called absolute minimum and absolute maximum (or global max and global min). Extrema that occur

More information

Math Section TTH 5:30-7:00pm SR 116. James West 620 PGH

Math Section TTH 5:30-7:00pm SR 116. James West 620 PGH Math 1431 Section 15241 TTH 5:30-7:00pm SR 116 James West jdwest@math.uh.edu 620 PGH Office Hours: 2:30 4:30pm TTH in the CASA Tutoring Center or by appointment Class webpage: http://math.uh.edu/~jdwest/teaching/fa14/1431/calendar.html

More information

Determine whether the formula determines y as a function of x. If not, explain. Is there a way to look at a graph and determine if it's a function?

Determine whether the formula determines y as a function of x. If not, explain. Is there a way to look at a graph and determine if it's a function? 1.2 Functions and Their Properties Name: Objectives: Students will be able to represent functions numerically, algebraically, and graphically, determine the domain and range for functions, and analyze

More information

The Mean Value Theorem. Bad examples

The Mean Value Theorem. Bad examples The Mean Value Theorem Theorem Suppose that f is defined and continuous on a closed interval [a, b], and suppose that f 0 exists on the open interval (a, b). Then there exists a point c in (a, b) such

More information

Sequence. A list of numbers written in a definite order.

Sequence. A list of numbers written in a definite order. Sequence A list of numbers written in a definite order. Terms of a Sequence a n = 2 n 2 1, 2 2, 2 3, 2 4, 2 n, 2, 4, 8, 16, 2 n We are going to be mainly concerned with infinite sequences. This means we

More information

1 Calculus - Optimization - Applications

1 Calculus - Optimization - Applications 1 Calculus - Optimization - Applications The task of finding points at which a function takes on a local maximum or minimum is called optimization, a word derived from applications in which one often desires

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

3.2. Polynomial Functions and Their Graphs. Copyright Cengage Learning. All rights reserved.

3.2. Polynomial Functions and Their Graphs. Copyright Cengage Learning. All rights reserved. 3.2 Polynomial Functions and Their Graphs Copyright Cengage Learning. All rights reserved. Objectives Graphing Basic Polynomial Functions End Behavior and the Leading Term Using Zeros to Graph Polynomials

More information

Limits, Continuity, and the Derivative

Limits, Continuity, and the Derivative Unit #2 : Limits, Continuity, and the Derivative Goals: Study and define continuity Review limits Introduce the derivative as the limit of a difference quotient Discuss the derivative as a rate of change

More information

8/6/2010 Assignment Previewer

8/6/2010 Assignment Previewer Week 9 Friday Homework (32849) Question 23456789234567892. Question DetailsSCalcET6 4.2.AE.3. [29377] EXAMPLE 3 To illustrate the Mean Value Theorem with a specific function, let's consider f(x) = 5x 3

More information

Example 1: Inverse Functions Show that the functions are inverse functions of each other (if they are inverses, )

Example 1: Inverse Functions Show that the functions are inverse functions of each other (if they are inverses, ) p332 Section 5.3: Inverse Functions By switching the x & y coordinates of an ordered pair, the inverse function can be formed. (The domain and range switch places) Denoted by f 1 Definition of Inverse

More information

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S)

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S) Math 75B Practice Problems for Midterm II Solutions Ch. 6, 7, 2 (E),.-.5, 2.8 (S) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

More information

Solve the problem. Determine the center and radius of the circle. Use the given information about a circle to find its equation.

Solve the problem. Determine the center and radius of the circle. Use the given information about a circle to find its equation. Math1314-TestReview2-Spring2016 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. 1) Is the point (-5, -3) on the circle defined

More information

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide Final Exam Coverage: Sections 10.1-10.2, 10.4-10.5, 10.7, 11.2-11.4, 12.1-12.6, 13.1-13.2, 13.4-13.5, and 14.1 Sections/topics NOT on the exam: Sections 10.3 (Continuity, it definition

More information

MAXIMA AND MINIMA CHAPTER 7.1 INTRODUCTION 7.2 CONCEPT OF LOCAL MAXIMA AND LOCAL MINIMA

MAXIMA AND MINIMA CHAPTER 7.1 INTRODUCTION 7.2 CONCEPT OF LOCAL MAXIMA AND LOCAL MINIMA CHAPTER 7 MAXIMA AND MINIMA 7.1 INTRODUCTION The notion of optimizing functions is one of the most important application of calculus used in almost every sphere of life including geometry, business, trade,

More information

Applications of Derivatives

Applications of Derivatives Applications of Derivatives Extrema on an Interval Objective: Understand the definition of extrema of a function on an interval. Understand the definition of relative extrema of a function on an open interval.

More information

56 CHAPTER 3. POLYNOMIAL FUNCTIONS

56 CHAPTER 3. POLYNOMIAL FUNCTIONS 56 CHAPTER 3. POLYNOMIAL FUNCTIONS Chapter 4 Rational functions and inequalities 4.1 Rational functions Textbook section 4.7 4.1.1 Basic rational functions and asymptotes As a first step towards understanding

More information

2.1 The Tangent and Velocity Problems

2.1 The Tangent and Velocity Problems 2.1 The Tangent and Velocity Problems Tangents What is a tangent? Tangent lines and Secant lines Estimating slopes from discrete data: Example: 1. A tank holds 1000 gallons of water, which drains from

More information

Families of Functions, Taylor Polynomials, l Hopital s

Families of Functions, Taylor Polynomials, l Hopital s Unit #6 : Rule Families of Functions, Taylor Polynomials, l Hopital s Goals: To use first and second derivative information to describe functions. To be able to find general properties of families of functions.

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

More information