What is the Exact Number to Pi?

  • Thread starter Anything
  • Start date
  • Tags
    Pi
In summary: I don't know what's that for... But anyway, here it is:In summary, pi is an approximation that is only good for a few thousand digits. It is helpful for benchmarking algorithms and for understanding geometry.
  • #1
Anything
2
0
Pi

does anyone know the exact number to pi (yes the one over 1000 characters long:P) i need it a.s.a.p
 
Physics news on Phys.org
  • #2
That is only an approximation. You can find certain amounts of digits on Google, but they aren't exact.
 
  • #3
I don't know what's that for... But anyway, here it is:
Pi to 1,000,000 places.
 
  • #4
Anything said:
does anyone know the exact number to pi (yes the one over 1000 characters long:P) i need it a.s.a.p
You can't write it fully in decimal form as it is irrational.
 
  • #5
Anything said:
does anyone know the exact number to pi (yes the one over 1000 characters long:P) i need it a.s.a.p
You can calculate pi's decimal expansion using the algorithms here.
 
  • #6
Why do you need pi to that accuracy, and why have people got computers working out pi to that number of decimal places? What is the use, I don't get it...:confused:
 
  • #7
pi approximations

:bugeye: There is a mathematician named Borwien who has come up with some neat algorithms. The best one in terms of speed of convergence vs. complexity
converge quartically, i.e. the number of correct digit roughly quadruples every iteration, furthermore the algorithms only involve square roots and fourth roots, nothing as complicated as Ramujan's stuff. Using this algorithm a mere 15 iterations gives something like a billion digits. His derivation of it is an interesting mix of elliptic intergrals and the arithmetic-geometric mean of a number. What takes computers so long these days is just the mechanics of doing arithmatic on numbers with a billion digits. Look up Borwein if you are interested,
 
  • #8
finchie_88 said:
Why do you need pi to that accuracy, and why have people got computers working out pi to that number of decimal places? What is the use, I don't get it...:confused:

Conjecture: pi is normal. Normal roughly means that the digits of pi behave randomly in some sense. We can't prove this, but knowing pi to many places has provided strong supporting evidence for it to be true.

Further, having a known (transcendetal) constant is useful for benchmarking alogrithms (ie how fast they converge)
 
  • #9
I remember trying to figure out a formula for calculating pi a few months ago and came up with: 2x(sin(90/x)) where a very big value of x gets a close approximation for pi.
My calculator could only evaluate it to 10 digits though...the other millions of digits where given in standard form
 
  • #10
GregA said:
I remember trying to figure out a formula for calculating pi a few months ago and came up with: 2x(sin(90/x)) where a very big value of x gets a close approximation for pi.
My calculator could only evaluate it to 10 digits though...the other millions of digits where given in standard form
Taylor expand sin(90°/x) = sin([itex]\frac{\pi}{2x}[/itex]) around x=0, and see what you get. :)
 
Last edited:
  • #11
Can anybody tell me how to plot pi on anumber line?
 
  • #12
Manchot said:
Taylor expand sin(90°/x) = sin([itex]\frac{\pi}{2x}[/itex]) around x=0, and see what you get. :)

Gonna be a while before I can do that :redface:
 
  • #13
Aditya89 said:
Can anybody tell me how to plot pi on anumber line?

Sure. Just place a dot at about 3.14 and then label it [tex]\pi[/tex].
 
  • #14
Aditya89 said:
Can anybody tell me how to plot pi on anumber line?
What do you mean by "plot pi"?

If you mean just mark a point on a line, pi is approximately 3.14. Marking that point should be sufficient. If you mean "construct a line segment, using compass and straight edge, having length pi, given a line segment of length 1", it is impossible. pi is transcendental and so not constructible.
 
  • #16
GregA said:
Gonna be a while before I can do that :redface:
Ok, well basically, using calculus, you can show that

[tex]\sin{x} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + ...[/tex]

where x is in radians. (You can easily verify this for yourself on a graphing calculator, if you have one.) This infinite series converges for all x, but it is centered around zero, so it converges for low numbers "before" it converges for high ones. In fact, for numbers that are infinitely close to zero, you can just drop the higher order terms and say that [itex]\sin(x) = x[/itex]. You were taking x to be infinitely high, so [itex]\frac{\pi}{2x}[/itex] would be very low, and you can say that [itex]2x\sin(\frac{\pi}{2x}) = 2x(\frac{\pi}{2x}) = 2(\frac{\pi}{2}) = \pi[/itex]. Nice, huh?

