3

What is the maximum value of $x+y$ given that $x^2-4xy+4y^2+\sqrt{3x}+\sqrt{3y}-6=0$? $x,y$ are real numbers. Notice that it has terms $\sqrt{x}$ and $\sqrt{y}.$

1 Answers1

0

Uh well, after seeing this today. Here's a try. I actually didn't try to solve it yesterday.

$x^2-4xy+4y^2+\sqrt{3x}+\sqrt{3y}-6=0$ is the expression which can be rewritten as.

$(x-2y)^2=6-\sqrt{3}(\sqrt{x}+\sqrt{y})\geq 0$

Gives first condition as, $\sqrt{x}+\sqrt{y}\leq 2\sqrt{3} $

. Well this is for squareroot, not the expression we require but now we can just use a primitive tool, the AM-GM inequality to approach at,

$$\frac{\sqrt{x}+\sqrt{y}}{2}\geq (\sqrt{xy})^{1/2} $$

$$ (\sqrt{xy})^{1/2}\leq \frac{\sqrt{x}+\sqrt{y}}{2}\leq \frac{2\sqrt{3}}{2}$$

$$\sqrt{xy}\leq 3$$

now from our first condition squaring it gives.

$$x+y\leq 12-2\sqrt{xy} $$

now using above condition, gives.

$$x+y \leq 12-2\times 3 \leq 6$$

Probably not the most rigorous proof, and really there are some flaws on dependencies I'd say it's only a rough bound. But might be close to it. Pretty sure this is the cleanest answer you can get.

Someone
  • 2,865