Problem: Find the minimum of the function $f(x,y)=x + \frac{8}{y(x-y)}$, where $x>y>0$ using AM-GM.
My attempt:
$$f(x,y)=2\cdot \frac{x+\frac{8}{y(x-y)}}{2} \ge 2 \sqrt{\frac{8x}{y(x-y)}}$$
But here nothing cancels and I couldn't get a constant. I also tried partial fraction, but didn't work either.
$$f(x,y)=x+\frac{8}{xy}-\frac{8}{\color{red}{{x(y-x)}}}$$
I think the issue is with the denominator in red. Any hint please?
2026-04-02 04:05:45.1775102745
Find minimum of the function using AM-GM
166 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Write $z=x-y>0$ then we have, by AM-GM $$f =z+y+{8\over yz} \geq 3\sqrt[3]{yz{8\over yz}} =6$$ with equality iff $z=y=2$. So $x=4$.