Find the local maxima and local minima using first derivative test
(x)^3(2x - 1)^3
Answers
Answer:
Step-by-step explanation:
So, the first thing you need to do is determine the first derivative of
f
, which is
f
′
=
15
x
4
−
60
x
2
To find the function's critical points, make the first derivative equal to zero and solve for
x
f
′
=
0
15
x
4
−
60
x
2
=
0
15
x
2
(
x
2
−
4
)
=
0
15
x
2
⋅
(
x
−
2
)
(
x
+
2
)
=
0
This equation has three solutions,
x
=
0
and
x
=
±
2
.
Since your function has no domain restrictions, all these points will be critical points.
Now, in order for the points to be local extrema, the function must go from increasing, i.e. a positive
f
′
, to decreasing, i.e. a negative
f
′
, or vice versa.
Since you have 3 critical points, you're going to look at 4 intervals. Select a value from each itnerval to determine the sign of the first derivative on that interval
(
−
∞
,
−
2
)
f
′
(
−
3
)
=
15
⋅
(
−
3
)
4
−
60
⋅
(
−
3
)
2
f
′
(
−
3
)
=
1215
−
540
=
675
→
positive
(
−
2
,
0
)
f
′
(
−
1
)
=
15
⋅
(
−
1
)
4
−
60
⋅
(
−
1
)
2
f
′
(
−
1
)
=
15
−
60
=
−
45
→
negative
(
0
,
2
)
f
′
(
1
)
=
15
⋅
(
1
)
4
−
60
⋅
(
1
)
4
f
′
(
1
)
=
15
−
60
=
−
45
→
negative
(
2
,
0
)
f
′
(
3
)
=
15
⋅
(
3
)
4
−
60
⋅
(
3
)
2
f
′
(
3
)
=
1215
−
540
=
675
→
positive
So, you know that the first derivative changes sign, i.e. it goes from positive to negative, around
−
2
, so this point is a local maximum.
On the other hand, the first derivative does not change sign around point
0
, so this point will not be of interest.
Notice that the first derivative changes sign again around point
+
2
, since it goes from negative to positive. This means that point
2
will be a local minimum.
To get the actual points that match these critical points, evaluate the original functions in
x
=
−
2
and
x
=
2
f
(
−
2
)
=
3
⋅
(
−
2
)
5
−
20
⋅
(
−
2
)
3
f
(
−
2
)
=
−
96
+
160
=
64
and
f
(
2
)
=
3
⋅
(
2
)
5
−
20
⋅
(
2
)
3
f
(
2
)
=
96
−
160
=
−
64
Therefore, the function
f
=
3
x
5
−
20
x
3
has a local minimum at
(
2
,
−
64
)
and a local maximum at
(
−
2
,
64
)
.