Find the coordinates of the point on the unit circle at a given angle
To find the coordinates of the point on the unit circle at an angle $\theta$:
1. Use the parametric equations for the unit circle:
$$x = \cos(\theta)$$
$$y = \sin(\theta)$$
2. Substitute the given angle $\theta = \frac{2\pi}{3}$ into the equations:
$$x = \cos\left(\frac{2\pi}{3}\right) = -\frac{1}{2}$$
$$y = \sin\left(\frac{2\pi}{3}\right) = \frac{\sqrt{3}}{2}$$
Thus, the coordinates of the point are:
$$\left( -\frac{1}{2}, \frac{\sqrt{3}}{2} \right)$$