Elliptic Curve Point Addition Calculator
Enter the curve coefficient a and the two points P and Q to compute P+Q.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
An elliptic curve defined by y² = x³ + ax + b, together with a geometric rule for "adding" points on it, forms an algebraic group — the mathematical structure underneath modern public-key cryptography. To add two distinct points P and Q, you draw the line through them, find where it intersects the curve a third time, and reflect that point across the x-axis to get R = P + Q; this calculator carries out that construction and reports the resulting point along with the chord's slope.
This point-addition rule (and the related point-doubling rule for adding a point to itself) is the foundation of elliptic curve cryptography (ECC), used in ECDSA digital signatures, TLS/HTTPS key exchange, and Bitcoin and other cryptocurrency wallets — where the same group law is applied over a finite field rather than the real numbers, and the difficulty of reversing repeated point addition (the elliptic curve discrete logarithm problem) is what makes the cryptography secure. Working through it over the reals, as this calculator does, is exactly how cryptography and coding-theory courses introduce the geometry before moving to finite fields.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)