As the title says, I don't understand how to find the domain of $\arcsin(\sqrt{1-x^2})$. I kinda understand how it would equate to it would be -1 < x < 1 (inclusive of 1 and -1) by definition of a real root, but how does the inverse sine function affect this domain? I know that for any function $\arcsin(f(x))$, the domain is $-1<f(x)<1$, but how exactly does the root affect this domain also?
Thanks for the help.
BEcause arcsin operates on values between $-1$ and $1$, you need to have $$ -1 \le \sqrt{1 - x^2} \le 1 $$ That's equivalent (by squaring, since the square root is always nonnegative) to $$ {1 - x^2} \le 1 $$ But with the constraint that $1 - x^2 \ge 0$, so that the square root is still defined. So we have $$ 0 \le {1 - x^2} \le 1 $$
Take $1 - \text{each term}$ and swap the comparisons to get $$1 \ge x^2 \ge 0 $$ whose solution is $-1 \le x \le 1$.