consider the elliptic curve $X^3+Y^3=AZ^3$ and $A$ in $K*$ with $O=(1,-1,0)$. show the $j$ invariant of this elliptic curves is $0$. (part d of Silverman exercise page 104 Q3.3 ) I can compute the $j$ invariant of Weierstrass form of elliptic curves but I don't know how to change this elliptic to Weierstrass form and compute $j$ invariant. I search a lot about curves but unfortunately, I can't find!
2026-03-28 10:56:08.1774695368
On
elliptic curve ${X^3+Y^3=AZ^3}$
1.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
There's already an answer, but here's how I justify the translations: If we set $X = U-V, Y = U+V$ we can eliminate one of the cubes: $$ X^3+Y^3 = 2U^3+ 6UV^2 \\ X^3 + Y^3 - AZ^3 = 2U^3+ 6UV^2 - AZ^3 = 0 $$ And dividing by $U^3$ gives $$ 2 + 6\left(\frac{V}{U}\right)^2 - A\left(\frac{Z}{U}\right)^3 = 0 $$ Setting $\frac{Z}{U} = \frac{n}{6A}, \frac{V}{U} = \frac{m}{6^2A}$ and multiplying across by $6^3A^2$ we get: $$ 432A^2 + m^2 = n^3 $$
which is Weierstrass normal form. I know this isn't the "by-the-book" method, but it's linear rational substitutions only, so you should be able to work it backwards to find the transformation from $(n,m)$ to $(X,Y,Z)$.
The Handbook of Elliptic Curves by Ian Connell is a wonderful reference.
http://webs.ucm.es/BUCM/mat/doc8354.pdf
(...after a quick search.)
In section [1.4 Cubic to Weierstrass: Nagell's algorithm] we have the steps of the algorithm that can be applied for any (non-singular) cubic to put it in Weierstraß form. (Characteristic not two, three.)
Then section 1.4.1 gives an application on Selmer curves:
In our case, we can for instance cyclically permute the given equation, rewrite it like $$ -AZ^3+X^3=-Y^3\ , $$ consider $a=-A$, $b=1$, $c=-1$, so that $\theta=\sqrt[3]{c/b}=-1\in\Bbb Q$, then use the transform in the affine space corresponding to $Y=1$: $$ \begin{aligned} Z &=\frac{6x}{y-36A}\ ,\\ X &=-\frac{y+36A}{y-36A}\ ,\ . \end{aligned} $$ and introducing in $-AZ^3+X^3=-1$ we get $$ -A\left(\frac{6x}{y-36A}\right)^3 -\left(\frac{y+36A}{y-36A}\right)^3 =-1\ . $$ Now multiply with the common denominator, and reshape equivalently as: $$ \begin{aligned} -A\cdot 6^3x^3 & -y^3 -3\cdot 6^2Ay^2 -3\cdot 6^4A^2y -6^6A^3 \\ = & -y^3 +3\cdot 6^2Ay^2 -3\cdot 6^4A^2y +6^6A^3\ . \end{aligned} $$ The cancellations can now be followed with bare eyes.