By definition of absolute value, $|x|=a$ becomes $x=±a$, $a>0$
With $|x| < a$ however, why does this no longer happen as $x < ±a$ is no longer true, and that it instead becomes $-a < x < a$?
Also, I really need to understand how modulus function works, so could explanations be detailed? Thanks very much!
By definition: $$|x|=a, a>0 \Rightarrow \pm x=a \Rightarrow x= -a \ or \ x=a.$$ Similarly: $$|x|<a, a>0 \Rightarrow \pm x<a \Rightarrow -x<a \ and \ x<a \Rightarrow x>-a \ and \ x<a.$$ Also: $$|x|>a, a>0 \Rightarrow \pm x> a \Rightarrow -x>a \ or \ x>a \Rightarrow x<-a \ or \ x>a.$$ Alternatively, the inequalities can be squared to be solved by the method of intervals and to be explained why $and$ and $or$.