Concept:The cubic function f(x)=x(x−1)(x+1) has both a local maximum and a local minimum.Explanation:Simplify the function: f(x)=x(x2−1)=x3−x.Find the first derivative: f′(x)=3x2−1.Set f′(x)=0 to locate stationary points: 3x2−1=0 gives x=±3​1​.Compute the second derivative: f′′(x)=6x.For x=3​1​: f′′(3​1​)=3​6​>0, so this is a local minimum.Minimum value: f(3​1​)=(3​1​)3−3​1​=−33​2​.For x=−3​1​: f′′(−3​1​)=−3​6​<0, so this is a local maximum.Maximum value: f(−3​1​)=(−3​1​)3+3​1​=33​2​.Since 33​2​>−33​2​, the local maximum value is larger than the local minimum value.Answer:Option A: The local maximum value is larger than local minimum value.