Concept:Use the first derivative test to determine local extrema when the second derivative test is inconclusive.
Explanation:Given
f(x)=x3sinx.
Compute the first derivative:
f′(x)=3x2sinx+x3cosx.
Set
f′(x)=0 to find critical points. At
x=0,
f′(0)=0, so
x=0 is a critical point.
Compute the second derivative:
f′′(x)=6xsinx+6x2cosx−x3sinx.
At
x=0,
f′′(0)=0, so the second derivative test fails.
Apply the first derivative test. Examine the sign of
f′(x) for values near zero.
For small
x, use the approximations
sinx≈x and
cosx≈1.
Then
f′(x)≈3x2⋅x+x3⋅1=4x3.
For
x>0 (small positive),
4x3>0; for
x<0 (small negative),
4x3<0.
Thus
f′(x) changes from negative to positive at
x=0, indicating a local minimum.
Also check the function value:
f(0)=0, and for any
x=0 near zero,
f(x)=x3sinx>0 (since both factors have the same sign), so
f(x)≥f(0) locally.
Answer:The function
f(x)=x3sinx has a local minimum at
x=0. Hence option B is correct.