Can the integer zeros for this diophantine equation be found?

  • Thread starter Thread starter 76Ahmad
  • Start date Start date
  • Tags Tags
    Integer
76Ahmad
Messages
46
Reaction score
0
Hello every one, please help me finding the integer zeros for this equation

-15x^3+45x^2y-15xy^2+y^3+90x^2-210xy+40y^2-120x+184y = 0

I know that the solution should used by diophantine equation but i don't know
ho to solve it, Please help :(
 
Physics news on Phys.org
76Ahmad said:
Hello every one, please help me finding the integer zeros for this equation

-15x^3+45x^2y-15xy^2+y^3+90x^2-210xy+40y^2-120x+184y = 0

I know that the solution should used by diophantine equation but i don't know
ho to solve it, Please help :(


I don't think it's especially easy to do so -- barring something unusual (and I don't see anything unusual), (total) degree 3 polynomial equations in two variables define a type of plane curve called an "elliptic curve", and I am vaguely under the impression that the problem of finding integer points (a.k.a. integral points) on elliptic curves is fairly difficult.
 
These kinds of problems can be very difficult. A very good book written on the subject is "Rational points on Elliptic Curves" by Silverman and Tate.

The first thing that we should do here is to reduce this equation to the Weierstrass normal form. That is, we would like to express the equation as

y^2=x^3+ax^2+bx+c

This can be done by a bit projective geometry. We begin by taking a rational point on the original cubic (for example (0,0)). We let Z=0 to be the tangent line to (0,0). Now, the tangent line will intersect our cubic in another rational point. Let X=0 be the tangent line to this other point and let Y=0 be an arbitrary line through (0,0) (which is not the tangent line).

Now, if we choose axes in this manner, and if we apply the projective transformation x=X/Zand y=Y/Z then we will get an equation of the form

xy^2+(ax+b)y=cx^2+dx+e

Try to work this out first, then we can go further in the reducing.
 
Thanks,,

the global minimal Weierstras is
y^2+xy+y=x^3-x^2-62705x+5793679.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top