If for $x>0$ and $y>0$ we have $1/x + 1/y =2$. What can be the minimum value of $xy$? How do we do this simple question?
2026-03-28 06:40:13.1774680013
On
Finding minimum value of $xy$ given that $1/x + 1/y =2$?
165 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
Of course, you can always try to use standard calculus techniques, like minimizing the function $P(x,y)=xy$ on the set $$ \{(x,y) \mid x>0,\ y>0,\ x^{-1}+y^{-1}=2 \}. $$ You do not really need Lagrange multipliers, since you can solve for $y$ and plug into $P$, getting a function of one real variable.
Use AM GM inequality
$$\dfrac{\dfrac1x+\dfrac1y}2\ge\sqrt{\dfrac1{xy}}$$ as $x,y>0$
the equality occurs if $\dfrac1x=\dfrac1y\implies x=y$
Alternatively,
for $x,y>0$
$$0\le\left(\dfrac1{\sqrt x}-\dfrac1{\sqrt x}\right)^2=\dfrac1x+\dfrac1y-\dfrac2{\sqrt{xy}}$$
$$\implies\dfrac2{\sqrt{xy}}\le\dfrac1x+\dfrac1y=2$$
$$xy\ge?$$