What are the local extrema, if any, of #f (x) =xe^(x^3-7x)#?
1 Answer
Explanation:
.
This does not qualify as a local extremum.
To solve for the roots of this cubic function, we use the Newton-Raphson method:
This is an iterative process that will take us close and closer to the root of the function. I am not including the lengthy process here but having arrived at the first root, we can perform long division and solve the remaining quadratic easily for the other two roots.
We will get the following roots:
We now perform a first derivative test and try values to the left and right of each root to see where the derivative is positive or negative.
This will tell us which point is a maximum and which a minimum.
The result will be as follows:
You can see one of the minimums in the graph below:
The following view shows the maximum and the other minimum: