Maximum $\left\{x+y \mid (x,y) \in \overline{B(0,1)}\right\}$ is equal to?
How to find the maximum value of the given set?
-2
$\begingroup$
metric-spaces
-
0What are your thoughts so far? – 2017-01-04
2 Answers
2
Note that your set consists of the couples $(x,y)$ with $x^2 + y^2 \leq 1$.
Clearly we'll want $x$ and $y$ to be positive, so we can rewrite the inequality as $$y \leq \sqrt{1-x^2}$$ Since we want to maximize the sum, it seems natural to then try $$y = \sqrt{1-x^2}$$ We then have to maximize the function $$f(x) = x + \sqrt{1-x^2}$$ The derivative is $$f'(x) = 1 - \frac{x}{\sqrt{1-x^2}}$$ which is zero when $x = \frac{1}{\sqrt{2}}$. Then $y$ is also $\frac{1}{\sqrt{2}}$.
Hence the maximum of the set is $$\frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}} = \sqrt{2}$$
