document.write( "Question 698381: Determine whether the given quadratic function has a minimum value or maximum value. Then find the coordinates of the minimum or maximum point.\r
\n" );
document.write( "\n" );
document.write( "f(x) = -x2 - 2x - 6 \n" );
document.write( "
Algebra.Com's Answer #430616 by Simnepi(216)![]() ![]() You can put this solution on YOUR website! to find whether a maximum or minimum differentiate the function twice \n" ); document.write( "f'(x) = -2x - 2 \n" ); document.write( "f''(x) = -2 \n" ); document.write( "since this is <0 the point is a local maximum \n" ); document.write( "at local atationary points f'(x) = 0 \n" ); document.write( "so -2x - 2 = 0 \n" ); document.write( "which gives -2x = 2 \n" ); document.write( "therefore x = -1 (your x coordinate) \n" ); document.write( "substitute this value into the original equation \n" ); document.write( "f(x) = -(-1)^2 - 2(-1) - 6 \n" ); document.write( "f(x) = -5 (your y coordinate) \n" ); document.write( "therefore the coordinates are (-1,-5) and it's a maximum \n" ); document.write( " \n" ); document.write( " |