document.write( "Question 1158618: Determine the location and value of the absolute extreme values of f on the given interval, if they exist.
\n" );
document.write( "f(x) = 4x^3/4 −x on [0,256]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #781637 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(0, 0) is one possible extreme value \n" ); document.write( "at x=256, 4*(4^4)^(3/4)-x or 4*4^3-256 which is also 0. \n" ); document.write( "so the two ends of the graph (0, 0) and (256, 0) give the lowest values of the function.\r \n" ); document.write( "\n" ); document.write( "the greatest value comes in between and is a maximum \n" ); document.write( "the derivative is (3/4)*4(x^(-1/4))-1 and set equal to 0 and move the -1 \n" ); document.write( "3x^(-1/4)=1 \n" ); document.write( "3=x^(1/4) \n" ); document.write( "x=81, raising both sides to the fourth power \n" ); document.write( "at that value, f(x)=108-81=27 \n" ); document.write( "(81, 27) \n" ); document.write( " |