How to solve the equality $|x−y|=|x|−|y|$ given that both $x$ and $y$ are of same sign and $|x|>|y|$

35 Views Asked by At

I have tried using the method of $|x| = |x-y+y| < |x-y| + |y|$

so $|x| - |y| < |x - y|$

But the above statement not right coz the greater than sign comes in because of Triangle inequality

2

There are 2 best solutions below

7
On BEST ANSWER

We have two cases

  • $x,y>0 \quad |x|>|y| \implies x>y$

    $$|x−y|=x-y=|x|-|y|$$

  • $x,y<0 \quad |x|>|y| \implies x<y$

    $$|x−y|=y-x=|x|-|y|$$

0
On

We can assume that $x\ge 0$ and $y\ge 0$.

then

$$|x|>|y|\implies x>y$$ $$ \implies |x-y|=x-y=|x|-|y|$$

it is always satisfied.