Where does an absolute function should appear and why?
Having the following equation:
$$ \cos (\arcsin(\cos(\theta))) = \lvert \sin (\theta) \rvert $$ With $ -\frac{\pi}{2} \le \theta \le \frac{\pi}{2}$.
I draw a triangle and easily found the following:
- Defining: $\cos(\theta) \equiv \frac{a}{\sqrt{a^2 + 1}} \\$
- then $\arcsin(\cos(\theta)) = \frac{\pi}{2} - \theta$
- thus $\cos (\arcsin(\cos(\theta))) = \sin(\theta)$
But why should the absolute value appear and on which phase?
How does the absolute value ultimately surrounds the entire expression?