Finding the Cartesian Coordinates from Polar Coordinates on a Unit Circle
Given a point on the unit circle with polar coordinates $(r, \theta)$, where $r = 1$ and $\theta = \frac{5\pi}{6}$, find the Cartesian coordinates $(x, y)$.
First, recall the conversion formulas from polar to Cartesian coordinates:
$$ x = r \cos\theta $$
$$ y = r \sin\theta $$
Since $r = 1$, substitute $\theta = \frac{5\pi}{6}$ into the formulas:
$$ x = 1 \cdot \cos\left(\frac{5\pi}{6}\right) $$
$$ y = 1 \cdot \sin\left(\frac{5\pi}{6}\right) $$
Using the unit circle values, we know:
$$ \cos\left(\frac{5\pi}{6}\right) = -\frac{\sqrt{3}}{2} $$
$$ \sin\left(\frac{5\pi}{6}\right) = \frac{1}{2} $$
Thus, the Cartesian coordinates are:
$$ x = -\frac{\sqrt{3}}{2} $$
$$ y = \frac{1}{2} $$
Therefore, the Cartesian coordinates corresponding to the polar coordinates $(1, \frac{5\pi}{6})$ are:
$$ \left( -\frac{\sqrt{3}}{2}, \frac{1}{2} \right) $$