document.write( "Question 1026930: The temperature of a point (x,y) in the plane is given by the expression x^2 + y^2 - 4x + 2y. What is the temperature of the coldest point in the plane?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642210 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "\n" ); document.write( "Finding the critical points of F: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "==> critical point is (2,-1). \n" ); document.write( "Also, \n" ); document.write( "Implement the 2nd derivative test for two variables: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "==> There is local min at (2,-1). Since it is the only critical point in the domain of the function (which is infinite open), it is also an absolute minimum. \n" ); document.write( "The temperature of the coldest point is thus |