Prove (xu + yv )^2 <= (x^2 + y^2)(u^2 + v^2)

  • Thread starter Thread starter NastyAccident
  • Start date Start date
NastyAccident
Messages
60
Reaction score
0

Homework Statement


(!) Let x, y, u, v be real numbers
a.) Prove (xu + yv )^2 <= (x^2 + y^2)(u^2 + v^2)
b.) Determine precisely when equality holds in part (a).

Homework Equations


Looks like the cauchy-stewarts inequality:
(a*b)^2 <= a*b

The Attempt at a Solution


0 <= (x^2+y^2)(u^2+v^2) - (xu +yv )^2
0 <= x^2u^2 + x^2v^2 + y^2u^2 + y^2v^2 - (x^2u^2 + 2xuyv + y^2v^2)
0 <= x^2v^2 + y^2u^2 - 2xuyv
0 <= (xv - yu)^2

Any square is always greater than 0.

However, I'm relatively new at trying to do proofs and the book's (Mathematical Thinking Problem Solving and Proofs) examples do not use an already established inequality to prove it. They typically start from scratch. Also, this problem set was pretty much the instructor kicking us from the shallow end of a pool into the deep deep end without any floaties.

In any case, I'm not sure about how to even approach part B if part a holds.

Unless it is, for all real numbers since the square allows for the terms inside to be negative.



NastyAccident
One confused Mathematics Major.
 
Physics news on Phys.org
You've aced part a) part b is even simplier it is equal when xv=yu, or that ratios:
<br /> \frac{x}{y}=\frac{u}{v}<br />
 
So,

You pretty much went one step further and...
0 <= (xv - yu)^2
0 <= xv - yu
yu <= xv

Correct?

So, in the future just take it one step further and figure out what the zeros are to figure out when the equality 'holds.'

Thanks for the help by the way!



NastyAccident
 
Yes.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top