Concept:To locate a minimum point, set the first derivative to zero and confirm using the second derivative test.Explanation:Given y=x3+x2−x+1.Find the first derivative:dxdy=3x2+2x−1At a turning point, dxdy=0:3x2+2x−1=0Factorise:(3x−1)(x+1)=0So x=31 or x=−1.Find the second derivative:dx2d2y=6x+2Test each value.For x=31:dx2d2y=6(31)+2=2+2=4>0Since dx2d2y>0, this is a minimum point.For x=−1:dx2d2y=6(−1)+2=−4<0This is a maximum point.Answer:The value of x at the minimum point is 31.