1

I am unsure how to go about this. This is a question for a mathematical proofs class at my University and the only proofs we have been exposed to so far are direct, contrapositive, and contradictory proofs. I tried squaring both sides but that seemed futile. I also tried proof by contradiction but it didn't seem to work. Any nudge in the right direction would be helpful.

Angelo
  • 12,328
Tom Brady
  • 39
  • 3

2 Answers2

2

$ux\!+\!vy\leqslant\big|ux\!+\!vy\big|=\!\sqrt{\left(ux\!+\!vy\right)^2}\leqslant\!\sqrt{\left(ux\!+\!vy\right)^2\!+\!\left(uy\!-\!vx\right)^2}\!=$

$=\sqrt{u^2x^2+v^2y^2+u^2y^2+v^2x^2}=\sqrt{\left(u^2+v^2\right)\!\!\cdot\!\!\left(x^2+y^2\right)}=$

$=\sqrt{u^2+v^2}\!\cdot\!\sqrt{x^2+y^2}\,.$

Angelo
  • 12,328
0

This is the the Cauchy-schwartz inequality in $\mathbb{R^2}$ with the euclidean product.

In this particular case, there is a geometric proof based on this figure (from Wikipédia) : enter image description here

Otherwise you can look for any proof of CS inequality on the internet. Consider the polynomial of variable $t$ denoted by $P(t) = (x+tu)^2+(y+tv)^2 = (x^2+y^2)+2t(xu+yv)+t^2(u^2+v^2)$ and show that its discriminant is negative.

There is probably a more elementary approach for this particular case.

Lelouch
  • 1,928