The math optional, made finite. Daily Practice

Mean-value theorems (Rolle, Lagrange, Cauchy)

At a Glance

Why This Chapter Matters

Mean-value theorem questions are among the most proof-heavy items in Section A, offering 10–15 marks for a clean three- or four-step argument. Two recurring patterns cover every past question: using Rolle’s theorem on a cleverly crafted auxiliary function to locate roots of a related equation, and using Lagrange’s MVT to sandwich a specific value between computable bounds. Both patterns reduce to the same structure — choose the right function, verify the hypotheses, invoke the theorem, translate back. Mastering the auxiliary-function trick (multiply by exe^{-x} to shift from excosxe^x\cos x to cosx+ex\cos x+e^{-x}) and the derivative-bounding strategy for MVT inequalities covers every question in the corpus.

Minimum Theory

Rolle’s Theorem. If ff is continuous on [a,b][a,b], differentiable on (a,b)(a,b), and f(a)=f(b)f(a)=f(b), then there exists c(a,b)c\in(a,b) with f(c)=0f'(c)=0.

Lagrange’s Mean Value Theorem (MVT). If ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b), then there exists c(a,b)c\in(a,b) with

f(b)f(a)=f(c)(ba).f(b)-f(a)=f'(c)(b-a).

Rearranged: f(b)=f(a)+f(c)(ba)f(b)=f(a)+f'(c)(b-a). To prove an inequality L<f(b)<UL<f(b)<U, bound f(c)f'(c) between its minimum and maximum on (a,b)(a,b) using monotonicity.

Cauchy’s MVT. If f,gf,g are continuous on [a,b][a,b], differentiable on (a,b)(a,b), and g(x)0g'(x)\ne 0 on (a,b)(a,b), then there exists c(a,b)c\in(a,b) with f(c)g(c)=f(b)f(a)g(b)g(a)\dfrac{f'(c)}{g'(c)}=\dfrac{f(b)-f(a)}{g(b)-g(a)}. (L’Hôpital’s rule is an application.)

Question Archetypes

ArchetypeYou are seeing this when…
rolle-root-location”Between any two roots of P(x)=0P(x)=0, prove a root of Q(x)=0Q(x)=0 exists”
mvt-inequality”Using the MVT, prove L<f(b)<UL < f(b) < U” where L,UL, U are explicit numbers

rolle-root-location (2 question(s); 2014, 2021)

Recognition Cues

Solution Template

  1. Choose auxiliary function ϕ\phi. Multiply the original equation’s LHS by exe^{-x} (or take excosxe^{-x}-\cos x, etc.) so that ϕ(α)=ϕ(β)=0\phi(\alpha)=\phi(\beta)=0 at the two given roots.
  2. Verify Rolle’s hypotheses. ϕ\phi is continuous on [α,β][\alpha,\beta] and differentiable on (α,β)(\alpha,\beta) (standard for elementary functions).
  3. Apply Rolle’s theorem. Conclude c(α,β)\exists c\in(\alpha,\beta) with ϕ(c)=0\phi'(c)=0.
  4. Compute ϕ\phi' and translate. Show that ϕ(c)=0\phi'(c)=0 is equivalent to the target equation evaluated at cc.
  5. Conclude. cc is a root of the target equation lying strictly between the two given roots.

Worked Example

2014 Paper 1, 2014-P1-Q1c (10 marks)

Prove that between two real roots of excosx+1=0e^x\cos x+1=0, a real root of exsinx+1=0e^x\sin x+1=0 lies.

Step 1 — Define auxiliary function. Let α<β\alpha<\beta be roots of excosx+1=0e^x\cos x+1=0. Define

ϕ(x)=ex(excosx+1)=cosx+ex.\phi(x)=e^{-x}(e^x\cos x+1)=\cos x+e^{-x}.

Since ex>0e^{-x}>0, ϕ(x)=0    excosx+1=0\phi(x)=0\iff e^x\cos x+1=0, so ϕ(α)=ϕ(β)=0\phi(\alpha)=\phi(\beta)=0.

Step 2 — Rolle’s hypotheses. ϕ=cosx+ex\phi=\cos x+e^{-x} is CC^\infty on R\mathbb R; in particular continuous on [α,β][\alpha,\beta] and differentiable on (α,β)(\alpha,\beta).

Step 3 — Apply Rolle’s theorem. There exists ξ(α,β)\xi\in(\alpha,\beta) with ϕ(ξ)=0\phi'(\xi)=0.

Step 4 — Compute ϕ\phi' and translate.

ϕ(x)=sinxex.\phi'(x)=-\sin x-e^{-x}.

So ϕ(ξ)=0\phi'(\xi)=0 gives sinξeξ=0-\sin\xi-e^{-\xi}=0, i.e.\ eξ=sinξe^{-\xi}=-\sin\xi, i.e.\ eξsinξ+1=0e^\xi\sin\xi+1=0.

Conclusion. ξ(α,β)\xi\in(\alpha,\beta) is a root of exsinx+1=0e^x\sin x+1=0.

  ξ(α,β):eξsinξ+1=0.  \boxed{\;\xi\in(\alpha,\beta):\quad e^\xi\sin\xi+1=0.\;}\qquad\blacksquare


2021 Paper 1, 2021-P1-Q1d (10 marks)

Show that between any two roots of excosx=1e^x\cos x=1, there exists at least one root of exsinx1=0e^x\sin x-1=0.

Step 1 — Auxiliary function. Let a<ba<b be roots of excosx=1e^x\cos x=1. Rewrite: cosx=ex\cos x=e^{-x}, equivalently ϕ(x)=excosx=0\phi(x)=e^{-x}-\cos x=0 at both aa and bb.

Step 2 — Rolle’s hypotheses. ϕ\phi is CC^\infty; ϕ(a)=ϕ(b)=0\phi(a)=\phi(b)=0.

Step 3 — Apply Rolle. c(a,b)\exists c\in(a,b) with ϕ(c)=0\phi'(c)=0.

Step 4 — Translate. ϕ(x)=ex+sinx\phi'(x)=-e^{-x}+\sin x, so ϕ(c)=0sinc=ececsinc=1\phi'(c)=0\Rightarrow\sin c=e^{-c}\Rightarrow e^c\sin c=1, i.e.\ ecsinc1=0e^c\sin c-1=0.

  c(a,b):ecsinc1=0.  \boxed{\;c\in(a,b):\quad e^c\sin c-1=0.\;}\qquad\blacksquare

Common Traps


mvt-inequality (1 question(s); 2025)

Recognition Cues

Solution Template

  1. Choose ff and interval [a,b][a,b]. Pick aa where f(a)f(a) is known; the value to bound is f(b)f(b).
  2. Apply MVT. Write f(b)=f(a)+f(c)(ba)f(b)=f(a)+f'(c)(b-a) for some c(a,b)c\in(a,b).
  3. Bound f(c)f'(c). Use monotonicity of ff' on (a,b)(a,b): f(a)<f(c)<f(b)f'(a)<f'(c)<f'(b) (if ff' increasing), so f(a)(ba)<f(b)f(a)<f(b)(ba)f'(a)(b-a)<f(b)-f(a)<f'(b)(b-a).
  4. Add f(a)f(a) throughout. Obtain f(a)+f(a)(ba)<f(b)<f(a)+f(b)(ba)f(a)+f'(a)(b-a)<f(b)<f(a)+f'(b)(b-a).
  5. Simplify each bound to the stated numerical values.

