document.write( "Question 1016418: Find f ’’(x) if \r
\n" );
document.write( "\n" );
document.write( " f(x) = 9 x^3 - 1 x^4 + 9\r
\n" );
document.write( "\n" );
document.write( "and evaluate f ’’(1). (Keep 2 decimal places)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #632824 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For \n" ); document.write( "f(x) = 9x^3 - x^4 + 9 \n" ); document.write( "we have \n" ); document.write( "f'(x) = 27x^2 - 4x^3 \n" ); document.write( "f''(x) = 54x - 12x^2 \n" ); document.write( "f''(1) = 54 - 12 = 42 \n" ); document.write( " |