Difference between revisions of "Pi"

(Moved the formula for pi to the approximations section)
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
*[[Circle]]
+
* [[Circle]]
 +
* [[Pi/Liouvillian | Pi is not Liouvillian]]

Revision as of 10:49, 29 July 2006

Definition

Pi is an irrational number denoted by the greek letter $\displaystyle \pi$. It is the ratio of a circle's circumference, or perimeter, to its diameter. It is roughly equal to 3.141592653. The number pi is one of the most important constants in all of mathematics and appears in some of the most surprising places, such as in the sum $\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}$. Some common fractional approximations for pi are $\frac{22}{7}$ or $\frac{355}{113}$.

The number pi often shows up in problems in number theory, particularly algebraic number theory. For example, many class number formulae involve pi.

Approximating pi

$\pi$ can be calculated in several ways, and it can also be approximated. One way to approximate $\pi$ is to inscribe a unit circle in a square of side length 2. Using a computer, random points are placed inside the square. Because the area of the circle is $\pi$, and the area of the square is 4, the ratio of the amount of points inside the circle to the total number of points approximates $\frac{\pi}{4}$. This can simply be multiplied by 4 to approximate $\pi$.

One formula for pi is $4\left( \sum_{i = 0}^\infty (-1)^i \left(\frac{1}{2n+1}\right)\right)$. This can be computed to the desired degree of accuracy.


See Also