f(x)= 2x^3+6x^2-12, use f''(x) to find the coordinates where the gradient is a minimum (the point of inflexion).
How do I do this and why is the point of inflexion where the gradient is a minimum?
Firstly you find f'(x), which is equal to 6x^2+12x. Then we find f''(x), which is equal to 12x+12. To find the point of inflection we solve that f''(x)=0 which gives us that x=-1. Now, let's use a sign diagram. Let's let x=-2: f''(-2) = -12, which is less than 0, so around this region the graph is concave down. Let us now allow x=0: f''(0)=12, which is greater than 0, and is therefore concave up. Since we change concavity about x=-1, we know that this is a point of inflection on the graph of f(x).
To your second point. This is not a stationary point of inflection, and thus f'(x) does not equal 0 at x=-1. However, the gradient is at a minimum. How? Well that is seen through the change of concavity. At this point someone can correct me if I am wrong. However, as we approach x=-1 our gradient starts becoming smaller and smaller (its magnitude), but it never equals to zero. At x=-1 the graph 'kinks' and goes to concave up. Around this local region the magnitude of the gradient assumes very small values. We can go as small as we would like, but since the point isn't stationary it won't equal to zero. Think about drawing an infinite set of tangents around this point. What you will find is the slope - or, more precisely the gradient - will keep getting smaller and smaller, but it will never be horizontal. This point proves that the gradient keeps getting smaller but never becomes zero.
I hope that helped