Find the local maximum and minimum of LaTeX:  \displaystyle f(x) = 9 x^{3} + 10 x^{2} - 7 x + 4 .

To find the critical numbers solve LaTeX:  \displaystyle f'(x) = 0 . The derivative is LaTeX:  \displaystyle f'(x) = 27 x^{2} + 20 x - 7 . Solving LaTeX:  \displaystyle 27 x^{2} + 20 x - 7 = 0 gives LaTeX:  \displaystyle x = \left[ -1, \  \frac{7}{27}\right] . Using the 2nd derivative test gives:
LaTeX:  \displaystyle f''\left( -1 \right) = -34  which is less than zero, so the function is concave down and LaTeX:  \displaystyle f\left(-1\right) = 12 is a local maximum.
LaTeX:  \displaystyle f''\left( \frac{7}{27} \right) = 34  which is greater than zero, so the function is concave up and LaTeX:  \displaystyle f\left(\frac{7}{27}\right) = \frac{6592}{2187} is a local minimum.