zuai-logo

Graphs of Functions & Their Derivatives

Sarah Miller

Sarah Miller

7 min read

Listen to this study note

Study Guide Overview

This study guide covers the Mean Value Theorem, including its introduction, conditions (continuity and differentiability), and the theorem statement. It provides a worked example and practice questions. The guide also explains Rolle's Theorem as a special case, detailing its conditions and providing an example. Finally, it includes a summary and glossary of terms.

Mean Value Theorem

Table of Contents

  1. Introduction to the Mean Value Theorem
  2. Conditions for the Mean Value Theorem
  3. Understanding the Theorem
  4. Worked Example
  5. Practice Questions
  6. Rolle's Theorem
  7. Summary and Key Takeaways
  8. Glossary

Introduction to the Mean Value Theorem

The mean value theorem is a fundamental result in calculus that links the average rate of change of a function over an interval to the instantaneous rate of change at some point within that interval.

Conditions for the Mean Value Theorem

To apply the mean value theorem, the following conditions must be satisfied:

  1. The function ff must be continuous over the closed interval [a,b][a, b].
  2. The function ff must be differentiable over the open interval (a,b)(a, b).
Exam Tip

Always ensure to justify that the function satisfies both conditions of continuity and differentiability before applying the theorem in an exam.

Understanding the Theorem

If the above conditions are met, then there exists at least one point cc in the open interval (a,b)(a, b) such that:

f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

This means that there exists a point within the interval where the instantaneous rate of change (the derivative) is equal to the average rate of change over the interval.

Key Concept

The mean value theorem guarantees the existence of such a point but does not specify where it is.

Worked Example

A social sciences researcher is using a function m(t)m(t) to model the total mass of all the garden gnomes appearing on lawns in a particular neighborhood over time tt (measured in days). The function m(t)m(t) is twice-differentiable. The table below provides selected values of m(t)m(t) over the interval 0t120 \le t \le 12.
tt (days)0371012
m(t)m(t) (kg)24.936.070.389.789.1

Justify why there must be at least one time tt within 10t1210 \le t \le 12 at which m(t)=0.3m'(t) = -0.3 kilograms per day.

Solution:

  1. Verify Continuity and Differentiability:

    • Since m(t)m(t) is twice-differentiable, it is also differentiable.
    • A differentiable function is automatically continuous.
    • Thus, m(t)m(t) is continuous and differentiable over the interval [10,12][10, 12].
  2. Calculate the Average Rate of Change: Average rate of change=m(12)m(10)1210=89.189.72=0.62=0.3 kg/day\text{Average rate of change} = \frac{m(12) - m(10)}{12 - 10} = \frac{89.1 - 89.7}{2} = \frac{-0.6}{2} = -0.3 \text{ kg/day}

  3. Apply the Mean Value Theorem:

    • Since m(t)m(t) is continuous on [10,12][10, 12] and differentiable on (10,12](10, 12], by the mean value theorem, there exists at least one point tt in (10,12)(10, 12) such that: m(t)=0.3 kg/daym'(t) = -0.3 \text{ kg/day}

Thus, the mean value theorem guarantees the existence of such a point within the given interval.

Practice Questions

Practice Question
  1. Consider the function f(x)=x33x+2f(x) = x^3 - 3x + 2. Verify that the function satisfies the conditions of the mean value theorem over the interval [2,2][-2, 2] and find the value of cc where the theorem applies.

  2. Let g(x)=sin(x)g(x) = \sin(x) over the interval [0,π][0, \pi]. Show that there is a point cc in (0,π)(0, \pi) where g(c)=g(π)g(0)π0g'(c) = \frac{g(\pi) - g(0)}{\pi - 0}.

Rolle's Theorem

Introduction to Rolle's Theorem

Rolle's theorem is a special case of the mean value theorem. It applies when the function values at the endpoints of the interval are equal.

Conditions for Rolle's Theorem

  1. The function ff must be continuous over the closed interval [a,b][a, b].
  2. The function ff must be differentiable over the open interval (a,b)(a, b).
  3. The function values at the endpoints must be equal, i.e., f(a)=f(b)f(a) = f(b).

Statement of the Theorem

If the above conditions are met, then there exists at least one point cc in the open interval (a,b)(a, b) such that:

f(c)=0f'(c) = 0

This means that there is a point within the interval where the derivative (instantaneous rate of change) is zero, indicating a horizontal tangent line, which corresponds to a local maximum or minimum.

Key Concept

Rolle's theorem guarantees the existence of at least one point where the derivative is zero within the interval.

Consider the function h(x)=x24x+4h(x) = x^2 - 4x + 4 over the interval [0,4][0, 4].
  1. Verify the Conditions:

    • h(x)h(x) is a polynomial, so it is continuous and differentiable everywhere.
    • h(0)=0240+4=4h(0) = 0^2 - 4 \cdot 0 + 4 = 4
    • h(4)=4244+4=4h(4) = 4^2 - 4 \cdot 4 + 4 = 4
    • Hence, h(0)=h(4)h(0) = h(4).
  2. Apply Rolle's Theorem:

    • Since the conditions are satisfied, there must be at least one point cc in (0,4)(0, 4) where h(c)=0h'(c) = 0.
    • Compute the derivative: h(x)=2x4h'(x) = 2x - 4.
    • Set the derivative to zero: 2c4=0    c=22c - 4 = 0 \implies c = 2.

Thus, h(2)=0h'(2) = 0 and c=2c = 2 is the point where the derivative is zero within the interval.

Summary and Key Takeaways

  • The mean value theorem connects the average rate of change of a function over an interval to the instantaneous rate of change at some point within that interval.
  • To apply the mean value theorem, ensure the function is continuous on the closed interval and differentiable on the open interval.
  • Rolle's theorem is a special case of the mean value theorem, applicable when the function values at the endpoints are equal.
  • Both theorems guarantee the existence of specific points but do not pinpoint their exact locations.

Glossary

  • Continuous Function: A function without any breaks, jumps, or holes in its domain.
  • Differentiable Function: A function that has a derivative at every point in its domain.
  • Instantaneous Rate of Change: The derivative of a function at a specific point.
  • Average Rate of Change: The change in the value of a function over an interval divided by the length of the interval.

Practice Questions Solutions

  1. Question 1:

    • The function f(x)=x33x+2f(x) = x^3 - 3x + 2 is continuous and differentiable everywhere (being a polynomial).
    • The average rate of change over [2,2][-2, 2] is: f(2)f(2)2(2)=(2332+2)((2)33(2)+2)4=(86+2)(8+6+2)4=404=1\frac{f(2) - f(-2)}{2 - (-2)} = \frac{(2^3 - 3 \cdot 2 + 2) - ((-2)^3 - 3 \cdot (-2) + 2)}{4} = \frac{(8 - 6 + 2) - (-8 + 6 + 2)}{4} = \frac{4 - 0}{4} = 1
    • By the mean value theorem, there exists c(2,2)c \in (-2, 2) such that: f(c)=1f'(c) = 1
    • Compute the derivative: f(x)=3x23f'(x) = 3x^2 - 3.
    • Solve 3c23=13c^2 - 3 = 1: 3c2=4    c2=43    c=±43=±233c^2 = 4 \implies c^2 = \frac{4}{3} \implies c = \pm \sqrt{\frac{4}{3}} = \pm \frac{2}{\sqrt{3}}
  2. Question 2:

    • The function g(x)=sin(x)g(x) = \sin(x) is continuous and differentiable on [0,π][0, \pi].
    • The average rate of change over [0,π][0, \pi] is: g(π)g(0)π0=sin(π)sin(0)π=00π=0\frac{g(\pi) - g(0)}{\pi - 0} = \frac{\sin(\pi) - \sin(0)}{\pi} = \frac{0 - 0}{\pi} = 0
    • By the mean value theorem, there exists c(0,π)c \in (0, \pi) such that: g(c)=0g'(c) = 0
    • Compute the derivative: g(x)=cos(x)g'(x) = \cos(x).
    • Solve cos(c)=0\cos(c) = 0: c=π2c = \frac{\pi}{2}

Question 1 of 11

Which of the following is a requirement for a function to be eligible for the Mean Value Theorem?

The function must be discontinuous over the closed interval [a,b][a, b]

The function must be differentiable over the closed interval [a,b][a, b]

The function must be continuous over the closed interval [a,b][a, b] and differentiable over the open interval (a,b)(a, b)

The function must have equal values at the interval endpoints, i.e., f(a)=f(b)f(a) = f(b)