Given a unit circle centered at the origin, but flipped in a non-standard way such that the positive x-axis points downwards and the positive y-axis points to the left, find the coordinates of the point corresponding to an angle of 5π/6 radians
To solve this problem, we first need to understand the transformation of the coordinate system.
In the standard unit circle, an angle of $\frac{5\pi}{6}$ radians would correspond to the point $(-\cos(\frac{\pi}{6}), \sin(\frac{\pi}{6}))$.
Therefore, in the standard unit circle, the coordinates would be:
$$(-\frac{\sqrt{3}}{2}, \frac{1}{2})$$
Now, since the unit circle is flipped such that the positive x-axis points downwards and the positive y-axis points to the left, we need to adjust these coordinates accordingly:
1. The x-coordinate will become the negative of the original y-coordinate.
2. The y-coordinate will become the negative of the original x-coordinate.
Thus, the transformed coordinates are:
$$( -\frac{1}{2}, -\left(-\frac{\sqrt{3}}{2}\right) )$$
which simplifies to:
$$\left( -\frac{1}{2}, \frac{\sqrt{3}}{2} \right)$$