6.2 Important Theorems

Size: px
Start display at page:

Download "6.2 Important Theorems"

Transcription

1 6.2. IMPORTANT THEOREMS Important Theorems Local Extrema and Fermat s Theorem Definition (local extrema) Let f : I R with c I. 1. f has a local maximum at c if there is a neighborhood U of c such that f (x) f (c) for all x U I. 2. f has a local minimum at c if there is a neighborhood U of c such that f (x) f (c) for all x U I. 3. A local extremum is either a local maximum or a local minimum. Finding local extrema is made easier by the following theorem. Theorem Suppose that f has a local extremum at an interior point c of I. If f is differentiable at c, then f (c) = 0. Proof. We give a hint for the proof in the case f has a local maximum at c and ask the reader to complete the proof as part of the homework. Write the definition of f having a local maximum at an interior point c of I. Study the sign of f (x) f (c) x c on each side of c. Use the previous step to deduce the sign of the one-sided derivatives. Use the fact that f is differentiable at c, to finish the proof. The above theorem tells us exactly which numbers to look for when we are trying to find extreme values. If c corresponds to an extreme value, then either f (c) exists or it does not exist. If it exists, the above theorem tells us it must be 0. So, we conclude: Corollary A function f has an extreme value at an interior point c if either f (c) = 0 or f (c) does not exist. Definition (critical number) A number c which satisfies the conditions of the corollary is called a critical number. As you will remember from differential calculus, not every critical number corresponds to an extreme value. This is why when looking for extreme values, we first find critical numbers. Then, these critical numbers must be tested to see which ones correspond to a local maximum, local minimum or neither. In the homework, you will be asked to develop a procedure to find local extrema.

2 224 CHAPTER 6. DIFFERENTIATION Intermediate Value Property of the Derivative Earlier, we saw that being differentiable implied being continuous, the converse being false. The derivative itself needs not be continuous. We saw an example of a function continuous and differentiable at 0, whose derivative was not continuous at 0 (see problem 9). However, it turns out that even if the derivative is not continuous, it still has one of the very important properties continuous functions have: the intermediate value property. Theorem Let f : I R be a function. If f is differentiable on I, then f satisfies the intermediate value property on I. That is, given a, b in I with C between f (a) and f (b), f (a) f (b), then there exists c between a and b such that f (c) = C. Proof. We outline the proof and ask the reader to fill in the details as part of the homework. Without loss of generality, we may assume that a < b. Then, either f (a) < f (b) or f (a) > f (b) (since f (a) f (b)). We do the proof in the case f (a) < f (b), the other case is also part of the homework. In this case, f (a) < C < f (b). Define F : [a, b] R x f (x) Cx 1. Explain why F is differentiable and continuous on [a, b]. 2. Explain why it is enough to prove there exists c in (a, b) such that F (c) = Explain why F has a global maximum and a global minimum on [a, b]. 4. Explain why if either the global maximum or the global minimum occur at an interior point c of [a, b], then F (c) = Therefore, we must show that at least one of these (the global maximum or global minimum) occurs at an interior point. Prove it by contradiction. Assume they do not, that is they both happen at the end points. Show this leads to a contradiction. Note that there are two cases to consider. Case 1: F (a) is a global maximum, F (b) is a global minimum. Compute the sign of f (b) C using the fact that f (b) C = F (b) and compare what you get with the fact that f (a) < C < f (b). Case 2: F (a) is a global minimum, F (b) is a global maximum. Do the same as for case 1, except use f (a) C. Remark The above theorem can be used to determine where a function f is increasing or decreasing. From corollary 6.2.9, we know that it is enough to know the sign of f (x). If we know that there exist two numbers c 1 and c 2 with c 1 < c 2 such that f (c 1 ) = f (c 2 ) = 0 and we also know that f (x) 0

