Mean Value Theorem | Brilliant Math & Science Wiki (2024)

The mean value theorem (MVT), also known as Lagrange's mean value theorem (LMVT), provides a formal framework for a fairly intuitive statement relating change in a function to the behavior of its derivative. The theorem states that the derivative of a continuous and differentiable function must attain the function's average rate of change (in a given interval). For instance, if a car travels 100 miles in 2 hours, then it must have had the exact speed of 50 mph at some point in time.

Mean Value Theorem

Suppose that a function \(f\) is

  1. continuous on the closed interval \([a,b],\) and
  2. differentiable on the open interval \((a,b).\)

Then, there is a number \(c\) such that \(a<c<b\) and \(f'(c)=\frac{f(b)-f(a)}{b-a}.\)

Simple-sounding as it is, the mean value theorem actually lies at the heart of the proof of the fundamental theorem of calculus, and is itself based ultimately on properties of the real numbers. There is a slight generalization known as Cauchy's mean value theorem; for a generalization to higher derivatives, see Taylor's theorem.

Contents

  • Interpretation
  • Proof
  • Examples
  • Mean Value Theorem for Integrals
  • Other Applications
  • See Also

Interpretation

The statement seems reasonable upon inspection of an example or two. Below, \(f'(c)\) is the slope of the tangent lines in the interval \((a,b)\), and \( \frac{f(b)-f(a)}{b-a}\) is the slope of the secant line joining the two endpoints \(\big(a, \, f(a)\big)\) and \(\big(b, \, f(b)\big)\).

Mean Value Theorem | Brilliant Math & Science Wiki (1)

Note that the mean value theorem does not restrict \(c\) to only one value, nor does it tell us where \(c\) is (other than inside the interval).

Note also that \(f\) is not required to be differentiable at the end points. Two examples suffice to illustrate it: \(f(x)=\sqrt{1-x^2}\) on \([-1, 1]\) and \(f(x)=\arcsin x\) on \([-1, 1]\).

Proof

The mean value theorem is best understood by first studying the restricted case known as Rolle's theorem.

Rolle's Theorem

Suppose that a function \(f\) is continuous on \([a, b]\), differentiable on \((a, \, b)\), and that \(f(a) = f(b)\). Then, there is a number \(c\) such that \(a<c<b\) and \(f'(c) = 0\).

In other words, if a function has the same value at two points, then it must "level" somewhere between those points. By considering whether the function is increasing or decreasing immediately after the first point, it becomes clear that neither option can continue indefinitely if the function is to return to the same value; therefore, there must be a local maximum or minimum before the next point occurs.

Rolle's theorem quickly turns into the mean value theorem by simply skewing the graph of the function.

Let all be as in the theorem statement above.

Define a new function \(h\) as the difference between \(f\) and the line passing through points \(\big(a, f(a)\big)\) and \(\big(b, f(b)\big)\). This line has equation

\[y-f(a)=\dfrac{f(b)-f(a)}{b-a} (x-a) \implies y= f(a)+\dfrac{f(b)-f(a)}{b-a} (x-a).\]

Therefore, the function \(h\) has equation

\[h(x)=f(x)- f(a)-\dfrac{f(b)-f(a)}{b-a} (x-a).\]

Next, Rolle's theorem is useful. The function \(h\) satisfies the conditions of the theorem:

  1. The function \(h\) is continuous on \([a,b]\) because it is the sum of \(f\) and a first-degree polynomial, both of which are continuous.
  2. The function is differentiable on \((a,b)\) because both \(f\) and the first-degree polynomial are differentiable. In fact, we can compute it directly: \[ h'(x)= f'(x)-\frac{f(b)-f(a)}{b-a} .\]

  3. \(h(a)=h(b).\)

By Rolle's theorem, there exists a value \(c\) in \((a,b)\) such that \(h'(c)=0\). Therefore,

\[h'(c)=f'(c)-\dfrac{f(b)-f(a)}{b-a} =0 \implies f'(c)=\dfrac{f(b)-f(a)}{b-a}.\ _\square\]

\(f(x) \) is a differentiable function that satisfies \(5 \leq f'(x) \leq 14\) for all \(x\). Let \(a\) and \(b\) be the maximum and minimum values, respectively, that \(f(11) - f(3) \) can possibly have, then what is the value of \(a+b\)?

Examples

Determine all the numbers \(c\) that satisfy the conclusion of the mean value theorem for \(f(x)=x^{3}+2x^{2}+x\) on the interval \([-2,2]\).

Observe that \(f(x)\) is a polynomial which is continuous and differentiable over any interval, so the mean value theorem applies. Indeed, we can compute that \(f'(x)=3x^2+4x+1\), and the average rate of change is

\[ \frac{f(b)-f(a)}{b-a} = \frac{f(2)-f(-2)}{2-(-2)} = \frac{18 - (-2)}{4} = 5.\]

We want to find the values of \(c\) such that \(f'(c)=5:\)

\[\begin{align}3c^{2}+4c+1&=5\\3c^{2}+4c-4&=0\\(c+2)(3c-2)&=0\\c&=-2, ~ \frac{2}{3}.\end{align}\]

Note that \(c=-2\) is one of the endpoints, so the mean value theorem actually guarantees another \(c\) in the interior, and indeed we have \(c=\frac{2}{3}\). \(_\square\)

A car starts from rest and drives a distance of \(10 \text{ km}\) in \(30 \text{ min}\). Use the mean value theorem to show that the car attains a speed of \(20 \text{ km/hr}\) at some point(s) during the interval.

The mean value theorem says that the average speed of the car (the slope of the secant line) is equal to the instantaneous speed (slope of the tangent line) at some point(s) in the interval.

The average velocity is

\[\frac{\Delta y}{\Delta x}=\frac{10 \text{ km}-0}{0.5 \text{ hr}-0}=20 \text{ km/hr}.\]

From the mean value theorem, we can find \(c\) in the interval such that

\[f'(c)=\frac{dx}{dt}=20 \text{ km/hr}. \ _\square\]

Suppose that \(f(x)\) is a differentiable function for all \(x\). If \(f'(x)\leq 7\) for all \(x\) and \(f(2)=-4\), what is the maximum value of \(f(5)?\)

Since \(f(x)\) is differentiable on all intervals, we can choose any two points. So from the mean value theorem, we have

\[\begin{align}\frac{f(5)-f(2)}{5-2}=f'(c)&\leq 7\\\frac{f(5)-(-4)}{3}&\leq 7\\f(5)&\leq 17.\end{align}\]

So the maximum possible value of \(f(5)\) is \(17\). \(_\square\)

Given that \(f(x)\) is an arbitrary quadratic polynomial:

\[f(x)=Kx^{2}+Lx+M \quad (K\neq 0),\]

show that the point \(c\) whose existence is guaranteed by the mean value theorem is the mid-point of the interval \([a,b]\).

From the mean value theorem, we have

\[\begin{align}f'(c)&=\frac { f(b)-f(a) }{ b-a } \\2Kc+L&=\frac { \left(K{ b }^{ 2 }+Lb+M\right)-\left(K{ a }^{ 2 }+La+M\right) }{ b-a } \\&=\frac { K(b-a)(b+a)+L(b-a) }{ b-a } \\&=K(b+a)+L\\2c&=b+a\\\\\Rightarrow c&=\frac { b+a }{ 2 }. \ _\square\end{align}\]

Does there exist a function \(f(x)\) such that \(f(0)=-1\), \(f(2)=4\) and \(f'(x)\leq 2\) for all \(x?\)

If such a function exists, then from the mean value theorem there is a number \(c\) such that \(0<c<2\) and

\[f'(c)=\frac{f(2)-f(0)}{2-0}=\frac{5}{2}.\]

But this is impossible because of the assumption \(f'(x)\leq 2\). Therefore, such a function does not exist. \(_\square\)

\(f(x)\) is a function that is continuous and differentiable in the domain \([7,15]\). If \(f(7) = 21\) and \(f'(x) \leq 14\) for all \(7\leq x \leq 15\), what is the maximum possible value of \(f(15)?\)

For \(f(x) = \sqrt{x-1}\), what is the value of \(x\) in the interval \([1,\ 38]\) that satisfies the mean value theorem?

Mean Value Theorem for Integrals

The name of the mean value theorem may require a little explanation. For a function \(f(x)\) on an interval \([a, b]\), not necessarily continuous, one may define its mean value, or the "average", by the formula

\[ \text{Mean} (f) = \dfrac{1}{b-a} \displaystyle \int_{a}^{b} f(x) \, dx,\]

provided, of course, that the (Riemann) integral exists. The reason is simple: the integral gives the area under the curve \(y=f(x)\), and dividing by the length of the interval yields the "average" height of the function between \(a\) and \(b\). In picture, we must have parts of the curve \(y=f(x)\) go above the mean value, and parts go below. If \(f(x)\) is continuous, then it must cross the mean value at some point. That is the "original" mean value theorem.

Mean Value Theorem for Integrals

If \(f(x) \) is continuous on \( [a, b] \), then there exists a point \( c\) between \(a\) and \(b\) such that

\[\int_{a}^{b} f(x) \, dx = f(c) (b-a) . \]

What does this have to do with the (actual) mean value theorem, other than the semblance of the indeterminate \(c\)? Well, if \(F(x)\) is an antiderivative of \(f(x\)), the fundamental theorem of calculus (Newton-Leibniz formula) makes the left-hand side equal to \(F(b) - F(a)\), so that we have

\[\frac{F(b)-F(a)}{b-a} = f(c) = F'(c).\]

This is precisely the mean value theorem, but for \(F(x)\).

However, that does not count as a real proof of the mean value theorem. First of all, the fundamental theorem of calculus actually relies on the mean value theorem in its proof. Secondly, here \(F(x)\) is indeed continuous on \([a,b]\) and differentiable on \( (a,b)\), but its derivative furthermore is required to be continuous for the Riemann integral above to exist. One can construct (though somewhat ad hoc) functions that are differentiable, but its derivative fails to be continuous at one point, in a way that makes it not (Riemann) integrable.

Other Applications

We can also use the mean value theorem to prove certain inequalities.

Use the mean value theorem to prove that \( \ln(x+1) < x \) for \( x > 0. \)

Suppose that our function was \( f(t) = \ln(t + 1) - t \). Note that \( t \) is just a dummy variable as we will be using \( x \) in our interval of choice.Now, given that \( f(t) \) is defined, continuous, and differentiable over the interval \( [0, x] \), by the mean value theorem, we see that

\[\begin{align}f'(c) &= \frac{f(x) - f(0)}{x - 0}\ \text{ for } c \in(0, x)\\\frac{1}{c + 1} - 1 &= \frac{\ln(x+1) - x}{x}.\end{align} \]

By observation, we know that \( c + 1 > 1, \) so it follows that \( \frac{1}{c + 1} < 1 \).Thus, \( \frac{1}{c + 1} - 1 < 0 \).

This tells us that \( \frac{\ln(x+1) - x}{x} < 0 \implies \ln(x+1) < x\) for \(x > 0.\ _\square\)

See Also

  • Extreme Value Theorem
  • Intermediate Value Theorem
  • Rolle's Theorem
  • Fundamental Theorem of Calculus
  • Taylor's Theorem (with Lagrange Remainder)
Mean Value Theorem | Brilliant Math & Science Wiki (2024)

FAQs

What is the mean value theorem in layman's terms? ›

MVT basically says that the average change over an interval would be equal to the instantaneous change at atleast one point on that interval.

Who is the father of mean value theorem? ›

The mean value theorem follows the rules and properties of the real numbers and is an essential calculus theorem. The theorem is a result of empirical work done in Kerala, India. The concept was proposed in the 14th century by a mathematician named Parmeshwara Nambudiri.

Who invented the mean value theorem? ›

The history of this theorem begins in the 1300's with the Indian Mathematician Parameshvara , and is eventually based on the academic work of Mathematicians Michel Rolle in 1691 and Augustin Louis Cauchy in 1823.

How is the mean value theorem used in real life? ›

Real Life Application of The Mean Value Theorem:

This information may be used to test the accuracy of our speedometer if I (my mother) set our car's cruise control to 70 mph and timed how long it took us to travel one mile (mile marker to mile marker).

What is the simple proof of mean value theorem? ›

Mean Value Theorem Proof

Statement: If a function f(x) is continuous over the closed interval [a, b], and differentiable over the open interval (a, b), then there exists at least one point c in the interval (a, b) such that f '(c) is zero, i.e. the tangent to the curve at point [c, f(c)] is parallel to the x-axis.

What is the conclusion of the mean value theorem? ›

The conclusion is that there exists a point in the interval such that the tangent at the point c , f c is parallel to the line that passes through the points a , f a and b , f b .

What is another name for the mean value theorem? ›

In mathematics, the mean value theorem (or Lagrange theorem) states, roughly, that for a given planar arc between two endpoints, there is at least one point at which the tangent to the arc is parallel to the secant through its endpoints. It is one of the most important results in real analysis.

Is the mean value theorem always true? ›

Though the theorem seems logical, we cannot be sure that it is always true without a proof. The Mean Value Theorem is a generalization of Rolle's Theorem: We now let f(a) and f(b) have values other than 0 and look at the secant line through (a, f(a)) and (b, f(b)).

Why is the mean value theorem important? ›

The main use of the mean value theorem is in justifying statements that many people wrongly take to be too obvious to need justification. One example of such a statement is the following. (*) If the derivative of a function f is everywhere strictly positive, then f is a strictly increasing function.

Why is it called the mean value theorem? ›

The name comes from the fact that, due to the fundamental theorem of calculus, an average rate of change over an interval may be viewed as an average (or mean) of the instantaneous rates of change along the interval.

What is the hypothesis of the mean value theorem? ›

What is the Hypothesis of the Mean Value Theorem? The hypothesis for the mean value theorem is that, for a continuous function f(x), it is continuous in the interval [a, b], and it is differentiable in the interval (a, b).

What is the formula for the mean value theorem? ›

Mean Value Theorem: If f is a function that is continuous on the closed interval [a,b] and differentiable on the open interval (a,b), then there is a point c in (a,b) such that f′(c)=f(b)−f(a)b−a.

What is an example of MVT in the real world? ›

In a real-world application, the Mean Value Theorem says that if you drive 40 miles in one hour, then at some point within that hour, your speed will be exactly 40 miles per hour.

What is the mean value theorem in calculus for dummies? ›

In more technical terms, with the Mean Value Theorem, you can figure the average rate or slope over an interval and then use the first derivative to find one or more points in the interval where the instantaneous rate or slope equals the average rate or slope.

What must be true for the mean value theorem to apply? ›

"The precise conditions under which MVT applies are that fff is differentiable over the open interval (a,b) and continuous over the closed interval [a,b]. Since differentiability implies continuity, we can also describe the condition as being differentiable over (a,b) and continuous at x=a and x=b."

What is the mean value theorem made easy? ›

The derivative at a point is the same thing as the slope of the tangent line at that point, so the theorem just says that there must be at least one point between a and b where the slope of the tangent line is the same as the slope of the secant line from a to b.

What is the principle of mean value theorem? ›

In mathematics, the mean value theorem (or Lagrange theorem) states, roughly, that for a given planar arc between two endpoints, there is at least one point at which the tangent to the arc is parallel to the secant through its endpoints. It is one of the most important results in real analysis.

What is MVT used for? ›

What is the mean value theorem? The mean value theorem connects the average rate of change of a function to its derivative. It says that for any differentiable function ‍ and an interval ‍ (within the domain of ‍ ), there exists a number ‍ within ‍ such that ‍ is equal to the function's average rate of change over ‍ .

Top Articles
Ohio Department of Health | Ohio.gov
Latest COVID-19 Guidance
Ilovepersuasian
Cecil Burton Funeral Home | Shelby, North Carolina
Revolve 360 Extend Manual
C Chord for Ukulele: Variations, Styles, and Techniques
Treasure Hunt Deals Racine Wi
Mapgeo Nantucket
24 Hour Bookings Savannah
What Does Sybau Mean
A Comprehensive Guide to Redgif Downloader
24/7 Walmarts Near Me
Rick Harrison Daughter Ciana
Bowling Pro Shop Crofton Md
Ups Cc Center
Noah Schnapp Lpsg
Schmidt & Schulta Funeral Home Obituaries
Megan Thee Stallion, Torrey Craig Seemingly Confirm Relationship With First Public Outing
Does Publix Have Sephora Gift Cards
Smith And Wesson Nra Instructor Discount
Inloggen bij AH Sam - E-Overheid
What is 2/3 as a decimal? (Convert 2/3 to decimal)
月曜から夜ふかし 9Tsu
Xfinity Store By Comcast Branded Partner Fort Gratiot Township Photos
Hướng Dẫn Trade Bittrex
Five Guys Calorie Calculator
Bones And All Showtimes Near Tucson Spectrum 18
Amsterdam, Netherlands to PST - Savvy Time
The Emergent Care Clinic Hesi Case Study
Female Same Size Vore Thread
Craigslist Apts Near Me
Israel Tripadvisor Forum
Ixl.prentiss
Nikki Catsouras Head Cut In Half
Holt French 2 Answers
Erfahrungen mit Rheumaklinik Bad Aibling, Reha-Klinik, Bayern
Camwhor*s Bypass 2022
Iggy Azalea Talks Dancing Off Into the Sunset on Her Own Terms With ‘The End of an Era’
Dfw Rainfall Last 72 Hours
Did Taylor Swift Date Greg Gutfeld
Boostmaster Lin Yupoo
Closest Dollar Tree Store To My Location
Naviance Hpisd
Alles, was ihr über Saison 03 von Call of Duty: Warzone 2.0 und Call of Duty: Modern Warfare II wissen müsst
Gym Membership & Workout Classes in Lafayette IN | VASA Fitness
5613192063
Ascensionpress Com Login
Gelöst – Externe Festplatte kann nicht formatiert werden
Larry's Country Diner LIVE! - 2024 Tickets - Branson Travel Office
Love In Orbit Manga Buddy
Pay My Sewer Bill Long Island
Nfl Spotrac Transactions
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 5957

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.