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

Size: px
Start display at page:

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

Transcription

1 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 related examples. We start with the following definitions: Definition 9.1 A function f is called increasing on an interval (a, b) if for any x 1, x 2 (a, b), we have that x 1 < x 2 f(x 1 ) < f(x 2 ) A function f is called decreasing on an interval (a, b) if for any x 1, x 2 (a, b), we have that x 1 < x 2 f(x 1 ) > f(x 2 ) Note that some books call these strictly increasing and strictly decreasing respectively. Examples: 1. f(x) = x 2. f(x) is increasing on (0, ) and decreasing (, 0). 2. f(x) = x 3. f(x) is increasing on (, ). As you may have guessed, we can use the derivative to test for increasing/decreasing. Let f be differentiable on the interval (a, b). 1. If f (x) > 0 for all x in (a, b), then f is increasing on (a, b). 2. If f (x) < 0 for all x in (a, b), then f is decreasing on (a, b). 3. If f (x) = 0 for all x in (a, b), then f must be constant on (a, b). FACT: If f is a continuous function, then f (x) can only change signs at values of x where f (x) = 0 or f (x) doesn t exist. Examples: 1. Let f(x) = x3 3x. Find the intervals on which f(x) is increasing or decreasing. 4 solution: We will use the test and fact above. The derivative is f (x) = 3x2 4 3 = 3 4 (x2 4) = 3 4 (x 2)(x + 2) Because of the above, we split our real line up where f (x) = 0:

2 2 2 f(x) On (, 2), (x 2) and (x + 2) are both negative, so f (x) = 3 (x 2)(x + 2) > 0, 4 so f is increasing. On ( 2, 2), (x 2) is negative while (x + 2) is positive, so f (x) = 3 (x 2)(x + 2) < 0, 4 so f is decreasing. On (2, ), (x 2) and (x + 2) are both positive, so f (x) = 3 (x 2)(x + 2) > 0, so f 4 is increasing. To summarize, f(x) is increasing on (, 2) and (2, ) while f(x) is decreasing on ( 2, 2). 2. Let g(x) = x + 32 x 2. Find the intervals on which g(x) is increasing and decreasing. solution: We first need to find the derivative. g (x) = 1 64 x 3 Note that g (x) = 0 when x 3 = 64 x = 4. The derivative is also not defined when x = 0, so these are the places we divide our real line. 0 4 g(x) To find out what sign the derivative is on (, 0), we can substitute in a test point in that interval and see if the result is positive or negative. The point x = 1 is a convenient one to use: g ( 1) = 1 64 ( 1) 3 = 65 > 0 Because of our fact, g (x) will be positive everywhere in (, 0), and thus g is increasing on (, 0). Similarly, g (1) = 1 64 (1) 3 = 63 < 0 So g (x) will be negative everywhere in (0, 4), and thus g is decreasing on (0, 4).

3 Lastly, g (5) = 1 64 (5) 3 = > 0 So g (x) will be positive everywhere in (4, ), and thus g is increasing on (4, ). 9.2 Extrema and the First Derivative Test We now have enough information to sketch these graphs. 1. First let s graph f(x) = x3 4 3x. First we find the intercepts. To get the x-intercept we solve f(x) = 0: ( ) x 3 x 2 4 3x = 0 x 4 3 So the x-intercepts are x = 0, ± 12 ±3.5. The y-intercept is at (0, 0). We know that the function changes from increasing to decreasing and vice-versa when x = ±2. Plugging those values into our function we see that the points (2, 4) and ( 2, 4) are on our graph. = 0 2. Similarly, g(x) = x + 32 x 2. This function has no y-intercept, because 0 is not in its domain. To find the x-intercept we solve g(x) = 0: x + 32 x 2 = 0 x3 = 32 x =

