I was studying vectors when i read a line stating that
" Angle bewtween two vectors is obtained by their dot product ( not from cross product ) ie. $ \theta = \cos^{-1}(\frac {A\cdot B} {AB}) $ $\;$. It is not always $ \sin^{-1}{ \frac {| A×B |}{AB} } $"
I cant seem to understand the line. can somebody pleaese explain it to me.
The angle between any 2 vectors has the range $[0,\pi]$.
Now, the principal range of $\cos^{-1}$ is $[0,\pi]$, while the range of $\sin^{-1}$ is from $[-\frac{\pi}{2},\frac{\pi}{2}]$.
So, $\sin^{-1}$ cannot describe angles from $[\frac{\pi}{2},\pi]$ properly, while $\cos^{-1}$ can.
For example, if $A×B = 0$, then $\sin^{-1} (0)$ can take the values $0$ and $\pi$. Thus, you are not able to know whether $A$ and $B$ are parallel or anti-parallel just from the cross product.