Find the domain of: $$ f(x)= \sqrt[e^{\frac{1}{x^2-1}}] {\arccos \frac{x-1}{x+2}}$$ (it's not really visible but it's the $e^{\frac{1}{x^2+1}}$-th root)
I started solving this problem like this:
condition #1
$$-1\le \frac{x-1}{x+2} \le 1$$
case $$\frac{x-1}{x+2} \ge -1$$ $$\frac{2x+1}{x+2}\ge 0$$ $$\Rightarrow x\in (-\infty,-2]\cup[-\frac12,\infty)$$
case $$\frac{x-1}{x+2} \le 1$$ $$\frac{-3}{x+2} \le 0$$ $$\Rightarrow x\in(-2,\infty)$$
Intersection of these two cases is $x \in [-\frac 12, \infty)$.
condition #2
$$x^2+1 \neq 0$$ $$x \neq \pm 1$$
But, what am I supposed to do with the whole $e^{\frac{1}{x^2+1}}$-th root?