I'm working on a series convergence problem and am stuck on this part:
The series converges when $|1-2x| < |1+x|$.
How can I proceed from here to pick the values of $x$ that satisfy this inequality? I tried using the triangle inequalities, but it wasn't helpful and gave silly upper bounds.
Note that $$|1-2x|\lt |1+x| \quad\text{if and only if}\quad (1-2x)^2\lt (1+x)^2.$$ If we expand, the inequality on the right turns out to be equivalent to $$3x^2-6x\lt 0.$$ This inequality holds precisely if $x$ is (strictly) between the two roots of $3x^2-6x=0$. So the inequality holds whenever $0\lt x\lt 2$.