I have a question which asks me to find the highest and lowest temperatures on a metal plate of radius 5, the temperature at point (x,y) is T(x,y)=4x^2-4xy+y^2
When I take partial derivatives of T with respect to x and y, I get 8x-4y=0 and -4x+2y=0, but this doesn't seem to be much help.
How do I go about solving this problem?
The critical values lie on the line $y = 2x$. What are the maximum and minimum values of $T(x,2x)$? Do they occur at points $(x,2x)$ inside the disk of radius 5?
The next step is to find the max/min values on the boundary of the disk. You can use a Lagrange multiplier or parameterize the boundary.