let $a,b,c,d,x,y,k$ be all non-zero positive integers >1. If $a^2-b^2 \neq0$,how do you find all the pairs $(x,y)$ such that $k(a^2-b^2)=2(ax-by)$. I have found so far only solutions where $\gcd(x,y)>1$. Are there any other ones if $\gcd(x,y)=1$? if so, how do i find them?
2026-03-30 15:50:51.1774885851
How do you solve $k(a^2-b^2)=2(ax-by)$?
78 Views Asked by user97615 https://math.techqa.club/user/user97615/detail At
2
For the equation: $$q(a^2-b^2)=2(ax-by)$$
If parameter is specified $q$ - the solution seems cumbersome, but if you find you only need: $x,y$
Then the solution has the form:
$$x=\frac{q(a+b)+bk}{2}$$
$$y=\frac{q(a+b)+ak}{2}$$
$k$ - asked us integer corresponding parity.