0

For $a,b \in \mathbb{R}$, prove that $ ab \le a^2 + b^2$

Just what the title says. Im a bit stuck here.

Edit:I'm thinking that since a and b are both reals, they can be either positive or negative, making ab either positive or negative. I also know that $a^2≥0$ as well as $b^2≥0$. I'm just have trouble making formalizing it.

Just_A_User
  • 2,126
kfox25
  • 13
  • 4

1 Answers1

1

First approach

\begin{align*} a^{2} + b^{2} \geq ab & \Longleftrightarrow 2(a^{2} + b^{2}) \geq 2ab\\\\ & \Longleftrightarrow (a^{2} - 2ab + b^{2}) + (a^{2} + b^{2}) \geq 0\\\\ & \Longleftrightarrow (a-b)^{2} + (a^{2} + b^{2}) \geq 0 \end{align*}

Second approach

\begin{align*} a^{2} + b^{2} \geq ab & \Longleftrightarrow a^{2} - ab + b^{2} \geq 0\\\\ & \Longleftrightarrow \left(a - \frac{b}{2}\right)^{2} + \frac{3b^{2}}{4} \geq 0 \end{align*}

user0102
  • 21,572