Minimal Weierstrass equation
Minimal Weierstrass equation
Simplified equation
\(y^2+xy=x^3+x^2-20930167323x-1883681914046823\) | (homogenize, simplify) |
\(y^2z+xyz=x^3+x^2z-20930167323xz^2-1883681914046823z^3\) | (dehomogenize, simplify) |
\(y^2=x^3-27125496851283x-87884656499315808018\) | (homogenize, minimize) |
Mordell-Weil group structure
\(\Z \oplus \Z/{2}\Z\)
Mordell-Weil generators
$P$ | $\hat{h}(P)$ | Order |
---|---|---|
$(15290300560336145784416667491093032534255737588366974525873/23430821155086049467940641448306837303371717776015089, 1835905916689334865577826566575814517941349914356412103523088227129921753252822229004288/3586586121976703577676656544441443407675996708806265945894928043949132439802313)$ | $134.10677981574149519696452959$ | $\infty$ |
$(710347/4, -710347/8)$ | $0$ | $2$ |
Integral points
None
Invariants
Conductor: | $N$ | = | \( 46410 \) | = | $2 \cdot 3 \cdot 5 \cdot 7 \cdot 13 \cdot 17$ | comment: Conductor
sage: E.conductor().factor()
gp: ellglobalred(E)[1]
magma: Conductor(E);
oscar: conductor(E)
|
Discriminant: | $\Delta$ | = | $-946022301497270062664245652323500$ | = | $-1 \cdot 2^{2} \cdot 3^{4} \cdot 5^{3} \cdot 7^{5} \cdot 13^{4} \cdot 17^{16} $ | comment: Discriminant
sage: E.discriminant().factor()
gp: E.disc
magma: Discriminant(E);
oscar: discriminant(E)
|
j-invariant: | $j$ | = | \( -\frac{1014009007595272988562623757184248889}{946022301497270062664245652323500} \) | = | $-1 \cdot 2^{-2} \cdot 3^{-4} \cdot 5^{-3} \cdot 7^{-5} \cdot 13^{-4} \cdot 17^{-16} \cdot 1004648031529^{3}$ | comment: j-invariant
sage: E.j_invariant().factor()
gp: E.j
magma: jInvariant(E);
oscar: j_invariant(E)
|
Endomorphism ring: | $\mathrm{End}(E)$ | = | $\Z$ | |||
Geometric endomorphism ring: | $\mathrm{End}(E_{\overline{\Q}})$ | = | \(\Z\) (no potential complex multiplication) | sage: E.has_cm()
magma: HasComplexMultiplication(E);
|
||
Sato-Tate group: | $\mathrm{ST}(E)$ | = | $\mathrm{SU}(2)$ | |||
Faltings height: | $h_{\mathrm{Faltings}}$ | ≈ | $5.0239884602413805665251282163$ | gp: ellheight(E)
magma: FaltingsHeight(E);
oscar: faltings_height(E)
|
||
Stable Faltings height: | $h_{\mathrm{stable}}$ | ≈ | $5.0239884602413805665251282163$ | magma: StableFaltingsHeight(E);
oscar: stable_faltings_height(E)
|
||
$abc$ quality: | $Q$ | ≈ | $1.0442341567764752$ | |||
Szpiro ratio: | $\sigma_{m}$ | ≈ | $7.805028994927043$ |
BSD invariants
Analytic rank: | $r_{\mathrm{an}}$ | = | $ 1$ | sage: E.analytic_rank()
gp: ellanalyticrank(E)
magma: AnalyticRank(E);
|
Mordell-Weil rank: | $r$ | = | $ 1$ | comment: Rank
sage: E.rank()
gp: [lower,upper] = ellrank(E)
magma: Rank(E);
|
Regulator: | $\mathrm{Reg}(E/\Q)$ | ≈ | $134.10677981574149519696452959$ | comment: Regulator
sage: E.regulator()
G = E.gen \\ if available
magma: Regulator(E);
|
Real period: | $\Omega$ | ≈ | $0.0060440349881835402379404135695$ | comment: Real Period
sage: E.period_lattice().omega()
gp: if(E.disc>0,2,1)*E.omega[1]
magma: (Discriminant(E) gt 0 select 2 else 1) * RealPeriod(E);
|
Tamagawa product: | $\prod_{p}c_p$ | = | $ 16 $ = $ 2\cdot2\cdot1\cdot1\cdot2\cdot2 $ | comment: Tamagawa numbers
sage: E.tamagawa_numbers()
gp: gr=ellglobalred(E); [[gr[4][i,1],gr[5][i][4]] | i<-[1..#gr[4][,1]]]
magma: TamagawaNumbers(E);
oscar: tamagawa_numbers(E)
|
Torsion order: | $\#E(\Q)_{\mathrm{tor}}$ | = | $2$ | comment: Torsion order
sage: E.torsion_order()
gp: elltors(E)[1]
magma: Order(TorsionSubgroup(E));
oscar: prod(torsion_structure(E)[1])
|
Special value: | $ L'(E,1)$ | ≈ | $3.2421842774358711216427656565 $ | comment: Special L-value
r = E.rank();
gp: [r,L1r] = ellanalyticrank(E); L1r/r!
magma: Lr1 where r,Lr1 := AnalyticRank(E: Precision:=12);
|
Analytic order of Ш: | Ш${}_{\mathrm{an}}$ | ≈ | $1$ (rounded) | comment: Order of Sha
sage: E.sha().an_numerical()
magma: MordellWeilShaInformation(E);
|
BSD formula
$\displaystyle 3.242184277 \approx L'(E,1) = \frac{\# Ш(E/\Q)\cdot \Omega_E \cdot \mathrm{Reg}(E/\Q) \cdot \prod_p c_p}{\#E(\Q)_{\rm tor}^2} \approx \frac{1 \cdot 0.006044 \cdot 134.106780 \cdot 16}{2^2} \approx 3.242184277$
Modular invariants
For more coefficients, see the Downloads section to the right.
Modular degree: | 253624320 | comment: Modular degree
sage: E.modular_degree()
gp: ellmoddegree(E)
magma: ModularDegree(E);
|
$ \Gamma_0(N) $-optimal: | no | |
Manin constant: | 1 | comment: Manin constant
magma: ManinConstant(E);
|
Local data at primes of bad reduction
This elliptic curve is semistable. There are 6 primes $p$ of bad reduction:
$p$ | Tamagawa number | Kodaira symbol | Reduction type | Root number | $\mathrm{ord}_p(N)$ | $\mathrm{ord}_p(\Delta)$ | $\mathrm{ord}_p(\mathrm{den}(j))$ |
---|---|---|---|---|---|---|---|
$2$ | $2$ | $I_{2}$ | nonsplit multiplicative | 1 | 1 | 2 | 2 |
$3$ | $2$ | $I_{4}$ | nonsplit multiplicative | 1 | 1 | 4 | 4 |
$5$ | $1$ | $I_{3}$ | nonsplit multiplicative | 1 | 1 | 3 | 3 |
$7$ | $1$ | $I_{5}$ | nonsplit multiplicative | 1 | 1 | 5 | 5 |
$13$ | $2$ | $I_{4}$ | nonsplit multiplicative | 1 | 1 | 4 | 4 |
$17$ | $2$ | $I_{16}$ | nonsplit multiplicative | 1 | 1 | 16 | 16 |
Galois representations
The $\ell$-adic Galois representation has maximal image for all primes $\ell$ except those listed in the table below.
prime $\ell$ | mod-$\ell$ image | $\ell$-adic image |
---|---|---|
$2$ | 2B | 4.6.0.1 |
The image $H:=\rho_E(\Gal(\overline{\Q}/\Q))$ of the adelic Galois representation has level \( 3640 = 2^{3} \cdot 5 \cdot 7 \cdot 13 \), index $48$, genus $0$, and generators
$\left(\begin{array}{rr} 1 & 0 \\ 8 & 1 \end{array}\right),\left(\begin{array}{rr} 459 & 456 \\ 2298 & 461 \end{array}\right),\left(\begin{array}{rr} 1 & 8 \\ 0 & 1 \end{array}\right),\left(\begin{array}{rr} 1 & 4 \\ 4 & 17 \end{array}\right),\left(\begin{array}{rr} 2188 & 1 \\ 751 & 6 \end{array}\right),\left(\begin{array}{rr} 7 & 6 \\ 3634 & 3635 \end{array}\right),\left(\begin{array}{rr} 561 & 8 \\ 2244 & 33 \end{array}\right),\left(\begin{array}{rr} 528 & 3 \\ 2605 & 2 \end{array}\right),\left(\begin{array}{rr} 459 & 458 \\ 1378 & 3195 \end{array}\right),\left(\begin{array}{rr} 3633 & 8 \\ 3632 & 9 \end{array}\right)$.
The torsion field $K:=\Q(E[3640])$ is a degree-$811550638080$ Galois extension of $\Q$ with $\Gal(K/\Q)$ isomorphic to the projection of $H$ to $\GL_2(\Z/3640\Z)$.
The table below list all primes $\ell$ for which the Serre invariants associated to the mod-$\ell$ Galois representation are exceptional.
$\ell$ | Reduction type | Serre weight | Serre conductor |
---|---|---|---|
$2$ | nonsplit multiplicative | $4$ | \( 35 = 5 \cdot 7 \) |
$3$ | nonsplit multiplicative | $4$ | \( 3094 = 2 \cdot 7 \cdot 13 \cdot 17 \) |
$5$ | nonsplit multiplicative | $6$ | \( 1326 = 2 \cdot 3 \cdot 13 \cdot 17 \) |
$7$ | nonsplit multiplicative | $8$ | \( 6630 = 2 \cdot 3 \cdot 5 \cdot 13 \cdot 17 \) |
$13$ | nonsplit multiplicative | $14$ | \( 3570 = 2 \cdot 3 \cdot 5 \cdot 7 \cdot 17 \) |
$17$ | nonsplit multiplicative | $18$ | \( 2730 = 2 \cdot 3 \cdot 5 \cdot 7 \cdot 13 \) |
Isogenies
This curve has non-trivial cyclic isogenies of degree $d$ for $d=$
2 and 4.
Its isogeny class 46410a
consists of 4 curves linked by isogenies of
degrees dividing 4.
Twists
This elliptic curve is its own minimal quadratic twist.
Growth of torsion in number fields
The number fields $K$ of degree less than 24 such that $E(K)_{\rm tors}$ is strictly larger than $E(\Q)_{\rm tors}$ $\cong \Z/{2}\Z$ are as follows:
$[K:\Q]$ | $K$ | $E(K)_{\rm tors}$ | Base change curve |
---|---|---|---|
$2$ | \(\Q(\sqrt{-35}) \) | \(\Z/2\Z \oplus \Z/2\Z\) | not in database |
$2$ | \(\Q(\sqrt{7}) \) | \(\Z/4\Z\) | not in database |
$2$ | \(\Q(\sqrt{-5}) \) | \(\Z/4\Z\) | not in database |
$4$ | \(\Q(\sqrt{-5}, \sqrt{7})\) | \(\Z/2\Z \oplus \Z/4\Z\) | not in database |
$8$ | 8.0.7529536000000.9 | \(\Z/2\Z \oplus \Z/4\Z\) | not in database |
$8$ | 8.4.344081724313600.4 | \(\Z/8\Z\) | not in database |
$8$ | 8.0.1433076736000000.20 | \(\Z/8\Z\) | not in database |
$8$ | deg 8 | \(\Z/6\Z\) | not in database |
$16$ | deg 16 | \(\Z/4\Z \oplus \Z/4\Z\) | not in database |
$16$ | deg 16 | \(\Z/2\Z \oplus \Z/8\Z\) | not in database |
$16$ | deg 16 | \(\Z/2\Z \oplus \Z/8\Z\) | not in database |
$16$ | deg 16 | \(\Z/2\Z \oplus \Z/6\Z\) | not in database |
$16$ | deg 16 | \(\Z/12\Z\) | not in database |
$16$ | deg 16 | \(\Z/12\Z\) | not in database |
We only show fields where the torsion growth is primitive. For fields not in the database, click on the degree shown to reveal the defining polynomial.
Iwasawa invariants
$p$ | 2 | 3 | 5 | 7 | 11 | 13 | 17 | 19 | 23 | 29 | 31 | 37 | 41 | 43 | 47 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Reduction type | nonsplit | nonsplit | nonsplit | nonsplit | ord | nonsplit | nonsplit | ss | ord | ord | ord | ord | ord | ss | ord |
$\lambda$-invariant(s) | 9 | 3 | 1 | 1 | 1 | 1 | 1 | 3,1 | 1 | 1 | 3 | 1 | 1 | 1,1 | 1 |
$\mu$-invariant(s) | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0 | 0 | 0 | 0 | 0 | 0 | 0,0 | 0 |
$p$-adic regulators
$p$-adic regulators are not yet computed for curves that are not $\Gamma_0$-optimal.