Function evaluation is the process of finding the output of a function for specific inputs. In our exercise, evaluating the function at the discovered critical points and at the endpoints of the interval is crucial to determine the absolute extrema. To evaluate \( f(x) \) at these points, one substitutes the \( x \) value into the original function to calculate its corresponding \( y \) value.
For the function \( f(x)=\frac{x}{(x^2+9)^5} \) and the points in question—\[(-2, 1), (-1, 1), (1, 1), (2, 1)\], function evaluation provides us with the following values:
- \[ f(-2)=\frac{-2}{(13)^5} \]
- \[ f(-1)=\frac{-1}{(10)^5} \]
- \[ f(1)=\frac{1}{(10)^5} \]
- \[ f(2)=\frac{2}{(13)^5} \]
By comparing these values, we can determine that the function attains its absolute minimum at both \( x=1 \) and \( x=-1 \) and its absolute maximum at both \( x=2 \) and \( x=-2 \) on the interval [-2, 2]. Function evaluation is a simple yet powerful tool in confirming the locations of extrema and understanding the overall shape and behavior of functions over specified intervals.