f(x) = x3(4-x) = 4x3 - x4
f'(x) = 12x2 - 4x3
Set f'(x) to zero to find the extreme points:
0 = 12x2 - 4x3
4x3 = 12x2
x = 3
So there is an extreme point at x = 3. The y value is f(3) = 33(4-3) = 27. So the extreme point is (3, 27). To find out if it is a maximum or minimum, take the second derivative and evaluate it at x = 3. If f''(3) > 0, it's a minimum. If f''(3) < 0, it's a maximum
f''(x) = 24x - 12x2
f''(3) = 24·3 - 12·32
f''(3) = 72 - 108 = -36
Since f''(3) < 0, (3,27) is a maximum.