How to find the domain of this function $\sqrt{x^{12} - x^9 + x^4 - x + 1}$?
Its really hard to find all 12 roots and plot them or use tricks like "wavy curve" to check where the expression in the square root is positive . But I thought (i'm not sure) if we can prove that the function is positive for all value then the job would be done, although i haven't been able to do it. It would be helpful if someone can solve this .
There will be other more efficient suggestions given, but here, instead of going for your expression directly, you could consider $$p(x)=x^{12}-x^9+x^4-x=x(x^3-1)(x^8+1)=x(x-1)(x^2+x+1)(x^8+1)$$
You are interested in where this might fall below $-1$ in value. As a twelfth degree polynomial with positive leading coefficient it is ultimately positive when $x$ has large absolute value. The third and fourth factors are always positive and the two real roots of the other factors are $x=0,1$.
So $p(x)$ therefore falls below zero only when $x\in (0,1)$, and this is the only interval of concern - so $x$ is "small" and positive and the lower powers of $x$ have the greatest absolute value.
Taking advantage of this note that $p(x)+1=(1-x)+(x^4-x^9)+x^{12}$ is the sum of positive terms in this interval.
This was motivated by your comments on the shape of the curve - simply spotting the factors of a related polynomial retrieves that as a possible way forward.