MHT-CET Maths · Applications of Derivative

Rolle's Theorem and the Mean Value Theorem

If a function is smooth on an interval with equal endpoint values, its graph must level off somewhere (Rolle); more generally, some tangent must be parallel to the chord joining the endpoints (Lagrange). The whole subtopic is checking the three hypotheses, then solving f'(c) for the point c.

Why this matters

One of the most reliably tested subtopics in MHT-CET calculus: 18 PYQs sit here (3 HARD, 12 MODERATE, 3 EASY). The paper recycles a small set of moves — verify Rolle and find c, count how many c work, apply LMVT and solve for c, or use 'Rolle holds' to back out unknown coefficients a and b. The recurring traps are always the same: rejecting a root of f'(c)=0 that falls outside the open interval, forgetting that MVT needs differentiability (not just continuity), and confusing Rolle's f(a)=f(b) requirement with LMVT's chord slope.

Concept 1 of 5

Rolle's Theorem — the Three Hypotheses and the Conclusion

Intuition

If a smooth curve starts and ends at the same height over [a, b], it cannot rise without coming back down — somewhere in between its tangent must be flat. That flat spot is a point c where f'(c) = 0. Rolle's theorem promises at least one such c, provided three hypotheses hold.

Definition

Rolle's theorem. If ff satisfies all three hypotheses:

  • ff is continuous on the closed interval [a,b][a, b],
  • ff is differentiable on the open interval (a,b)(a, b),
  • f(a)=f(b)f(a) = f(b) (equal endpoint values),

then there exists at least one c(a,b)c \in (a, b) with f(c)=0f'(c) = 0.

In practice: check the hypotheses (for a polynomial, continuity and differentiability are automatic — only f(a)=f(b)f(a)=f(b) needs verifying), then solve f(x)=0f'(x)=0 and keep the root that lies inside (a,b)(a,b).

Rolle's theorem

f cont. on [a,b], diff. on (a,b), f(a)=f(b)  c(a,b): f(c)=0f \text{ cont. on }[a,b],\ \text{diff. on }(a,b),\ f(a)=f(b)\ \Rightarrow\ \exists\, c\in(a,b):\ f'(c)=0
  • cpoint inside (a, b) where the tangent is horizontal
  • f(a)=f(b)the equal-endpoint hypothesis unique to Rolle

Worked example

Verify Rolle's theorem for f(x)=x24x+3f(x) = x^2 - 4x + 3 on [1,3][1, 3] and find cc.
  1. ff is a polynomial, so it is continuous on [1,3][1,3] and differentiable on (1,3)(1,3).
  2. Endpoint values: f(1)=14+3=0f(1) = 1 - 4 + 3 = 0 and f(3)=912+3=0f(3) = 9 - 12 + 3 = 0, so f(1)=f(3)f(1) = f(3). All three hypotheses hold.
  3. Solve f(x)=2x4=0x=2f'(x) = 2x - 4 = 0 \Rightarrow x = 2.
  4. c=2(1,3)c = 2 \in (1,3), so Rolle's theorem is verified with c=2c = 2.
Answer:c=2c = 2
Practice this conceptself-check · 4 quick reps

Try it yourself

For f(x)=x26x+8f(x) = x^2 - 6x + 8 on [2,4][2, 4], verify the hypotheses of Rolle's theorem and find cc.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    State the third (interval-endpoint) hypothesis of Rolle's theorem.
  2. 2.
    What does Rolle guarantee about ff'?
  3. 3.
    For a polynomial on [a,b][a,b], which hypothesis actually needs checking?
  4. 4.
    Find cc for f(x)=x22xf(x)=x^2-2x on [0,2][0,2].

From the bank · past-year question

Example 1Applications of DerivativeMODERATE
The value of cc for which Rolle's theorem for the function f(x)=x33x2+2xf(x)=x^{3}-3x^{2}+2x in the interval [0,2][0,2] are

