maths.freeCalculus › Maxima and minima

Maxima and minima

Critical points and the second-derivative test.

A smooth function peaks or bottoms out only where its derivative is zero. Find those critical points, then use the second derivative to tell a maximum (f″ < 0) from a minimum (f″ > 0). This is the whole of optimisation in one variable.

Exemplu lucrat: critical points of x^3 - 3x

Critical points of x^3 - 3x

x^{3} - 3 x

Pas cu pas

  1. f(x) = x^{3} - 3 x

    Critical points are where f′(x) = 0 or is undefined.

  2. f'(x) = 3 x^{2} - 3

    Differentiate.

  3. x = -1, x = 1

    Solve f′(x) = 0.

  4. f''(x) = 6 x

    Second-derivative test: f″ < 0 → maximum, f″ > 0 → minimum.

  5. f''(-1) = -6 \Rightarrow (-1, 2) \text{ is a local maximum}

  6. f''(1) = 6 \Rightarrow (1, -2) \text{ is a local minimum}

Revelează răspunsul
(-1, 2)\ \text{local maximum},\; (1, -2)\ \text{local minimum}

Încearcă pe tine.

Mai multe în Calculus