0

${a+b} \leq \frac {{a^2}b+{b^2}a}{a^2 +b^2}$

  1. Suppose that $a,b$ are two positive integers that satisfy the above equation. How can we show that there is a finite/infinite number of pairs for $(a,b)$?

  2. Can there be two positive integers $(a,b)$ such that $\frac {{a^2}b+{b^2}a}{a^2 +b^2} =2013$ ; and how can we show that?

3 Answers3

1

Note that your expression can be written as $$ \frac {{a^2}b+{b^2}a}{a^2 +b^2}=\frac{ab(b+a)}{b^2+a^2}$$ Now $$ \frac{ab(b+a)}{(b^2+a^2)} \geq a+b$$ As $a,b$ are positive integers, $a+b \neq 0$ $$\implies a^2+b^2 \leq ab -(1)$$ Applying A.M-G.M on $a^2$ and $b^2$, we get $$a^2+b^2 \geq 2ab -(2)$$

This implies (1) is never true.

Nikunj
  • 6,160
0

Hint: If we multiply both sides with $a^2+b^2$, which is positive, we get:

$$a^3+b^3+ab^2+a^2b=(a+b)(a^2+b^2)\geq ab^2+a^2b$$


For the second one, again multiply both sides with $a^2+b^2$ to get

$$a^2b+b^2a=2013a^2+2013b^2$$

We can rewrite this as $a^2(b-2013)+b^2(a-2013)=0$.

Now it shouldn't be to hard to find the solution.

wythagoras
  • 25,026
0
  1. substitute $x=ab,$ $y=a+b $ then you obtain equation $$2013 y^2 -xy -4026 x=0 $$ and on this site https://www.alpertron.com.ar/QUAD.HTM you can find a solutions of the above equation.