I was just bored, and I came up with these two ways to calculate pi.
There may be an error or two, I can't find my calculator to check it, if so, let me know and I will repost this with the correction.
lim(x->0) (180sin(x)) / (x(sin((180-x)/2)))
and
lim(x->inf) (x(sin(360-x))) / (2sin((x-180)/2))
(Ignore the spaces before & after the division signs, they are to make it so that Y!A doesn't condense the equations)
Using degrees here...
So ya, I guess I am asking if these two methods are correct, and if they may have any significance.
2007-07-01
19:38:10
·
7 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics
Noticed at least 1 error so far.
The second equation should be
lim(x->inf) (x(sin(360/x))) / (2sin(90-108/x)
I think...
2007-07-01
19:47:20 ·
update #1
...Typo in the last edit, equation should actually be
lim(x->inf) (x(sin(360/x))) / (2sin(90-180/x)
Sorry!
2007-07-01
19:48:25 ·
update #2
22/7 is just an approximation of pi to a few decimal places. It has little to do with actually calculating the digits of pi.
2007-07-01
19:55:38 ·
update #3