[Math] Hottest and coldest points on a heated circular plate (use Lagrange multipliers)

lagrange multipliermultivariable-calculusnonlinear optimizationoptimization

A circular plate given by the relationship $x^2 + y^2 \leq 1$ is heated according to the spatial temperature function $T(x,y) = 2x^2 + y^2-y$. Find the hottest and coldest point on the plate using Lagrange multipliers.

I tried to solve it but I got only one point (0,1) instead of 4 points .. I want to know how can I get 4 points ?? Is there any method to solve this problem?

Best Answer

The extremal temperatures are taken either in the interior $D$ or on the boundary $\partial D$ of the unit disk. Writing $$T(x,y)=2x^2+\left(y-{1\over2}\right)^2-{1\over4}$$ we see that the graph of $T$ is a paraboloid with its apex at $P_1=\bigl(0,{1\over2}\bigr)\in D$, and there are no other stationary points of $T$ in $D$. Take note of $T(P_1)=-{1\over4}$.

For $\partial D$ we use the parametrization $\phi\mapsto(\cos\phi,\sin\phi)$ and then have to consider the pullback $$\hat T(\phi)=2\cos^2\phi+\sin^2\phi-\sin\phi={9\over4}-\left(\sin\phi+{1\over2}\right)^2\ .$$ The function $\hat T$ is maximal (namely $={9\over4}$) at the points where $\sin\phi=-{1\over2}$.

This leads to the candidates $P_2=\bigl(\cos{7\pi\over6},\sin{7\pi\over6}\bigr)$ and $P_3=\bigl(\cos{11\pi\over6},\sin{11\pi\over6}\bigr)$. Take note of $T(P_2)=T(P_3)={9\over4}$.

The function $\hat T$ is minimal at the points where $\sin\phi=1$. This leads to the candidate $P_4=(0,1)$ with $T(P_4)=\hat T\bigl({\pi\over2}\bigr)=0$.

Summing it up we can say that it is coldest (namely $-{1\over4}$) at $P_1\in D$ and hottest (namely ${9\over4}$) at the points $P_2$, $P_3\in\partial D$.