document.write( "Question 996073: Let f (x) = e^x - e^4x
\n" );
document.write( "Find all extreme values (if any) of f on the interval [0, 1]. Determine at which numbers in the interval these values occur. \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #614645 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Step 1) Apply the derivative (use chain rule) \n" ); document.write( "f(x) = e^x - e^(4x) \n" ); document.write( "f ' (x) = e^x - 4*e^(4x)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 2) Solve f ' (x) = 0 for x to find the critical values \n" ); document.write( "f ' (x) = e^x - 4*e^(4x) \n" ); document.write( "0 = e^x - 4*e^(4x) \n" ); document.write( "e^x = 4*e^(4x) \n" ); document.write( "e^x/[e^(4x)] = 4 \n" ); document.write( "e^(x-4x) = 4 \n" ); document.write( "e^(-3x) = 4 \n" ); document.write( "-3x = ln(4) \n" ); document.write( "x = (-1/3)*ln(4) \n" ); document.write( "x = -0.462098 ... this is approximate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the x value of -0.462098 is NOT in the interval [0,1], this means that there are NO extrema on f(x) in the interval [0,1] \n" ); document.write( " |