Find the coordinates of a point on the unit circle where the x-coordinate is 1/2
The equation of the unit circle is given by:
$$x^2 + y^2 = 1$$
We are given that the x-coordinate is $\frac{1}{2}$. Substituting $x = \frac{1}{2}$ into the equation:
$$\left(\frac{1}{2}\right)^2 + y^2 = 1$$
$$\frac{1}{4} + y^2 = 1$$
Subtract $\frac{1}{4}$ from both sides:
$$y^2 = 1 – \frac{1}{4}$$
$$y^2 = \frac{3}{4}$$
Taking the square root of both sides:
$$y = \pm \sqrt{\frac{3}{4}}$$
$$y = \pm \frac{\sqrt{3}}{2}$$
Thus, the coordinates are:
$$(\frac{1}{2}, \frac{\sqrt{3}}{2})$$ and $$(\frac{1}{2}, -\frac{\sqrt{3}}{2})$$