What is the general way of calculating maxima and minima of a given cubic function (ax^3 + bx^2 + cx + d) with variables (including a varible leading co-effienient) with a closed interval (α ≤ x ≤ β). I am struggling to make a general set of steps to follow; here is what I've got so far:
- Differentiate the given cubic function and factorize to determine the critical values or relative extremes
- Draw up a variation table with x, f'(x) and f(x) as well as α and β
- Compare f(x), f'(x) to verify the shape of the graph and identify maxima and minima and the co-ordinates
But this is were I start getting confused; the cannot correctly give the inequality of the variable, particularly if the leading co-effieient is a variable as it changes the shape of the graph, where the maxima and minima changes.
You need to consider extremes and turning points.
For turning points look for $f'(x)=0$, and here if $f(x)=ax^3 + bx^2 + cx + d$ then $f'(x)=3ax^2+2bx+c$. So
Now consider the values of
The largest of these will be the maximum and the smallest will be the minimum