Question: Find the coordinates of the point on the curve y = x^3 - 3x + 2 where the slope of the tangent is 0.
Options:
Correct Answer: (1, 0)
Solution:
f\'(x) = 3x^2 - 3. Setting f\'(x) = 0 gives x^2 = 1, so x = 1 or x = -1. f(1) = 0, f(-1) = 4. The point is (1, 0).