5

How can I prove this $\frac{|xy|}{2x^2+y^2}\le1 $ ? I was thinking about considering the left term a function and maybe show that 1 is the extreme point

x,y can be any real number but not 0

3 Answers3

13

$$2x^2+y^2\ge x^2+y^2\ge 2|x||y|\ge |x||y|$$

Mark Viola
  • 179,405
4

we have $$2x^2 + y^2 \ge 2\sqrt 2 |x||y| \Rightarrow \frac{|xy|}{2x^2 + y^2} \le \frac 1 {2\sqrt 2} < 1.$$

Alex M.
  • 35,207
abel
  • 29,170
  • I don't understand the downvote. This provides a stronger statement, namely (for $x^2+y^2\neq 0$) that $\frac{|xy|}{2x^2+y^2}\le \frac{1}{2\sqrt{2}}$, with equality iff $\sqrt{2}|x|=|y|$. – user26486 Jun 09 '15 at 19:29
1

For $x>0$ and $y>0$ or $x<0$ and $y<0$ $$\frac{xy}{2x^2+y^2}$$ $$\frac{1}{\frac{2x}{y}+\frac{y}{x}}$$ here the denominator always is grater than 1

For $x>0$ and $y<0$ or $x<0$ and $y>0$ $$\frac{-xy}{2x^2+y^2}$$ here the value always is negetive

E.H.E
  • 23,280