I am interested in the congruent number problem which involves finding a rational solution to
$y^2=x^3-x n^2$
This equation is currently unsolved and many have tried. This equation gives the X and the Y values.
However I have a second equation which I believe also must be rational for a solution to exist which is in a different form and not cubic at all. My equation does not give X and Y but rather it gives the D which needs to be multiplied to X and Y to produce an integer triplet where X,Y,Z are all integers.
Once D is known I have a different method to efficiently solve for X,Y,Z.
Where would I look to find the tools to solve 4th order polynomial equations for rational solutions?
My equation is of the form:
$$(c^2)( v^4) - (6 c)( v^2) +1 =k^2$$
Where:
$c$ is a constant given to us.
$V$ and $k$ need to be rational.
Is this easier or harder than a 3rd order equation? Where should I look for the tools to solve this?
Thanks for any help.
(c v^2-3)^2==L^2+2^2 +2^2
which is in the form " a^2+b^2+c^2 = d^2
{at, bt, ct, dt} = {2(p^2-q^2+r^2), 2(p-q)^2-2r^2-2p(q-r), p^2-(q-r)^2-4r(p-q), 3(p^2+q^2+r^2)-2q(2p+r)}
for arbitrary p,q,r and where t is just a scaling factor. ...Proof (Piezas): For any soln a,b,c,d, one can always find rational p,q,r,t using the formulas,
"
Source https://sites.google.com/site/tpiezas/004
But I still am not clear on how to generate rational {V,L} pairs. Seems like this should be something that can be generalized for all c values.
– Darrin Taylor Jun 27 '13 at 08:47