3 6.2. IMPORTANT THEOREMS 225 for every x (c 1, c 2 ) then this theorem tells us that f (c) is either positive or negative on the whole interval (c 1, c 2 ) thus to know the sign of f (x) on (c 1, c 2 ), it is enough to know it at a point of (c 2, c 2 ) Mean Value Theorems These theorems are among the most useful theorems not only for the applications they have, but also for their use in establishing other important results. We begin with the most general version of the mean value theorem. Then, we will derive the Mean Value Theorem usually taught in differential calculus from it. Theorem (Cauchy s Mean Value Theorem) Let f and g be two functions which are continuous on [a, b] and differentiable on (a, b). Then, there exists c in (a, b) such that or [f (b) f (a)] g (c) = [g (b) g (a)] f (c) f (b) f (a) g (b) g (a) = f (c) g (c) Proof. We outline the proof and ask the reader to fill in the details as part of the homework. Define F : [a, b] R by F (x) = [f (b) f (a)] g (x) [g (b) g (a)] f (x). Explain why F is continuous on [a, b] and differentiable on (a, b). Show that F (a) = F (b). Explain why to prove the result it is enough to show that there exists c in (a, b) such that F (c) = 0. There are two cases to consider: If F is a constant function, any c in (a, b) will work. If F is not constant, use Fermat s theorem to show that F (c) = 0 for some c. Be careful, you will have to establish that c is an interior point in order to apply Fermat s theorem. Theorem (Mean Value Theorem) If f is continuous on [a, b] and differentiable on (a, b), then there exists c in (a, b) such that f (c) = f (b) f (a) b a Proof. Apply Cauchy s mean value theorem with g (x) = x.

4 226 CHAPTER 6. DIFFERENTIATION The geometric interpretation of the Mean Value Theorem is that there exists a point c at which the slope of the tangent is the same as the slope of the secant line through (a, f (a)) and (b, f (b)). This can be seen easily on a picture. Cauchy s Mean Value Theorem has the same geometric interpretation when we consider the curves as given parametrically by x = f (t), and y = g (t). The Mean Value Theorem allows us to link the derivative of a function with the function itself. This has immediate consequences. Corollary Suppose that f is continuous on [a, b] and diff erentiable on (a, b). Then: 1. If f (x) = 0 for all x in (a, b), then f is a constant function on [a, b]. 2. If f (x) 0 for all x in (a, b), then f is monotone increasing on [a, b]. 3. If f (x) > 0 for all x in (a, b), then f is strictly increasing on [a, b]. 4. If f (x) 0 for all x in (a, b), then f is monotone decreasing on [a, b]. 5. If f (x) < 0 for all x in (a, b), then f is strictly decreasing on [a, b]. Proof. Left as an exercise. Remark It is important to understand that the results of the corollary are only valid on an interval, not at a point. It is possible for a function to satisfy f (c) > 0 yet for f not to be increasing in any neighborhood of c as shown in problem 11. Remark Another important consequence of the Mean Value Theorem appears in the exercises. If a function has a bounded derivative on an interval, then it is uniformly continuous there. This fact can be used to show that sin x and cos x are uniformly continuous. Another application appears below. Example If a < b, prove that e a (b a) < e b e a < e b (b a) Let f (x) = e x. Then, by the Mean Value Theorem there exists a number c such that f (b) f (a) = f (c) (b a). So, e b e a = e c (b a) If a < b, then e a < e b since e x is monotone increasing. Since b a > 0, we have e a (b a) < e c (b a) < e b (b a) or e a (b a) < e b e a < e b (b a)

