Calculate the coordinates of a point on the unit circle given the angle θ
To find the coordinates of a point on the unit circle for a given angle $\theta$, use the following formulas:
$$x = \cos(\theta)$$
$$y = \sin(\theta)$$
For example, if $\theta = 45^\circ$:
$$x = \cos(45^\circ) = \frac{\sqrt{2}}{2}$$
$$y = \sin(45^\circ) = \frac{\sqrt{2}}{2}$$
So the coordinates are $\left( \frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2} \right)$.