Solveeit Logo

Question

Question: Let C be a circle $x^2 + y^2 = 1$. The line $y = mx + m$ intersects C at the point P other than (-1,...

Let C be a circle x2+y2=1x^2 + y^2 = 1. The line y=mx+my = mx + m intersects C at the point P other than (-1,0), the number of rational choices for m for which both the coordinates of P are rational, is:

A

3

B

4

C

5

D

infinitely many

Answer

infinitely many

Explanation

Solution

The circle is given by the equation C:x2+y2=1C: x^2 + y^2 = 1. The line is given by the equation L:y=mx+mL: y = mx + m, which can be rewritten as y=m(x+1)y = m(x+1).

We substitute yy from the line equation into the circle equation to find the intersection points: x2+(m(x+1))2=1x^2 + (m(x+1))^2 = 1 x2+m2(x2+2x+1)=1x^2 + m^2(x^2 + 2x + 1) = 1 x2+m2x2+2m2x+m21=0x^2 + m^2x^2 + 2m^2x + m^2 - 1 = 0 (1+m2)x2+2m2x+(m21)=0(1+m^2)x^2 + 2m^2x + (m^2 - 1) = 0

This is a quadratic equation in xx. We know that the line passes through (1,0)(-1,0) for any value of mm. We can verify that x=1x=-1 is a root: (1+m2)(1)2+2m2(1)+(m21)=(1+m2)2m2+m21=0(1+m^2)(-1)^2 + 2m^2(-1) + (m^2 - 1) = (1+m^2) - 2m^2 + m^2 - 1 = 0. So, x=1x=-1 is indeed one of the roots. Let the other root be xPx_P.

Using Vieta's formulas for the sum of roots: 1+xP=2m21+m2-1 + x_P = -\frac{2m^2}{1+m^2} xP=1+2m21+m2=(1+m2)+2m21+m2=m21m2+1x_P = -1 + \frac{2m^2}{1+m^2} = \frac{-(1+m^2) + 2m^2}{1+m^2} = \frac{m^2-1}{m^2+1}

Now we find the y-coordinate, yPy_P, using the line equation yP=m(xP+1)y_P = m(x_P+1): yP=m(m21m2+1+1)=m(m21+m2+1m2+1)=m(2m2m2+1)=2m3m2+1y_P = m\left(\frac{m^2-1}{m^2+1} + 1\right) = m\left(\frac{m^2-1 + m^2+1}{m^2+1}\right) = m\left(\frac{2m^2}{m^2+1}\right) = \frac{2m^3}{m^2+1}

So the intersection point P, other than (1,0)(-1,0), has coordinates (m21m2+1,2m3m2+1)\left(\frac{m^2-1}{m^2+1}, \frac{2m^3}{m^2+1}\right).

The problem states that mm is a rational choice and asks for the number of such choices for which both coordinates of P are rational. Let mQm \in \mathbb{Q}. If mm is rational, then m2m^2 is rational, and m3m^3 is rational. The x-coordinate of P is xP=m21m2+1x_P = \frac{m^2-1}{m^2+1}. If mQm \in \mathbb{Q}, then m21Qm^2-1 \in \mathbb{Q} and m2+1Qm^2+1 \in \mathbb{Q}. Since m20m^2 \ge 0 for real mm, m2+11m^2+1 \ge 1, so the denominator is never zero. Thus, xPx_P is rational if mm is rational. The y-coordinate of P is yP=2m3m2+1y_P = \frac{2m^3}{m^2+1}. If mQm \in \mathbb{Q}, then 2m3Q2m^3 \in \mathbb{Q} and m2+1Qm^2+1 \in \mathbb{Q}. Thus, yPy_P is rational if mm is rational.

Therefore, for any rational value of mm, both coordinates of P are rational.

We must also ensure that P is not (1,0)(-1,0). xP=m21m2+1=1    m21=(m2+1)    m21=m21    2m2=0    m=0x_P = \frac{m^2-1}{m^2+1} = -1 \implies m^2-1 = -(m^2+1) \implies m^2-1 = -m^2-1 \implies 2m^2 = 0 \implies m=0. If m=0m=0, the line is y=0y=0. The intersection points with x2+y2=1x^2+y^2=1 are x2=1x^2=1, so x=±1x=\pm 1. The points are (1,0)(-1,0) and (1,0)(1,0). In this case (m=0m=0), the point P (other than (1,0)(-1,0)) is (1,0)(1,0). The coordinates of P are (1,0)(1,0), which are rational. m=0m=0 is a rational choice, and it is included.

Alternatively, we can use the standard parameterization of rational points on the unit circle starting from (1,0)(-1,0): x=1t21+t2,y=2t1+t2x = \frac{1-t^2}{1+t^2}, y = \frac{2t}{1+t^2} for tQt \in \mathbb{Q}. The line y=m(x+1)y=m(x+1) has slope mm connecting (1,0)(-1,0) to the point P. If we set t=mt=m, we get xP=1m21+m2x_P = \frac{1-m^2}{1+m^2} and yP=2m1+m2y_P = \frac{2m}{1+m^2}. These are the coordinates of point P. If mm is rational, then xPx_P and yPy_P are rational. This parameterization generates all rational points on the circle except for (1,0)(-1,0). Since P is defined as the point other than (1,0)(-1,0), P must be one of these points generated by the parameterization. Thus, for any rational mm, P will have rational coordinates. The set of rational numbers is infinite. Therefore, there are infinitely many rational choices for mm.