Math Lab
Home/Class XII/Ch 6/Maxima and minima

Maxima and minima

A local maximum of ff at cc means f(c)f(x)f(c) \ge f(x) for all xx in a small neighbourhood of cc. A local minimum is the same with the inequality reversed. The corresponding absolute (or global) extrema are the largest/smallest values of ff on its entire domain. Derivatives find both.

Definitions

  • ff has a local maximum at cc if f(c)f(x)f(c) \ge f(x) for all xx in some open interval containing cc.
  • ff has a local minimum at cc if f(c)f(x)f(c) \le f(x) for all xx in some open interval containing cc.
  • The point cc is a critical point if f(c)=0f'(c) = 0 or f(c)f'(c) is undefined.

Every interior local extremum of a differentiable ff is a critical point (Fermat's theorem). The converse is false: critical points may be neither.

First derivative test

At a critical point cc:

  • If ff' changes from ++ to - as xx crosses cc left to right: local maximum.
  • If ff' changes from - to ++: local minimum.
  • If ff' keeps the same sign: neither (an inflection-like point).

Second derivative test

At a critical point cc where f(c)f''(c) exists:

  • f(c)>0f''(c) > 0 \Rightarrow local minimum.
  • f(c)<0f''(c) < 0 \Rightarrow local maximum.
  • f(c)=0f''(c) = 0 \Rightarrow test fails; use first derivative test or higher-order analysis.

Absolute extrema on a closed interval

To find the absolute max/min of a continuous ff on [a,b][a, b]:

  1. Find critical points in (a,b)(a, b).
  2. Evaluate ff at all critical points and at the endpoints a,ba, b.
  3. The largest value is the absolute maximum; smallest is the absolute minimum.

This is the closed-interval method and is the most common board examination technique.

Worked example

f(x)=x33x2+1f(x) = x^3 - 3x^2 + 1 on [1,4][-1, 4].

f(x)=3x26x=3x(x2)f'(x) = 3x^2 - 6x = 3x(x - 2). Critical points: x=0,2x = 0, 2.

Values: f(1)=13+1=3f(-1) = -1 - 3 + 1 = -3; f(0)=1f(0) = 1; f(2)=812+1=3f(2) = 8 - 12 + 1 = -3; f(4)=6448+1=17f(4) = 64 - 48 + 1 = 17.

Absolute max: 1717 at x=4x = 4. Absolute min: 3-3 at x=1x = -1 and x=2x = 2.

Worked examples

Example 1. Find local extrema of f(x)=x36x2+9x+7f(x) = x^3 - 6x^2 + 9x + 7.

f(x)=3x212x+9=3(x1)(x3)f'(x) = 3x^2 - 12x + 9 = 3(x - 1)(x - 3).

Critical points: x=1,3x = 1, 3. f(x)=6x12f''(x) = 6x - 12. f(1)=6<0f''(1) = -6 < 0, so x=1x = 1 is local max with f(1)=11f(1) = 11. f(3)=6>0f''(3) = 6 > 0, so x=3x = 3 is local min with f(3)=7f(3) = 7.

Example 2. Find local extrema of f(x)=x44x3+4x2+1f(x) = x^4 - 4x^3 + 4x^2 + 1.

f(x)=4x312x2+8x=4x(x1)(x2)f'(x) = 4x^3 - 12x^2 + 8x = 4x(x - 1)(x - 2). Critical points 0,1,20, 1, 2.

f(x)=12x224x+8f''(x) = 12 x^2 - 24 x + 8. f(0)=8>0f''(0) = 8 > 0, local min, f(0)=1f(0) = 1. f(1)=4<0f''(1) = -4 < 0, local max, f(1)=2f(1) = 2. f(2)=8>0f''(2) = 8 > 0, local min, f(2)=1f(2) = 1.

Example 3. Find absolute max and min of f(x)=sinx+cosxf(x) = \sin x + \cos x on [0,π][0, \pi].

f(x)=cosxsinxf'(x) = \cos x - \sin x. Critical: cosx=sinx\cos x = \sin x, i.e., x=π/4x = \pi/4.

f(0)=1,f(π/4)=21.414,f(π)=1f(0) = 1, f(\pi/4) = \sqrt 2 \approx 1.414, f(\pi) = -1.

Max: 2\sqrt 2 at π/4\pi/4. Min: 1-1 at π\pi.

Example 4. Show that f(x)=x3f(x) = x^3 has no local extremum at x=0x = 0.

f(0)=0f'(0) = 0 (critical point), but f(x)=3x20f'(x) = 3x^2 \ge 0 with equality only at 00. So ff is increasing on both sides , no extremum (an inflection point).

Example 5. f(x)=xexf(x) = x e^x. Find local extrema.

f(x)=ex+xex=ex(1+x)f'(x) = e^x + x e^x = e^x(1 + x). Critical at x=1x = -1. f(x)=ex+(1+x)ex=ex(2+x)f''(x) = e^x + (1 + x) e^x = e^x(2 + x). f(1)=e1(1)>0f''(-1) = e^{-1}(1) > 0. Local min, value e1-e^{-1}.

Example 6. Find the absolute extrema of f(x)=(x1)2/3f(x) = (x - 1)^{2/3} on [0,2][0, 2].

f(x)=(2/3)(x1)1/3f'(x) = (2/3)(x - 1)^{-1/3}. Undefined at x=1x = 1 (cusp), zero nowhere.

Values: f(0)=1,f(1)=0,f(2)=1f(0) = 1, f(1) = 0, f(2) = 1. Absolute max 11 at x=0x = 0 and x=2x = 2; absolute min 00 at x=1x = 1.

Try it yourself

  1. Find local extrema of f(x)=x33x+2f(x) = x^3 - 3x + 2.
  2. Find local extrema of f(x)=x48x2+16f(x) = x^4 - 8 x^2 + 16.
  3. Find absolute max of f(x)=x312x+5f(x) = x^3 - 12 x + 5 on [3,3][-3, 3].
  4. Find aa such that f(x)=x2+a/xf(x) = x^2 + a/x has a local minimum at x=2x = 2.
  5. Find local extrema of f(x)=sinx+(1/2)cos2xf(x) = \sin x + (1/2)\cos 2x on [0,π/2][0, \pi/2].
  6. Show that the function f(x)=xlogxf(x) = x \log x has a minimum at x=1/ex = 1/e.
  7. Find absolute max/min of f(x)=x+sin2xf(x) = x + \sin 2x on [0,2π][0, 2\pi].
  8. Find the local extrema of f(x)=x5/35x2/3f(x) = x^{5/3} - 5 x^{2/3}.
  9. Show f(x)=tanx4xf(x) = \tan x - 4x is strictly decreasing on (π/3,π/3)(-\pi/3, \pi/3).
  10. Find local extrema of f(x)=x1xf(x) = x \sqrt{1 - x} on [0,1][0, 1].
  11. Find absolute max of f(x)=x2exf(x) = x^2 e^{-x} on [0,5][0, 5].
  12. Find local extrema of f(x)=sinxsin2xf(x) = \sin x - \sin 2x on [0,2π][0, 2\pi].
  13. Find the points where f(x)=(x2)4(x+1)3f(x) = (x - 2)^4 (x + 1)^3 has local extrema.
  14. Use the second derivative test on f(x)=x33x29x+5f(x) = x^3 - 3 x^2 - 9 x + 5.

Pitfalls / Tricks

  • Critical points include where ff' is undefined, not just where f=0f' = 0.
  • Always check endpoint values when finding absolute extrema on a closed interval.
  • The second derivative test is inconclusive at f(c)=0f''(c) = 0. Fall back to the first derivative test.
  • A "saddle" (inflection point) has f(c)=0f'(c) = 0 but no sign change.
  • Some problems require the global maximum or minimum , be explicit about whether your answer is local or absolute.

Next, the most JEE-heavy section: applied optimisation.

Practice quiz

Quick check on this topic.

Quiz
Quick check — Maxima and minima
6 questions · pick the best answer
Q1

f(x)=x24x+5f(x)=x^2-4x+5 has minimum at:

Q2

The minimum value of x24x+5x^2-4x+5 is:

Q3

f(x)=sinx+cosxf(x)=\sin x+\cos x has maximum value:

Q4

Critical points of f(x)=x33xf(x)=x^3-3x are at:

Q5

If f(c)>0f''(c)>0 and f(c)=0f'(c)=0, then at x=cx=c the function has:

Q6

Absolute max of f(x)=x33xf(x)=x^3-3x on [2,2][-2,2] is: