Lagrange's mean value theorem — geometric interpretation and numerical

medium JEE-MAIN JEE Main 2023 3 min read

Question

State Lagrange’s Mean Value Theorem (LMVT). Verify it for f(x)=x33x+2f(x) = x^3 - 3x + 2 on the interval [0,2][0, 2]. Find the value of cc.

(JEE Main 2023, similar pattern)


Solution — Step by Step

Lagrange’s MVT: If f(x)f(x) is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), then there exists at least one c(a,b)c \in (a, b) such that:

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

Geometrically: there is at least one point where the tangent is parallel to the secant line joining (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

f(x)=x33x+2f(x) = x^3 - 3x + 2 is a polynomial — it is continuous and differentiable everywhere. So both conditions of LMVT are satisfied on [0,2][0, 2].

f(0)=00+2=2f(0) = 0 - 0 + 2 = 2 f(2)=86+2=4f(2) = 8 - 6 + 2 = 4 f(2)f(0)20=422=1\frac{f(2) - f(0)}{2 - 0} = \frac{4 - 2}{2} = 1 f(x)=3x23f'(x) = 3x^2 - 3

Set f(c)=1f'(c) = 1:

3c23=13c^2 - 3 = 1 3c2=43c^2 = 4 c2=43c^2 = \frac{4}{3} c=23=2331.155c = \frac{2}{\sqrt{3}} = \frac{2\sqrt{3}}{3} \approx 1.155

Since c1.155(0,2)c \approx 1.155 \in (0, 2), LMVT is verified. The value is c=233c = \frac{2\sqrt{3}}{3}.

(We discard c=233c = -\frac{2\sqrt{3}}{3} since it does not lie in (0,2)(0, 2).)


Why This Works

Geometrically, the secant line from (0,2)(0, 2) to (2,4)(2, 4) has slope 1. The MVT guarantees that somewhere between 0 and 2, the curve’s tangent also has slope 1. At c=23/3c = 2\sqrt{3}/3, the curve is momentarily climbing at exactly the same rate as the average rate over the whole interval.

Think of it like driving: if you covered 100 km in 2 hours, your average speed was 50 km/h. MVT says at some instant during the trip, your speedometer showed exactly 50 km/h. You must have passed through the average speed at least once.


Alternative Method

You can also verify by graphing: plot f(x)=x33x+2f(x) = x^3 - 3x + 2 and draw the secant line y=x+2y = x + 2 (slope 1, passing through (0,2)(0,2)). Then check visually where the tangent is parallel to this secant — it happens near x1.15x \approx 1.15.

JEE Main often asks: “Find the value of cc in LMVT for a given function.” It is a straightforward 3-step process: (1) compute the average slope, (2) differentiate, (3) solve f(c)=average slopef'(c) = \text{average slope}. Just make sure cc lies in the open interval (a,b)(a, b).


Common Mistake

Students sometimes include the endpoints when checking if c(a,b)c \in (a, b). The MVT guarantees cc in the open interval (a,b)(a, b), not the closed interval. If the solution gives c=ac = a or c=bc = b, it does not satisfy the theorem — look for other solutions. Also, there can be multiple valid values of cc; the theorem says “at least one,” not “exactly one.”

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next