SOLUTION: 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?

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: 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?       Log On


   



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?

Found 3 solutions by robertb, richard1234, ikleyn:
Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
Let F+=++x%5E2+%2B+y%5E2+-+4x+%2B+2y.
Finding the critical points of F:
F%5Bx%5D+=++2x+-+4+=+0==> x = 2, and
F%5By%5D+=++2y+%2B+2+=+0==> y = -1.
==> critical point is (2,-1).
Also, F%5Bxx%5D+=+2+%3E+0, F%5Byy%5D+=+2+%3E+0, and F%5Bxy%5D+=+F%5Byx%5D+=+0
Implement the 2nd derivative test for two variables:
F%5Bxx%5D%2AF%5Byy%5D+-+%28F%5Bxy%5D%29%5E2+=+2%2A2+-+0%5E2+=+4+%3E+0
==> 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.
The temperature of the coldest point is thus 2%5E2+%2B+%28-1%29%5E2+-+4%2A2+%2B+2%2A%28-1%29+=+-5

Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Complete the square to get:



It is clear from this form that the minimum temperature occurs when x=2, y=-1, and the minimum temperature is -5.

Answer by ikleyn(52778) About Me  (Show Source):
You can put this solution on YOUR website!
.
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?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It was just solved before in
https://www.algebra.com/tutors/your-answers.mpl?userid=ikleyn

and coincides with the two newest solutions.