To identify the global maximum and minimum values of a function, we can utilize the Extreme Value Theorem, which states that if a function \( f \) is continuous on a closed interval \([a, b]\), then it must have both a global maximum and a global minimum within that interval. This means that the function should not have any breaks or holes, and both endpoints \( a \) and \( b \) must be included in the interval.
For example, consider the function \( f(x) = 3x^2 + 1 \). To determine if this function has global extrema, we first check its continuity. Since \( f(x) \) is a polynomial, it is continuous everywhere. Next, we confirm that the interval from \(-2\) to \(4\) is closed, as indicated by the square brackets. Therefore, we conclude that \( f(x) \) does indeed have a global maximum and minimum.
Once we establish that global extrema exist, we can find them by identifying critical points and evaluating the function at these points and the endpoints of the interval. Critical points occur where the derivative \( f'(x) \) is zero or undefined. For our function, we calculate the derivative:
$$ f'(x) = 6x $$
Setting the derivative equal to zero gives us:
$$ 6x = 0 \implies x = 0 $$
Next, we evaluate the function at the critical point and the endpoints of the interval. The endpoints are \( x = -2 \) and \( x = 4 \). We compute:
1. For \( x = 0 \):
$$ f(0) = 3(0)^2 + 1 = 1 $$
2. For \( x = -2 \):
$$ f(-2) = 3(-2)^2 + 1 = 3(4) + 1 = 13 $$
3. For \( x = 4 \):
$$ f(4) = 3(4)^2 + 1 = 3(16) + 1 = 49 $$
Now we compare the values obtained: \( f(0) = 1 \), \( f(-2) = 13 \), and \( f(4) = 49 \). The largest value, \( 49 \), represents the global maximum, occurring at \( x = 4 \). Conversely, the smallest value, \( 1 \), indicates the global minimum, occurring at \( x = 0 \).
In summary, to find the global extrema of a function, verify the conditions of the Extreme Value Theorem, identify critical points by setting the derivative to zero, and evaluate the function at these points and the endpoints of the interval. This systematic approach ensures accurate identification of the global maximum and minimum values.