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)

Size: px
Start display at page:

Download "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)"

Transcription

1 MATH 2250 Calculus I Eric Perkerson Test 3 Review Sections Covered: 3.11, Topics Covered: Linearization, Extreme Values, The Mean Value Theorem, Consequences of the Mean Value Theorem, Concavity and Curve Sketching, Optimization, L Hôpital s Rule Linearization Given a function f(x) and a point x = a, linearization is a technique that uses the tangent line to the graph of f(x) at the point a as a linear approximation to the function. To find the linearization, L(x), we start with the tangent line at a and rewrite it as a function: y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a) This is called linearization because the result L(x) is a line. It is important because L(x) is in fact the best linear approximation to the function f(x). Example: Find the linearization of f(x) = x at the point a = 9. Use this linearization to estimate the value of 8. The linearization is given by L(x) = d dx ( x) x=9 (x 9) + 9 = (x 9) + 9 = 1 (x 9) we can now use L(8) = 1 6 (8 9) + 3 = = 17 6 = as an approximation for finding 8 = Notice how good of an approximation this is: the error is only = x L(x) = (1/6)(x - 9)

2 4.1 Extreme Values A function f(x) has an absolute maximum at a point c if the value of f(c) is greater (or equal to) than all other values of f(x). To be precise, we say: Definition: A function f(x) with domain D has an absolute (or global) maximum at a point c if f(c) f(x) for all x in D. Similarly, a function f(x) with domain D has an absolute (or global) minimum at a point c if f(c) f(x) for all x in D. Not every function will have an absolute maximum or an absolute minimum. A good example is f(x) = x 3. However, the Extreme Value Theorem lets us know that certain functions will always have both an absolute maximum and an absolute minimum. Theorem: (The Extreme Value Theorem) If f(x) is a continuous function on a closed interval [a, b], then f(x) has both an absolute maximum and an absolute minimum. Note that the Extreme Value Theorem doesn t say that continuous function on non-closed intervals or that discontinuous functions don t have absolute extrema (maximums or minimums), just that we don t know on this basis alone. Global extrema (maximums and minimums) can sometimes be hard to find. However, it turns out that for differentiable functions it is relatively easy to find points where the function has a local extrema. Because any global extrema must also be a local extrema, the derivative is a valuable tool in telling us where to look for absolute extrema. We define local extrema as follows: Definition: A function f(x) has a relative (or local) maximum at a point c if f(c) f(x) for all x near the point c, i.e. in a small open interval around c. Similarly, a function f(x) has a relative (or local) minimum at a point c if f(c) f(x) for all x near the point c. Using the derivative gives us the following theorem, one of the most important in calculus: Theorem: (The First Derivative Theorem for Local Extrema) If f(x) has a local extremum at an interior point (i.e. not an end point) of its domain, and if f(x) is differentiable at c (i.e. f (c) exists), then f (c) = 0. This tells us that if we re looking for local extrema, then we only have to look at where either: f (x) = 0 at an interior point, or where f (x) is undefined at an interior point, or where x is an end point of the domain. The following definition is helpful in this regard: Definition: A point x where f (x) is undefined or where f (x) = 0 is called a critical point. 2

3 Notice in the above picture that all of the local maximums and local minimums (including the global ones, of course, because any global maximum is also a local maximum, and similarly for minima) occur at either end points, or critical points. This is so important it needs to be said again: Theorem: Any local minima or maxima of a continuous function f(x) must occur at either critical points or end points. However, we still aren t guaranteed that a global maximum or minimum occurs, unless our function is continuous and defined on a closed interval, in which case the Extreme Value Theorem tells us so. This breaks our approach into two pieces: Technique to Find Global Extrema: If f(x) is continuous on a closed interval: Compute f(x) at all critical points and both end points. The global maximum is the largest of these values and the global minimum is the smallest of these values. If f(x) is continuous but not defined on a closed interval: Compute f(x) at all critical points, and if there is an endpoint, compute f(x) there as well. The largest of these values is the only possible candidate for the global maximum, but it is not necessarily the global maximum (similarly for minima). If it is not the global maximum (minimum), you need prove it by finding a point larger (smaller) than that point, or by showing that at some point a, maybe infinity, that lim x a f(x) = (or ). It it is the global maximum (minimum), you need to prove that the function never get larger (smaller) anywhere on the domain. This is done by looking at where the function is increasing and where the function is decreasing Example: Find the global maximum and minimum of the function f(x) = x 2/3 on the interval [ 2, 3]. Because this function is continuous on a closed interval, we compute f(x) at all critical points and both end points. To find the critical points, we need to know where f (x) either does not exist or where f (x) = 0. So we compute f (x) = d dx x( 2/3) = 2 3 x 1/3 = 2 3x 1/3 notice that this derivative does not exist for x = 0, but otherwise exists and is not zero. So x = 0 is the only critical point. So we have to compute f(x) at the two endpoints and at the critical point x = 0. x f(x) Comparing the values shows that the global max is 3 9 and occurs at x = 3, and that the global min is 0 and occurs at x = x 2/

