Maria C. answered 11/02/22
25+ years of teaching, tailored to your learning style
Definition A critical number of a function f is a number x0 in the domain of f such that
either f'(x0) does not exist or f'(x0) = 0
where f'(x0) means the derivative of f at x0
Example Let's see an example with a polynomial slightly different from yours so that you can solve yours on your own. Let's find all critical numbers of the given polynomial:
g(x) = x3-3x+10
Solution
To find all its critical numbers we need to find all values of x for which the derivative of g either does not exist or if the derivative exists at x, the derivative at x is equal to zero.
Since g is a polynomial, it is always differentiable (its derivative exists everywhere), thus, to find g's critical numbers, we only need to find the values of x such that g'(x)=0.
Let's compute g'(x):
g'(x) = 3x2-3
Hence, g'(x) = 0 if and only if 3x2-3 = 0.
We solve the equation: 3x2-3 = 0 => 3(x2-1)=0 => x=+-1
It follows that the critical numbers of g are -1 and 1 (please note this is the solution for a modified question).
Now, your turn. Good luck!
Bonus questions:
- Given a polynomial g of degree 3, what is the maximum number of critical numbers that g can have?
- What would happen if we had g(x) = x3+3x+10? How many critical numbers would g now have?