document.write( "Question 996110: Let f (x) = 10x^(8/3)\r
\n" );
document.write( "\n" );
document.write( "Find all extreme values (if any) of f on the interval [-8, 8]. Determine at which numbers in the interval these values occur. NOTE: If there is no maximum value (minimum value), then enter N/A in the corresponding blanks.\r
\n" );
document.write( "\n" );
document.write( "Maximum Value:
\n" );
document.write( "f (?)= ?= f (?)\r
\n" );
document.write( "\n" );
document.write( "Minimum Value:
\n" );
document.write( "f (?) = ? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Please explain
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #614670 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Apply the derivative, then solve f ' (x) = 0 \n" ); document.write( "f(x) = 10x^(8/3) \n" ); document.write( "f ' (x) = 10*(8/3)*x^(8/3-1) \n" ); document.write( "f ' (x) = (80/3)*x^(5/3) \n" ); document.write( "0 = (80/3)*x^(5/3) \n" ); document.write( "(80/3)*x^(5/3) = 0 \n" ); document.write( "x^(5/3) = 0 \n" ); document.write( "[x^(5/3)]^(3/5) = 0^(3/5) \n" ); document.write( "x = 0^(3/5) \n" ); document.write( "x = 0 \n" ); document.write( "The only critical value is x = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Make a sign chart for f ' (x) with the critical value 0 plotted on the number line. Also plot -1 and +1 (one number on each side of the critical value) \n" ); document.write( "If x = -1, then \n" ); document.write( "f ' (x) = (80/3)*x^(5/3) \n" ); document.write( "f ' (-1) = (80/3)*(-1)^(5/3) \n" ); document.write( "f ' (-1) = -26.667 ... negative result \n" ); document.write( "--------------- \n" ); document.write( "If x = 1, then \n" ); document.write( "f ' (x) = (80/3)*x^(5/3) \n" ); document.write( "f ' (1) = (80/3)*(1)^(5/3) \n" ); document.write( "f ' (1) = 26.667 ... positive result \n" ); document.write( "--------------- \n" ); document.write( "We have f ' (x) changing sign as it passes through x = 0 \n" ); document.write( "f ' (x) changes from negative to positive, so we have a local min when x = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = 10x^(8/3) \n" ); document.write( "f(0) = 10*0^(8/3) \n" ); document.write( "f(0) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The local min is at the point (0,0) \n" ); document.write( "There is NO local max since there is only one extrema (from the one critical value) \n" ); document.write( " |