1. Define the curve and point:
Let C be the curve defined by x3−y3=n, and let P=(a,b) be a point on this curve, where a and b are rational numbers such that a3+b3=n.
2. **Find the tangent line at P:**
The tangent line t to the curve C at the point P can be found using implicit differentiation:
x3−y3=n⟹3x2dx−3y2dy=0⟹dxdy=y2x2
Therefore, the equation of the tangent line at (a,b) is:
y−b=b2a2(x−a)⟹y=b2a2x−b2a3−b3=b2a2x−b2n
3. Find the intersection of the tangent line with the curve:
Substitute y=b2a2x−b2n into the curve equation x3−y3=n:
x3−(b2a2x−b2n)3=n
Simplify the equation:
x3−(b6a6x3−b63a4nx2+b63a2n2x−b6n3)=n
x3−b6a6x3+b63a4nx2−b63a2n2x+b6n3=n
(1−b6a6)x3+b63a4nx2−b63a2n2x+b6n3−n=0
Since a3+b3=n, we have a6+b6=n2. Thus, the leading coefficient simplifies to:
1−b6a6=b6b6−a6=b6n2−a6
The independent term simplifies to:
b6n3−n=b6n3−nb6=b6n(n2−b6)
4. Solve for the other intersection point:
Since a is a double root, the other root can be found using Vieta's relations:
x=−a2(a3+b3)a3(2b3−a3)=−a3+b3a(2b3−a3)
Plugging this back into the tangent line equation, we get:
y=b2a2(−a3+b3a(2b3−a3))−b2n=−a3+b3b(2a3−b3)
5. Find the reflection of the intersection point:
The reflection of the point (−a3+b3a(2b3−a3),−a3+b3b(2a3−b3)) with respect to the line x+y=0 is:
(a3+b3b(2a3−b3),a3+b3a(2b3−a3))
6. Conclusion:
The point (a3+b3b(2a3−b3),a3+b3a(2b3−a3)) is a rational point on the curve x3−y3=n and both coordinates are non-negative rational numbers. Therefore, n can be represented as the sum of the cubes of two non-negative rational numbers.
■