Find the coordinates of a point on the unit circle where the angle is 45 degrees
To find the coordinates of a point on the unit circle at an angle of $45^\circ$, we can use the unit circle properties.
The coordinates $(x, y)$ of a point on the unit circle at an angle $\theta$ are given by:
$$x = \cos(\theta)$$
$$y = \sin(\theta)$$
For $\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)$$