To find the critical points of \( f(x) \), we need to determine where the derivative \( f'(x) \) is equal to zero or undefined. First, calculate the derivative using the product rule:
\[
f(x) = (x-3)^3(x+2)^2
\]
\[
f'(x) = 3(x-3)^2(x+2)^2 + 2(x-3)^3(x+2)
\]
Simplify the derivative:
\[
f'(x) = (x-3)^2(x+2)[3(x+2) + 2(x-3)]
\]
\[
= (x-3)^2(x+2)(3x + 6 + 2x - 6)
\]
\[
= (x-3)^2(x+2)(5x)
\]
\[
= 5x(x-3)^2(x+2)
\]
Set \( f'(x) \) equal to zero:
\[
5x(x-3)^2(x+2) = 0
\]
This gives us three solutions:
\[
x = 0, \quad x = 3, \quad x = -2
\]
These are the points where the derivative is zero, indicating potential critical points.