Optimization Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Find the critical points of f(x)=2x3โˆ’9x2+12xโˆ’4f(x) = 2x^3 - 9x^2 + 12x - 4 and classify them.

Solution

  1. 1
    fโ€ฒ(x)=6x2โˆ’18x+12=6(x2โˆ’3x+2)=6(xโˆ’1)(xโˆ’2)f'(x) = 6x^2 - 18x + 12 = 6(x^2 - 3x + 2) = 6(x-1)(x-2).
  2. 2
    Critical points: x=1x = 1 and x=2x = 2.
  3. 3
    fโ€ฒโ€ฒ(x)=12xโˆ’18f''(x) = 12x - 18. At x=1x=1: fโ€ฒโ€ฒ(1)=โˆ’6<0f''(1) = -6 < 0 (local max). At x=2x=2: fโ€ฒโ€ฒ(2)=6>0f''(2) = 6 > 0 (local min).

Answer

Local maximum at x=1x = 1; local minimum at x=2x = 2
Factor the first derivative to find critical points, then use the second derivative test to classify each one as a local max or min.

About Optimization

The process of using derivatives to systematically find maximum or minimum values of a function over a domain.

Learn more about Optimization โ†’

More Optimization Examples