Supriya Ghosh (Editor)

Experimental mathematics

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Experimental mathematics is an approach to mathematics in which numerical computation is used to investigate mathematical objects and identify properties and patterns. It has been defined as "that branch of mathematics that concerns itself ultimately with the codification and transmission of insights within the mathematical community through the use of experimental (in either the Galilean, Baconian, Aristotelian or Kantian sense) exploration of conjectures and more informal beliefs and a careful analysis of the data acquired in this pursuit."

Contents

As expressed by Paul Halmos: "Mathematics is not a deductive science—that's a cliché. When you try to prove a theorem, you don't just list the hypotheses, and then start to reason. What you do is trial and error, experimentation, guesswork. You want to find out what the facts are, and what you do is in that respect similar to what a laboratory technician does."

History

Mathematicians have always practised experimental mathematics. Existing records of early mathematics, such as Babylonian mathematics, typically consist of lists of numerical examples illustrating algebraic identities. However, modern mathematics, beginning in the 17th century, developed a tradition of publishing results in a final, formal and abstract presentation. The numerical examples that may have led a mathematician to originally formulate a general theorem were not published, and were generally forgotten.

Experimental mathematics as a separate area of study re-emerged in the twentieth century, when the invention of the electronic computer vastly increased the range of feasible calculations, with a speed and precision far greater than anything available to previous generations of mathematicians. A significant milestone and achievement of experimental mathematics was the discovery in 1995 of the Bailey–Borwein–Plouffe formula for the binary digits of π. This formula was discovered not by formal reasoning, but instead by numerical searches on a computer; only afterwards was a rigorous proof found.

Objectives and uses

The objectives of experimental mathematics are "to generate understanding and insight; to generate and confirm or confront conjectures; and generally to make mathematics more tangible, lively and fun for both the professional researcher and the novice".

The uses of experimental mathematics have been defined as follows:

  1. Gaining insight and intuition.
  2. Discovering new patterns and relationships.
  3. Using graphical displays to suggest underlying mathematical principles.
  4. Testing and especially falsifying conjectures.
  5. Exploring a possible result to see if it is worth formal proof.
  6. Suggesting approaches for formal proof.
  7. Replacing lengthy hand derivations with computer-based derivations.
  8. Confirming analytically derived results.

Tools and techniques

Experimental mathematics makes use of numerical methods to calculate approximate values for integrals and infinite series. Arbitrary precision arithmetic is often used to establish these values to a high degree of precision – typically 100 significant figures or more. Integer relation algorithms are then used to search for relations between these values and mathematical constants. Working with high precision values reduces the possibility of mistaking a mathematical coincidence for a true relation. A formal proof of a conjectured relation will then be sought – it is often easier to find a formal proof once the form of a conjectured relation is known.

If a counterexample is being sought or a large-scale proof by exhaustion is being attempted, distributed computing techniques may be used to divide the calculations between multiple computers.

Frequent use is made of general computer algebra systems such as Mathematica, although domain-specific software is also written for attacks on problems that require high efficiency. Experimental mathematics software usually includes error detection and correction mechanisms, integrity checks and redundant calculations designed to minimise the possibility of results being invalidated by a hardware or software error.

Applications and examples

Applications and examples of experimental mathematics include:

  • Searching for a counterexample to a conjecture
  • Roger Frye used experimental mathematics techniques to find the smallest counterexample to Euler's sum of powers conjecture.
  • The ZetaGrid project was set up to search for a counterexample to the Riemann hypothesis.
  • This project searched for a counterexample to the Collatz conjecture.
  • Finding new examples of numbers or objects with particular properties
  • The Great Internet Mersenne Prime Search is searching for new Mersenne primes.
  • The distributed.net's OGR project is searching for optimal Golomb rulers.
  • The Riesel Sieve project is searching for the smallest Riesel number.
  • The Seventeen or Bust project is searching for the smallest Sierpinski number.
  • The Sudoku Project is searching for a solution to the minimum Sudoku problem.
  • Finding serendipitous numerical patterns
  • Edward Lorenz found the Lorenz attractor, an early example of a chaotic dynamical system, by investigating anomalous behaviours in a numerical weather model.
  • The Ulam spiral was discovered by accident.
  • Mitchell Feigenbaum's discovery of the Feigenbaum constant was based initially on numerical observations, followed by a rigorous proof.
  • Use of computer programs to check a large but finite number of cases to complete a computer-assisted proof by exhaustion
  • Thomas Hales's proof of the Kepler conjecture.
  • Various proofs of the four colour theorem.
  • Clement Lam's proof of the non-existence of a finite projective plane of order 10.
  • Symbolic validation (via computer algebra) of conjectures to motivate the search for an analytical proof
  • Solutions to a special case of the quantum three-body problem known as the hydrogen molecule-ion were found standard quantum chemistry basis sets before realizing they all lead to the same unique analytical solution in terms of a generalization of the Lambert W function. Related to this work is the isolation of a previously unknown link between gravity theory and quantum mechanics in lower dimensions (see quantum gravity and references therein).
  • In the realm of relativistic many-bodied mechanics, namely the time-symmetric Wheeler–Feynman absorber theory: the equivalence between an advanced Liénard–Wiechert potential of particle j acting on particle i and the corresponding potential for particle i acting on particle j was demonstrated exhaustively to order 1 / c 10 before being proved mathematically. The Wheeler-Feynman theory has regained interest because of quantum nonlocality.
  • In the realm of linear optics, verification of the series expansion of the envelope of the electric field for ultrashort light pulses travelling in non isotropic media. Previous expansions had been incomplete: the outcome revealed an extra term vindicated by experiment.
  • Evaluation of infinite series, infinite products and integrals (also see symbolic integration), typically by carrying out a high precision numerical calculation, and then using an integer relation algorithm (such as the Inverse Symbolic Calculator) to find a linear combination of mathematical constants that matches this value. For example, the following identity was first conjectured by Enrico Au-Yeung, a student of Jonathan Borwein using computer search and PSLQ algorithm in 1993:
  • Visual investigations
  • In Indra's Pearls, David Mumford and others investigated various properties of Möbius transformation and Schottky group using computer generated images of the groups which: furnished convincing evidence for many conjectures and lures to further exploration.
  • Plausible but false examples

    Some plausible relations hold to a high degree of accuracy, but are still not true. One example is:

    0 cos ( 2 x ) n = 1 cos ( x n ) d x π 8 .

    The two sides of this expression only differ after the 42nd decimal place.

    Another example is that the maximum height (maximum absolute value of coefficients) of all the factors of xn − 1 appears to be the same as the height of the nth cyclotomic polynomial. This was shown by computer to be true for n < 10000 and was expected to be true for all n. However, a larger computer search showed that this equality fails to hold for n = 14235, when the height of the nth cyclotomic polynomial is 2, but maximum height of the factors is 3.

    Practitioners

    The following mathematicians and computer scientists have made significant contributions to the field of experimental mathematics:

    References

    Experimental mathematics Wikipedia