ArticleslgStudy

computer science

Splitting circle method

Splitting circle method 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 Splitting circle method rather than just read about it. In short: In mathematics, the splitting circle method is a numerical algorithm for the numerical factorization of a polynomial and, ultimately, for finding its complex roots. It was introduced by Arnold Schönhage in his 1982 paper The fundamental theorem of algebra in terms of computational complexity (Technical report, Mathematisches Institut der Universität Tübingen).

Key takeaways

  • Splitting circle method 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 Splitting circle method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Splitting circle method from memory before moving on to harder problems.

Reference excerpt

In mathematics, the splitting circle method is a numerical algorithm for the numerical factorization of a polynomial and, ultimately, for finding its complex roots. It was introduced by Arnold Schönhage in his 1982 paper The fundamental theorem of algebra in terms of computational complexity (Technical report, Mathematisches Institut der Universität Tübingen). A revised algorithm was presented by Victor Pan in 1998. An implementation was provided by Xavier Gourdon in 1996 for the Magma and PARI/GP computer algebra systems.

General description The fundamental idea of the splitting circle method is to use methods of complex analysis, more precisely the residue theorem, to construct factors of polynomials. With those methods it is possible to construct a factor of a given polynomial p ( x ) = x n + p n − 1 x n − 1 + ⋯ + p 0 {\displaystyle p(x)=x^{n}+p_{n-1}x^{n-1}+\cdots +p_{0}} for any region of the complex plane with a piecewise smooth boundary. Most of those factors will be trivial, that is constant polynomials. Only regions that contain roots of p(x) result in nontrivial factors that have exactly those roots of p(x) as their own roots, preserving multiplicity. In the numerical realization of this method one uses disks D(c,r) (center c, radius r) in the complex plane as regions. The boundary circle of a disk splits the set of roots of p(x) in two parts, hence the name of the method. To a given disk one computes approximate factors following the analytical theory and refines them using Newton's method. To avoid numerical instability one has to demand that all roots are well separated from the boundary circle of the disk. So to obtain a good splitting circle it should be embedded in a root free annulus A(c,r,R) (center c, inner radius r, outer radius R) with a large relative width R/r. Repeating this process for the factors found, one finally arrives at an approximative factorization of the polynomial at a required precision. The factors are either linear polynomials representing well isolated zeros or higher order polynomials representing clusters of zeros.

Details of the analytical construction Newton's identities are a bijective relation between the elementary symmetric polynomials of a tuple of complex numbers and its sums of powers. Therefore, it is possible to compute the coefficients of a polynomial

p ( x ) = x n + p n − 1 x n − 1 + ⋯ + p 0 = ( x − z 1 ) ⋯ ( x − z n ) {\displaystyle p(x)=x^{n}+p_{n-1}x^{n-1}+\cdots +p_{0}=(x-z_{1})\cdots (x-z_{n})}

(or of a factor of it) from the sums of powers of its zeros

t m = z 1 m + ⋯ + z n m , m = 0 , 1 , … , n {\displaystyle t_{m}=z_{1}^{m}+\cdots +z_{n}^{m}\,,\quad m=0,1,\dots ,n}

by solving the triangular system that is obtained by comparing the powers of u in the following identity of formal power series

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Splitting circle method

Start with the simplest possible case. Write down what Splitting circle method 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 Splitting circle method 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 Splitting circle method 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 Splitting circle method

In research
Splitting circle method 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 Splitting circle method 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
Splitting circle method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Polynomial factorization algorithms, so understanding it makes those chapters shorter.
In everyday life
Look for Splitting circle method 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 “Splitting circle method” →

Affiliate

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

How to study Splitting circle method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Splitting circle method 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 Splitting circle method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Splitting circle method in simple terms?

In mathematics, the splitting circle method is a numerical algorithm for the numerical factorization of a polynomial and, ultimately, for finding its complex roots. It was introduced by Arnold Schönhage in his 1982 paper The fundamental theorem of algebra in terms of computational complexity (Techn…

Why does Splitting circle method 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 Splitting circle method?

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 Splitting circle method.

Tags

  • Polynomial factorization algorithms

Keep exploring