How do you use the second derivative test to find the relative maxima and minima of the given f(x)=x4(2x2)+3?

1 Answer
Jun 28, 2015

A relative maximum is where the first derivative is null and the second derivative is negative.
A relative minimum is where the first derivative is null and the second derivative is positive.

Explanation:

f(x)=x4(2x2)+3 gives you a curve.

We want the curve's relative maxima and minima, that is, where the curve stops increasing to start decreasing or vice-versa. At these points, the curve's slope will be null.

dfdx=4x34x gives you the variations of this curve's slope.

Let's look for the solutions to 4x34x=0

4x34x=(4x24)x=0
We have three solutions here: x0=0;x+=1;x=1

Now we want to know if these points are maxima or minima.

If a point is a maximum , the curve will be increasing before reaching the point and be decreasing after passing the point.

If a point is a minimum , the curve will be decreasing before reaching the point and be increasing after passing the point.

When a curve is increasing, its slope is positive.
When a curve is decreasing, its slope is negative.

So we want to know if, at a given point, the slope (first derivative) is:

negative-null-positive minimum
or
positive-null-negative maximum

To do so, we use the second derivative:

d2fdx2=12x24 with the x0;x+;x points:

12024=4 the slope is decreasing around 0, therefore we are in a "positive-null-negative" situation, therefore, we have a maximum here.

12(1)24=124=8 the slope is increasing around 0, therefore we are in a "negative-null-positive" situation, therefore, we have a minimum here.

12124=124=8 minimum.