[Q142 · 3rd May Shift 2 · 2023]

All THREE hypotheses are required, not just f(a) = f(b)

Rolle needs continuity on [a,b][a,b] AND differentiability on (a,b)(a,b) AND f(a)=f(b)f(a)=f(b). A function like f(x)=xf(x)=|x| on [1,1][-1,1] has f(1)=f(1)=1f(-1)=f(1)=1 but is NOT differentiable at 00, so Rolle does not apply — there is no cc with f(c)=0f'(c)=0. Never skip the differentiability check.

Rolle gives f'(c) = 0, not the chord slope

Rolle's conclusion is specifically f(c)=0f'(c)=0 (a horizontal tangent), because the endpoints are equal. If the endpoints differ, use the Mean Value Theorem instead — its conclusion is f(c)=f(b)f(a)baf'(c)=\frac{f(b)-f(a)}{b-a}, which reduces to 00 only when f(a)=f(b)f(a)=f(b).

Concept 2 of 5

Finding c and Rejecting Roots Outside the Interval

Intuition

Once the hypotheses hold, finding cc is just solving f(x)=0f'(x)=0. But ff' often has more than one root — and Rolle only promises a cc that lies STRICTLY between aa and bb. So compute every root, then discard any that fall outside the open interval (a,b)(a,b).

Definition

To find the Rolle point cc:

  • Solve f(x)=0f'(x) = 0 to get all candidate values.
  • **Keep only the candidates that lie inside the open interval (a,b)(a,b)**; reject the rest.

For products/exponential-times-polynomial forms, differentiate carefully (product rule + chain rule) — the exponential factor ekxe^{kx} is never zero, so it only scales ff'; the roots come entirely from the polynomial factor. Set that polynomial factor to zero and filter by the interval.

Rolle point from f'(x) = 0

f(c)=0,c(a,b)  (reject any root outside the interval)f'(c) = 0,\quad c \in (a,b)\ \ \text{(reject any root outside the interval)}

Worked example

Rolle's theorem holds for f(x)=(x1)(x4)f(x) = (x-1)(x-4) on [1,4][1,4]. Find cc, rejecting any root outside the interval.
  1. Expand: f(x)=x25x+4f(x) = x^2 - 5x + 4, so f(x)=2x5f'(x) = 2x - 5.
  2. Solve f(x)=0f'(x) = 0: x=52=2.5x = \tfrac{5}{2} = 2.5.
  3. Check the interval: 2.5(1,4)2.5 \in (1,4) ✓ — accept it.
Answer:c=52c = \dfrac{5}{2}
Practice this conceptself-check · 4 quick reps

Try it yourself

If f(x)=x(x+3)ex/2f(x) = x(x+3)e^{-x/2} satisfies Rolle's theorem on [3,0][-3, 0], find cc.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    f(x)=(x1)(x5)f'(x) = (x-1)(x-5) on [0,3][0,3]. Which root is the Rolle point?
  2. 2.
    Rolle point must lie in which interval — [a,b][a,b] or (a,b)(a,b)?
  3. 3.
    For f(x)=ex(x29)f'(x) = e^{x}(x^2 - 9) on [4,0][-4, 0], find cc.
  4. 4.
    If both roots of ff' lie in (a,b)(a,b), how many valid cc?

From the bank · past-year question

Example 2Applications of DerivativeMODERATE
Value of c satisfying the conditions and conclusions of Rolle's theorem for the function f(x)=xx+6,  x[6,0]f(x) = x\sqrt{x+6},\; x \in [-6,0] is

[Q109 · 11th May Shift 1 · 2024]

Reject any root of f'(c) = 0 that lies OUTSIDE (a, b)

Solving f(x)=0f'(x)=0 can give roots that Rolle never promised. For f(x)=x(x+3)ex/2f(x)=x(x+3)e^{-x/2} on [3,0][-3,0], ff' vanishes at x=3x=3 and x=2x=-2, but only 2-2 lies in (3,0)(-3,0). Picking x=3x=3 is the single most common mistake — always filter candidates by the interval.

