You mean you want to describe this function piecewise? It's not very clear, since it IS described piecewise right now (one piece).
You probably want to do something like this:
I can describe the function g(x)=|x| by the following:
g(x) = x if x>=0
g(x) = -x if x<0
So you need to find where things inside the absolute value sign change signs, and describe h(x) piecewise between those points (hint: they change sign when they're zero)