4

In what specific fields is $\pi$ relevant in mathematics and how is its accuracy important?

Is there any field in which its precision leads to some results despite others?

XCore
  • 143
  • 1
    It has been established that no more than seventeen decimal digits are used by the NASA for their universal positioning system. So more decimal digits mean nothing, it has only recreational characteristics now. – cirpis Jul 20 '14 at 19:54
  • 1
    $\pi$ is extremely important but it's extremely unimportant to determine its digits. – Qiaochu Yuan Jul 20 '14 at 19:54
  • 6
  • $\pi$ shows up in math wherever circles are present or hiding. Be it geometry, calculus, Fourier theory, probability, number theory, ... – anon Jul 20 '14 at 20:00
  • There is no value in finding more and more digits. Just bragging rights and possibly accidental mathematical discoveries that allow for faster computation. In particular, base 10 is a completely arbitrary means of representing real numbers. – Thomas Andrews Jul 20 '14 at 20:32
  • While base 10 might be arbitrary, its computation can give hint toward proving certain conjecture, such as whether $\pi$ is a normal number: http://en.wikipedia.org/wiki/Normal_number – Gina Jul 20 '14 at 20:34
  • Write on Google videos: the number pi. Several documentary programs – Mohammad W. Alomari Jul 20 '14 at 21:25

2 Answers2

4

The Quest for Pi. David H. Bailey, Jonathan M. Borwein, Peter B. Borwein and Simon Plouffe, Mathematical Intelligencer, vol. 19, no. 1 (Jan. 1997), pg. 50–57

In one of the earliest accounts (about 2000 BC) of π, the Babylonians used the approximation $3 \ 1/8 = 3.125$. At this same time or earlier, according to an account in an ancient Egyptian document, Egyptians were assuming that a circle with diameter nine has the same area as a square of side eight, which implies $π = 256/81 = 3.1604\ldots$ In the 1700s the mathematician Euler, arguably the most prolific mathematician in history, discovered a number of new formulas for π. Among these are $$ \dfrac{\pi^2}{6} = \sum_{n=1}^{\infty}\dfrac{1}{n^2}, \quad \dfrac{\pi^4}{90} = \sum_{n=1}^{\infty}\dfrac{1}{n^4} $$ These formulas aren’t very efficient for computing π, but they have important theoretical implications and have been the springboard for notable research questions, such as the Riemann zeta function hypothesis, that continue to be investigated to this day. One motivation for computations of π during this time was to see if the decimal expansion of π repeats, thus disclosing that π is the ratio of two integers (although hardly anyone in modern times seriously believed that it was rational). This question was conclusively settled in the late 1700s, when Lambert and Legendre proved that π is irrational. Some still wondered whether π might be the root of some algebraic equation with integer coefficients (although as before few really believed that it was). This question was finally settled in 1882 when Lindemann proved that π is transcendental...

Send an e-mail to receive [email protected] the full article.

Mathsource
  • 5,393
1

$\pi$ itself appears in many equations, from circles to spheres, and even the Euler identity ($e^{i\pi}+1=0$), which has been crowned as the most beautiful equation in math. So, yes, $\pi$ is very important.

The digits? Not as much. Some people are searching for a pattern or a regularity to the numbers, but even from centuries of pondering on $\pi$, we have yet to conclude any patterns from it. Learning more digits is both an exercise in seeing if we can find a pattern, and just a competition to see who can find the most. It isn't as useful as other fields of mathematics, but it still has unsolved mysteries for future Mathematicians to solve.

If you want more examples of formulas using $\pi$, check out this link: Formulas Using $\pi$

Asimov
  • 3,024
  • I'd debate that comment regarding the digits a bit. Certainly the digits themselves are not that interesting save in their lack of pattern. But the mathematics required for us to be able to get those digits can be tremendously interesting. (See for instance Ramanujan-Sato series.) – Semiclassical Jul 20 '14 at 20:14
  • Lack of apparent pattern. :) – Thomas Andrews Jul 20 '14 at 20:32
  • @Semiclassical That's not finding digits, that's finding a new way to compute the digits. It doesn't actually matter if you use the algorithm to actually find them. – Thomas Andrews Jul 20 '14 at 20:33
  • Yeah, I mean, the finding of the digits is interesting, and is not completely mundane, but without a pattern, extra digits mean little to nothing. – Asimov Jul 20 '14 at 20:41