Hey guys just a quick question here 
How would you split modulus functions into two equations to make it easier to draw absolute function graphs when the powers are greater than 1 (non-lineal)??
such as l(x-1)^2 -1l
or l(x-1)^3-1l
pi's method for this is the best and easiest, but if you were interested, you would split |(x-1)^2-1| up like this:
(x-1)^2-1 for (x-1)^2-1>0, and
-((x-1)^2-1) for (x-1)^2-1<0
then you would solve the intersections:
(x-1)^2-1=0 => x=0 or x=2
then graph the function, and you find that y>0 for xE(-inf,0)U(2,inf) and that y<0 for xE(0,2)
therefore,
l(x-1)^2 -1l= (x-1)^2-1 for xE(-inf,0]U[2,inf)
-(x-1)^2+1 for xE(0,2)
Moderator action: removed real name, sorry for the inconvenience