How would one go about trying to calculate the highest/lowest values of a two variable function given that $(x,y)$ must lie on the upper half of the unit circle?
If it was just the unit circle, I'd set the partiel derivatives of $f$ equal to the partial derivatives of $x^2 + y^2$ times $\lambda$, and solve a system of equations with 3 equations (the two with the partial derivatives, and then the constraint itself). But given that they must lie on the upper half only, I've essentially got two constraints (that $y=0$). But they don't both need to be satisfied at the same time so.... How does one solve this?