Worked Example

2025 Paper 1, 2025-P1-Q2b (15 marks)

Using the Mean Value Theorem, prove π6+315<sin1 ⁣(35)<π6+18\dfrac{\pi}{6}+\dfrac{\sqrt{3}}{15}<\sin^{-1}\!\left(\dfrac{3}{5}\right)<\dfrac{\pi}{6}+\dfrac{1}{8}.

Step 1 — Choose ff and interval. Let f(x)=sin1xf(x)=\sin^{-1}x, continuous on [1/2,3/5][1/2,\,3/5] and differentiable on (1/2,3/5)(1/2,\,3/5), with f(x)=11x2f'(x)=\dfrac{1}{\sqrt{1-x^2}}.

Note f(1/2)=π/6f(1/2)=\pi/6, and 3/51/2=1/103/5-1/2=1/10.

Step 2 — Apply MVT. There exists c(1/2,3/5)c\in(1/2,\,3/5) with

sin1 ⁣(35)=π6+11011c2.()\sin^{-1}\!\left(\tfrac35\right)=\frac{\pi}{6}+\frac{1}{10}\cdot\frac{1}{\sqrt{1-c^2}}.\qquad(\star)

Step 3 — Bound f(c)f'(c). Since f(x)=1/1x2f'(x)=1/\sqrt{1-x^2} is strictly increasing and 1/2<c<3/51/2<c<3/5,

f ⁣(12)=111/4=23f'\!\left(\tfrac12\right)=\frac{1}{\sqrt{1-1/4}}=\frac{2}{\sqrt{3}}

f ⁣(35)=119/25=116/25=54.f'\!\left(\tfrac35\right)=\frac{1}{\sqrt{1-9/25}}=\frac{1}{\sqrt{16/25}}=\frac{5}{4}.

So 23<11c2<54\dfrac{2}{\sqrt3}<\dfrac{1}{\sqrt{1-c^2}}<\dfrac{5}{4}.

Step 4 — Multiply by 1/101/10 and add π/6\pi/6.

π6+11023<sin1 ⁣(35)<π6+11054.\frac{\pi}{6}+\frac{1}{10}\cdot\frac{2}{\sqrt3}<\sin^{-1}\!\left(\tfrac35\right)<\frac{\pi}{6}+\frac{1}{10}\cdot\frac{5}{4}.

Step 5 — Simplify.

11023=2103=153=315,11054=540=18.\frac{1}{10}\cdot\frac{2}{\sqrt{3}}=\frac{2}{10\sqrt{3}}=\frac{1}{5\sqrt{3}}=\frac{\sqrt{3}}{15},\qquad\frac{1}{10}\cdot\frac{5}{4}=\frac{5}{40}=\frac{1}{8}.

  π6+315<sin1 ⁣(35)<π6+18.  \boxed{\;\frac{\pi}{6}+\frac{\sqrt{3}}{15}<\sin^{-1}\!\left(\frac{3}{5}\right)<\frac{\pi}{6}+\frac{1}{8}.\;}\qquad\blacksquare

Common Traps


Marks-Aware Writing

10-mark questions (2014, 2021): The three-step structure — define auxiliary function (identifying it correctly earns 4 marks), verify hypotheses briefly, apply Rolle and translate — covers all marks. Missing the step where ϕ(c)=0\phi'(c)=0 is translated back into the target equation loses 3 marks. An answer that applies Rolle to the wrong function earns at most 2 marks.

15-mark question (2025): Step 1 (choose the right interval and recognise f(1/2)=π/6f(1/2)=\pi/6) is worth 3 marks; the MVT application in Step 2 is worth 4 marks; bounding f(c)f'(c) by endpoint values (Step 3) is worth 5 marks; simplifying to the stated closed-form bounds (Step 5) is worth 3 marks. An answer that invokes the MVT but fails to bound the derivative earns 7 marks.

Practice Set

(No additional practice items in the corpus beyond the three worked examples.)

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.