1

I have been told that a simple linear transformation (or a change of variables) can transform the quadratic $$x^2+45xy-216y^2$$ into the Pell equation $$p^2−321q^2=1$$ However I have been unable to achieve this. Can anyone help me find a simple linear transformation (or a change of variables) to arrive at the Pell equation above? I want to eliminate the xy term in the quadratic.

J. W. Tanner
  • 60,406
Derak
  • 537

1 Answers1

1

Let $p=x+\dfrac{45}2y$ and $q=\dfrac32y$.

Then $p^2-321q^2=x^2+45xy+\dfrac{2025}4y^2-321\dfrac94y^2=x^2+45xy-216y^2.$

J. W. Tanner
  • 60,406
  • Im very late for this party, but in case you've ever wondered what the context of this apparently random Pell equation was, the OP came across my 2013 post on "Ramanujan's sum of cubes identity" and is trying to specialize the identity, $$(3(3p^2 - 104p q + 909q^2))^3 + (-2(4p^2 - 135p q + 1119q^2))^3 = (6(p^2 - 37p q + 348q^2))^3 + (p^2 - 321q^2)^3$$ to the form $a^3+b^3 = c^3+1$ by solving the Pell equation $p^2 - 321q^2 = 1$. More details in the link. Just in case you wondered. :) – Tito Piezas III Dec 26 '23 at 13:38