3

I know the maxima occurs at $f(x,y) = 1$ at the points $(1,0)$ and $(0,1)$... but I can't seem to find all the minima. I've come to the conclusion that the minima occurs at a point $(a,a)$ where $a ∈ \mathbb R_<0$, such that $2a^2=1\rightarrow a=\frac{\sqrt 2}{2} \lor a=-\frac{\sqrt 2}{2}$.

Does the minima occur at ($-\frac{\sqrt 2}{2}, -\frac{\sqrt 2}{2}$)?

  • Welcome to [math.se] SE. Take a [tour]. You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an [edit]): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance. – Another User Jul 05 '22 at 13:37
  • 1
    vertices of the circle is a funny sentence! – mathcounterexamples.net Jul 05 '22 at 14:36

2 Answers2

3

As $x^2+y^2 = 1$, you must have $x^2 \le 1/2 $ or $y^2 \le 1/2$. Hence

$$\max(x,y) \ge -\frac{\sqrt 2}{2}$$ and the minimum of $f$ on $\mathcal A$ is indeed achieved at $(-\frac{\sqrt 2}{2}, -\frac{\sqrt 2}{2})$.

0

The original curve can be expressed by the following equation in polar coordinates $(\rho,\theta)$:

$$ \rho=1. $$

$(1)$ When $y\ge x$, there is $\theta\in[\frac{\pi}{4},\frac{3\pi}{4}]$, we have $f(x,y)=y=\text{sin}(\theta)$, so $\min f(x,y)=-\frac{\sqrt{2}}{2}$ when $\theta=\frac{3\pi}{4}$ or $x=y=-\frac{\sqrt{2}}{2}$.

$(2)$ When $y\le x$, there is $\theta\in[-\frac{3\pi}{4},\frac{\pi}{4}]$, we have $f(x,y)=x=\text{cos}(\theta)$, so $\min f(x,y)=-\frac{\sqrt{2}}{2}$ when $\theta=\frac{-3\pi}{4}$ or $x=y=-\frac{\sqrt{2}}{2}$.

To sum up, the minima occurs at $\left(-\frac{\sqrt{2}}{2},-\frac{\sqrt{2}}{2}\right)$ under the rectangular coordinate system $(x,y)$.

BinChen
  • 618