how to show a value is minimum (no 2nd derivative)
gradients of values either side of the point
how to show a value is maximum (no 2nd derivative)
gradients of values either side of the point
how to show a value is minimum (2nd derivative)
2nd derivative > 0
how to show a value is maximum (2nd derivative)
2nd derivative < 0
first principle: limit formula
lim(f(x+h) - f(x)/h)
first derivative, decreasing
f’(x) < 0 - decreasing
first derivative, stationary
f’(x) = 0 - stationary
first derivative, increasing
f’(x) > 0 - increasing
second derivatives, max point
f’‘(x) < 0 - max point
second derivatives, point of inflection
f’‘(x) = 0 - point of inflection
second derivatives, min point
f’‘(x) > 0 - min