I am dealing with a series of quadratic diophantine equations that all have the same form: $$A^2x^2 - C^2y^2 + Dx - Ey + F = 0$$ ($A,C,D,E >0$ | $A$ and $C$ have a common factor (or $C=1$) | $D,E,F$ coprime)
Do you know if there's an analytical method (ie. one that doesn't require testing all factorizations of a large number) to find a single solution (one is enough) if it exists - or a way to show there are no solutions if that is the case?. Thanks!
Eg. $$324x^2 - 9y^2 + 101x - 13y + F =0$$ ($F= -229$: Sol ($x=1, y=4$))
($F= 50$: No solutions)
I get $$ \left( 2A^2Cx + 2 A C^2 y + CD + AE \right) \left( 2A^2Cx - 2 A C^2 y + CD - AE \right) = \color{red}{C^2 D^2 - A^2 E^2 - 4 A^2 C^2 F}. $$
So, what is so wrong about this?
Here is a similar one from yesterday or the day before. Integer solutions of a cubic equation What is this obsession with closed form solutions? If you know that you have a finite number of solutions, and finding all of the solutions comes down to factoring a single number, you call it a good day.