document.write( "Question 56086: . Find the ABSOULUTE EXTREMA of f(x)= x ^4/3 on the interval
\n" );
document.write( "> [-1,8].
\n" );
document.write( "> Use the EVT (Extreme Value Theorem)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #38042 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the ABSOULUTE EXTREMA of f(x)= x ^4/3 on the interval \n" ); document.write( "> [-1,8]. \n" ); document.write( "Find the max on that interval: \n" ); document.write( "f'(x)=(4/3)x^(1/3) \n" ); document.write( "Let (4/3)x^(1/3)=0, thenx=0 \n" ); document.write( "So the function has a max at (0,0) on that interval. \n" ); document.write( "Now look at the end points. \n" ); document.write( "Evaluate f(x) at x=-1 and x=8 \n" ); document.write( "f(-1)=(-1)^(4/3)=1 \n" ); document.write( "f(8)=(8)^(4/3)=16 \n" ); document.write( "The absolute Extrema on that closed interval is 16. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |