document.write( "Question 388286: Find the minimum of function f(x) = (x+1)^3 - (x-1)^3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #274591 by Alan3354(69443) You can put this solution on YOUR website! Find the minimum of function f(x) = (x+1)^3 - (x-1)^3 \n" ); document.write( "---------- \n" ); document.write( "f'(x) = 3(x+1)^2 - 3(x-1)^2 \n" ); document.write( "3(x+1)^2 - 3(x-1)^2 = 0 \n" ); document.write( "(x+1)^2 - (x-1)^2 = 0 \n" ); document.write( " \n" ); document.write( "4x = 0 \n" ); document.write( "Min at x = 0 \n" ); document.write( "f(0) = 2 \n" ); document.write( "Minimum at (0,2)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |