document.write( "Question 622054: Determine where the function is increasing and where it is decreasing.\r
\n" );
document.write( "\n" );
document.write( "f(x)=-x^2-4x+5 \n" );
document.write( "
Algebra.Com's Answer #391098 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Determine where the function is increasing and where it is decreasing.\r \n" ); document.write( "\n" ); document.write( "f(x)=-x^2-4x+5 \n" ); document.write( ". \n" ); document.write( "Because it is a polynomial of degree 2, we know it is a parabola. \n" ); document.write( "And, because the coefficient associated with the x^2 term is negative, we know it opens downwards. So, the max will be at the vertex. \n" ); document.write( ". \n" ); document.write( "Axis of symmetry: \n" ); document.write( "x = -b/(2a) \n" ); document.write( "x = -(-4)/(2(-1)) \n" ); document.write( "x = 4/(-2) \n" ); document.write( "x = -2 \n" ); document.write( ". \n" ); document.write( "function is increasing in the range of: \n" ); document.write( "(-oo, -2) \n" ); document.write( "function is decreasing in the range of: \n" ); document.write( "(-2, +oo) \n" ); document.write( "where oo indicates infinity \n" ); document.write( " |