Lagrange's Mean Value Theorem
Last Updated :
23 Jul, 2025
Lagrange's Mean Value Theorem (LMVT) is a fundamental result in differential calculus, providing a formalized way to understand the behavior of differentiable functions. This theorem generalizes Rolle's Theorem and has significant applications in various fields of engineering, physics, and applied mathematics. This article explores Lagrange's Mean Value Theorem, its mathematical formulation, proof, and applications in engineering.
Lagrange's Mean Value Theorem
What is Lagrange's Mean Value Theorem?
Lagrange's Mean Value Theorem states that if a function f satisfies the following conditions on the interval [a,b]:
- f is continuous on [a,b]
- f is differentiable on (a,b)
then there exists at least one point c in (a,b) such that:
f'(c) = \frac{f(b) - f(a)}{b - a}
This means that there is at least one point where the instantaneous rate of change (the derivative) of the function is equal to the average rate of change over the interval.
Proof of Lagrange's Mean Value Theorem
To prove LMVT, consider the function f(x) and the auxiliary function g(x) defined by:
g(x) = f(x) - (\frac{f(b) - f(a)}{b - a}) (x -a)
- The function g(x) is continuous on [a,b][a, b][a,b] and differentiable on (a,b)
- At x = a, g(a) = f(a).
- At x = b, g(b) = f(b) - (\frac{f(b) - f(a)}{b - a}) (b − a) = f(b)−(f(b)−f(a)) = f(a).
Thus, g(a) = g(b), and by Rolle's Theorem, there exists a point c ∈ (a,b) such that g′(c) = 0.
Differentiating g(x):
g′(x) = f′(x) - \frac{f(b) - f(a)}{b - a}
Setting g′(c) = 0:
f′(c) = \frac{f(b) - f(a)}{b - a}
Hence, the theorem is proven.

