1. In the Candidates Test (Closed Interval Method) for finding absolute extrema of a continuous function $f$ on $[a, b]$, which set of $x$-values must be evaluated?
- A.Only the values where $f'(x) = 0$
- B.Only the endpoints $x = a$ and $x = b$
- C.All critical points of $f$ in $(a, b)$ together with the endpoints $x = a$ and $x = b$
- D.All inflection points of $f$ in $(a, b)$ together with the endpoints $x = a$ and $x = b$
View Answer
Answer: All critical points of $f$ in $(a, b)$ together with the endpoints $x = a$ and $x = b$
Define the Candidates Test: The Candidates Test says: to find the absolute max and min of a continuous function on $[a,b]$, evaluate $f$ at every critical point in $(a,b)$ and at both endpoints $a$ and $b$. The largest value is the absolute max; the smallest is the absolute min. Why the correct answer works: Option C includes all critical points (where $f'(x)=0$ or $f'(x)$ does not exist) AND the endpoints, which is exactly the candidate list. Why distractors fail: Option A omits endpoints and points where $f'$ does not exist. Option B omits interior critical points. Option D uses inflection points (where concavity changes), which are not the candidates for absolute extrema.