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
0
votes
0 answers

How to find pi?

I'm a novice here, but have always wondered this... I can divide 1 by 3 to get the recurring decimal 0.3333... But how would I find pi? I could take the circumference of a giant circle and compare it to its diameter, or use the pi button on a…
0
votes
2 answers

Calculating $\pi$ using only basic math

I know there are a lot of ways to calculate $\pi$. But is there a way to explain and calculate it together with a kid, using only basic math and geometry? So without trigonometric functions, square root, etc.? Edit: sorry, maybe the question is…
vilmarci
  • 109
0
votes
1 answer

Why can't we divide a circumference of a circle with it's diameter perfectly?, In short why is Value of Pi Non Terminating?

Why can't we divide a circumference of a circle with its diameter perfectly?, In short why is Value of Pi Non Terminating? Does that means we can never find exact circumference of any circle?
0
votes
1 answer

Specifically, what is Pi besides a number allowing you to calculate the circumference of a circle?

What is Pi? Why is Pi the only number able to calculate the circumference of a circle? Also, how was Pi discovered?
0
votes
0 answers

Does the structure of $\pi$ have repetition in non-sequential ways?

Take the number $\pi = 3.14159265359...$ Since $\pi$ is an infinite, non-repeating decimal, strings of decimals can repeat, and it would defy the definition of $\pi$ if we say that such a string of length $n$ repeats infinitely many times in…
0
votes
1 answer

Do frequencies of digit occurences on PI ever become even?

I found this link about frequencies of digits appearing in π : http://www.eveandersson.com/pi/precalculated-frequencies This made me wonder: do those frequencies ever become even on the lifespan of the currently known digits? (each of the 10 digits…
Lyrca
  • 101
0
votes
0 answers

The Distribution of Pi’s Binary Digits

So one night, I got bored, so, as you do, I made a depressingly inefficient python formula to calculate the density of the digits in a text file with a billion digits of pi in it. As I expected, it came out to roughly 10% per digit, and the…
0
votes
1 answer

Why cannot pi value 22/7(3.14..) be written in $p/q$ form?

Since a rational number e.g 1/4 or -1/4 can be written in form of $p/q$, why cannot we write irrational $pi$ value which is also $22/7$ ,in form of p/q?
Zara_me
  • 31
0
votes
2 answers

Adding $2\pi$ inches to a string about the Earth's equator makes a new circle reaching how far above the ground?

Sofia wraps a long string around the equator of the earth, pulling it snug. If the earth were a perfect sphere, the string would be touching the ground all along its length. Suddenly, Sofia stretches the string by 2π inches. If the looser string…
0
votes
2 answers

EXACT measurements of a circle. Possible?

I understand simple circle equations like c=pi×d and a=pi×(rr) (sorry keyboard doesn't have pi or exponents) if pi is irrational with an infinitely long decimal, doesn't that make it impossible to exactly measure either c or d or a or both? I…
Jake
  • 11
0
votes
1 answer

How is the value of $\pi$ calculated?

Possible Duplicate: Simple numerical methods for calculating the digits of Pi How is the value of $\pi$ calculated ? I read, $\pi \approx 22/7$
HOLYBIBLETHE
  • 2,770
0
votes
2 answers

Why does pi has so many digits?

Pi is used in calculating circles, spheres and round things. In calculate, pi is written down as 3.14. But the full pi is incredibly long (over a TRILLION digits). So, why there are so many digits in pi?
0
votes
1 answer

This proof is wrong. How? (See image in link below)

Came across this on the internet. I have some ideas regarding this but I wanted to know more such reasonings.
0
votes
0 answers

Calculating Pi to a certain length

Is there quick way to calculate Pi to a certain amount of digits? i.e. If I wanted to calculate pi to say, 35 decimal places, is there a way I could do that? Also, I don't mean finding the digits manually, I more meant is there an algorithm or…
0
votes
0 answers

Can any number sequence be found in $\pi$?

I read somewhere that any finite number sequence must be found in $\pi$. For example, $0998975645455$ must be somewhere in the digits of $\pi$. The reason for this was that $\pi$ is irrational, meaning it's infinite and irregular. But $\sum_{k=0}^n…
Mike Park
  • 145
1 2 3
8 9