4

Consider the following progression of facts relating to geometric construction with a limited set of tools:

  • With only a compass and unmarked straightedge, we can only construct numbers that lie in a tower of degree-$2$ field extensions of the rational numbers. We can only take square roots, and we cannot construct the heptagon.
  • If we place two marks separated by a distance of $1$ on the straightedge, we obtain neusis. If we only place the marks on straight lines, the tower of extensions can now include degree-$3$ extensions. We can take cube roots, trisect the angle and construct the heptagon, but not the hendecagon.
  • If we now allow placing the marks on a line and a circle or on two circles, degree-$5$ and $6$ extensions are available. We can construct the hendecagon.

And so this question is about the logical next step in the progression.

Suppose we can now transfer the distance between any two constructed points back onto the straightedge. Using this "neusis plus" system, can we construct all algebraic numbers? If not, what degrees of field extensions can we achieve?

To illustrate the process of making new marks on the straightedge, suppose you have constructed two points separated by $\sqrt2$. You can place the straightedge against those two points and, with a fine pencil, draw short lines from the points onto your straightedge. These marks are separated by exactly $\sqrt2$ and can be used for later neusis steps.

Parcly Taxel
  • 103,344

2 Answers2

4

We do not have a complete answer because we do not know the full range of neusis itself. However, based on the question it appears that the "plus" will have only limited capability to extend the constructibility domain.

  • For the case of verging between two straight lines, you can construct a length ratio iff this ratio is in a 2,3-tower over the rationals. If we record such length ratios on the ruler then we can construct ratios in a 2,3-tower over the recorded lengths. But this is the same as the original 2,3-tower over the rationals. So the extra marks have no effect on the constructible domain.

  • When verging to one or two circles is allowed, all constructible ratios with neusis alone lie in a 2,3,5,6-tower over the rationals. Thus all irreducible equations up to degree 4 and at least some of degree 5 and 6 are accessible. However, in this case we do not know whether neusis alone covers all 2,3,5,6-towers, so possibly the "plus" could fill in the "gaps" within the 2,3,5,6-towers.

And that's all. Irreducible equations of prime degree 7 or more remain out of reach. Example of such inaccessible cases include the regular 23-gon (requiring an 11th-degree solution) and inscribing an irregular pentagon in a circle given its side lengths (7th-degree).

Oscar Lanzi
  • 39,403
  • Baragar also proved that transcendental numbers can not be constructed by neusis, so squaring the circle by this method is out of the question. – Michael Ejercito Mar 29 '24 at 18:20
1

Arthur Baragar published a paper on neusis here.

https://baragar.faculty.unlv.edu/papers/TwiceNotch.pdf

In sum, he proved that neusis construction is mathematically identical to conchoid-assisted compass and straightedge constructions and limacon-assisted compass and straightedge construction. A circle can intersect either the conchoid or a limacon between $0$ and $6$ points, meaning that the polynomial equation needed to describe the intersections is of sextic degree. All complex numbers constructible by this method lie on top of a finite tower of field extensions over the rationals of degrees 2, 3, 5, and 6.

One implication is that a polynomial equation whose degree has a prime factor of 7 or more and which is irreducible over the rationals can never be solved by this method. Some irreducible equations of degrees 8 or 9 may be solved by this method, though none have been identified yet.

$x^5-4x^4+2x^3+4x^2+2x-6=0$ can be solved by this method.

The question of whether all complex numbers, lying on top of a finite tower of field extensions over the rationals of degrees 2, 3, 5, and 6, are constructible by this method is still an open question. Also still open is if arbitrary fifth roots can be constructed, or if an arbitrary angle can be quintisected (although answering the first question in the affirmative does likewise to the last two questions.)

  • 1
    "Some irreducible equations of degrees 8 or 9 may be solved by this method, though none have been identified yet." Actually they are all identified based on Galois theory; they have to fit in the 2,3,5,6-tower. So eighth-degree equations must be a combination of a quartic equation with a quadratic one, like $x^8-2x^2-2=0$ ($y^4-2y-2=0$ then $x^2=y$). Ninth-degree equations must similarly be constructed from two cubics, as with using two angle trisections to derive a regular $19$-gon. – Oscar Lanzi Feb 16 '24 at 23:05
  • This also means that Arthur Baragar proved that neusis can not be used to construct a square with the area of a given circle. – Michael Ejercito Mar 29 '24 at 18:19