4 We have a vertical asymptote at x = 0 because lim g(x) = + = lim g(x). x 0 + x 0 Finally, we calculate the value of g at x = 4 and find that the point (4, 6) is on the graph. The point (4, 6) in the above graph is called a relative minimum. Definition 9.2 Let f be a function defined at a point c. Then 1. We say that f has a relative minimum (or local minimum) at x = c if there is an interval (a, b) containing c such that f(c) < f(x) for all x in (a, b). 2. We say that f has a relative maximum (or local maximum) at x = c if there is an interval (a, b) containing c such that f(c) > f(x) for all x in (a, b). The word relative is significant here. We are not saying that a relative max is largest value f(x) ever takes. We will get to such points soon. Together, relative maxes and mins are called relative extrema. Theorem 9.1 If f(x) has a relative max or min at x = c, then either f (c) = 0 or f (c) doesn t exist. Definition 9.3 If a point c is in the domain of f and either f (c) = 0 or f (c) doesn t exist, then we call x = c a critical point or critical value of f.

5 Examples: 1. f(x) = x 2. x = 0 is a critical point and a local min. f (0) = 0 2. f(x) = x. x = 0 is a critical point and a local min. f (0) is undefined. We notice that in the examples above that we have local mins with intervals of negative slope to the left and positive slope to the right. Under some conditions, this is what happens in general.

6 Theorem 9.2 (The First Derivative Test): Let f be continuous on the interval (a, b) and suppose that c is the only critical point of (a, b). Suppose f is differentiable on (a, b) except possibly at c. Then: 1. If f (x) is negative to the left of c and positive to the right of c, then f has a local min at c. 2. If f (x) is positive to the left of c and negative to the right of c, then f has a local max at c. 3. If f (x) is the same sign to the right and left of c then c is neither a max nor a min. In cases like 3 above we call the point c a saddle point if f (c) = 0. Examples: Find the critical points and identify their type for the following functions. 1. f(x) = 2x 3 + 9x 2 108x solution: We first have to find the critical points f (x) = 6x x 108 = 6(x 2 + 3x 18) = 6(x + 6)(x 3) So the critical points are x = 6, x = 3. To fill in our real line we plug in some test points from (, 6), ( 6, 3) and (3, ): Thus we have the following f ( 7) = 6( 7 + 6)( 7 3) = 60 > 0 f (0) = 6(6)( 3) = 108 < 0 f (4) = 6(4 + 6)(4 3) = 60 > f (x) f(x) So by the first derivative test we can conclude that f(x) has a local max at x = 6 and a local min at x = 3.

7 2. h(x) = x 2 e 3x. solution: We first have to find the critical points: h (x) = 3x 2 e 3x + 2xe 3x = x(3x + 2)e 3x So the critical points are x = 0, x = 2. Notice that the 3 e3x doesn t give us any critical points because it is defined everywhere and is never 0. To fill in our real line we plug in some test points from (, 2), ( 2, 0) and (0, ): 3 3 h ( 1 2 Thus we have the following h ( 1) = ( 1)( 3 + 2)e 3 = e 3 > 0 ) ( = 1 2 ) ( ) e 3/2 = 1 4 e 3/2 < 0 h (1) = (1)(3 + 2)e 3 = 5e 3 > h (x) h(x) So by the first derivative test we can conclude that h(x) has a local max at x = 2 3 and a local min at x = f(x) = x 1/3 e x/6. solution: Notice that this function is defined everywhere, i.e. its domain is R. We once again find the critical points: ( ) 1 f (x) = x 1/3 6 ex/ x 2/3 e x/6 ( x = e x/6 1/ ) 3x 2/3 = e x/6 ( x 6x 2/3 + 2 = e x/6 ( x + 2 6x 2/3 ) 6x 2/3 So f (x) = 0 at x = 2 and is undefined at x = 0, and thus we have two critical points. To fill in our real line we plug in some test points from (, 0), (0, 2) and (2, ): ( ) 1 f ( 3) = e 3/6 < 0 6( 3) 2/3 )