4 Example: Find the global maximum and minimum, if they exist, of the function g(x) = e x2. The function g(x) is continuous, but the domain of the function is the set of all real numbers, (, ), which is not a closed interval. In this case we need to compute the function at all critical points (in this case we don t have any end points). So we find g (x) = d 2 dx e x = 2xe x2 Because e y is always positive, e x2 is always positive. Therefore, we have that, if x < 0, then g (x) > 0 and hence g(x) is increasing; and if x > 0, then g (x) < 0 and hence g(x) is decreasing. Because g(x) is always increasing to the left of x = 0, and always decreasing afterwards, the function does have an absolute max at x = 0, and that absolute max is g(0) = 1. Because g(x) is always increasing to the left of x = 0, and always decreasing afterwards, we also know that g(x) cannot have an absolute minimum. e -x Mean Value Theorem Theorem: (Rolle s Theorem) If f(x) is continuous on [a, b] and differentiable on (a, b), and if f(a) = f(b), then there exists at least one point c in the interval (a, b) at which f (c) = 0. Theorem: (Mean Value Theorem) If f(x) is continuous on [a, b] and differentiable on (a, b), then there exists at least one point c in the interval (a, b) at which f (c) = f(b) f(a) b a (Note that f(b) f(a) b a is the slope of the line connecting the points (a, f(a)) and (b, f(b))). Corollary: If f (x) = 0 for all x in the interval (a, b), then f(x) = C for all x in (a, b), where C is a constant. Corollary: If f (x) = g (x) for all x in the interval (a, b), then f(x) = g(x) + C for all x in (a, b), where C is a constant. Note that the second corollary follows from the first when we write the function h(x) = f(x) g(x). Then if f (x) = g (x), we know that h (x) = f (x) g (x) = 0 and from the first corollary, we have that h(x) = C, and therefore f(x) g(x) = C, and hence f(x) = g(x) + C 4

5 Example: Suppose that f (x) = 3x and that f(0) = 4. Find f(x). We want to think of another function g(x) that has g (x) = f (x) = 3x. You can check that g(x) = 3 2 x2 is such a function. Then the second corollary to the mean value theorem tells us that f(x) = g(x)+c = 3 2 x2 +C for some unknown constant C. Using our additional piece of information, i.e. that f(0) = 4, we have that 4 = 3 2 (0)2 + C. Therefore, C = 4, and so f(x) = 3 2 x First Derivative Test A third corollary to the Mean Value Theorem is the following: Corollary: If f (x) > 0 for all x in the interval (a, b), then f(x) is increasing on [a, b]. Theorem: f(x) changes from increasing to decreasing at a point, i.e. if f (x) changes from positive to negative at a a point, then f(x) has a local maximum at that point. If f(x) changes from decreasing to increasing at a point, i.e. if f (x) changes from negative to positive at a a point, then f(x) has a local minimum at that point. If f (x) does not change sign at a point, then that point is not a local extremum. 4.4 Concavity and Curve Sketching Definition: The graph of a differentiable function f(x) is concave up on an open interval if f (x) is increasing on that interval. The graph of a differentiable function f(x) is concave down on an open interval if f (x) is decreasing on that interval. It s important to note that concavity of a function f(x) is independent of whether or not f(x) is increasing or decreasing. The four different combinations of increasing/decreasing and concave up/concave down are shown below. From what we know about increasing and decreasing functions from the last section, we know that f(x) is increasing (decreasing) if f (x) > 0 (< 0). Because the second derivative f (x) is just the derivative of the first derivative f (x), we have the following: 5

