I know the discriminant of the elliptic curve of the form $y^2=x^3+px^2+q x+r$ but how to calculate the discriminant if we have $y^2=ax^3+bx^2+cx+d$?
2026-03-30 05:13:25.1774847605
Discriminant of Elliptic curve $y^2=ax^3+bx^2+cx+d$?
643 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in ELLIPTIC-CURVES
- Can we find $n$ Pythagorean triples with a common leg for any $n$?
- Solution of $X^5=5 Y (Y+1)+1$ in integers.
- Why does birational equivalence preserve group law in elliptic curves?
- CM elliptic curves and isogeny
- Elliptic Curve and Differential Form Determine Weierstrass Equation
- Difficulty understanding Hartshorne Theorem IV.4.11
- Elementary Elliptic Curves
- Flex points are invariant under isomorphism
- The Mordell equation $x^2 + 11 = y^3$.
- How do we know that reducing $E/K$ commutes with the addition law for $K$ local field
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your question seems to be "when does the equation $y^2 = a x^3 + b x^2 + c x +d$ define an elliptic curve"? Implicit I suppose is that you mean the corresponding projective curve for this affine model. The answer is precisely (assuming we are over a field of characteristic different $2$) when $a \ne 0$ and the RHS does not have any repeated roots, which should be the answer you are looking for. Assuming $a \ne 0$ (and is thus a unit) however, the cubic $f(x)$ has distinct roots if and only if $f(x)/a$ has distinct roots, since clearly they have the same roots. So you can then take the discriminant of this polynomial. Since you have to assume that $a \ne 0$, you may as well multiply the corresponding expression by a power of $a$ to be integral again, and so explicitly you get an elliptic curve if and only if
$$a (-b^2 c^2 + 4 a c^3 + 4 b^3 d - 18 a b c d + 27 a^2 d^2) \ne 0.$$
Warning: It is sloppy to talk about the the discriminant of an elliptic curve, which isn't really well defined. The discriminant is defined on a pair $(E,\omega)$ for some differential $\omega$ which generates $H^1(E,\Omega^1)$. In particular, if your elliptic curve is given in Weierstrass form, then it is traditional to take $\omega = dx/(2y)$, in which case $\Delta = \Delta(E,\omega)$ is $16$ times the discriminant of the monic cubic.