(Incidentally, I arrived at a formula very similar to yours when I was a sophomore in high school, and knew geometry but not calculus. Would I be correct in guessing that you arrived at it by calculating the circumference of a regular polygon with an infinite number of sides?)
 
  • #17
Anything said:
does anyone know the exact number to pi (yes the one over 1000 characters long:P) i need it a.s.a.p

There is no exact number. It is Irrational. It's sum{Pi^2/2}=1/n^2 If I'm not mistaking...and imagine how many natural numbers there are...
 
  • #18
Robokapp said:
There is no exact number. It is Irrational. It's sum{Pi^2/2}=1/n^2 If I'm not mistaking...and imagine how many natural numbers there are...
I think you're driving at zeta (2).
[tex]\zeta(2) = \Sigma_{i=1}^{\infty}\frac{1}{i^2} = \frac{\pi^2}{6}[/tex]
The proof of the irrationality (or indeed transcendence) of pi does not depend on that equality, though.
 
  • #19
VietDao29 said:
I don't know what's that for... But anyway, here it is:
Pi to 1,000,000 places.

I wonder...why do you need it? are you trying to crack it? If you succeed let me know!
 
  • #20
HallsofIvy said:
What do you mean by "plot pi"?
If you mean just mark a point on a line, pi is approximately 3.14. Marking that point should be sufficient. If you mean "construct a line segment, using compass and straight edge, having length pi, given a line segment of length 1", it is impossible. pi is transcendental and so not constructible.

By that, I meant that can u plot it by any other method. And I have also got the answer now. It is constructible by some other apparatus.
 
  • #21
Manchot said:
Ok, well basically, using calculus, you can show that
[tex]\sin{x} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + ...[/tex]
where x is in radians. (You can easily verify this for yourself on a graphing calculator, if you have one.) This infinite series converges for all x, but it is centered around zero, so it converges for low numbers "before" it converges for high ones. In fact, for numbers that are infinitely close to zero, you can just drop the higher order terms and say that [itex]\sin(x) = x[/itex]. You were taking x to be infinitely high, so [itex]\frac{\pi}{2x}[/itex] would be very low, and you can say that [itex]2x\sin(\frac{\pi}{2x}) = 2x(\frac{\pi}{2x}) = 2(\frac{\pi}{2}) = \pi[/itex]. Nice, huh?
(Incidentally, I arrived at a formula very similar to yours when I was a sophomore in high school, and knew geometry but not calculus. Would I be correct in guessing that you arrived at it by calculating the circumference of a regular polygon with an infinite number of sides?)
very nice! :smile:
with regards to how I arrived at the formula, it's a similar method to yours but instead I chose right-angled triangles as opposed to n-sided polygons... on a cartesian graph (my easiest way to describe it) make a circle with it's centre the origin and work on just one quadrant. Make a chord from the point where the circle crosses the x-axis and where it crosses the y-axis. This is now an isocolese triangle...bisect this chord with a line from the origin and make two chords from where this line hits the circumfrence..you now have two isocolese triangles...you can repeat the process indefinitely but if you cut these triangles in half you have x number of right-angled triangles (x also being equal to the number of times 90 degrees has been subdivided into smaller angles) using sin (90/x) and then multiplying this by x you have the approximate ratio of half a semicircle's circumfrence to its radius and you just multiply this by two.
 
Last edited:

FAQ: What is the Exact Number to Pi?

What is the exact value of Pi?

The exact value of Pi is an infinite decimal that never ends or repeats. It is commonly approximated as 3.14159 or 22/7.

How is the exact value of Pi calculated?

The exact value of Pi is calculated using mathematical formulas and algorithms, such as the Chudnovsky algorithm or the Bailey-Borwein-Plouffe formula, which use infinite series to calculate the digits of Pi.

Can Pi be calculated to an exact number?

Since Pi is an irrational number, it cannot be calculated to an exact number. It can only be approximated to a certain number of digits.

What is the significance of the number Pi?

Pi is a fundamental constant in mathematics and is used in many equations and formulas, particularly in geometry and trigonometry. It is also used in real-world applications, such as in engineering and physics.

How many digits of Pi have been calculated?

As of 2021, the most digits of Pi that have been calculated is over 31 trillion digits. However, for most real-world applications, using just a few digits of Pi is sufficient for accuracy.

Similar threads

Replies
6
Views
3K
Replies
28
Views
1K
Replies
15
Views
3K
Replies
12
Views
2K
Replies
15
Views
2K
Back
Top