document.write( "Question 1035334: Find the local max/min point for the function:\r
\n" );
document.write( "\n" );
document.write( "f (x) = x + 16/x \n" );
document.write( "
Algebra.Com's Answer #649981 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the local max/min point for the function: \n" ); document.write( "f (x) = x + 16/x \n" ); document.write( " \n" ); document.write( "-------------- \n" ); document.write( "f'(x) = 1 -16/x^2 \n" ); document.write( "--- \n" ); document.write( "Solve 1-16/x^2 = 0 \n" ); document.write( "16/x^2 = 1 \n" ); document.write( "x^2 = 16 \n" ); document.write( "x = +4 or x = -4 \n" ); document.write( "----- \n" ); document.write( "Please note correction:: \n" ); document.write( "Local Maximum:::::: (-4,-8) \n" ); document.write( "Local Minimum:::::: (4,8) \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |