What are the critical values, if any, of #f(x) = x^5 - 5x^4 - 4x^3 - 20x^2 #?
1 Answer
Explanation:
The critical values of a function occur whenever the function's derivative is equal to
These are the "critical values" since they represent special points in the function--horizontal/vertical tangents, asymptotes, etc.
Thus, in order to find the function's critical values, we must first find its derivative.
Differentiation here will only require the power rule.
#f(x)=x^5-5x^4-4x^3-20x^2#
#f'(x)=5x^4-20x^3-12x^2-40x#
The derivative will never be undefined. Thus, there will only be critical values when (if) the derivative equals
#5x^4-20x^3-12x^2-40x=0#
#x(5x^3-20x^2-12x-40)=0#
From here we know one critical value is at
The graph of
graph{5x^3-20x^2-12x-40 [-2.5, 8, -150, 80]}
The only other critical value is when this equals
We can check a graph of the original function to see what occurs at the critical values
graph{x^5 - 5x^4 - 4x^3 - 20x^2 [-5, 8, -1428, 727]}
There are horizontal tangents at either location.