4.1.27Calculus I — Limits & Derivatives

Mean Value Theorem — proof, Rolle's theorem

1,973 words9 min readdifficulty · medium6 backlinks

1. Rolle's Theorem

Derivation from scratch (proof of Rolle)


2. Mean Value Theorem (MVT)

Figure — Mean Value Theorem — proof, Rolle's theorem

Derivation from scratch (proof of MVT via Rolle)


3. Worked Examples


4. Common Mistakes (Steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine you climb a hill and come back down to a friend standing at the same height you started. Somewhere on your walk, you were momentarily moving flat — neither up nor down — at the very top of the hill. That's Rolle's theorem. Now imagine you walk to a friend standing higher than your start. Your "average steepness" is some number. MVT says at one moment your feet were tilted at exactly that average steepness. To prove it, we cleverly "tilt the whole hill" so the end matches the start height, turning the harder problem into Rolle's flat-hill version!


Flashcards

What are the 3 hypotheses of Rolle's Theorem?
(1) ff continuous on [a,b][a,b]; (2) ff differentiable on (a,b)(a,b); (3) f(a)=f(b)f(a)=f(b).
What is the conclusion of Rolle's Theorem?
There exists c(a,b)c\in(a,b) with f(c)=0f'(c)=0.
State the conclusion of the MVT.
There exists c(a,b)c\in(a,b) with f(c)=f(b)f(a)baf'(c)=\frac{f(b)-f(a)}{b-a}.
What is the geometric meaning of MVT?
Some tangent line is parallel to the secant joining the endpoints.
How is Rolle a special case of MVT?
When f(a)=f(b)f(a)=f(b), the secant slope is 00, so f(c)=0f'(c)=0.
What helper function proves MVT from Rolle?
g(x)=f(x)[f(a)+f(b)f(a)ba(xa)]g(x)=f(x)-\big[f(a)+\frac{f(b)-f(a)}{b-a}(x-a)\big] (curve minus secant).
Why does g(a)=g(b)=0g(a)=g(b)=0 in the MVT proof?
Because gg measures the vertical gap to the secant, which is zero at both endpoints.
Which theorem guarantees max/min exist for the Rolle proof?
The Extreme Value Theorem (continuity on a closed bounded interval).
Counterexample where Rolle fails due to non-differentiability?
f(x)=xf(x)=|x| on [1,1][-1,1]: f(1)=f(1)f(-1)=f(1) but ff' is never 00.
Does MVT guarantee a unique cc?
No — at least one cc; there may be several.
Use MVT to bound sinbsina|\sin b-\sin a|.
sinbsina=coscbaba|\sin b-\sin a|=|\cos c|\,|b-a|\le|b-a|.

Connections

  • Extreme Value Theorem — supplies the max/min needed for Rolle's proof.
  • Fermat's Theorem (interior extrema) — interior extremum ⇒ f=0f'=0, the engine of Rolle.
  • Continuity and Differentiability — the required hypotheses.
  • Increasing and Decreasing Functions — proved using MVT (f>0f'>0\Rightarrow increasing).
  • Taylor's Theorem — generalizes MVT with higher derivatives.
  • Cauchy's Mean Value Theorem — MVT for two functions; leads to L'Hôpital's rule.
  • Lipschitz Continuity — bounded derivative ⇒ Lipschitz, via MVT.

Concept Map

guarantees max and min

provides extreme point

interior extremum gives

concludes

hypothesis

hypothesis

hypothesis

special case of

hypothesis

hypothesis

equals f prime c

guarantees

Extreme Value Theorem

Fermat's Theorem: interior extremum

Rolle's Theorem

Mean Value Theorem

Continuous on closed interval

Differentiable on open interval

f a equals f b

f prime c equals 0

Secant slope over interval

Tangent parallel to secant

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, Rolle's theorem ka idea bilkul simple hai. Agar koi smooth curve apni journey same height par start aur end karti hai (yaani f(a)=f(b)f(a)=f(b)), to beech mein kahin na kahin uski tangent bilkul flat hogi — wahi peak ya valley wala point, jahan f(c)=0f'(c)=0. Sochiye pahaad par chadhke wapas same height par aate ho — top par ek moment ke liye tum na upar ja rahe the na neeche, slope zero. Bas condition yeh hai ki curve continuous ho [a,b][a,b] par aur differentiable ho (a,b)(a,b) par, warna x|x| jaise sharp corner pe theorem fail ho jata hai.

Mean Value Theorem isi ka bada bhai hai. Yeh kehta hai: agar tum point aa se point bb tak jaate ho, to average slope (secant ki slope =f(b)f(a)ba=\frac{f(b)-f(a)}{b-a}) kahin na kahin instantaneous slope (f(c)f'(c)) ke barabar zaroor hoti hai. Real life example: 1 ghante mein 100 km chale to average speed 100 km/h, aur MVT guarantee deta hai ki kisi instant tumhara speedometer exactly 100 dikha raha tha.

Proof ka jugaad mast hai: hum ek helper function banate hain g(x)=f(x)(secant line)g(x)=f(x)-\text{(secant line)}, yaani curve aur secant ke beech ka vertical gap. Is gap ki value dono endpoints par zero ho jaati hai, to ab Rolle's theorem apply ho jata hai gg par! Rolle bolta hai g(c)=0g'(c)=0, jise solve karke seedha MVT ka formula nikal aata hai. Yaad rakho: "Secant subtract karo, Rolle bulao."

Yeh important kyun hai? Kyunki bahut saari real-analysis ki cheezein isi se prove hoti hain — jaise "f>0f'>0 to function increasing", ya sinbsinaba|\sin b - \sin a|\le|b-a|. MVT chhoti si lagti hai par calculus ki backbone hai.

Go deeper — visual, from zero

Test yourself — Calculus I — Limits & Derivatives

Connections