Mean Value TheoremJEE Main

Somewhere, the tangent matches the secant — interactive Mathematics simulation for IIT-JEE.

Concept

Lagrange's MVT: if f is continuous on [a,b] and differentiable on (a,b), some interior point c has its tangent parallel to the secant: f(c)=f(b)f(a)baf'(c) = \frac{f(b)-f(a)}{b-a}. Drive 60 km in 1 hour and at SOME instant your speedometer read exactly 60. Rolle's theorem is the flat-secant special case: equal endpoints ⇒ a horizontal tangent somewhere.

Key formula

f(c)=f(b)f(a)ba for some c(a,b);f(a)=f(b)f(c)=0  (Rolle)f'(c) = \frac{f(b) - f(a)}{b - a} \text{ for some } c \in (a, b); \qquad f(a) = f(b) \Rightarrow f'(c) = 0 \;(\text{Rolle})

Derivation

Tilt the picture: define g(x)=f(x)[f(a)+f(b)f(a)ba(xa)]g(x) = f(x) - \left[f(a) + \frac{f(b)-f(a)}{b-a}(x-a)\right] (subtract the secant). Then g(a) = g(b) = 0, so Rolle applies: g(c)=0g'(c) = 0, i.e. f(c)=f'(c) = secant slope.

Rolle itself: a continuous function on a closed interval attains a max/min; if interior, the derivative vanishes there (Fermat).

Scenarios to explore

  • Mean Value Theorem — Somewhere the tangent must parallel the secant — watch where.

Real-world applications

  • Speeding tickets from average-speed cameras (MVT is legally sound!).
  • Root-counting: between two roots of f lies a root of f'.
  • Inequality proofs: |sin a − sin b| ≤ |a − b| via |cos c| ≤ 1.

JEE exam tips

  • f' never zero ⇒ f has at most one root (Rolle contrapositive) — a standard uniqueness trick.
  • MVT inequality machine: bound f'(x) ⇒ bound f(b) − f(a).
  • Between consecutive roots of a polynomial, its derivative has a root — root-interleaving questions.

Common mistakes

  • Skipping the hypotheses — |x| on [−1,1] has NO such c (corner breaks differentiability).
  • Claiming c is unique (this cubic often gives two).
  • Using closed-interval differentiability (only the OPEN interval is required).

Exam traps to avoid

  • Continuity on the CLOSED interval, differentiability on the OPEN — the hypotheses are asymmetric on purpose.
  • MVT guarantees existence, not a formula for c — exams that ask for c want you to SOLVE f'(c) = slope.