Determine the coordinates of the points where the unit circle intersects the line y = 2x + 1
First, recall the equation of the unit circle:
$$ x^2 + y^2 = 1 $$
Substitute $ y = 2x + 1 $ into the unit circle equation:
$$ x^2 + (2x + 1)^2 = 1 $$
Expand and simplify the equation:
$$ x^2 + 4x^2 + 4x + 1 = 1 $$
$$ 5x^2 + 4x = 0 $$
Factor the quadratic equation:
$$ x(5x + 4) = 0 $$
Thus, $ x = 0 $ or $ x = -\frac{4}{5} $. For $ x = 0 $:
$$ y = 2(0) + 1 = 1 $$
For $ x = -\frac{4}{5} $:
$$ y = 2\left(-\frac{4}{5}\right) + 1 = -\frac{8}{5} + 1 = -\frac{3}{5} $$
The intersection points are:
$$ (0, 1) \: \text{and} \: \left(-\frac{4}{5}, -\frac{3}{5}\right) $$