5 6.2. IMPORTANT THEOREMS Exercises 1. Sketch the graph of a function which satisfies the conditions in each case below. (a) f has a local maximum at x = 2, f (2) exists. (b) f has a local minimum at x = 2, f (2) exists. (c) f has a local maximum at x = 2, f (2) does not exists. (d) f has a local minimum at x = 2, f (2) does not exists. (e) f has a critical number at x = 2 (f (2) = 0) but f has no extrema at x = 2. (f) f has a critical number at x = 2 (f (2) does not exist) but f has no extrema at x = Complete the proof of theorem in the case f has a local maximum at c then do it in the case f has a local minimum at c. 3. Finish proving theorem using the hint, then do thoroughly the case f (a) > f (b). 4. Prove theorem using the hint provided. 5. Prove theorem using the hint provided. 6. Prove the following theorem known as Rolle s theorem: If f is continuous on [a, b], differentiable on (a, b) and f (a) = f (b), then there exists c (a, b) such that f (c) = Find a proof for theorem different than the one suggested in the notes. 8. Prove corollary Prove that if f has a bounded derivative on an interval I, then f is uniformly continuous on I. 10. Let f : [0, 2] R be continuous on [0, 2] and differentiable on (0, 2) with f (0) = 0 and f (1) = f (2) = 1. (a) Show that there is a c 1 in (0, 1) such that f (c 1 ) = 1. (b) Show that there is a c 2 in (1, 2) such that f (c 2 ) = 0. (c) Show that there is a c 3 in (0, 2) such that f (c 3 ) = Let f (x) = { x + 2x 2 sin 1 x if x 0 0 if x = 0. (a) Show that f (0) = 1

6 228 CHAPTER 6. DIFFERENTIATION (b) Show that f (x) takes on both positive and negative values in every neighborhood of Using some of the theorems in this section, outline and justify a step by step method used to find the local extreme values of a function on an open interval and the global extreme values of a function on a closed interval. Illustrate your technique with examples. 13. The following result is known as the second derivative test. Let f : [a, b] R be differentiable on (a, b). Let c (a, b) such that f (c) = 0. (a) If f (c) > 0, prove that f has a local minimum at c. (b) If f (c) < 0, prove that f has a local maximum at c. (c) Show by example that if f (c) = 0 then no conclusion can be made. 14. Let f : [a, b] R such that f is continuous on [a, b] and differentiable on (a, b). Suppose further that f (x) M on (a, b) for some positive constant M. (a) Prove that for every s, t in [a, b], f (s) f (t) M s t, in other words f is Lipschitz on [a, b]. (b) Make a conjecture about the value of M and prove your conjecture. (c) Under the conditions of this problem, prove that f is uniformly continuous on [a, b].

7 6.2. IMPORTANT THEOREMS Hints for the Exercises 1. Sketch the graph of a function which satisfies the conditions in each case below. (a) f has a local maximum at x = 2, f (2) exists. (b) f has a local minimum at x = 2, f (2) exists. (c) f has a local maximum at x = 2, f (2) does not exists. (d) f has a local minimum at x = 2, f (2) does not exists. (e) f has a critical number at x = 2 (f (2) = 0) but f has no extrema at x = 2. (f) f has a critical number at x = 2 (f (2) does not exist) but f has no extrema at x = Complete the proof of theorem in the case f has a local maximum at c then do it in the case f has a local minimum at c. Hint: outline of the proof for a local maximum. Write the definition of f having a local maximum at an interior point c of I. f (x) f (c) Study the sign of on each side of c. x c Use the previous step to deduce the sign of the one-sided derivatives. Use the fact that f is differentiable at c, to finish the proof. 3. Finish proving theorem using the hint, then do thoroughly the case f (a) > f (b). Hint: see the question. 4. Prove theorem using the hint provided. Hint: see the question. 5. Prove theorem using the hint provided. Hint: see the question. 6. Prove the following theorem known as Rolle s theorem: If f is continuous on [a, b], differentiable on (a, b) and f (a) = f (b), then there exists c (a, b) such that f (c) = 0. Hint: use theorem Find a proof for theorem different than the one suggested in the notes Hint: use Rolle s theorem on the function g (x) = f (x) f (a) f(b) f(a) b a (x a). 8. Prove corollary Hint: use the mean value theorem.

8 230 CHAPTER 6. DIFFERENTIATION 9. Prove that if f has a bounded derivative on an interval I, then f is uniformly continuous on I. 10. Let f : [0, 2] R be continuous on [0, 2] and differentiable on (0, 2) with f (0) = 0 and f (1) = f (2) = 1. Hint: use the mean value theorem. (a) Show that there is a c 1 in (0, 1) such that f (c 1 ) = 1. (b) Show that there is a c 2 in (1, 2) such that f (c 2 ) = 0. (c) Show that there is a c 3 in (0, 2) such that f (c 3 ) = Let f (x) = { x + 2x 2 sin 1 x if x 0 0 if x = 0. (a) Show that f (0) = 1 (b) Show that f (x) takes on both positive and negative values in every neighborhood of 0. Hint: for an arbitrary δ > 0, find 2 sequences (u n ) and (v n ), which are eventually in ( δ, δ) such that f (u n ) < 0 and f (v n ) > Using some of the theorems in this section, outline and justify a step by step method used to find the local extreme values of a function on an open interval and the global extreme values of a function on a closed interval. Illustrate your technique with examples. 13. The following result is known as the second derivative test. Let f : [a, b] R be differentiable on (a, b). Let c (a, b) such that f (c) = 0. Hint: use definitions and study the sign of f (x) on each side of c. (a) If f (c) > 0, prove that f has a local minimum at c. (b) If f (c) < 0, prove that f has a local maximum at c. (c) Show by example that if f (c) = 0 then no conclusion can be made. 14. Let f : [a, b] R such that f is continuous on [a, b] and differentiable on (a, b). Suppose further that f (x) M on (a, b) for some positive constant M. (a) Prove that for every s, t in [a, b], f (s) f (t) M s t, in other words f is Lipschitz on [a, b]. Hint: use the Mean Value Theorem. (b) Make a conjecture about the value of M and prove your conjecture. Hint: What can be said about the set of values {f (x) : x [a, b]}? (c) Under the conditions of this problem, prove that f is uniformly continuous on [a, b]. Hint: Use results in the section on uniformly continuous functions.

9 Bibliography [B] Bartle, G. Robert, The elements of Real Analysis, Second Edition, John Wiley & Sons, [C1] Courant, R., Diff erential and Integral Calculus, Second Edition, Volume 1, Wiley, [C2] Courant, R., Diff erential and Integral Calculus, Second Edition, Volume 2, Wiley, [DS] Dangello, Frank & Seyfried Michael, Introductory Real Analysis, Houghton Miffl in, [F] Fulks, Watson, Advanced Calculus, an Introduction to Analysis, Third Edition, John Wiley & Sons, [GN] Gaskill, F. Herbert & Narayanaswami P. P., Elements of Real Analysis, Prentice Hall, [LL] Lewin, J. & Lewin, M., An Introduction to Mathematical Analysis, Second Edition, McGraw-Hill, [MS] Stoll, Manfred, Introduction to Real Analysis, Second Edition, Addison- Wesley Higher Mathematics,

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 200 CHAPTER 5. LIMIT AND CONTINUITY OF A FUNCTION 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

Differentiation - Important Theorems

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

More information

Important Properties of R

Important Properties of R Chapter 2 Important Properties of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference

More information

f (x) dx = F (b) F (a), where F is any function whose derivative is

f (x) dx = F (b) F (a), where F is any function whose derivative is Chapter 7 Riemann Integration 7.1 Introduction The notion of integral calculus is closely related to the notion of area. The earliest evidence of integral calculus can be found in the works of Greek geometers

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 5.5. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 195 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

6.2 Deeper Properties of Continuous Functions

6.2 Deeper Properties of Continuous Functions 6.2. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 69 6.2 Deeper Properties of Continuous Functions 6.2. Intermediate Value Theorem and Consequences When one studies a function, one is usually interested in

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

Lesson 59 Rolle s Theorem and the Mean Value Theorem

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

More information

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

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Mean Value Theorem MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Background: Corollary to the Intermediate Value Theorem Corollary Suppose f is continuous on the closed interval

More information

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Mean Value Theorem MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Background: Corollary to the Intermediate Value Theorem Corollary Suppose f is continuous on the closed interval

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

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

Functions of Several Variables

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

More information

5.4 Continuity: Preliminary Notions

5.4 Continuity: Preliminary Notions 5.4. CONTINUITY: PRELIMINARY NOTIONS 181 5.4 Continuity: Preliminary Notions 5.4.1 Definitions The American Heritage Dictionary of the English Language defines continuity as an uninterrupted succession,

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

Functions of Several Variables

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

More information

Mean Value Theorems Lesson: Mean Value Theorems Paper : Analysis-II Lesson Developer :

Mean Value Theorems Lesson: Mean Value Theorems Paper : Analysis-II Lesson Developer : Lesson: Mean Value Theorems Paper : Analysis-II Lesson Developer : Ms Santosh Kaushik and Ms Harindri Chaudhary College: Department of Mathematics, Bhagini Nivedita College and Department of Mathematics,

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

We saw in the previous lectures that continuity and differentiability help to understand some aspects of a

We saw in the previous lectures that continuity and differentiability help to understand some aspects of a Module 3 : Differentiation and Mean Value Theorems Lecture 9 : Roll's theorem and Mean Value Theorem Objectives In this section you will learn the following : Roll's theorem Mean Value Theorem Applications

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

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

More information

4. We accept without proofs that the following functions are differentiable: (e x ) = e x, sin x = cos x, cos x = sin x, log (x) = 1 sin x

4. We accept without proofs that the following functions are differentiable: (e x ) = e x, sin x = cos x, cos x = sin x, log (x) = 1 sin x 4 We accept without proofs that the following functions are differentiable: (e x ) = e x, sin x = cos x, cos x = sin x, log (x) = 1 sin x x, x > 0 Since tan x = cos x, from the quotient rule, tan x = sin

More information

120 CHAPTER 1. RATES OF CHANGE AND THE DERIVATIVE. Figure 1.30: The graph of g(x) =x 2/3.

120 CHAPTER 1. RATES OF CHANGE AND THE DERIVATIVE. Figure 1.30: The graph of g(x) =x 2/3. 120 CHAPTER 1. RATES OF CHANGE AND THE DERIVATIVE Figure 1.30: The graph of g(x) =x 2/3. We shall return to local extrema and monotonic functions, and look at them in more depth in Section 3.2. 1.5.1 Exercises

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

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

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

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

2.2 Some Consequences of the Completeness Axiom

2.2 Some Consequences of the Completeness Axiom 60 CHAPTER 2. IMPORTANT PROPERTIES OF R 2.2 Some Consequences of the Completeness Axiom In this section, we use the fact that R is complete to establish some important results. First, we will prove that

More information

MAT137 Calculus! Lecture 10

MAT137 Calculus! Lecture 10 MAT137 Calculus! Lecture 10 Today we will study the Mean Value Theorem and its applications. Extrema. Optimization Problems. (4.2-4.5) PS4 is due this Friday June 23. Next class: Curve Sketching (4.6-4.8)

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

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

f ', the first derivative of a differentiable function, f. Use the

f ', the first derivative of a differentiable function, f. Use the f, f ', and The graph given to the right is the graph of graph to answer the questions below. f '' Relationships and The Extreme Value Theorem 1. On the interval [0, 8], are there any values where f(x)

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

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

More information

Student Study Session. Theorems

Student Study Session. Theorems Students should be able to apply and have a geometric understanding of the following: Intermediate Value Theorem Mean Value Theorem for derivatives Extreme Value Theorem Name Formal Statement Restatement

More information

1 Continuation of solutions

1 Continuation of solutions Math 175 Honors ODE I Spring 13 Notes 4 1 Continuation of solutions Theorem 1 in the previous notes states that a solution to y = f (t; y) (1) y () = () exists on a closed interval [ h; h] ; under certain

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

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

Differentiation - Quick Review From Calculus

Differentiation - Quick Review From Calculus Differentiation - Quick Review From Calculus Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Differentiation - Quick Review From Calculus Current Semester 1 / 13 Introduction In this section,

More information

MATH 409 Advanced Calculus I Lecture 16: Mean value theorem. Taylor s formula.

MATH 409 Advanced Calculus I Lecture 16: Mean value theorem. Taylor s formula. MATH 409 Advanced Calculus I Lecture 16: Mean value theorem. Taylor s formula. Points of local extremum Let f : E R be a function defined on a set E R. Definition. We say that f attains a local maximum

More information

Exploring the Derivative (2.7, 2.8) Prelab: Review Figure 1 (p. 141), Figure 6 (p. 143), Example 7 (p. 147) and Equation 2 (p.

Exploring the Derivative (2.7, 2.8) Prelab: Review Figure 1 (p. 141), Figure 6 (p. 143), Example 7 (p. 147) and Equation 2 (p. Exploring the Derivative (2.7, 2.8) Prelab: Review Figure (p. 4), Figure 6 (p. 43), Example 7 (p. 47) and Equation 2 (p. 52) I. Introduction: We begin by exploring a tangent line geometrically. Suppose

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

Linearization and Extreme Values of Functions

Linearization and Extreme Values of Functions Linearization and Extreme Values of Functions 3.10 Linearization and Differentials Linear or Tangent Line Approximations of function values Equation of tangent to y = f(x) at (a, f(a)): Tangent line approximation

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

HOMEWORK 2 SOLUTIONS

HOMEWORK 2 SOLUTIONS HOMEWORK SOLUTIONS MA11: ADVANCED CALCULUS, HILARY 17 (1) Find parametric equations for the tangent line of the graph of r(t) = (t, t + 1, /t) when t = 1. Solution: A point on this line is r(1) = (1,,

More information

Lesson 5. Partial and Total Derivatives

Lesson 5. Partial and Total Derivatives Module 1: Differential Calculus Lesson 5 Partial and Total Derivatives 5.1 Introduction Let, we denote as the partial derivative of with respect to and define as and similarly Example 5.1: Given, find

More information

Understanding Part 2 of The Fundamental Theorem of Calculus

Understanding Part 2 of The Fundamental Theorem of Calculus Understanding Part of The Fundamental Theorem of Calculus Worksheet 8: The Graph of F () What is an Anti-Derivative? Give an eample that is algebraic: and an eample that is graphical: eample : Below is

More information

Unit 5: Applications of Differentiation

Unit 5: Applications of Differentiation Unit 5: Applications of Differentiation DAY TOPIC ASSIGNMENT 1 Implicit Differentiation (p. 1) p. 7-73 Implicit Differentiation p. 74-75 3 Implicit Differentiation Review 4 QUIZ 1 5 Related Rates (p. 8)

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

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Advanced Calculus I Chapter 2 & 3 Homework Solutions October 30, Prove that f has a limit at 2 and x + 2 find it. f(x) = 2x2 + 3x 2 x + 2

Advanced Calculus I Chapter 2 & 3 Homework Solutions October 30, Prove that f has a limit at 2 and x + 2 find it. f(x) = 2x2 + 3x 2 x + 2 Advanced Calculus I Chapter 2 & 3 Homework Solutions October 30, 2009 2. Define f : ( 2, 0) R by f(x) = 2x2 + 3x 2. Prove that f has a limit at 2 and x + 2 find it. Note that when x 2 we have f(x) = 2x2

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

Prentice Hall Calculus: Graphical, Numerical, and Algebraic AP* Student Edition 2007

Prentice Hall Calculus: Graphical, Numerical, and Algebraic AP* Student Edition 2007 Prentice Hall Calculus: Graphical, Numerical, and Algebraic AP* Student Edition 2007 C O R R E L A T E D T O AP Calculus AB Standards I Functions, Graphs, and Limits Analysis of graphs. With the aid of

More information

x x implies that f x f x.

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

More information

1.2 Functions What is a Function? 1.2. FUNCTIONS 11

1.2 Functions What is a Function? 1.2. FUNCTIONS 11 1.2. FUNCTIONS 11 1.2 Functions 1.2.1 What is a Function? In this section, we only consider functions of one variable. Loosely speaking, a function is a special relation which exists between two variables.

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

Module 7 : Applications of Integration - I. Lecture 20 : Definition of the power function and logarithmic function with positive base [Section 20.

Module 7 : Applications of Integration - I. Lecture 20 : Definition of the power function and logarithmic function with positive base [Section 20. Module 7 : Applications of Integration - I Lecture 20 : Definition of the power function and logarithmic function with positive base [Section 201] Objectives In this section you will learn the following

More information

Simplifying Section 13 By Joseph Pang

Simplifying Section 13 By Joseph Pang 1 Simplifying Section 13 By Joseph Pang Motivation: This is a study week, but actually it is a March Break taken place in February. Everyone always goes out, and have no time to do their BIG B43 Assignment

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

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

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

APPLICATIONS OF DIFFERENTIATION

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

More information

Theorems (IVT, EVT, and MVT)

Theorems (IVT, EVT, and MVT) Theorems (IVT, EVT, and MVT) Students should be able to apply and have a geometric understanding of the following: Intermediate Value Theorem Mean Value Theorem for derivatives Extreme Value Theorem Multiple

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

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

4.3 How derivatives affect the shape of a graph. The first derivative test and the second derivative test.

4.3 How derivatives affect the shape of a graph. The first derivative test and the second derivative test. Chapter 4: Applications of Differentiation In this chapter we will cover: 41 Maximum and minimum values The critical points method for finding extrema 43 How derivatives affect the shape of a graph The

More information

5 Finding roots of equations

5 Finding roots of equations Lecture notes for Numerical Analysis 5 Finding roots of equations Topics:. Problem statement. Bisection Method 3. Newton s Method 4. Fixed Point Iterations 5. Systems of equations 6. Notes and further

More information

Announcements. Topics: Homework:

Announcements. Topics: Homework: Topics: Announcements - section 2.6 (limits at infinity [skip Precise Definitions (middle of pg. 134 end of section)]) - sections 2.1 and 2.7 (rates of change, the derivative) - section 2.8 (the derivative

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

Lecture Notes on Metric Spaces

Lecture Notes on Metric Spaces Lecture Notes on Metric Spaces Math 117: Summer 2007 John Douglas Moore Our goal of these notes is to explain a few facts regarding metric spaces not included in the first few chapters of the text [1],

More information

A secant line is a line drawn through two points on a curve. The Mean Value Theorem relates the slope of a secant line to the slope of a tangent line.

A secant line is a line drawn through two points on a curve. The Mean Value Theorem relates the slope of a secant line to the slope of a tangent line. The Mean Value Theorem 10-1-005 A secant line is a line drawn through two points on a curve. The Mean Value Theorem relates the slope of a secant line to the slope of a tangent line. The Mean Value Theorem.

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

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

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

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

More information

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

WEEK 7 NOTES AND EXERCISES

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

More information

MTAEA Differentiation

MTAEA Differentiation School of Economics, Australian National University February 5, 2010 Basic Properties of the Derivative. Secant Tangent Applet l 3 l 2 l 1 a a 3 a 2 a 1 Figure: The derivative of f at a is the limiting

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

Analyzing Functions. Implicit Functions and Implicit Differentiation

Analyzing Functions. Implicit Functions and Implicit Differentiation Analyzing Functions Implicit Functions and Implicit Differentiation In mathematics, an implicit function is a generalization of the concept of a function in which the dependent variable, say, has not been

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

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

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

More information

= c, we say that f ( c ) is a local

= c, we say that f ( c ) is a local Section 3.4 Extreme Values Local Extreme Values Suppose that f is a function defined on open interval I and c is an interior point of I. The function f has a local minimum at x= c if f ( c) f ( x) for

More information

Math 117: Honours Calculus I Fall, 2012 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, 2012 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, 2012 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

z x = f x (x, y, a, b), z y = f y (x, y, a, b). F(x, y, z, z x, z y ) = 0. This is a PDE for the unknown function of two independent variables.

z x = f x (x, y, a, b), z y = f y (x, y, a, b). F(x, y, z, z x, z y ) = 0. This is a PDE for the unknown function of two independent variables. Chapter 2 First order PDE 2.1 How and Why First order PDE appear? 2.1.1 Physical origins Conservation laws form one of the two fundamental parts of any mathematical model of Continuum Mechanics. These

More information

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0.

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Infinite Limits Return to Table of Contents Infinite Limits Infinite Limits Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Now we will consider rational functions

More information

Section 2.1: The Derivative and the Tangent Line Problem Goals for this Section:

Section 2.1: The Derivative and the Tangent Line Problem Goals for this Section: Section 2.1: The Derivative and the Tangent Line Problem Goals for this Section: Find the slope of the tangent line to a curve at a point. Day 1 Use the limit definition to find the derivative of a function.

More information

MATH20101 Real Analysis, Exam Solutions and Feedback. 2013\14

MATH20101 Real Analysis, Exam Solutions and Feedback. 2013\14 MATH200 Real Analysis, Exam Solutions and Feedback. 203\4 A. i. Prove by verifying the appropriate definition that ( 2x 3 + x 2 + 5 ) = 7. x 2 ii. By using the Rules for its evaluate a) b) x 2 x + x 2

More information

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Introduction to Proofs in Analysis updated December 5, 2016 By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Purpose. These notes intend to introduce four main notions from

More information

Advanced Calculus Notes. Michael P. Windham

Advanced Calculus Notes. Michael P. Windham Advanced Calculus Notes Michael P. Windham February 25, 2008 Contents 1 Basics 5 1.1 Euclidean Space R n............................ 5 1.2 Functions................................. 7 1.2.1 Sets and functions........................

More information

Arc Length. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Arc Length Today 1 / 12

Arc Length. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Arc Length Today 1 / 12 Philippe B. Laval KSU Today Philippe B. Laval (KSU) Arc Length Today 1 / 12 Introduction In this section, we discuss the notion of curve in greater detail and introduce the very important notion of arc

More information

Limits and Their Properties

Limits and Their Properties Chapter 1 Limits and Their Properties Course Number Section 1.1 A Preview of Calculus Objective: In this lesson you learned how calculus compares with precalculus. I. What is Calculus? (Pages 42 44) Calculus

More information

Calculus and Maximization I

Calculus and Maximization I Division of the Humanities and Social Sciences Calculus and Maximization I KC Border Fall 2000 1 Maxima and Minima A function f : X R attains a global maximum or absolute maximum over X at x X if f(x )

More information

SMSTC (2017/18) Geometry and Topology 2.

SMSTC (2017/18) Geometry and Topology 2. SMSTC (2017/18) Geometry and Topology 2 Lecture 1: Differentiable Functions and Manifolds in R n Lecturer: Diletta Martinelli (Notes by Bernd Schroers) a wwwsmstcacuk 11 General remarks In this lecture

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

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

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics Continuity MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Fall 2017 Intuitive Idea A process or an item can be described as continuous if it exists without interruption. The mathematical

More information