This is a question from this post.
From: $$ |3x|=\left\{ \begin{align} 3x & \text{ , if }x\geq 0 \\ -3x & \text{ , if }x <0 \end{align} \right\} $$ $$ |4x+1|=\left\{ \begin{align} 4x+1 & \text{ , if }x\geq \frac{-1}{4} \\ -(4x+1) & \text{ , if }x <\frac{-1}{4} \end{align} \right\} $$
How do you determine the different cases to check?
How do you get these as the cases: $x<\frac{-1}{4}$, $\frac{-1}{4}\leq x <0$, and $x\geq 0$?
If you want to solve $|4x+1|\lt |3x|$ in the link, then note that $$4x+1=0\iff x=-\frac 14,\ \ \ \ 3x=0\iff x=0.$$
Then, we can separate it into three cases :
For $x\lt -\frac 14$, then $|4x+1|=-(4x+1)$ and $|x|=-x$.
For $-\frac 14\le x\lt 0$, then $|4x+1|=4x+1$ and $|x|=-x$.
For $x\ge 0$, then $|4x+1|=4x+1$ and $|x|=x$.