Proving Inequality: x1, x2, y1, y2 Non-zero Constants

  • Thread starter Thread starter skeeterrr
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
skeeterrr
Messages
14
Reaction score
0

Homework Statement



Let x1, x2, y1, y2 be arbitrary non-zero constants. Let

x = x1 / root((x1)^2+(x2)^2)

y = y1 / root((y1)^2+(y2)^2)

Show that

(2(x1)(y1))/(root(x1)^2+(x2)^2)root(y1)^2+(y2)^2)) =< (x1)^2/(x1)^2+(x2)^2 + (y1)^2/(y1)^2+(y2)^2


Homework Equations





The Attempt at a Solution



Well, I get 2xy =< x^2 + y^2 by replacing that whole complex equation above.

Then it becomes similar to that other post I made...

making a contradictory statement:

2xy >= x^2 + y^2

0 >= x^2 - 2xy + y^2

0 >= (x-y)^2

but (x-y)^2 must be either 0 or a positive integer

0 =< (x-y)^2

0 =< x^2 - 2xy + y^2

2xy =< x^2 + y^2

and if I replace x and y, I get this again:

(2(x1)(y1))/(root(x1)^2+(x2)^2)root(y1)^2+(y2)^2)) =< (x1)^2/(x1)^2+(x2)^2 + (y1)^2/(y1)^2+(y2)^2

Am I doing this right? It doesn't really seem like it...
 
Physics news on Phys.org
This question is just a very exaggerated way of saying a very simple thing

Arithmetic Mean of two numbers is greater than the Geometric Mean, i.e

(a+b)/2 >= sqrt(ab) always, for a,b > 0

just substitute(as you already have) a = x^2 and b = y^2 and u get the same inequality back

your method is correct