1. In an optimization problem, what must be true at a critical point of a differentiable objective function $f(x)$ on an open interval?
- A.$f(x) = 0$
- B.$f'(x) = 0$
- C.$f''(x) = 0$
- D.$f'(x) > 0$
View Answer
Answer: $f'(x) = 0$
Definition of critical point: A critical point of a differentiable function occurs where the first derivative equals zero: $f'(c) = 0$. Why the correct answer works: At a maximum or minimum on an open interval, the tangent line is horizontal, so $f'(x) = 0$. Why distractors fail: Option A sets the function itself to zero, which is a root, not a critical point. Option C sets the second derivative to zero, which identifies a possible inflection point. Option D would mean the function is increasing, not at an extremum.