mathematical proof for pi formula

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
devel
Member
Member
Posts: 62
Joined: Wed Nov 28, 2007 4:15 am
Contact:

mathematical proof for pi formula

Post by devel »

Hi there,
does anybody know a mathematical proof for the following infinity product:
ImageImage
Image
where pn is the nth prime.

For more info see mathworld.
Any direction or hints are welcomed.

Regards,
devel.
User avatar
Combuster
Member
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

Post by Combuster »

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.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
bewing
Member
Member
Posts: 1401
Joined: Wed Feb 07, 2007 1:45 pm
Location: Eugene, OR, US

Re: mathematical proof for pi formula

Post by bewing »

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! :wink:
User avatar
devel
Member
Member
Posts: 62
Joined: Wed Nov 28, 2007 4:15 am
Contact:

Re: mathematical proof for pi formula

Post by devel »

Most of those infinite ratio formulas were created by a genius Indian mathematician many years ago, without any formal proof....
you are likely talking about Ramanujan.

...and for all who are also fascinated by number theory. I've found the proof on the following site :D .

regards,
devel.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: mathematical proof for pi formula

Post by AndrewAPrice »

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.
My OS is Perception.
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: mathematical proof for pi formula

Post by DeletedAccount »

bewing 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! :wink:
just say that he is an Indian mathematican , the genius part off course is implied :P
User avatar
Combuster
Member
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

Post by Combuster »

(...) and stop it as soon as it has made a full turn, then test to see how far the cylinder has moved.
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 :)

The expansion for pi I can quickly give you:

Code: Select all

1    1    1    1          pi squared
-- + -- + -- + -- + ... = ----------
1²   2²   3²   4²              6
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
devel
Member
Member
Posts: 62
Joined: Wed Nov 28, 2007 4:15 am
Contact:

Re: mathematical proof for pi formula

Post by devel »

beat that :)

Code: Select all

pi^5 * 5             1       1       1            
-----------  = 1 - ----- + ----- - ----- + ... 
1536                3^5     5^5     7^5
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Re: mathematical proof for pi formula

Post by Zacariaz »

Well...
pi.png
pi.png (4.11 KiB) Viewed 3592 times
This was supposed to be a cool signature...
User avatar
Combuster
Member
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

Post by Combuster »

@Zacariaz: Didn't I post just that? :?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Re: mathematical proof for pi formula

Post by Zacariaz »

Yes you did, but this looks better ;)
This was supposed to be a cool signature...
User avatar
Combuster
Member
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

Post by Combuster »

You should fix the antialiasing, it looks horrible on a dark background :(
Attachments
like this...
like this...
pibadness.PNG (4.24 KiB) Viewed 3560 times
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Re: mathematical proof for pi formula

Post by Alboin »

How about this? Now it's just plain white, and tested to work on all backgrounds. ;)
Attachments
t.png
t.png (4.07 KiB) Viewed 3555 times
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Re: mathematical proof for pi formula

Post by Zacariaz »

Okay, so I'm not a genius when it comes to graphics :oops:

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
pi4.png (3.43 KiB) Viewed 3512 times
This was supposed to be a cool signature...
User avatar
devel
Member
Member
Posts: 62
Joined: Wed Nov 28, 2007 4:15 am
Contact:

Re: mathematical proof for pi formula

Post by devel »

for people less skilled at math look why the mentioned formula is true 8) .
Post Reply