6 Theorem: (The Second Derivative Test for Concavity) Let f(x) be a twice differentiable on an interval I. Then If f (x) > 0 on I, the graph of f(x) is concave up. If f (x) < 0 on I, the graph of f(x) is concave down. Definition: A point where the graph of f(x) has a tangent line and where the concavity changes is called a point of inflection. Example: The function f(x) = x 3 has a point of inflection at x = 0, as the second derivative f (x) = 6x changes from negative to positive at x = 0, and so by the second derivative test for concavity, the concavity of the graph of f(x) changes at x = 0. And because f(x) does have a tangent line at x = 0, x = 0 is a point of inflection x 3-5 Note that at a point of inflection, either f (x) does not exist or f (x) = 0. However, this is not sufficient for a point to be a point of inflection. Example: The function f(x) = x 4 does not have a point of inflection at x = 0, as the second derivative f (x) = 12x 2 is positive to the left of x = 0 and is still positive to the right of x = x

7 Technique for Sketching Graphs: Identify the domain of f(x) and any symmetries it might have. Find f (x) and f (x). Find the critical points of f(x), and identify the function s behavior at each one (i.e, is the point a local maximum, minimum, or neither). Find where f(x) is increasing and decreasing. Find points of inflection and determine the concavity of f(x). Identify any asymptotes. Plot key points, such as the intercepts and any points found in steps 3 5, and sketch the curve. 4.5 L Hôpital s Rule Indeterminate Forms: Expressions of the form 0 0,, 0,, 1, 0 0, 0. These expressions are not numbers, and hence can t be equal to a number. Theorem: (L Hôpital s Rule) If either or then so long as all of these expressions exist. lim f(x) = lim g(x) = 0 x c x c lim f(x) = lim g(x) = x c x c f(x) lim x c g(x) = lim f (x) x c g (x) Sometimes when using L Hôpital s Rule, you will have to use the rule more than once, and sometimes you have to rewrite the expression you are working with in order to get an expression where you can use L Hôpital s Rule. Example: lim x x sin( 1 x ) First we need to rewrite this expression to use L Hôpital s Rule. Now notice that lim x sin( 1 x x ) = lim sin( 1 x ) x 1 x lim sin( 1 x x ) = sin(0) = 0 and that 1 lim x x = 0 so in fact we can use L Hôpital s Rule. So we have that sin( 1 x lim ) x 1 = lim x x d dx sin( 1 x ) d 1 dx x cos( 1 x = lim )( x 2 ) x x 2 = lim cos( 1 x x ) = cos(0) = 1 7

8 4.6 Optimization Don t forget when doing optimization problems that you have do Demonstrate that a point is a local extremum. Demonstrate that a point is a global extremum (This always requires you to say something about the domain of your function, and not just the domain of the function you have, but the effective domain, i.e. the domain that makes sense given the model you are working with). Answer in a sentence with units. 8

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

Calculus The Mean Value Theorem October 22, 2018

Calculus The Mean Value Theorem October 22, 2018 Calculus The Mean Value Theorem October, 018 Definitions Let c be a number in the domain D of a function f. Then f(c) is the (a) absolute maximum value of f on D, i.e. f(c) = max, if f(c) for all x in

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

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

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 A Function and its Second Derivative Recall page 4 of Handout 3.1 where we encountered the third degree polynomial f(x) = x 3 5x 2 4x + 20. Its derivative

More information

AP Calculus. Analyzing a Function Based on its Derivatives

AP Calculus. Analyzing a Function Based on its Derivatives AP Calculus Analyzing a Function Based on its Derivatives Student Handout 016 017 EDITION Click on the following link or scan the QR code to complete the evaluation for the Study Session https://www.surveymonkey.com/r/s_sss

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

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

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

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

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

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Essentials of Calculus by James Stewart Prepared by Jason Gaddis Chapter 3 - Applications of Differentiation 3.1 - Maximum and Minimum Values Note We continue our study of functions using derivatives.

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

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

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

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

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

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

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

