document.write( "Question 1082587: f(x)= 2/3 x^3 - x^2 - 4x+2\r
\n" );
document.write( "\n" );
document.write( "Find the local max and local min of f(×) if exist \n" );
document.write( "
Algebra.Com's Answer #696674 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2/3 x^3 - x^2 - 4x+2 \n" ); document.write( "derivative is 2x^2-2x-4=0 \n" ); document.write( "x^2-x-2=0 \n" ); document.write( "(x-2)(x+1)=0 \n" ); document.write( "x=2, -1; local points are (2, -14/3) which is a minimum and (-1, 13/3) \n" ); document.write( "Second derivative is 4x-2; when x=2, f''(2)=6, so x=2 is a minimum. \n" ); document.write( "when x=-1, f''(-1)=-6 maximum \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |