Prove that if {a;b} $\in \mathbb R^+$ then $a^2+b^2>ab$

154 Views Asked by At

I have tried factoring it already, but it doesn't seem to evolve much:

First I multiply each side by $2$:

$ 2(a^2+b^2)>2ab$

Then I substitute using the relation $(a+b)^2=a^2+2ab+b^2$ and it becomes:

$2(a^2+b^2)>(a+b)^2 - (a^2+b^2)$

and then:

$3(a^2+b^2)>(a+b)^2$

And that's pretty much it, I'm stuck.

6

There are 6 best solutions below

0
On BEST ANSWER

We have that

$$0\le (a-b)^2=a^2+b^2-2ab.$$ Thus we have

$$2ab\le a^2+b^2.$$

Now, if $ab$ is positive then

$$ab< 2ab\le a^2+b^2.$$ And if $ab$ is negative then

$$ab< 0 <a^2+b^2.$$

2
On

For $ab\ge0$:

$$(a-b)^2 \ge 0 \Rightarrow a^2+b^2 \ge 2ab >ab$$

If $ab<0$ then we can easily write

$$a^2+b^2>ab$$

because the left side is positive and the right side is negative.

1
On

ab < max(a,b) * max(a,b)

Let's say that a>b ab < aa = a^2 < a^2 + b^2 since b is not null (R) if b

3
On

$(a-b)^2\ge 0$

$\implies a^2+b^2\ge 2ab$

$\implies a^2+b^2\gt ab$

if $ab$ is negative then it follows as LHS is always positive

0
On

$$ a^2+b^2-ab=\frac{(2a-b)^2+3b^2}{4}. $$

1
On

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