- #1
skeeterrr
- 14
- 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...