I'm trying to solve the following equations and inequalities for $x\in\mathbb R$:
$$2|x+1|>|x+4|$$
I know I'm supposed to consider the intervals $(-\infty,-4), [-4,-1]$ and $(-1,\infty)$ but don't know how each affects the equation and how to conclude a result.
I think considering interval $(-\infty,-4)$: $2|1+x|>|4+x|$ $\Rightarrow x>2$ but if I'm right how will it work for the other intervals?

$$\begin{align} &4(x+1)^2>(x+4)^2\\ &4x^2+8x+4>x^2+8x+16\\ &3x^2-12>0\\ &x>2\ \text{ or }\ x<-2 \end{align}$$