Applications of Lagrange's Mean Value Theorem in Engineering
1. Motion Analysis
In mechanical and aerospace engineering, LMVT is used to analyze the motion of objects. By considering the displacement of an object over time, LMVT helps in understanding the object's velocity at specific points, crucial for designing and controlling the movement of machinery and vehicles.
2. Structural Engineering
In structural engineering, LMVT assists in analyzing stress and strain distributions in materials. By applying LMVT to the deformation functions, engineers can predict points where the material experiences maximum or minimum stress, essential for ensuring structural integrity and safety.
3. Electrical Engineering
In electrical engineering, LMVT is used in the analysis of electrical circuits. For instance, when analyzing the change in voltage or current over a period, LMVT helps in identifying points where the rate of change is equivalent to the average rate, aiding in the design and optimization of circuits.
4. Fluid Dynamics
In fluid dynamics, LMVT helps in understanding the flow rate of fluids through pipes and channels. By applying LMVT to the velocity profiles of fluids, engineers can determine points where the instantaneous flow rate equals the average flow rate, which is crucial for designing efficient fluid transport systems.
5. Control Systems
In control systems engineering, LMVT is used to analyze the response of systems to various inputs. By applying LMVT to the output response of a system, engineers can identify points where the system's response rate matches the average rate, aiding in the design and tuning of controllers.
Related Articles:
Lagrange's Mean Value Theorem - Sample Problems
Example 1: Consider f(x) = x^2 on the interval [1, 3].
Step 1: Verify the conditions:
f(x) = x^2 is continuous on [1, 3] and differentiable on (1, 3).
Step 2: Calculate [f(b) - f(a)] / (b - a):
[f(3) - f(1)] / (3 - 1) = (9 - 1) / 2 = 4
Step 3: Find f'(x):
f'(x) = 2x
Step 4: Solve f'(c) = 4:
2c = 4
c = 2
Therefore, c = 2 satisfies the Mean Value Theorem.
Example 2: Consider f(x) = sin(x) on the interval [0, π/2].
Step 1: Verify the conditions:
sin(x) is continuous on [0, π/2] and differentiable on (0, π/2).
Step 2: Calculate [f(b) - f(a)] / (b - a):
[sin(π/2) - sin(0)] / (π/2 - 0) = (1 - 0) / (π/2) = 2/π
Step 3: Find f'(x):
f'(x) = cos(x)
Step 4: Solve cos(c) = 2/π:
c = arccos(2/π) ≈ 0.6435 radians
Therefore, c ≈ 0.6435 satisfies the Mean Value Theorem.
Example 3: Consider f(x) = ln(x) on the interval [1, e].
Step 1: Verify the conditions:
ln(x) is continuous on [1, e] and differentiable on (1, e).
Step 2: Calculate [f(b) - f(a)] / (b - a):
[ln(e) - ln(1)] / (e - 1) = (1 - 0) / (e - 1) = 1/(e - 1)
Step 3: Find f'(x):
f'(x) = 1/x
Step 4: Solve 1/c = 1/(e - 1):
c = e - 1
Therefore, c = e - 1 satisfies the Mean Value Theorem
Example 4:f(x) = x^3 on the interval [0, 2]
f(x) = x^3 on the interval [0, 2]
Step 1: f(x) = x^3 is continuous on [0, 2] and differentiable on (0, 2).
Step 2: [f(2) - f(0)] / (2 - 0) = (8 - 0) / 2 = 4
Step 3: f'(x) = 3x^2
Step 4: Solve 3c^2 = 4
c = √(4/3) ≈ 1.15
Example 5: f(x) = e^x on the interval [0, 1]
Step 1: e^x is continuous on [0, 1] and differentiable on (0, 1).
Step 2: [f(1) - f(0)] / (1 - 0) = (e - 1) / 1 = e - 1
Step 3: f'(x) = e^x
Step 4: Solve e^c = e - 1
c = ln(e - 1) ≈ 0.54
Example 6: f(x) = cos(x) on the interval [0, π]
Step 1: cos(x) is continuous on [0, π] and differentiable on (0, π).
Step 2: [f(π) - f(0)] / (π - 0) = (-1 - 1) / π = -2/π
Step 3: f'(x) = -sin(x)
Step 4: Solve -sin(c) = -2/π
c = arcsin(2/π) ≈ 0.69
Example 7: f(x) = x^2 - 3x + 2 on the interval [1, 4]
Step 1: x^2 - 3x + 2 is continuous on [1, 4] and differentiable on (1, 4).
Step 2: [f(4) - f(1)] / (4 - 1) = [(16 - 12 + 2) - (1 - 3 + 2)] / 3 = 6/3 = 2
Step 3: f'(x) = 2x - 3
Step 4: Solve 2c - 3 = 2
c = 2.5
Example 8: f(x) = √x on the interval [1, 9]
Step 1: √x is continuous on [1, 9] and differentiable on (1, 9).
Step 2: [f(9) - f(1)] / (9 - 1) = (3 - 1) / 8 = 1/4
Step 3: f'(x) = 1 / (2√x)
Step 4: Solve 1 / (2√c) = 1/4
c = 4
Example 9: f(x) = x^3 - x on the interval [-1, 2]
Step 1: x^3 - x is continuous on [-1, 2] and differentiable on (-1, 2).
Step 2: [f(2) - f(-1)] / (2 - (-1)) = [(8 - 2) - (-1 + 1)] / 3 = 6/3 = 2
Step 3: f'(x) = 3x^2 - 1
Step 4: Solve 3c^2 - 1 = 2
3c^2 = 3
c = ±1
Both c = 1 and c = -1 satisfy the theorem.
Example 10: f(x) = ln(x+1) on the interval [0, e-1]
Step 1: ln(x+1) is continuous on [0, e-1] and differentiable on (0, e-1).
Step 2: [f(e-1) - f(0)] / ((e-1) - 0) = [ln(e) - ln(1)] / (e-1) = 1 / (e-1)
Step 3: f'(x) = 1 / (x+1)
Step 4: Solve 1 / (c+1) = 1 / (e-1)
c+1 = e-1
c = e-2 ≈ 0.72
Practice Problems on Lagrange's Mean Value Theorem
1. Find the value of c guaranteed by the Mean Value Theorem for f(x) = x2 + 2x on the interval [0, 3].
2. Verify that f(x) = x3 satisfies the conditions of the Mean Value Theorem on [-1, 2], and find all values of c that satisfy the conclusion of the theorem.
3. Determine whether there is a value of c that satisfies the Mean Value Theorem for f(x) = |x| on the interval [-2, 2].
4. Find the value of c guaranteed by the Mean Value Theorem for f(x) = sin(x) on the interval [0, π/3].
5. For f(x) = ex, find the value of c guaranteed by the Mean Value Theorem on the interval [ln 2, ln 5]
6. Verify that f(x) = 1/x satisfies the conditions of the Mean Value Theorem on [1, 4], and find the value of c that satisfies the conclusion of the theorem.
7. Find all values of c that satisfy the Mean Value Theorem for f(x) = x4 - 2x2 on the interval [-1, 1].
8. Determine whether there is a value of c that satisfies the Mean Value Theorem for f(x) = tan(x) on the interval [0, π/4].
9. For f(x) = ln(x2 + 1), find the value of c guaranteed by the Mean Value Theorem on the interval [0, 1].
10. Verify that f(x) = cos(x) satisfies the conditions of the Mean Value Theorem on [0, 2π], and find all values of c in this interval that satisfy the conclusion of the theorem.
Conclusion
Lagrange's Mean Value Theorem is a powerful tool in calculus, providing essential insights into the behavior of differentiable functions. Its applications in engineering are vast, aiding in the analysis and design of systems in motion analysis, structural engineering, electrical circuits, fluid dynamics, and control systems. Understanding and applying LMVT is crucial for solving complex engineering problems involving rates of change and function behaviors.
Lagrange's Mean Value Theorem: Statement, Proof, Graph & Examples
Similar Reads
Engineering Mathematics Tutorials Engineering mathematics is a vital component of the engineering discipline, offering the analytical tools and techniques necessary for solving complex problems across various fields. Whether you're designing a bridge, optimizing a manufacturing process, or developing algorithms for computer systems,
3 min read
Linear Algebra
MatricesMatrices are key concepts in mathematics, widely used in solving equations and problems in fields like physics and computer science. A matrix is simply a grid of numbers, and a determinant is a value calculated from a square matrix.Example: \begin{bmatrix} 6 & 9 \\ 5 & -4 \\ \end{bmatrix}_{2
3 min read
Row Echelon FormRow Echelon Form (REF) of a matrix simplifies solving systems of linear equations, understanding linear transformations, and working with matrix equations. A matrix is in Row Echelon form if it has the following properties:Zero Rows at the Bottom: If there are any rows that are completely filled wit
4 min read
Eigenvalues and EigenvectorsEigenvalues and eigenvectors are fundamental concepts in linear algebra, used in various applications such as matrix diagonalization, stability analysis and data analysis (e.g., PCA). They are associated with a square matrix and provide insights into its properties.Eigen value and Eigen vectorTable
10 min read
System of Linear EquationsA system of linear equations is a set of two or more linear equations involving the same variables. Each equation represents a straight line or a plane and the solution to the system is the set of values for the variables that satisfy all equations simultaneously.Here is simple example of system of
5 min read
Matrix DiagonalizationMatrix diagonalization is the process of reducing a square matrix into its diagonal form using a similarity transformation. This process is useful because diagonal matrices are easier to work with, especially when raising them to integer powers.Not all matrices are diagonalizable. A matrix is diagon
8 min read
LU DecompositionLU decomposition or factorization of a matrix is the factorization of a given square matrix into two triangular matrices, one upper triangular matrix and one lower triangular matrix, such that the product of these two matrices gives the original matrix. It is a fundamental technique in linear algebr
6 min read
Finding Inverse of a Square Matrix using Cayley Hamilton Theorem in MATLABMatrix is the set of numbers arranged in rows & columns in order to form a Rectangular array. Here, those numbers are called the entries or elements of that matrix. A Rectangular array of (m*n) numbers in the form of 'm' horizontal lines (rows) & 'n' vertical lines (called columns), is calle
4 min read
Sequence & Series
Calculus
Limits, Continuity and DifferentiabilityLimits, Continuity, and Differentiation are fundamental concepts in calculus. They are essential for analyzing and understanding function behavior and are crucial for solving real-world problems in physics, engineering, and economics.Table of ContentLimitsKey Characteristics of LimitsExample of Limi
10 min read
Cauchy's Mean Value TheoremCauchy's Mean Value theorem provides a relation between the change of two functions over a fixed interval with their derivative. It is a special case of Lagrange Mean Value Theorem. Cauchy's Mean Value theorem is also called the Extended Mean Value Theorem or the Second Mean Value Theorem.According
7 min read
Taylor SeriesA Taylor series represents a function as an infinite sum of terms, calculated from the values of its derivatives at a single point.Taylor series is a powerful mathematical tool used to approximate complex functions with an infinite sum of terms derived from the function's derivatives at a single poi
8 min read
Inverse functions and composition of functionsInverse Functions - In mathematics a function, a, is said to be an inverse of another, b, if given the output of b a returns the input value given to b. Additionally, this must hold true for every element in the domain co-domain(range) of b. In other words, assuming x and y are constants, if b(x) =
3 min read
Definite Integral | Definition, Formula & How to CalculateA definite integral is an integral that calculates a fixed value for the area under a curve between two specified limits. The resulting value represents the sum of all infinitesimal quantities within these boundaries. i.e. if we integrate any function within a fixed interval it is called a Definite
8 min read
Application of Derivative - Maxima and MinimaDerivatives have many applications, like finding rate of change, approximation, maxima/minima and tangent. In this section, we focus on their use in finding maxima and minima.Note: If f(x) is a continuous function, then for every continuous function on a closed interval has a maximum and a minimum v
6 min read
Probability & Statistics
Mean, Variance and Standard DeviationMean, Variance and Standard Deviation are fundamental concepts in statistics and engineering mathematics, essential for analyzing and interpreting data. These measures provide insights into data's central tendency, dispersion, and spread, which are crucial for making informed decisions in various en
10 min read
Conditional ProbabilityConditional probability defines the probability of an event occurring based on a given condition or prior knowledge of another event. It is the likelihood of an event occurring, given that another event has already occurred. In probability, this is denoted as A given B, expressed as P(A | B), indica
12 min read
Bayes' TheoremBayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Probability Distribution - Function, Formula, TableA probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a Frequency Distribution shows
13 min read
Covariance and CorrelationCovariance and correlation are the two key concepts in Statistics that help us analyze the relationship between two variables. Covariance measures how two variables change together, indicating whether they move in the same or opposite directions. Relationship between Independent and dependent variab
6 min read
Practice Questions