mathematical proof for pi formula
mathematical proof for pi formula
Hi there,
does anybody know a mathematical proof for the following infinity product:
where pn is the nth prime.
For more info see mathworld.
Any direction or hints are welcomed.
Regards,
devel.
does anybody know a mathematical proof for the following infinity product:
where pn is the nth prime.
For more info see mathworld.
Any direction or hints are welcomed.
Regards,
devel.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: mathematical proof for pi formula
There must be some link between primes and geometry. I can't however tell you where it comes from as I don't know of any by hard.
Re: mathematical proof for pi formula
Most of those infinite ratio formulas were created by a genius Indian mathematician many years ago, without any formal proof. He died young, before he could explain how he figured it out. Many of them are among the fastest converging algorithms known, for transcendental numbers -- but the formal proofs have been an unsolved problem in math since he died.
ie. good luck finding a PROOF!
ie. good luck finding a PROOF!
Re: mathematical proof for pi formula
you are likely talking about Ramanujan.Most of those infinite ratio formulas were created by a genius Indian mathematician many years ago, without any formal proof....
...and for all who are also fascinated by number theory. I've found the proof on the following site .
regards,
devel.
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: mathematical proof for pi formula
Pi/Radians are things that are used in computer graphics and physics a lot.
I guess one way to calculate Pi would be to create a cylinder in a physics framework and nudge it in a direction. Test its orientation and stop it as soon as it has made a full turn, then test to see how far the cylinder has moved.
I guess one way to calculate Pi would be to create a cylinder in a physics framework and nudge it in a direction. Test its orientation and stop it as soon as it has made a full turn, then test to see how far the cylinder has moved.
My OS is Perception.
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Re: mathematical proof for pi formula
just say that he is an Indian mathematican , the genius part off course is impliedbewing wrote:Most of those infinite ratio formulas were created by a genius Indian mathematician many years ago, without any formal proof. He died young, before he could explain how he figured it out. Many of them are among the fastest converging algorithms known, for transcendental numbers -- but the formal proofs have been an unsolved problem in math since he died.
ie. good luck finding a PROOF!
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: mathematical proof for pi formula
Which is the oldest technique in the book - approximating by computing the perimeter of a n-sided polygon. IIRC Archimedes once did that with a 96 sided one(...) and stop it as soon as it has made a full turn, then test to see how far the cylinder has moved.
The expansion for pi I can quickly give you:
Code: Select all
1 1 1 1 pi squared
-- + -- + -- + -- + ... = ----------
1² 2² 3² 4² 6
Re: mathematical proof for pi formula
beat that
Code: Select all
pi^5 * 5 1 1 1
----------- = 1 - ----- + ----- - ----- + ...
1536 3^5 5^5 7^5
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: mathematical proof for pi formula
@Zacariaz: Didn't I post just that?
Re: mathematical proof for pi formula
Yes you did, but this looks better
This was supposed to be a cool signature...
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: mathematical proof for pi formula
You should fix the antialiasing, it looks horrible on a dark background
- Attachments
-
- like this...
- pibadness.PNG (4.24 KiB) Viewed 3552 times
Re: mathematical proof for pi formula
How about this? Now it's just plain white, and tested to work on all backgrounds.
- Attachments
-
- t.png (4.07 KiB) Viewed 3547 times
C8H10N4O2 | #446691 | Trust the nodes.
Re: mathematical proof for pi formula
Okay, so I'm not a genius when it comes to graphics
I am, however good at confusing people with numbers.
When in doubt, make something up your self and hope that no one will notice...
(yes, p means prime)
I am, however good at confusing people with numbers.
When in doubt, make something up your self and hope that no one will notice...
(yes, p means prime)
- Attachments
-
- pi4.png (3.43 KiB) Viewed 3504 times
This was supposed to be a cool signature...
Re: mathematical proof for pi formula
for people less skilled at math look why the mentioned formula is true .