The exponential factor is never zero

In a form like f(x)=ex/2(polynomial)f'(x)=e^{-x/2}\,(\text{polynomial}), the factor ex/2>0e^{-x/2}>0 always. So f(c)=0f'(c)=0 forces the POLYNOMIAL factor to be zero — never set the exponential to zero. It only affects sign/scaling, not the location of the Rolle point.

Concept 3 of 5

Counting the Number of Valid c

Intuition

Some questions do not ask for the value of cc but for HOW MANY values of cc satisfy the conclusion. For a trigonometric function like sin(kπx)\sin(k\pi x), f(x)=0f'(x)=0 has many solutions — so you count all the roots of ff' that fall inside the open interval.

Definition

To count the Rolle/MVT points:

  • Write f(x)=0f'(x)=0 and solve the resulting trigonometric (or polynomial) equation over the open interval.
  • Count every solution that lies strictly inside (a,b)(a,b).

For f(x)=sin(kπx)f(x)=\sin(k\pi x), f(x)=kπcos(kπx)f'(x)=k\pi\cos(k\pi x); f=0f'=0 where cos(kπx)=0\cos(k\pi x)=0, i.e. kπx=±π2,±3π2,k\pi x = \pm\tfrac{\pi}{2}, \pm\tfrac{3\pi}{2}, \dots. List these, then keep the ones inside the interval and count them.

Number of Rolle points

#{c(a,b):f(c)=0}=number of roots of f(x)=0 inside (a,b)\#\{\,c\in(a,b): f'(c)=0\,\} = \text{number of roots of } f'(x)=0 \text{ inside } (a,b)

Worked example

How many values of cc satisfy Rolle's theorem for f(x)=sinπxf(x) = \sin \pi x on [0,2][0, 2]?
  1. f(0)=sin0=0f(0) = \sin 0 = 0, f(2)=sin2π=0f(2) = \sin 2\pi = 0: endpoints equal, hypotheses hold.
  2. f(x)=πcosπx=0cosπx=0πx=π2,3π2f'(x) = \pi\cos \pi x = 0 \Rightarrow \cos \pi x = 0 \Rightarrow \pi x = \tfrac{\pi}{2}, \tfrac{3\pi}{2}.
  3. So x=12,32x = \tfrac12, \tfrac32, both in (0,2)(0,2).
Answer:Two values of cc: x=12x = \tfrac12 and x=32x = \tfrac32.
Practice this conceptself-check · 4 quick reps

Try it yourself

How many values of cc satisfy the conclusion of Rolle's theorem for f(x)=sin2πxf(x) = \sin 2\pi x on [1,1][-1, 1]?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    f(x)=cosπx=0f'(x)=\cos \pi x = 0 on (0,1)(0,1): how many roots?
  2. 2.
    How many cc for f(x)=sinπxf(x)=\sin \pi x on [0,3][0,3]?
  3. 3.
    To count Rolle points, count roots of ff' that lie where?
  4. 4.
    f(x)=sin2πxf(x)=\sin 2\pi x on [0,1][0,1]: how many cc?

From the bank · past-year question

Example 3Applications of DerivativeMODERATE
The number of values of CC that satisfy the conclusion of Rolle's theorem in case of following function f(x)=sin2πx,x[1,1]f(x) = \sin 2\pi x,\, x \in [-1,1] is

[Q104 · 15th May Shift 2 · 2023]

Count roots INSIDE the open interval only — mind the endpoints

When counting cc, include only roots strictly between aa and bb. For sin2πx\sin 2\pi x on [1,1][-1,1] the roots of ff' are ±14,±34\pm\tfrac14, \pm\tfrac34 — four values, all interior. A root landing exactly on an endpoint would NOT count. Sketch or list them; don't guess the count.