Graphical Relationships Among f, f,

Graphical Relationships Among f, f, Graphical Relationships Among f, f, and f The relationship between the graph of a function and its first and second derivatives frequently appears on the AP exams. It will appear on both multiple choice

More information

M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, Section time (circle one): 11:00am 1:00pm 2:00pm

M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, Section time (circle one): 11:00am 1:00pm 2:00pm M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, 2011 NAME EID Section time (circle one): 11:00am 1:00pm 2:00pm No books, notes, or calculators. Show all your work. Do NOT open this exam booklet

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

Learning Objectives for Math 165

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

More information

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

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

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

WEEK 8. CURVE SKETCHING. 1. Concavity

WEEK 8. CURVE SKETCHING. 1. Concavity WEEK 8. CURVE SKETCHING. Concavity Definition. (Concavity). The graph of a function y = f(x) is () concave up on an interval I if for any two points a, b I, the straight line connecting two points (a,

More information

MTH4100 Calculus I. Bill Jackson School of Mathematical Sciences QMUL. Week 9, Semester 1, 2013

MTH4100 Calculus I. Bill Jackson School of Mathematical Sciences QMUL. Week 9, Semester 1, 2013 MTH4100 School of Mathematical Sciences QMUL Week 9, Semester 1, 2013 Concavity Concavity In the literature concave up is often referred to as convex, and concave down is simply called concave. The second

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculus 1 Instructor: James Lee Practice Exam 3 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine from the graph whether the function

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

November 13, 2018 MAT186 Week 8 Justin Ko

November 13, 2018 MAT186 Week 8 Justin Ko 1 Mean Value Theorem Theorem 1 (Mean Value Theorem). Let f be a continuous on [a, b] and differentiable on (a, b). There eists a c (a, b) such that f f(b) f(a) (c) =. b a Eample 1: The Mean Value Theorem

More information

A.P. Calculus Holiday Packet

A.P. Calculus Holiday Packet A.P. Calculus Holiday Packet Since this is a take-home, I cannot stop you from using calculators but you would be wise to use them sparingly. When you are asked questions about graphs of functions, do

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

What makes f '(x) undefined? (set the denominator = 0)

What makes f '(x) undefined? (set the denominator = 0) Chapter 3A Review 1. Find all critical numbers for the function ** Critical numbers find the first derivative and then find what makes f '(x) = 0 or undefined Q: What is the domain of this function (especially

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

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1.

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1. F16 MATH 15 Test November, 016 NAME: SOLUTIONS CRN: Use only methods from class. You must show work to receive credit. When using a theorem given in class, cite the theorem. Reminder: Calculators are not

More information

Summary of Derivative Tests

Summary of Derivative Tests Summary of Derivative Tests Note that for all the tests given below it is assumed that the function f is continuous. Critical Numbers Definition. A critical number of a function f is a number c in the

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

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

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

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

Applications of Differentiation

Applications of Differentiation Applications of Differentiation Definitions. A function f has an absolute maximum (or global maximum) at c if for all x in the domain D of f, f(c) f(x). The number f(c) is called the maximum value of f

More information

Exam 3 MATH Calculus I

Exam 3 MATH Calculus I Trinity College December 03, 2015 MATH 131-01 Calculus I By signing below, you attest that you have neither given nor received help of any kind on this exam. Signature: Printed Name: Instructions: Show

More information

Test 3 Review. fx ( ) ( x 2) 4/5 at the indicated extremum. y x 2 3x 2. Name: Class: Date: Short Answer

Test 3 Review. fx ( ) ( x 2) 4/5 at the indicated extremum. y x 2 3x 2. Name: Class: Date: Short Answer Name: Class: Date: ID: A Test 3 Review Short Answer 1. Find the value of the derivative (if it exists) of fx ( ) ( x 2) 4/5 at the indicated extremum. 7. A rectangle is bounded by the x- and y-axes and

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

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

What is on today. 1 Linear approximation. MA 123 (Calculus I) Lecture 17: November 2, 2017 Section A2. Professor Jennifer Balakrishnan,

What is on today. 1 Linear approximation. MA 123 (Calculus I) Lecture 17: November 2, 2017 Section A2. Professor Jennifer Balakrishnan, Professor Jennifer Balakrishnan, jbala@bu.edu What is on today 1 Linear approximation 1 1.1 Linear approximation and concavity....................... 2 1.2 Change in y....................................

More information

Sections 4.1 & 4.2: Using the Derivative to Analyze Functions

Sections 4.1 & 4.2: Using the Derivative to Analyze Functions Sections 4.1 & 4.2: Using the Derivative to Analyze Functions f (x) indicates if the function is: Increasing or Decreasing on certain intervals. Critical Point c is where f (c) = 0 (tangent line is horizontal),

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

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

Math 117: Honours Calculus I Fall, 2002 List of Theorems. a n k b k. k. Theorem 2.1 (Convergent Bounded) A convergent sequence is bounded.

Math 117: Honours Calculus I Fall, 2002 List of Theorems. a n k b k. k. Theorem 2.1 (Convergent Bounded) A convergent sequence is bounded. Math 117: Honours Calculus I Fall, 2002 List of Theorems Theorem 1.1 (Binomial Theorem) For all n N, (a + b) n = n k=0 ( ) n a n k b k. k Theorem 2.1 (Convergent Bounded) A convergent sequence is bounded.

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

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

Mathematics Lecture. 6 Chapter. 4 APPLICATIONS OF DERIVATIVES. By Dr. Mohammed Ramidh

Mathematics Lecture. 6 Chapter. 4 APPLICATIONS OF DERIVATIVES. By Dr. Mohammed Ramidh Mathematics Lecture. 6 Chapter. 4 APPLICATIONS OF DERIVATIVES By Dr. Mohammed Ramidh OVERVIEW: This chapter studies some of the important applications of derivatives. We learn how derivatives are used

More information

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C)

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C) Math 1120 Calculus Test 3 November 4, 1 Name In the first 10 problems, each part counts 5 points (total 50 points) and the final three problems count 20 points each Multiple choice section Circle the correct

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

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

