Minimal Weierstrass equation
Minimal Weierstrass equation
Simplified equation
\(y^2=x^3+x^2-7813969158x+265858972088688\) | (homogenize, simplify) |
\(y^2z=x^3+x^2z-7813969158xz^2+265858972088688z^3\) | (dehomogenize, simplify) |
\(y^2=x^3-632931501825x+193813089447159000\) | (homogenize, minimize) |
Mordell-Weil group structure
\(\Z \oplus \Z/{2}\Z \oplus \Z/{2}\Z\)
Mordell-Weil generators
$P$ | $\hat{h}(P)$ | Order |
---|---|---|
$(22928, 9937500)$ | $5.4675922663950566700970410381$ | $\infty$ |
$(51018, 0)$ | $0$ | $2$ |
$(51053, 0)$ | $0$ | $2$ |
Integral points
\( \left(-102072, 0\right) \), \((22928,\pm 9937500)\), \( \left(51018, 0\right) \), \( \left(51053, 0\right) \)
Invariants
Conductor: | $N$ | = | \( 117600 \) | = | $2^{5} \cdot 3 \cdot 5^{2} \cdot 7^{2}$ | comment: Conductor
sage: E.conductor().factor()
gp: ellglobalred(E)[1]
magma: Conductor(E);
oscar: conductor(E)
|
Discriminant: | $\Delta$ | = | $10770650185222265625000000$ | = | $2^{6} \cdot 3^{14} \cdot 5^{14} \cdot 7^{8} $ | comment: Discriminant
sage: E.discriminant().factor()
gp: E.disc
magma: Discriminant(E);
oscar: discriminant(E)
|
j-invariant: | $j$ | = | \( \frac{448487713888272974160064}{91549016015625} \) | = | $2^{6} \cdot 3^{-14} \cdot 5^{-8} \cdot 7^{-2} \cdot 19136251^{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}}$ | ≈ | $4.1910879983526232023173097452$ | gp: ellheight(E)
magma: FaltingsHeight(E);
oscar: faltings_height(E)
|
||
Stable Faltings height: | $h_{\mathrm{stable}}$ | ≈ | $2.0668403773279437077556376461$ | magma: StableFaltingsHeight(E);
oscar: stable_faltings_height(E)
|
||
$abc$ quality: | $Q$ | ≈ | $1.0964009209698897$ | |||
Szpiro ratio: | $\sigma_{m}$ | ≈ | $6.848037364070674$ |
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)$ | ≈ | $5.4675922663950566700970410381$ | comment: Regulator
sage: E.regulator()
G = E.gen \\ if available
magma: Regulator(E);
|
Real period: | $\Omega$ | ≈ | $0.057022410575515191137114224881$ | 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$ | = | $ 448 $ = $ 2\cdot( 2 \cdot 7 )\cdot2^{2}\cdot2^{2} $ | 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}}$ | = | $4$ | 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)$ | ≈ | $8.7297081500689354467506706907 $ | 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 8.729708150 \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.057022 \cdot 5.467592 \cdot 448}{4^2} \approx 8.729708150$
Modular invariants
Modular form 117600.2.a.hq
For more coefficients, see the Downloads section to the right.
Modular degree: | 123863040 | comment: Modular degree
sage: E.modular_degree()
gp: ellmoddegree(E)
magma: ModularDegree(E);
|
$ \Gamma_0(N) $-optimal: | yes | |
Manin constant: | 1 | comment: Manin constant
magma: ManinConstant(E);
|
Local data at primes of bad reduction
This elliptic curve is not semistable. There are 4 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$ | $III$ | additive | 1 | 5 | 6 | 0 |
$3$ | $14$ | $I_{14}$ | split multiplicative | -1 | 1 | 14 | 14 |
$5$ | $4$ | $I_{8}^{*}$ | additive | 1 | 2 | 14 | 8 |
$7$ | $4$ | $I_{2}^{*}$ | additive | -1 | 2 | 8 | 2 |
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$ | 2Cs | 2.6.0.1 |
The image $H:=\rho_E(\Gal(\overline{\Q}/\Q))$ of the adelic Galois representation has level \( 840 = 2^{3} \cdot 3 \cdot 5 \cdot 7 \), index $48$, genus $0$, and generators
$\left(\begin{array}{rr} 1 & 0 \\ 4 & 1 \end{array}\right),\left(\begin{array}{rr} 599 & 670 \\ 0 & 839 \end{array}\right),\left(\begin{array}{rr} 837 & 4 \\ 836 & 5 \end{array}\right),\left(\begin{array}{rr} 591 & 170 \\ 670 & 671 \end{array}\right),\left(\begin{array}{rr} 1 & 4 \\ 0 & 1 \end{array}\right),\left(\begin{array}{rr} 171 & 170 \\ 110 & 671 \end{array}\right),\left(\begin{array}{rr} 503 & 0 \\ 0 & 839 \end{array}\right),\left(\begin{array}{rr} 381 & 340 \\ 680 & 11 \end{array}\right)$.
The torsion field $K:=\Q(E[840])$ is a degree-$1486356480$ Galois extension of $\Q$ with $\Gal(K/\Q)$ isomorphic to the projection of $H$ to $\GL_2(\Z/840\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$ | additive | $2$ | \( 1225 = 5^{2} \cdot 7^{2} \) |
$3$ | split multiplicative | $4$ | \( 39200 = 2^{5} \cdot 5^{2} \cdot 7^{2} \) |
$5$ | additive | $18$ | \( 4704 = 2^{5} \cdot 3 \cdot 7^{2} \) |
$7$ | additive | $32$ | \( 800 = 2^{5} \cdot 5^{2} \) |
Isogenies
This curve has non-trivial cyclic isogenies of degree $d$ for $d=$
2.
Its isogeny class 117600de
consists of 4 curves linked by isogenies of
degrees dividing 4.
Twists
The minimal quadratic twist of this elliptic curve is 3360q1, its twist by $140$.
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 \oplus \Z/{2}\Z$ are as follows:
$[K:\Q]$ | $K$ | $E(K)_{\rm tors}$ | Base change curve |
---|---|---|---|
$4$ | \(\Q(\sqrt{5}, \sqrt{7})\) | \(\Z/2\Z \oplus \Z/4\Z\) | not in database |
$4$ | \(\Q(\sqrt{-5}, \sqrt{42})\) | \(\Z/2\Z \oplus \Z/4\Z\) | not in database |
$4$ | \(\Q(\sqrt{-6}, \sqrt{-35})\) | \(\Z/2\Z \oplus \Z/4\Z\) | not in database |
$8$ | deg 8 | \(\Z/2\Z \oplus \Z/6\Z\) | not in database |
$16$ | 16.0.63456228123711897600000000.13 | \(\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/8\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 | add | split | add | add | ord | ord | ord | ord | ord | ord | ord | ord | ord | ord | ss |
$\lambda$-invariant(s) | - | 2 | - | - | 1 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1,1 |
$\mu$-invariant(s) | - | 0 | - | - | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0 |
An entry - indicates that the invariants are not computed because the reduction is additive.
$p$-adic regulators
Note: $p$-adic regulator data only exists for primes $p\ge 5$ of good ordinary reduction.