I was just hoping to get some clarification here.
Given the ODE: $$(y'+1)^3 = 27(x+y)^2$$when resolved it becomes $$y' = 3|x+y|^{2/3}-1$$I don't get why the $x+y$ is in a modulus after cube rooting. Is this just something you do when rooting an expression, if so why?