Question: Determine the local maxima and minima of the function f(x) = x^4 - 4x^3 + 4x.
Options:
Correct Answer: Minima at (2, 0)
Solution:
f\'(x) = 4x^3 - 12x^2 + 4. Setting f\'(x) = 0 gives x = 0 and x = 2. f\'\'(0) = 4 > 0 (min), f\'\'(2) = -8 < 0 (max).