Hi Guys,
I'm little confused regarding the modulus operator:
In equations such as x|x| < 2^x. If x<0, why is the left side negative.
For x<0, shouldn't |x| be -ve and because -ve * -ve = +ve, the left side should be positive.
Whenever we solve equations with absolute values, for x>0, we consider the value +ve and for x<0 -ve.
For eg: |5+2x| = 3
If x>0, 5+2x = 3. So x = -1
If x<0, -(5+2x) = 3, So x = -4
Thanks
I'm little confused regarding the modulus operator:
In equations such as x|x| < 2^x. If x<0, why is the left side negative.
For x<0, shouldn't |x| be -ve and because -ve * -ve = +ve, the left side should be positive.
Whenever we solve equations with absolute values, for x>0, we consider the value +ve and for x<0 -ve.
For eg: |5+2x| = 3
If x>0, 5+2x = 3. So x = -1
If x<0, -(5+2x) = 3, So x = -4
Thanks













