Questions tagged [pi]

The number $\pi$ is the ratio of a circle's circumference to its diameter. Understanding its various properties and computing its numerical value drove the study of much mathematics throughout history. Questions regarding this special number and its properties fit in here.

$\pi$ is the ratio of a circle's circumference to its diameter. Its definition is modern analysis is (by Karl Weierstrass) $$ \pi = \int_{-1}^1 \frac{dx}{\sqrt{1-x^2}}. $$ An alternative definition, popularised by Landau is: Define $\frac{\pi}{2}$ as the smallest positive root of the cosine function.

It can also be given by the Gregory-Leibniz series (exhibits sublinear convergence) $$ \pi = 4 \sum_{j=0}^\infty \frac{(-1)^j}{2j+1}. $$ $\pi$ has the approximate numerical value $3.14159265358979323846\dots$, can be approximated by fractions, for example, $\frac{22}{7}, \frac{333}{106}, \frac{355}{113},\dots$, and is both irrational and transcendental.

It is part of Euler's famous identity:

$$e^{i\pi}+1=0.$$

1624 questions
3
votes
0 answers

How to use Bailey–Borwein–Plouffe formula(BBP formular) Step by step

From this link BBP I want to know how BBP formula exactly work. And i need simple example. Maybe find 3th or 5th digit of pi. I am not good at math,i think step by step solution good for me. Thank you very much.
3
votes
2 answers

$\pi$ as $180^{\circ}$ or $3.14$ in formula of areas.

I know that may be it is a very simple question. I came across through a question where they canceled $2π$ by $360^{\circ}$. Case was of the area of sector of a circle. So I am not completely satisfied with the thing that we can change $\pi$ as…
3
votes
3 answers

Is it possible to intuitively explain, how the three irrational numbers $e$, $i$ and $\pi$ are related?

I read a bit about this equation: $e^{i\pi}=-1$ For someone knowing high school maths this perplexes me. How are these three irrational numbers so seemingly smoothly related to one another? Can this be explained in a somewhat intuitive manner? From…
3
votes
3 answers

a Circle perimeter as expression of $\pi$ Conflict?

I know that the the perimeter of a circle is $$2\pi r$$ The problem is that $\pi$ is un-finite number. ( its decimal representation never ends) Im having trouble to understand : If I "cut" the circle and make it as a line : - and i look at this…
3
votes
0 answers

In which results, identities, or formulae does $\pi$ appear not in a totally geometric setting?

Possible Duplicate: Does the number pi have any significance besides being the ratio of a circle's diameter to its circumference? For an education assignment, I would like a selection of various results, identities, or fomulae in which $\pi =…
2
votes
4 answers

Is $22/7$ equal to the $\pi$ constant?

Possible Duplicate: Simple numerical methods for calculating the digits of Pi How the letter 'pi' came in mathematics? When I calculate the value of $22/7$ on a calculator, I get a number that is different from the constant $\pi$. Question: How…
user14993
2
votes
2 answers

Proving that $\left(\frac{\pi}{3} \right)^{2}=1+2\sum_{k=1}^{\infty}\frac{(2k+1)\zeta(2k+2)}{3^{2k+2}}$.

I have asked a question or two like this one before and I've tryed to use similar methods to prove this identity(?), but I failed. By using WA it seems that numerically the LHS=RHS $$ \left(\frac{\pi}{3}…
Neves
  • 5,617
2
votes
1 answer

Not enough digits of 6 in Pi?

I have downloaded the first 1 million digits of pi and was checking which number appears most often. All numbers except the 6 are in the lead at some point in time. But after 1 million digits the 6 falls more than 800 occurrences behind the most…
2
votes
2 answers

How to prove that $\pi=$ constant ratio

I have found a proof of the existent of the constant $\pi$ by means of integration. But i could not really understand the proof of this. Is there any elementary way a 11 grader student like me can understand the proof? The proof i saw uses high…
user607476
2
votes
6 answers

Formula for Natural logarithm of $\pi$

Does any formula or expansion exist that gives $\ln \pi$ ? The expansion should not just be any formula of $\pi$ with a $\ln$ before it. For example $\ln \pi$ = k + $\sum f(x)$ or something of this type.
Nimish
  • 691
2
votes
2 answers

Is π normal in base π?

This question states that π is normal: Does Pi contain all possible number combinations? My understanding of this is that it means that the statistically, the distribution of every number is equal across the infinite range. If the numbering system…
BanksySan
  • 345
2
votes
8 answers

Are there any formulas that include $\pi^n?$

I was thinking about $\pi$ then thought: are there any formulas out there that require $\pi^n$ where $n \in \mathbb{N}$? For example $\pi^2$ or $\pi^3$, but not just $\pi$? So are there any out there?
Xetrov
  • 2,089
2
votes
0 answers

What is the rationale behind the famous pi formula of Ramanujan

Every times I look at this formula I get astonished: $$\frac{1}{\pi} = \frac{2 \sqrt 2}{99^2} \sum_{k=0}^\infty \frac{(4k)!}{k!^4} \frac{26390k+1103}{396^{4k}}.$$ Can someone give me an idea of the reasoning behind that formula?
Nisba
  • 777
2
votes
1 answer

Confusion with Bellard's algorithm for Pi

I've found the following algorithm for calculating the nth digit of pi in base B: It all makes sense, until you reach the $b=$ inside the second for loop. The whole line is: $$b=\frac{k}{a^{v(n,k)}}$$ Specifically, the radical in the…
Nico A
  • 4,934
  • 4
  • 23
  • 49
2
votes
4 answers

How can pi have infinite number of digits and never repeat them?

I am very confused about this matter, even if I searched google about this already. Please show me how this is determined and/or at least explain to me. First, I saw this "Infinite Monkey Theorem" that says given infinite number of tries, a monkey…
David
  • 21
1 2 3
8 9