1. Increasing and Decreasing Functions

A function f is said to be:

  • Strictly Increasing on interval I if x1<x2f(x1)<f(x2) for all x1,x2I.
  • Strictly Decreasing on interval I if x1<x2f(x1)>f(x2) for all x1,x2I.
  • Monotone on I if it is either entirely increasing or entirely decreasing on I.

Test Using Derivatives

Condition on f(x) in (a,b) Behaviour of f on (a,b)
f(x)>0 for all x Strictly increasing
f(x)<0 for all x Strictly decreasing
f(x)=0 for all x Constant
f(x)0 on (a,b), zero only at isolated points Still strictly increasing

Steps to Find Intervals of Increase/Decrease

  • Step 1: Find f(x).
  • Step 2: Solve f(x)=0 and find where f(x) is undefined — these are the critical points.
  • Step 3: Mark critical points on the number line — they partition it into intervals.
  • Step 4: Test the sign of f(x) in each interval using a test point.
  • Step 5: f(x)>0 → increasing; f(x)<0 → decreasing.

Worked Example

Find intervals where f(x)=2x39x2+12x+15 is increasing/decreasing.

f(x)=6x218x+12=6(x1)(x2)
Critical points: x=1, x=2.
Sign analysis: f(x)>0 for x<1 or x>2; f(x)<0 for 1<x<2.
Increasing: (,1)(2,); Decreasing: (1,2).

2. Critical Points, Stationary Points and Points of Inflection

Term Definition Note
Critical point c where f(c)=0 or f(c) does not exist Every extremum is a critical point
Stationary point c where f(c)=0 specifically Subset of critical points
Point of inflection c where f(c)=0 AND f changes sign at c f(c)=0 alone is NOT sufficient

Concavity

  • Concave upward on (a,b): f(x)>0 — curve bends upward like .
  • Concave downward on (a,b): f(x)<0 — curve bends downward like .
  • Point of inflection: concavity changes — f changes sign at c.

Classic trap: f(x)=x4 at x=0: f(0)=0 but f does NOT change sign → x=0 is a minimum, NOT a point of inflection.

3. Rolle's Theorem JEE Advanced Only

Statement

If f satisfies all three conditions:

  • f is continuous on [a,b],
  • f is differentiable on (a,b), and
  • f(a)=f(b),

then there exists at least one c(a,b) such that f(c)=0.

Geometric Interpretation

If a smooth curve starts and ends at the same height, there must be at least one point between where the tangent is horizontal (parallel to the x-axis).

Important Notes on Rolle's Theorem

  • All three conditions must be verified before applying the theorem.
  • If any condition fails, the theorem cannot be applied (and f(c)=0 may or may not exist).
  • The theorem guarantees existence of c but does NOT say it is unique.
  • The theorem says nothing about the value of c — we must solve f(x)=0 to find it.

Worked Example

Verify Rolle's Theorem for f(x)=x24x+3 on [1,3] and find c.

f is a polynomial → continuous on [1,3], differentiable on (1,3).
f(1)=14+3=0; f(3)=912+3=0f(1)=f(3) ✓.
All conditions satisfied.
f(x)=2x4=0x=2. Since 2(1,3): c=2 ✓.

4. Lagrange's Mean Value Theorem (LMVT) JEE Advanced Only

Statement

If f is continuous on [a,b] and differentiable on (a,b), then there exists at least one c(a,b) such that:

f(c)=f(b)f(a)ba

Geometric Interpretation

There is at least one point on the curve where the tangent is parallel to the chord joining (a,f(a)) and (b,f(b)).

Relation to Rolle's Theorem

Rolle's Theorem is a special case of LMVT when f(a)=f(b) — the chord is then horizontal, so the parallel tangent also has slope zero.

Theorem Conditions Conclusion
Rolle's Theorem Continuous [a,b], differentiable (a,b), f(a)=f(b) c(a,b): f(c)=0
LMVT Continuous [a,b], differentiable (a,b) c(a,b): f(c)=f(b)f(a)ba

Worked Example — LMVT

Find c in LMVT for f(x)=x3x2x+1 on [0,2].

f(0)=1, f(2)=842+1=3.
Slope of chord =f(2)f(0)20=312=1.
f(x)=3x22x1. Set f(c)=1:
3c22c1=13c22c2=0c=2±4+246=2±286=1±73.
Only c=1+731.22(0,2) is valid.

Applications of MVT

  • Proving inequalities: If f(x)>0 on (a,b), then f(b)>f(a) — used to prove e.g., ln(1+x)<x for x>0.
  • Estimating function values: f(b)f(a)=f(c)(ba) for some c — bounds on f give bounds on f(b)f(a).
  • Uniqueness of roots: If f(x)0 on an interval, f can have at most one root there (by Rolle).