Given:
\( A = \left\{ \frac{x}{9x^2 + 20} \right\} \)
Function defined by:
\( f(x) = 2x^3 - 15x^2 + 36x - 48 \)
We need to find the maximum value of \( f(x) \).
First, we'll find the derivative \( f'(x) \) to identify the critical points.
Calculate:
\( f'(x) = \frac{d}{dx}(2x^3 - 15x^2 + 36x - 48) \)
\( f'(x) = 6x^2 - 30x + 36 \)
Set \( f'(x) = 0 \) to find critical points:
\( 6x^2 - 30x + 36 = 0 \)
Divide throughout by 6:
\( x^2 - 5x + 6 = 0 \)
Factorize:
\( (x - 2)(x - 3) = 0 \)
Thus, \( x = 2 \) and \( x = 3 \) are critical points.
Examine changes in \( f'(x) \) around these points to find local max/min:
\( x = 2 \) is a local maximum, and \( x = 3 \) is a local minimum.
Calculate function values at these points:
\( f(2) = 2(2)^3 - 15(2)^2 + 36(2) - 48 \)
\( = 16 - 60 + 72 - 48 \)
\( = -20 \)
\( f(3) = 2(3)^3 - 15(3)^2 + 36(3) - 48 \)
\( = 54 - 135 + 108 - 48 \)
\( = -21 \)
The maximum value of \( f(x) \) occurring at \( x = 2 \) is therefore:
Maximum Value: \( -20 \)