document.write( "Question 1155427: Determine the location and value of the absolute extreme values of f on the given interval, if they exist.
\n" );
document.write( "f(x)=12x^2/3 - x on [0,1728]
\n" );
document.write( "what is/are the absolute maximum/maxima of f on the given interval? \n" );
document.write( "
Algebra.Com's Answer #778479 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The derivative is \n" ); document.write( "12*(2/3)*x^(-1/3)-1 and set that equal to 0. \n" ); document.write( "8x^(-1/3)-1=0 \n" ); document.write( "8/x^(1/3)=1 \n" ); document.write( "x^(1/3)=8 \n" ); document.write( "x=512 \n" ); document.write( "at that point, y=12*64-512=256\r \n" ); document.write( "\n" ); document.write( " |