Calculate the coordinates of a point on the unit circle, given theta in radians
To calculate the coordinates of a point on the unit circle given an angle $\theta$ in radians, use the formulas:
$$ x = \cos(\theta) $$
and
$$ y = \sin(\theta) $$
For example, if $\theta = \frac{\pi}{4}$, then:
$$ x = \cos\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2} $$
and
$$ y = \sin\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2} $$
Therefore, the coordinates are:
$$ \left( \frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2} \right) $$