Homepage › Solution manuals › Ivan Niven › An Introduction to the Theory of Numbers › Exercise 5.6.2 (Parametrization of $x^2 - 2y^2$, starting from $(3,2)$)
Exercise 5.6.2 (Parametrization of $x^2 - 2y^2$, starting from $(3,2)$)
Answers
Proof. The line with slope passing by the point has for equation
Let . Then
□With Sagemath:
var(’x,y,t’) solve([x^2 - 2*y^2 == 1, y == 2 + t*(x-3)],x,y)
2025-05-03 10:39