Solve the full trig equation — don't stop at the first solution

cos(kπx)=0\cos(k\pi x)=0 has infinitely many solutions; over a finite interval several survive. Writing kπx=±π2,±3π2,k\pi x = \pm\tfrac{\pi}{2}, \pm\tfrac{3\pi}{2}, \dots systematically and filtering by the interval avoids under-counting (a common way to pick '02' when the answer is '04').

Concept 4 of 5

Lagrange's Mean Value Theorem — Statement and Finding c

Intuition

Rolle needs equal endpoints; Lagrange removes that restriction. Over any smooth arc from (a,f(a))(a, f(a)) to (b,f(b))(b, f(b)), there is a point where the tangent is parallel to the CHORD joining the ends. The chord's slope is f(b)f(a)ba\frac{f(b)-f(a)}{b-a}, so LMVT says f(c)f'(c) equals that slope for some cc inside.

Definition

Lagrange's Mean Value Theorem (LMVT). 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(c)=f(b)f(a)ba.f'(c) = \dfrac{f(b) - f(a)}{b - a}.
To find cc: compute the chord slope f(b)f(a)ba\frac{f(b)-f(a)}{b-a}, set f(x)f'(x) equal to it, solve, and keep the root inside (a,b)(a,b). Rolle is the special case f(a)=f(b)f(a)=f(b), where the chord slope is 00.

Lagrange's Mean Value Theorem

f(c)=f(b)f(a)ba,c(a,b)f'(c) = \dfrac{f(b) - f(a)}{b - a},\qquad c \in (a,b)
  • \frac{f(b)-f(a)}{b-a}slope of the chord joining the endpoints
  • f'(c)slope of the tangent at the guaranteed point c

Worked example

Find the value of cc of LMVT for f(x)=x2f(x) = x^2 on [1,3][1, 3].
  1. Chord slope: f(3)f(1)31=912=4\dfrac{f(3) - f(1)}{3 - 1} = \dfrac{9 - 1}{2} = 4.
  2. f(x)=2xf'(x) = 2x; set equal to the chord slope: 2c=4c=22c = 4 \Rightarrow c = 2.
  3. c=2(1,3)c = 2 \in (1,3) ✓.
Answer:c=2c = 2
Practice this conceptself-check · 4 quick reps

Try it yourself

Find cc of LMVT for f(x)=x23xf(x) = x^2 - 3x on [1,4][1, 4].

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Chord slope of f(x)=x2f(x)=x^2 on [0,4][0,4]?
  2. 2.
    LMVT for f(x)=logxf(x)=\log x on [1,e][1,e]: find cc.
  3. 3.
    Rolle is the special case of LMVT when the chord slope is?
  4. 4.
    If f(1)=1f(1)=1 and f(x)5f'(x)\le 5 on [1,5][1,5], max of f(5)f(5)?

From the bank · past-year question

Example 4Applications of DerivativeMODERATE
The value of cc of Lagrange's mean value theorem for f(x)=25x2f(x)=\sqrt{25-x^2} on [1,5][1,5] is

[Q126 · 9th May Shift 1 · 2024]

MVT needs DIFFERENTIABILITY, not just continuity

Both hypotheses must hold: continuous on [a,b][a,b] AND differentiable on (a,b)(a,b). A function continuous but with a corner (non-differentiable) inside the interval can fail to have a valid cc. Continuity alone is not enough — always confirm differentiability before applying LMVT.

Chord slope uses f(b) − f(a), not f'(a) or f'(b)

The right-hand side of LMVT is the average slope f(b)f(a)ba\frac{f(b)-f(a)}{b-a} — a difference of FUNCTION values over the interval width, not a derivative at an endpoint. A frequent slip is to compute f(a)f'(a) or f(b)f'(b) instead of the chord slope.

Bounding trick: f(b) − f(a) ≤ (b − a)·max f'

