Find the coordinates of the point on the unit circle at angle π/3 radians
To find the coordinates of the point on the unit circle at angle $\pi/3$ radians, we use the unit circle definitions. The unit circle is defined by the equation $x^2 + y^2 = 1$, where the coordinates $(x, y)$ correspond to $(\cos(\theta), \sin(\theta))$ for an angle $\theta$.
For $\theta = \pi/3$:
$$x = \cos(\pi/3) = \frac{1}{2}$$
$$y = \sin(\pi/3) = \frac{\sqrt{3}}{2}$$
Thus, the coordinates are $\left( \frac{1}{2}, \frac{\sqrt{3}}{2} \right)$.