Solutions to Math 41 First Exam October 18, 2012

Solutions to Math 41 First Exam October 18, 2012 Solutions to Math 4 First Exam October 8, 202. (2 points) Find each of the following its, with justification. If the it does not exist, explain why. If there is an infinite it, then explain whether it

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

MATH 2053 Calculus I Review for the Final Exam

MATH 2053 Calculus I Review for the Final Exam MATH 05 Calculus I Review for the Final Exam (x+ x) 9 x 9 1. Find the limit: lim x 0. x. Find the limit: lim x + x x (x ).. Find lim x (x 5) = L, find such that f(x) L < 0.01 whenever 0 < x

More information

Caculus 221. Possible questions for Exam II. March 19, 2002

Caculus 221. Possible questions for Exam II. March 19, 2002 Caculus 221 Possible questions for Exam II March 19, 2002 These notes cover the recent material in a style more like the lecture than the book. The proofs in the book are in section 1-11. At the end there

More information

Formulas that must be memorized:

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

More information

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

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

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

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

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

MATH 019: Final Review December 3, 2017

MATH 019: Final Review December 3, 2017 Name: MATH 019: Final Review December 3, 2017 1. Given f(x) = x 5, use the first or second derivative test to complete the following (a) Calculate f (x). If using the second derivative test, calculate

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

A function is actually a simple concept; if it were not, history would have replaced it with a simpler one by now! Here is the definition:

A function is actually a simple concept; if it were not, history would have replaced it with a simpler one by now! Here is the definition: 1.2 Functions and Their Properties A function is actually a simple concept; if it were not, history would have replaced it with a simpler one by now! Here is the definition: Definition: Function, Domain,

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

MA 113 Calculus I Fall 2012 Exam 3 13 November Multiple Choice Answers. Question