When f(x)Mf'(x) \le M everywhere, LMVT gives f(b)f(a)=f(c)(ba)M(ba)f(b) - f(a) = f'(c)(b-a) \le M(b-a). So if f(1)=1f(1)=1 and f5f'\le 5 on [1,5][1,5], then f(5)1+54=21f(5) \le 1 + 5\cdot 4 = 21. Use the theorem as an INEQUALITY to bound a value.

Concept 5 of 5

Solving Unknown Parameters and the Tangent-Parallel-to-Chord View

Intuition

A whole family of questions says 'Rolle (or MVT) holds for ff at a GIVEN point cc' and asks you to find unknown coefficients a,ba, b. Each piece of the theorem is an equation: f(a)=f(b)f(a)=f(b) gives one, and f(c)=0f'(c)=0 (Rolle) or f(c)=chord slopef'(c)=\text{chord slope} (MVT) gives another — two equations, two unknowns. Geometrically, MVT is just 'find the point where the tangent is parallel to the chord.'

Definition

Back-solving parameters. Given that the theorem holds with a specified cc:

  • Write the endpoint equation: Rollef(a)=f(b)f(a)=f(b); MVT ⇒ (usually) also f(a)=f(b)f(a)=f(b) or the given chord.
  • Write the interior equation: Rollef(c)=0f'(c)=0; MVTf(c)=f(b)f(a)baf'(c)=\frac{f(b)-f(a)}{b-a}.
  • Solve the resulting simultaneous equations for the unknowns.

Tangent parallel to chord (geometric MVT). 'Find the point(s) where the tangent is parallel to the chord ABAB' means: compute the chord slope through A,BA, B, set f(x)f'(x) equal to it, and solve for xx — the same computation as finding the LMVT point.

Two equations from 'the theorem holds at c'

