I ran into a small problem while taking the square root on both sides of an inequality. Suppose it is given that $(x+1)^2 < 4$.
Then, after taking the square root of both sides, $-2 < x+1 < 2$ and hence $-1 < x < 1$.
But on further analysis it appears that the solution of $x$ where $x$ ranges from $-3$ to $1$ is not obtained.
I know that I can expand $(x+1)^2$, subtract $4$, and then use wavy curve method (i.e., the method of intervals) to get the complete solution.
However my confusion lies in why the solutions have not been obtained by taking the square root on both sides of the inequality.
Interpret this inequation in terms of distance: $$(x+1)^2<4\iff\sqrt{(x+1)^2}=\lvert x+1\rvert<2.$$ Now $\lvert x+1\rvert$ is the distance betwen $x$ and $-1$, so $$\lvert x+1\rvert<2\iff -1-2<x<-1+2.$$