The mean value theorem is one of the most useful tools in both differential and integral calculus. It has very important consequences in differential calculus and helps us to understand the identical behaviour of different functions.
The hypothesis and conclusion of the mean value theorem show some similarities to those of the intermediate value theorem. The mean value theorem is also known as Lagrange’s mean value theorem. This theorem is abbreviated as MVT.
TABLE OF CONTENTS
Mean Value Theorem Statement
Suppose f(x) is a function that satisfies below conditions:
- f(x) is continuous in [a,b]
- f(x) is differentiable in (a,b)
Then, there exists a number c, such that a < c < b and
f(b) – f(a) = f ‘(c) (b – a)
Special Case: When f(a) = f(b), then there exists at least one c with a < c < b such that f'(c) = 0. This case is known as Rolleβs Theorem. |
Proof of Mean Value Theorem
The mean value theorem can be proved considering the function h(x) = f(x) – g(x), where g(x) is the function representing the secant line AB. Rolle’s theorem can be applied to the continuous function h(x) and proves that a point c in (a, b) exists such that h'(c) = 0. This equation will result in the conclusion of the mean value theorem.
Consider a line passing through the points (a, f(a)) and (b, f(b)). The equation of the line is
y – f(a) = {f(b) – f(a)}/(b-a) . (x – a)
or y = f(a)+ {f(b) – f(a)}/(b-a) . (x – a)
Let h be a function that defines the difference between any function f and the above line.
h(x) = f(x) – f(a) – {f(b)-f(a)}/(b-a) . (x – a)
Using “Rolle’s theorem”, we have
h'(x) = f'(x) – {f(b)-f(a)}/(b-a)
Or f(b) – f(a) = f'(x) (b – a). Hence, proved.
Physical Interpretation of Mean Value Theorem
Since (f(b)βf(c))/(bβa) is the average change in the function over [a, b], and f'(c) is the instantaneous change at ‘c’, the mean value theorem states that at some interior point, the instantaneous change is equal to the average change of the function over the interval.
Corollaries of Mean Value Theorem
Corollary 1: If f'(x) = 0 at each point of x of an open interval (a, b), then f(x) = C for all x in (a, b), where C is a constant.
Corollary 2: If f'(x) = g'(x) at each point x in an open interval (a, b), then there exists a constant C such that f(x) = g(x) + C.
The first corollary confirms that if the derivative of a function is zero, then the function is a constant function. The second corollary says that the graphs of functions with identical derivatives differ only by a vertical shift. This property is used to solve initial value problems in integral calculus.
Application of Mean Value Theorem
The mean value theorem is the relationship between the derivative of a function and the increasing or decreasing nature of the function. It basically defines the derivative of a differential and continuous function. Below are a few important results used in the mean value theorem.
1. Let the function be f such that it is continuous in interval [a,b] and differentiable on interval (a,b), then
f'(x) = 0, x β (a,b), then f(x) is constant in [a,b].
2. Let f and g be functions such that f and g are continuous in interval [a,b] and differentiable on interval (a,b),
f'(x) = g'(x), x β (a,b), then f(x) – g(x) is constant in [a,b].
3. Strictly increasing function
Let the function be f such that, continuous in interval [a, b] and differentiable in interval(a,b)
f'(x) > 0, x β (a,b), then f(x) is a strictly increasing function in [a,b].
4. Strictly decreasing function
Let the function be f such that, continuous in interval [a,b] and differentiable in interval (a, b)
f'(x) < 0, x β (a,b), then f(x) is a strictly decreasing function in [a,b].
Cauchy Mean Value Theorem
Statement:
Let f and g be functions defined on [a,b] such that both are continuous in the closed interval [a,b] and are differentiable in the open interval (a,b). Then, there exists at least one point c β (a,b) such that \(\begin{array}{l}\frac{f'(c)}{g'(c)} = \frac{f(b) – f(a)}{g(b) – g(a)}\end{array} \) . |
If we take g(x) = x for every x β {a,b] in Cauchy’s mean value theorem, we get
Generalised Mean Value Theorem
If we have three functions f, g and h defined in such that,
f, g and h are continuous in [a,b],
f, g and h are derivable in (a,b).
Then, there exists a real number c β (a,b) such that, D'(c) = 0
In the above, if we take g(x) = x and h(x) = 1, we obtain Langrange’s mean value theorem, and if we take h(x) = 1, then we obtain Cauchy’s mean value theorem.
Mean Value Theorem for Derivatives
With the help of the mean value theorem, we approximate the derivative of any function. Theorem can build a relationship between the slope of a tangent line and the secant line on a curve.
If f is differentiable over (a,b) and continuous over [a,b], then there exists a point
c in such a way that fβ²(c) = {f(b)βf(a)}/(bβa).
It shows that the actual slope is equal to the average slope at some point in the closed interval. Geometrically, we can say that between two endpoints of the curve, we have at least one point on the curve where the slope of the tangent line is equal to the slope of the secant line passing through A and B.
Also, read:
Limits Continuity and Differentiability
Mean Value Theorem Examples
Given below are examples of the mean value theorem for better understanding.
Question 1: Find the value or values of c, which satisfy the equation
Solution:
First, the conditions of the mean value theorem are to be checked.
f(x) is continuous in its domain [0, β), and hence in the given interval [1, 3].
f(x) is also differentiable in the given interval. Plugging a = 1 and b = 3 in the expression on the left side of the equation,
Now, the derivative of the function can be found using the chain rule as
Hence, the equation can be formed as
Cross multiplying and squaring the equation reduces to,
2(c – 1) = 1, which gives the solution as c = 3/2, which lies in the given interval [1, 3].
Question 2: Verify Rolle’s theorem for the function f(x) = x2 – 8x + 12 on (2, 6).
Solution:
Since a polynomial function is continuous and differentiable everywhere, f(x) is differentiable and continuous conditions of Rolle’s theorem are satisfied.
f (2) = 22 – 8 (2) + 12 = 0
f (6) = 62 – 8(6) + 12 = 0
This implies, f(2) = f(3)
Therefore, Rolle’s theorem is applicable for the given function f(x).
There must exist c β (2, 6) such that f'(c) = 0
f'(x) = 2x – 8
f'(c) = 2c – 8
2c – 8 = 0
c = 4 β (2,6)
Therefore, Rolle’s theorem is verified.
Question 3: For the function f(x) = ex, a = 0, b = 1, find the value of c in the mean value theorem.
Solution:
Question 4: From mean value theorem,
Solution:Β
Question 5: Let f(x) satisfy all the conditions of the mean value theorem in [0, 2]. If f (0) = 0 and |f'(x)| β€ 1/2 for all x, in [0, 2], then
(A) f(x) β€ 2
(B) |f(x)| β€ 1
(C) f(x) = 2x
(D) f(x) = 3 for at least one x in [0, 2]
Solution:Β
GivenΒ
In [0, 2], for maximum
Hence option B is the answer.
Rolle’s Theorem and Lagrange’s Mean Value Theorem – Important Topics
Rolle’s Theorem & LMVT Theorem – Applications of Derivatives
Frequently Asked Questions
State the mean value theorem.
The mean value theorem states that if f(x) is a function such that f(x) is continuous in [a,b] and f(x) is differentiable in (a,b), then there exists some c in (a, b), such that f'(c) = [f(b)βf(a)]/(b-a).
State Rolleβs theorem.
Rolleβs theorem states that let f(x) is a function continuous on [a, b] and differentiable on (a, b), such that f(a) = f(b), where a and b are some real numbers, then there exists some c in (a, b) such that f'(c) = 0.
Give the mean value theorem formula.
The mean value theorem formula is fβ(c) = [f(b) β f(a)]/(b-a).
Comments