Elliptic Curve — Definition, Formula & Examples
An elliptic curve is a smooth, non-singular curve defined by a cubic equation in two variables, typically written in the form . Despite the name, elliptic curves are not ellipses — the name comes from their historical connection to elliptic integrals.
An elliptic curve over a field is a non-singular projective algebraic curve of genus 1 with a specified rational point (serving as the identity element). In Weierstrass normal form over , it is given by where and the discriminant , ensuring no cusps or self-intersections.
Key Formula
Where:
- = Coefficient controlling the linear term in $x$
- = Constant term
- = Must be nonzero to ensure the curve is non-singular (no cusps or self-intersections)
How It Works
The discriminant condition guarantees the curve is smooth. Points on an elliptic curve form an abelian group under a geometric addition law: given two points and on the curve, draw the line through them, find the third intersection with the curve, and reflect it across the -axis to obtain . A special "point at infinity" acts as the identity element. This group structure is what makes elliptic curves so powerful in both pure mathematics and applications like cryptography.
Worked Example
Problem: Verify that defines an elliptic curve, and check whether the point lies on it.
Identify coefficients: Here and .
Check the discriminant condition: Compute . Since , the curve is non-singular and therefore a valid elliptic curve.
Test the point: Substitute , : the left side gives , and the right side gives . Both sides are equal.
Answer: The equation defines an elliptic curve, and the point lies on it.
Why It Matters
Elliptic curves are central to modern cryptography — the TLS protocol securing most web traffic relies on elliptic curve Diffie–Hellman key exchange. In pure mathematics, Andrew Wiles's proof of Fermat's Last Theorem hinged on showing that every semistable elliptic curve over is modular, connecting them to deep areas of number theory.
Common Mistakes
Mistake: Assuming an elliptic curve is a type of ellipse.
Correction: The two are unrelated shapes. The name "elliptic" comes from elliptic integrals, which historically arose when computing arc lengths of ellipses. An elliptic curve is a cubic curve, not a conic section.
