I want to find out the existence of the solutions in diophantine equations of the style:
$$-259y ^2+ 2400yx + 1817y + 2122x = $$ $$1057364602723981500371957207036553770637547302056514367123547565680640946707606178926389130616$$
The point is that solving it with current methods (elliptic curves) takes a long time, so I want to find out whether or not it has solutions.
What I have already tried:
If the GCD of the coefficients does not divide the independent term, then it has no solutions. Even if I divided it, it may be that the equation has solutions or it may not have them
Shaping the $x$ and the $y$: for example $x,y$ pairs and come to a contradiction (sometimes it works, sometimes it doesn't)
My questions are:
-Do you know of any procedure that allows deciding whether or not it has solutions given any second-degree diophantine equation with two unknowns?
-The equation above is of a hyperbolic type, is it possible to modify it to make it an elliptical type? If yes, how do I do it?
$$-259y ^2+ 2400yx + 1817y + 2122x = $$ $$1057364602723981500371957207036553770637547302056514367123547565680640946707606178926389130616$$
$$\implies \Bigl(1440000 x + 1364999\Bigr)^2-\Bigl(600(2400 x - 518 y + 1817)\Bigr)^2=$$
$$394354702231936140378725159936353094296979641774997598362398300096251847484068800492386090829229590001$$
For solving need factorize RHS.
Any quadratic diophantine equations with 2 unknowns can simplify to 3 type:
Pell equation like $x^2-dy^2=\pm c$
difference of squares like $x^2-y^2=c$
"quadratic Thue" equation like $x^2+dy^2=c$
where $d,c\in\mathbb{N}$.