f(a)=f(b)endpointandf(c)=0Rolle at given c\underbrace{f(a)=f(b)}_{\text{endpoint}} \quad \text{and} \quad \underbrace{f'(c)=0}_{\text{Rolle at given }c}

Worked example

Rolle's theorem holds for f(x)=x3+ax2+bxf(x) = x^3 + ax^2 + bx on [0,3][0, 3] at the point c=1c = 1. Find aa and bb.
  1. Endpoint equation f(0)=f(3)f(0) = f(3): 0=27+9a+3b3a+b=90 = 27 + 9a + 3b \Rightarrow 3a + b = -9.
  2. Interior equation f(c)=0f'(c) = 0: f(x)=3x2+2ax+bf'(x) = 3x^2 + 2ax + b, so f(1)=3+2a+b=02a+b=3f'(1) = 3 + 2a + b = 0 \Rightarrow 2a + b = -3.
  3. Solve the pair 3a+b=9, 2a+b=33a + b = -9,\ 2a + b = -3: subtract to get a=6a = -6, then b=32(6)=9b = -3 - 2(-6) = 9.
Answer:a=6, b=9a = -6,\ b = 9
Practice this conceptself-check · 4 quick reps

Try it yourself

A(1,3),B(4,3)A(1,-3), B(4,3) lie on the curve y=x4xy = x - \dfrac{4}{x}. Find the points on the curve where the tangent is parallel to the chord ABAB.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Rolle for x36x2+ax+bx^3 - 6x^2 + ax + b on [1,3][1,3] needs f(1)=f(3)f(1)=f(3). Find aa.
  2. 2.
    'Tangent parallel to chord' means set f(x)f'(x) equal to?
  3. 3.
    Two unknowns a,ba,b need how many equations?
  4. 4.
    Chord slope through (1,3),(4,3)(1,-3),(4,3)?

From the bank · past-year question

Example 5Applications of DerivativeMODERATE
If Rolle's theorem holds for the function x3+ax2+bx,1x2x^{3}+ax^{2}+bx,1 \leq x\leq 2 at the point 43\frac{4}{3}, then the values of aa and bb are respectively

[Q110 · 25 April Shift I · 2025]

You need BOTH equations — endpoint and interior

Using only f(a)=f(b)f(a)=f(b) fixes just one relation between aa and bb; some options may share that value. You must ALSO use f(c)=0f'(c)=0 (or the chord condition) at the given cc to pin down both. Solving one equation and matching a partial answer is how students land on the wrong option.

Watch coefficient order — 'a and b respectively'

Options like (11,6)(11, -6) vs (6,11)(-6, 11) differ only by which value is aa and which is bb. Track exactly which unknown you solved for; re-substitute into the original ff to confirm the pair actually satisfies f(a)=f(b)f(a)=f(b) and f(c)=0f'(c)=0 before selecting.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (5)

  • Rolle's Theorem — the Three Hypotheses and the Conclusion

    Rolle's theorem

    f cont. on [a,b], diff. on (a,b), f(a)=f(b)  c(a,b): f(c)=0f \text{ cont. on }[a,b],\ \text{diff. on }(a,b),\ f(a)=f(b)\ \Rightarrow\ \exists\, c\in(a,b):\ f'(c)=0
  • Finding c and Rejecting Roots Outside the Interval

    Rolle point from f'(x) = 0

    f(c)=0,c(a,b)  (reject any root outside the interval)f'(c) = 0,\quad c \in (a,b)\ \ \text{(reject any root outside the interval)}
  • Counting the Number of Valid c

    Number of Rolle points

    #{c(a,b):f(c)=0}=number of roots of f(x)=0 inside (a,b)\#\{\,c\in(a,b): f'(c)=0\,\} = \text{number of roots of } f'(x)=0 \text{ inside } (a,b)
  • Lagrange's Mean Value Theorem — Statement and Finding c

    Lagrange's Mean Value Theorem

    f(c)=f(b)f(a)ba,c(a,b)f'(c) = \dfrac{f(b) - f(a)}{b - a},\qquad c \in (a,b)
  • Solving Unknown Parameters and the Tangent-Parallel-to-Chord View

    Two equations from 'the theorem holds at c'

    f(a)=f(b)endpointandf(c)=0Rolle at given c\underbrace{f(a)=f(b)}_{\text{endpoint}} \quad \text{and} \quad \underbrace{f'(c)=0}_{\text{Rolle at given }c}

Watch out for (11)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Applications of DerivativeMODERATE
If the function f(x)=x(x+3)ex2f(x) =x(x+ 3)e^{-\frac{x}{2}} satisfies all the conditions of Rolle's theorem in [3,0]\lbrack - 3,0\rbrack, then c is

[Q132 · 21 April Shift I · 2025]

Example 2Applications of DerivativeEASY
Let f be a function which is continuous and differentiable for all xx. If f(1)=1f(1) = 1 and f(x)5f^{'}(x) \leq 5 for all xx in [1,5]\lbrack 1,5\rbrack, then the maximum value of f (5) is

[Q107 · 22 April Shift II · 2025]

Example 3Applications of DerivativeHARD
If Rolle's theorem holds for the function f(x)=x3+bx2+ax+5f(x) = x^3 + bx^2 + ax + 5 on [1,3][1,3] with c=2+13c = 2 + \dfrac{1}{\sqrt{3}}, then the values of aa and bb respectively are

[Q138 · 2nd May Shift 1 · 2023]

Example 4Applications of DerivativeMODERATE
The value of C for which the Mean Value Theorem holds for f(x)=logexf(x) = \log_e x on [1,3][1,3] is

[Q117 · 2nd May Shift 2 · 2023]

Example 5Applications of DerivativeMODERATE
A(1,-3), B(4,3) are two points on the curve y=x4xy=x-\frac{4}{x}. The points on the curve, the tangents at which are parallel to the chord AB, are

[Q123 · 13th May Shift 2 · 2024]

Drill every past-year question on this subtopic

18 questions from the bank — paginated, with cart and Word-export support.

Related notes