I have the following function:
$f(x) = \arcsin{(\sqrt x)}$
I've caculated the derivative to:
$f'(x)=\frac{1}{2 \sqrt{x} \cdot \sqrt{1-x}}$
And the domain of $f(x)$ to $[0, 1]$
And the domain of $f'(x)$ to $(0, 1)$
I want to determine for which $x$ the derivative exists but I'm not really sure if I should use the domain of the original function or of the derivative of the function to know where the derivative exists?