Find the range of the function, .

|x| is defined as


|x|= x; x>=0


-x; x<0


= ; x>0


= ; x<0


= 1; x >0


= -1; x<0


Hence f(x) gives output values 1 and -1 only.


Range is {1,-1}.


1