Given a point on the unit circle at an angle θ = π/4, find the coordinates of the point
We know that the coordinates of a point on the unit circle are given by $(\cos(\theta), \sin(\theta))$.
Given $\theta = \frac{\pi}{4}$:
$$\cos\left( \frac{\pi}{4} \right) = \frac{\sqrt{2}}{2}$$
$$\sin\left( \frac{\pi}{4} \right) = \frac{\sqrt{2}}{2}$$
So, the coordinates of the point are $\left( \frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2} \right)$.