ArticleslgStudy

computer science

Tate's algorithm

Tate's algorithm is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Tate's algorithm rather than just read about it. In short: In the theory of elliptic curves, Tate's algorithm takes as input an integral model of an elliptic curve E over Q {\displaystyle \mathbb {Q} } , or more generally an algebraic number field, and a prime or prime ideal p. It returns the exponent fp of p in the conductor of E, the type of reduction at p, the local index c p = [ E ( Q p ) : E 0 ( Q p ) ] , {\displaystyle c_{p}=[E(\mathbb {Q} _{p}):E^{0}(\mathbb {Q} _{p}…

Key takeaways

  • Tate's algorithm belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Tate's algorithm to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Tate's algorithm from memory before moving on to harder problems.

Reference excerpt

In the theory of elliptic curves, Tate's algorithm takes as input an integral model of an elliptic curve E over Q {\displaystyle \mathbb {Q} } , or more generally an algebraic number field, and a prime or prime ideal p. It returns the exponent fp of p in the conductor of E, the type of reduction at p, the local index

c p = [ E ( Q p ) : E 0 ( Q p ) ] , {\displaystyle c_{p}=[E(\mathbb {Q} _{p}):E^{0}(\mathbb {Q} _{p})],}

where E 0 ( Q p ) {\displaystyle E^{0}(\mathbb {Q} _{p})} is the group of Q p {\displaystyle \mathbb {Q} _{p}} -points whose reduction mod p is a non-singular point. Also, the algorithm determines whether or not the given integral model is minimal at p, and, if not, returns an integral model with integral coefficients for which the valuation at p of the discriminant is minimal. Tate's algorithm also gives the structure of the singular fibers given by the Kodaira symbol or Néron symbol, for which, see elliptic surface: in turn this determines the exponent fp of the conductor E. Tate's algorithm can be greatly simplified if the characteristic of the residue class field is not 2 or 3; in this case the type and c and f can be read off from the valuations of j and Δ (defined below). Tate's algorithm was introduced by John Tate (1975) as an improvement of the description of the Néron model of an elliptic curve by Néron (1964).

Notation Assume that all the coefficients of the equation of the curve lie in a complete discrete valuation ring R with perfect residue field K and maximal ideal generated by a prime π. The elliptic curve is given by the equation

y 2 + a 1 x y + a 3 y = x 3 + a 2 x 2 + a 4 x + a 6 . {\displaystyle y^{2}+a_{1}xy+a_{3}y=x^{3}+a_{2}x^{2}+a_{4}x+a_{6}.}

Define:

v ( Δ ) = {\displaystyle v(\Delta )=} the p-adic valuation of π {\displaystyle \pi } in Δ {\displaystyle \Delta } , that is, exponent of π {\displaystyle \pi } in prime factorization of Δ {\displaystyle \Delta } , or infinity if Δ = 0 {\displaystyle \Delta =0}

a i , m = a i / π m {\displaystyle a_{i,m}=a_{i}/\pi ^{m}}

b 2 = a 1 2 + 4 a 2 {\displaystyle b_{2}=a_{1}^{2}+4a_{2}}

b 4 = a 1 a 3 + 2 a 4

{\displaystyle b_{4}=a_{1}a_{3}+2a_{4}^{}}

b 6 = a 3 2 + 4 a 6 {\displaystyle b_{6}=a_{3}^{2}+4a_{6}}

b 8 = a 1 2 a 6 − a 1 a 3 a 4 + 4 a 2 a 6 + a 2 a 3 2 − a 4 2 {\displaystyle b_{8}=a_{1}^{2}a_{6}-a_{1}a_{3}a_{4}+4a_{2}a_{6}+a_{2}a_{3}^{2}-a_{4}^{2}}

c 4 = b 2 2 − 24 b 4 {\displaystyle c_{4}=b_{2}^{2}-24b_{4}}

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Tate's algorithm

Start with the simplest possible case. Write down what Tate's algorithm claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Tate's algorithm before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Tate's algorithm ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Tate's algorithm

In research
Tate's algorithm appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Tate's algorithm in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Tate's algorithm is common in secondary-school and first-year university syllabi. It links to neighbouring topics Elliptic curves, Number theory, so understanding it makes those chapters shorter.
In everyday life
Look for Tate's algorithm outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Tate's algorithm” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Tate's algorithm in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Tate's algorithm means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Tate's algorithm out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Tate's algorithm in simple terms?

In the theory of elliptic curves, Tate's algorithm takes as input an integral model of an elliptic curve E over Q {\displaystyle \mathbb {Q} } , or more generally an algebraic number field, and a prime or prime ideal p. It returns the exponent fp of p in the conductor of E, the type of reduction at…

Why does Tate's algorithm matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Tate's algorithm?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Tate's algorithm.

Tags

  • Elliptic curves
  • Number theory

Keep exploring