MA 113 Calculus I Fall 2012 Exam 3 13 November Multiple Choice Answers. Question MA 113 Calculus I Fall 2012 Exam 3 13 November 2012 Name: Section: Last 4 digits of student ID #: This exam has ten multiple choice questions (five points each) and five free response questions (ten points

More information

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

More information

Math 180, Final Exam, Fall 2012 Problem 1 Solution

Math 180, Final Exam, Fall 2012 Problem 1 Solution Math 80, Final Exam, Fall 0 Problem Solution. Find the derivatives of the following functions: (a) ln(ln(x)) (b) x 6 + sin(x) e x (c) tan(x ) + cot(x ) (a) We evaluate the derivative using the Chain Rule.

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

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

The Mean Value Theorem

The Mean Value Theorem Math 31A Discussion Session Week 6 Notes February 9 and 11, 2016 This week we ll discuss some (unsurprising) properties of the derivative, and then try to use some of these properties to solve a real-world

More information

MA 137 Calculus 1 with Life Science Applications Monotonicity and Concavity (Section 5.2) Extrema, Inflection Points, and Graphing (Section 5.

MA 137 Calculus 1 with Life Science Applications Monotonicity and Concavity (Section 5.2) Extrema, Inflection Points, and Graphing (Section 5. MA 137 Calculus 1 with Life Science Applications Monotonicity and Concavity (Section 52) Extrema, Inflection Points, and Graphing (Section 53) Alberto Corso albertocorso@ukyedu Department of Mathematics

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

Work the following on notebook paper. You may use your calculator to find

Work the following on notebook paper. You may use your calculator to find CALCULUS WORKSHEET ON 3.1 Work the following on notebook paper. You may use your calculator to find f values. 1. For each of the labeled points, state whether the function whose graph is shown has an absolute

More information

Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.7: Maximum and Minimum Values

Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.7: Maximum and Minimum Values Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.7: Maximum and Minimum Values I. Review from 1225 A. Definitions 1. Local Extreme Values (Relative) a. A function f has a local

More information

MAT137 Calculus! Lecture 20

MAT137 Calculus! Lecture 20 official website http://uoft.me/mat137 MAT137 Calculus! Lecture 20 Today: 4.6 Concavity 4.7 Asypmtotes Next: 4.8 Curve Sketching Indeterminate Forms for Limits Which of the following are indeterminate

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

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

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

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

More information

Review for the Final Exam

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

More information

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

Calculus AB Topics Limits Continuity, Asymptotes

Calculus AB Topics Limits Continuity, Asymptotes Calculus AB Topics Limits Continuity, Asymptotes Consider f x 2x 1 x 3 1 x 3 x 3 Is there a vertical asymptote at x = 3? Do not give a Precalculus answer on a Calculus exam. Consider f x 2x 1 x 3 1 x 3

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

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

AB Calc Sect Notes Monday, November 28, 2011

AB Calc Sect Notes Monday, November 28, 2011 Assignments & Opportunities: I will TRY to have Sketchpad projects back to you next Monday or Tuesday. Tomorrow: p268; 5,22,27,45 & p280; 9 AB Calc Sect 4.3 - Notes Monday, November 28, 2011 Today's Topics

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

Derivatives and Shapes of Curves

Derivatives and Shapes of Curves MATH 1170 Section 43 Worksheet NAME Derivatives and Shapes of Curves In Section 42 we discussed how to find the extreme values of a function using the derivative These results say, In Chapter 2, we discussed

More information

3.Applications of Differentiation

3.Applications of Differentiation 3.Applications of Differentiation 3.1. Maximum and Minimum values Absolute Maximum and Absolute Minimum Values Absolute Maximum Values( Global maximum values ): Largest y-value for the given function Absolute

More information

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x)

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x) Math 261 Calculus I Test 1 Study Guide Name Decide whether the it exists. If it exists, find its value. 1) x 1 f(x) 2) x -1/2 f(x) Complete the table and use the result to find the indicated it. 3) If

More information

Definitions & Theorems

Definitions & Theorems Definitions & Theorems Math 147, Fall 2009 December 19, 2010 Contents 1 Logic 2 1.1 Sets.................................................. 2 1.2 The Peano axioms..........................................

More information