I came across the following question in a book:
$4|x^2-1|+|x^2-4| \ge 6$
Now, the general method to solve inequalities is to break it into cases and then solve it. However, that method is quite lengthy and takes up time. Here, in our classes(coaching classes), we're expected to solve such question in less than 2 minutes. So, I was wondering if there are any dodges/tricks to solve such questions more easily. I just presented this question as an example, but I would like a method that can be employed in number of general cases. Any help will be appreciated.
BTW, the answer to this is: $x \in (- \infty, - \sqrt2] \cup[- \sqrt{\frac 2 5}, + \sqrt{\frac 2 5}] \cup [+ \sqrt2, \infty) $
Thanks!

Let $x^2=t$.
Thus, we need to solve $f(t)\geq6,$ where $$f(t)=4|t-1|+|t-4|.$$ We see that $f$ is a convex function (why?),
which says that we need to solve: $t\geq t_1$ or $t\leq t_2$, where $t_1\geq t_2$ and $t_1$ and $t_2$ are roots of the equation: $$f(t)=6,$$ which gives $t_1=2$, $t_2=\frac{4}{5}$ and we obtain your answer during $30$ seconds.