8 Notice that the denominator is always positive (why?). ( ) f ( 1) = e 1/6 1 > 0 6( 1) 2/3 ( ) 3 f (1) = e 1/6 > 0 6(1) 2/3 Thus we have the following 2 0 f (x) 0 + UN + f(x) So there is a local min at x = 2 and at x = 0 there is neither a max nor a min (notice that there is not a saddle point there because the derivative doesn t exist there). It is important to note that x = 0 is still a critical point. THIS IS A CRUCIAL ISSUE In the previous example, there was a critical point at x = 0 since f was undefined at x = 0, but 0 was not in the domain of f. If x = c is not in the domain, you cannot have a critical point at x = c. Example: Let f(x) = 1 x. Then f (x) = 1 x 2. f is undefined at x = 0, but there is no critical point there since f is also undefined at x = 0. Absolute Extrema In ecomonics applications, we are generally uninterested in local maxes and mins. Instead we want to know when our function is maximal or minimal on its entire domain. Definition 9.4 Let f be defined on an interval I (possibly all of R) containing c. Then f is said to have an absolute maximum or global maximum on I if f(c) f(x) for every x in I. There is an analogous statement for absolute/global minimums. The next theorem is both deep and extremely important.

9 Theorem 9.3 (Extreme Value Theorem): If f is continuous on a closed interval [a, b], then f has both an absolute max and an absolute min on [a, b]. Note that the word extreme in the name of the theorem above is modifying value and not theorem. I am not making any claims as to how extreme this theorem is. The theorem is certainly false for other intervals like R. f(x) = e x has no maxes or mins on R. To find extrema on a closed interval [a, b] proceed as follows: 1. Evaluate f at each critical point in [a, b]. 2. Evaluate f at the endpoints a and b. 3. The least of these values is the absolute min and the greatest is the absolute max. Examples: 1. Find the absolute max and min of f(x) = 2x 3 3x 2 36x + 2 on the interval [0, 5]. solution: We first find the critical points f (x) = 6x 2 6x 36 = 6(x 2 x 6) = 6(x 3)(x + 2) So the critical points are x = 3 and x = 2. We can throw away x = 2 because it isn t in [0, 5]. Now we calculate f at all relevant points. f(0) = 2 f(3) = 2(27) 3(9) 36(3) + 2 = 79 f(5) = 2(125) 3(25) = 3 So the absolute max occurs at x = 0 and the absolute min is at x = 3. Note that the absolute maxes and mins can occur at endpoints. 2. A company finds that the profit P (x) where x represents thousands of units, is given by P (x) = x 3 + 9x 2 15x 9 If the company can only make a maximum of 6000 units, what is the absolute maximum profit? solution: Since x is in thousands of units, we must find the absolute max of P (x) on the interval [0, 6]. P (x) = 3x x 15 = 3(x 2 6x + 5) = 3(x 5)(x 1)

10 So there are two critical points at x = 1, 5. They are both in [0, 6], so we have four points to calculate: P (0) = 9 P (1) = (1) 3 + 9(1) 2 15(1) 9 = 16 P (5) = = 16 P (6) = = 9 The absolute max occurs at x = 5, so the company should make 5000 units to maximize profit. We close out this section with a helpful theorem. Theorem 9.4 If f is a continuous function on an interval and has only one critical value in that interval, then a relative max or min is also an absolute max or min.

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

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

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

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

3.4 Using the First Derivative to Test Critical Numbers (4.3) 118 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE 3.4 Using the First Derivative to Test Critical Numbers (4.3) 3.4.1 Theory: The rst derivative is a very important tool when studying a function. It is important

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

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

Section 4.3 Concavity and Curve Sketching 1.5 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.3 Concavity and Curve Sketching 1.5 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.3 Concavity and Curve Sketching 1.5 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) Concavity 1 / 29 Concavity Increasing Function has three cases (University of Bahrain)

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

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

Limits: An Intuitive Approach

Limits: An Intuitive Approach Limits: An Intuitive Approach SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter. of the recommended textbook (or the equivalent chapter in your alternative

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

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

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

Sect The Slope-Intercept Form

Sect The Slope-Intercept Form 0 Concepts # and # Sect. - The Slope-Intercept Form Slope-Intercept Form of a line Recall the following definition from the beginning of the chapter: Let a, b, and c be real numbers where a and b are not

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

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

Ex 1: Identify the open intervals for which each function is increasing or decreasing.

Ex 1: Identify the open intervals for which each function is increasing or decreasing. MATH 2040 Notes: Unit 4 Page 1 5.1/5.2 Increasing and Decreasing Functions Part a Relative Extrema Ex 1: Identify the open intervals for which each In algebra we defined increasing and decreasing behavior

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 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

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

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

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

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

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

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

MATH Midterm 1 Sample 4

MATH Midterm 1 Sample 4 1. (15 marks) (a) (4 marks) Given the function: f(x, y) = arcsin x 2 + y, find its first order partial derivatives at the point (0, 3). Simplify your answers. Solution: Compute the first order partial

More information

Section 5-1 First Derivatives and Graphs

Section 5-1 First Derivatives and Graphs Name Date Class Section 5-1 First Derivatives and Graphs Goal: To use the first derivative to analyze graphs Theorem 1: Increasing and Decreasing Functions For the interval (a,b), if f '( x ) > 0, then

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

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

Wednesday August 24, 2016

Wednesday August 24, 2016 1.1 Functions Wednesday August 24, 2016 EQs: 1. How to write a relation using set-builder & interval notations? 2. How to identify a function from a relation? 1. Subsets of Real Numbers 2. Set-builder

More information

Polynomial and Rational Functions. Chapter 3

Polynomial and Rational Functions. Chapter 3 Polynomial and Rational Functions Chapter 3 Quadratic Functions and Models Section 3.1 Quadratic Functions Quadratic function: Function of the form f(x) = ax 2 + bx + c (a, b and c real numbers, a 0) -30

More information

Analysis of Functions

Analysis of Functions Lecture for Week 11 (Secs. 5.1 3) Analysis of Functions (We used to call this topic curve sketching, before students could sketch curves by typing formulas into their calculators. It is still important

More information

Chapter 2. Polynomial and Rational Functions. 2.6 Rational Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 2. Polynomial and Rational Functions. 2.6 Rational Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter Polynomial and Rational Functions.6 Rational Functions and Their Graphs Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Find the domains of rational functions. Use arrow notation.

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

Topic 25: Quadratic Functions (Part 1) A quadratic function is a function which can be written as 2. Properties of Quadratic Functions

Topic 25: Quadratic Functions (Part 1) A quadratic function is a function which can be written as 2. Properties of Quadratic Functions Hartfield College Algebra (Version 015b - Thomas Hartfield) Unit FOUR Page 1 of 3 Topic 5: Quadratic Functions (Part 1) Definition: A quadratic function is a function which can be written as f x ax bx

More information

Math 1120 Calculus Test 3

Math 1120 Calculus Test 3 March 27, 2002 Your name The first 7 problems count 5 points each Problems 8 through 11 are multiple choice and count 7 points each and the final ones counts as marked In the multiple choice section, circle

More information

Math 527 Lecture Notes Topics in Calculus and Analysis Northern Illinois University Spring, Prof. Richard Blecksmith

Math 527 Lecture Notes Topics in Calculus and Analysis Northern Illinois University Spring, Prof. Richard Blecksmith Math 527 Lecture Notes Topics in Calculus and Analysis Northern Illinois University Spring, 2014 Prof. Richard Blecksmith Contents Module 4. Further Applications of Derivatives 47 1. Direction of a Curve

More information

Section 1.2 DOMAIN, RANGE, INTERCEPTS, SYMMETRY, EVEN/ODD

Section 1.2 DOMAIN, RANGE, INTERCEPTS, SYMMETRY, EVEN/ODD Section 1.2 DOMAIN, RANGE, INTERCEPTS, SYMMETRY, EVEN/ODD zeros roots line symmetry point symmetry even function odd function Estimate Function Values A. ADVERTISING The function f (x) = 5x 2 + 50x approximates

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

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

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

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

Concepts of graphs of functions:

Concepts of graphs of functions: Concepts of graphs of functions: 1) Domain where the function has allowable inputs (this is looking to find math no-no s): Division by 0 (causes an asymptote) ex: f(x) = 1 x There is a vertical asymptote

More information

CH 2: Limits and Derivatives

CH 2: Limits and Derivatives 2 The tangent and velocity problems CH 2: Limits and Derivatives the tangent line to a curve at a point P, is the line that has the same slope as the curve at that point P, ie the slope of the tangent

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

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

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

Unit 4 Applications of Derivatives (Part I)

Unit 4 Applications of Derivatives (Part I) Unit 4 Applications of Derivatives (Part I) What is the same? 1. Same HW policy 2. Same expectations 3. Same level of difficulty but different format 4. Still understanding at a conceptual level but more

More information

Math 1120, Section 1 Calculus Final Exam

Math 1120, Section 1 Calculus Final Exam May 7, 2014 Name Each of the first 17 problems are worth 10 points The other problems are marked The total number of points available is 285 Throughout the free response part of this test, to get credit

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

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

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

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

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

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

Test for Increasing and Decreasing Theorem 5 Let f(x) be continuous on [a, b] and differentiable on (a, b).

Test for Increasing and Decreasing Theorem 5 Let f(x) be continuous on [a, b] and differentiable on (a, b). Definition of Increasing and Decreasing A function f(x) is increasing on an interval if for any two numbers x 1 and x in the interval with x 1 < x, then f(x 1 ) < f(x ). As x gets larger, y = f(x) gets

More information

AP Calculus Summer Prep

AP Calculus Summer Prep AP Calculus Summer Prep Topics from Algebra and Pre-Calculus (Solutions are on the Answer Key on the Last Pages) The purpose of this packet is to give you a review of basic skills. You are asked to have

More information

AP Calculus ---Notecards 1 20

AP Calculus ---Notecards 1 20 AP Calculus ---Notecards 1 20 NC 1 For a it to exist, the left-handed it must equal the right sided it x c f(x) = f(x) = L + x c A function can have a it at x = c even if there is a hole in the graph at

More information

MTH 241: Business and Social Sciences Calculus

MTH 241: Business and Social Sciences Calculus MTH 241: Business and Social Sciences Calculus F. Patricia Medina Department of Mathematics. Oregon State University January 28, 2015 Section 2.1 Increasing and decreasing Definition 1 A function is increasing

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

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

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

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

Finding local extrema and intervals of increase/decrease

Finding local extrema and intervals of increase/decrease Finding local extrema and intervals of increase/decrease Example 1 Find the relative extrema of f(x) = increasing and decreasing. ln x x. Also, find where f(x) is STEP 1: Find the domain of the function

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

Mathematic 108, Fall 2015: Solutions to assignment #7

Mathematic 108, Fall 2015: Solutions to assignment #7 Mathematic 08, Fall 05: Solutions to assignment #7 Problem # Suppose f is a function with f continuous on the open interval I and so that f has a local maximum at both x = a and x = b for a, b I with a

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

6.1 Polynomial Functions

6.1 Polynomial Functions 6.1 Polynomial Functions Definition. A polynomial function is any function p(x) of the form p(x) = p n x n + p n 1 x n 1 + + p 2 x 2 + p 1 x + p 0 where all of the exponents are non-negative integers and

More information

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions QUIZ AND TEST INFORMATION: The material in this chapter is on Quiz 3 and Exam 2. You should complete at least one attempt of Quiz 3 before taking Exam 2. This material is also on the final exam and used

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

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes Limits at Infinity If a function f has a domain that is unbounded, that is, one of the endpoints of its domain is ±, we can determine the long term behavior of the function using a it at infinity. Definition

More information

Polynomial Functions and Models

Polynomial Functions and Models 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 4: Polynomial Functions and Rational Functions Section 4.1 Polynomial Functions and Models

More information

MAT1300 Final Review. Pieter Hofstra. December 4, 2009

MAT1300 Final Review. Pieter Hofstra. December 4, 2009 December 4, 2009 Sections from the book to study (8th Edition) Chapter 0: 0.1: Real line and Order 0.2: Absolute Value and Distance 0.3: Exponents and Radicals 0.4: Factoring Polynomials (you may omit

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 3 JoungDong Kim Week 3 Section 2.5, 2.6, 2.7, Continuity, Limits at Infinity; Horizontal Asymptotes, Derivatives and Rates of Change. Section 2.5 Continuity

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

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

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

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

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

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall 2018, WEEK 3 JoungDong Kim Week 3 Section 2.3, 2.5, 2.6, Calculating Limits Using the Limit Laws, Continuity, Limits at Infinity; Horizontal Asymptotes. Section

More information

Limits at Infinity. Use algebraic techniques to help with indeterminate forms of ± Use substitutions to evaluate limits of compositions of functions.

Limits at Infinity. Use algebraic techniques to help with indeterminate forms of ± Use substitutions to evaluate limits of compositions of functions. SUGGESTED REFERENCE MATERIAL: Limits at Infinity As you work through the problems listed below, you should reference Chapter. of the recommended textbook (or the equivalent chapter in your alternative

More information

APPM 1350 Exam 2 Fall 2016

APPM 1350 Exam 2 Fall 2016 APPM 1350 Exam 2 Fall 2016 1. (28 pts, 7 pts each) The following four problems are not related. Be sure to simplify your answers. (a) Let f(x) tan 2 (πx). Find f (1/) (5 pts) f (x) 2π tan(πx) sec 2 (πx)

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

Math 1314 Lesson 24 Maxima and Minima of Functions of Several Variables

Math 1314 Lesson 24 Maxima and Minima of Functions of Several Variables Math 1314 Lesson 24 Maxima and Minima of Functions of Several Variables We learned to find the maxima and minima of a function of a single variable earlier in the course We had a second derivative test

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

MATH 1910 Limits Numerically and Graphically Introduction to Limits does not exist DNE DOES does not Finding Limits Numerically

MATH 1910 Limits Numerically and Graphically Introduction to Limits does not exist DNE DOES does not Finding Limits Numerically MATH 90 - Limits Numerically and Graphically Introduction to Limits The concept of a limit is our doorway to calculus. This lecture will explain what the limit of a function is and how we can find such

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

Section Properties of Rational Expressions

Section Properties of Rational Expressions 88 Section. - Properties of Rational Expressions Recall that a rational number is any number that can be written as the ratio of two integers where the integer in the denominator cannot be. Rational Numbers:

More information

Chapter 6 Notes, Applied Calculus, Tan

Chapter 6 Notes, Applied Calculus, Tan Contents 4.1 Applications of the First Derivative........................... 2 4.1.1 Determining the Intervals Where a Function is Increasing or Decreasing... 2 4.1.2 Local Extrema (Relative Extrema).......................

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

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES 2.2 The Limit of a Function In this section, we will learn: About limits in general and about numerical and graphical methods for computing them. THE LIMIT

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

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64 Chapter 7 Polynomial Functions Factoring Review We will talk about 3 Types: 1. 2. 3. ALWAYS FACTOR OUT FIRST! Ex 1: Factor x 2 + 5x + 6 Ex 2: Factor x 2 + 16x + 64 Ex 3: Factor 4x 2 + 6x 18 Ex 4: Factor

More information

2.2 The Limit of a Function

2.2 The Limit of a Function 2.2 The Limit of a Function Introductory Example: Consider the function f(x) = x is near 0. x f(x) x f(x) 1 3.7320508 1 4.236068 0.5 3.8708287 0.5 4.1213203 0.1 3.9748418 0.1 4.0248457 0.05 3.9874607 0.05

More information

3. (12 points) Find an equation for the line tangent to the graph of f(x) =

3. (12 points) Find an equation for the line tangent to the graph of f(x) = April 8, 2015 Name The total number of points available is 168 Throughout this test, show your work Throughout this test, you are expected to use calculus to solve problems Graphing calculator solutions

More information

f (x) = x 2 Chapter 2 Polynomial Functions Section 4 Polynomial and Rational Functions Shapes of Polynomials Graphs of Polynomials the form n

f (x) = x 2 Chapter 2 Polynomial Functions Section 4 Polynomial and Rational Functions Shapes of Polynomials Graphs of Polynomials the form n Chapter 2 Functions and Graphs Section 4 Polynomial and Rational Functions Polynomial Functions A polynomial function is a function that can be written in the form a n n 1 n x + an 1x + + a1x + a0 for

More information