document.write( "Question 621813: i need to find the stationary points of the function\r
\n" );
document.write( "\n" );
document.write( "f(x) = -x^3 -12x^2 -36x -11 \n" );
document.write( "
Algebra.Com's Answer #391020 by Alan3354(69443) You can put this solution on YOUR website! i need to find the stationary points of the function\r \n" ); document.write( "\n" ); document.write( "f(x) = -x^3 -12x^2 -36x -11 \n" ); document.write( "----------- \n" ); document.write( "f'(x) = -3x^2 - 24x - 36 = 0 \n" ); document.write( "x^2 + 8x + 12 = 0 \n" ); document.write( "x = -2, x = -6 \n" ); document.write( " \n" ); document.write( " |