I think when you say 'gradient' you mean 'first derivative' otherwise this question does not make any sense. The gradient is a vector, so the gradient cannot be 3.
For (i), first integrate d^2y/dx^2 once to get that
dy/dx = 3x^2 - 2x + C.
Then the derivative at (2,-9) being 3 means that if you plug 2 in for x in dy/dx, you'll get 3. So we'll set up that equation:
3 = dy/dx(2) = 3(2)^2 - 2(2) + C.
Solve to find C = -5.
Now integrate dy/dx (using C = -5) to find that
y = x^3 - x^2 - 5x + D
Since the point (2,-9) is on this curve, we can set y = -9, x = 2 and solve for D to find that D = -3.
So we have: y = x^3 - x^2 -5x - 3
To do (ii), just use the first to show that dy/dx has local minimum at the point x = 1/3. How do we do this? Look for critical points of the second derivative, so solve for x in
6x - 2 = 0
To find that x = 1/3. We know this corresponds to a local minimum and hence global minimum because dy/dx is a parabola pointing upwards which only has one critical point. You plug x = 1/3 into the function dy/dx to see that the global minimum of dy/dx is -16/3, hence the derivative of the curve is never less than -16/3.
Hope this helps.