document.write( "Question 1026208: Find the x-coordinates of the local max and local min points of f(x)=x^2e^x+5
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #641477 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"y+=+x%5E2e%5Ex%2B5\" ==> y' = \"%28x%5E2%2B2x%29e%5Ex\" ==> y\" = \"%28x%5E2+%2B4x+%2B2%29e%5Ex\" (Verify!!)\r
\n" ); document.write( "\n" ); document.write( "y' = 0 ==> x = 0, -2\r
\n" ); document.write( "\n" ); document.write( "Use the 2nd derivative test:\r
\n" ); document.write( "\n" ); document.write( "At x = 0: y\" = \"%280%5E2+%2B4%2A0+%2B2%29e%5E0+=+2+%3E+0\" ==> local min at x = 0.\r
\n" ); document.write( "\n" ); document.write( "At x = -2: y\" = \"%28%28-2%29%5E2+%2B4%2A%28-2%29+%2B2%29e%5E%28-2%29+=+-2%2Fe%5E2+%3C+0+\"==> local max at x = -2.
\n" ); document.write( "
\n" );