Given a point on the unit circle at an angle theta in radians, determine the exact coordinates and verify their correctness for theta = 7π/6
We start with the unit circle formula:
$$x^2 + y^2 = 1$$
Given $\theta = \frac{7\pi}{6}$, we need to find the cosine and sine of this angle:
$$\cos\left( \frac{7\pi}{6} \right) = \cos\left( \pi + \frac{\pi}{6} \right) = -\cos\left( \frac{\pi}{6} \right) = -\frac{\sqrt{3}}{2}$$
$$\sin\left( \frac{7\pi}{6} \right) = \sin\left( \pi + \frac{\pi}{6} \right) = -\sin\left( \frac{\pi}{6} \right) = -\frac{1}{2}$$
Thus, the coordinates are:
$$\left( -\frac{\sqrt{3}}{2}, -\frac{1}{2} \right)$$
Verification:
$$\left( -\frac{\sqrt{3}}{2} \right)^2 + \left( -\frac{1}{2} \right)^2 = \frac{3}{4} + \frac{1}{4} = 1$$
The coordinates are correct.