Find the coordinates of the point where the line y = 2x intersects the unit circle
First, let’s write the equation of the unit circle:
$$x^2 + y^2 = 1.$$
Since $y = 2x$, we can substitute $2x$ for $y$ in the unit circle equation:
$$x^2 + (2x)^2 = 1.$$
This simplifies to:
$$x^2 + 4x^2 = 1$$
$$5x^2 = 1$$
$$x^2 = \frac{1}{5}$$
$$x = \pm \frac{1}{\sqrt{5}}$$
Substituting these values back into $y = 2x$, we get:
$$y = 2(\frac{1}{\sqrt{5}}) = \frac{2}{\sqrt{5}}$$
$$y = 2(-\frac{1}{\sqrt{5}}) = -\frac{2}{\sqrt{5}}$$
Hence, the points of intersection are:
$$ \left( \frac{1}{\sqrt{5}}, \frac{2}{\sqrt{5}} \right)$$ and $$ \left( -\frac{1}{\sqrt{5}}, -\frac{2}{\sqrt{5}} \right).$$