y = 3x4 - 8x3 - 3Bringing the power down on each term and subtracting one from the power (as to differentiate, nxm —> nmxm-1), we get for each derivative:dy/dx = 12x3 - 24x2d2y/dx2 = 36x2 - 48x.This answers the first part.When a curve has a stationary point at a point X, f’(X) = 0 [note: f’(x) is another notation for dy/dx and f’’(x) for d2y/dx2 and so on]. So, to verify that our function has a stationary point at x = 2, we substitute x = 2 into the first derivative. 12(2)3 - 24(2)2 = 12(8) - 24(4) = 96 - 96 = 0. Hence, C has a stationary point at x = 2.To determine the nature of this stationary point, we substitute x = 2 into the second derivative. If f’’(x) < 0, the stationary point is a local maximum point of the function. If f’’(x) > 0, the stationary point is a local minimum point of the function. If f’’(x) = 0, it could be either.So, substituting in x = 2, 36(2)2 - 48(2) = 36(4) - 48(2) = 144 - 96 = 48. 48 > 0, and so the stationary point is a local maximum.