+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 20 of 43

Thread: My very, very basic questions about pi

  1. #1
    Registered Senior Member
    Posts
    261

    My very, very basic questions about pi

    To calculate pi from scratch, I imagine that you have to either:

    a. Physically draw a circle using a compass or the old pen tied to a pin method... and manually measure the Circumference (with a piece of string? ) and Diameter and then apply the Pi = C/d formula OR

    b. (The only part of the Wikipedia article on pi that I understand, but only vaguely at that) Draw a regular polygon with as many sides as possible. Calculate Pi using the polygon's C and d. Or maybe use an area formula for the polygon--would that be more accurate?--then use Pi = A/r squared.

    c. Use a computer to draw the polygon. The more sides to the polygon, the more accurate the resulting Pi.


    Well, how do people actually go about getting a better and better approximation of pi?

    And are the decimal places in 3.141592654 (from my calculator) accepted as the first few decimal places of the very best approximation, or can these first few numbers still change / be refined?

  2. #2
    Partial answer...

    Quote Originally Posted by Lilalena View Post
    Well, how do people actually go about getting a better and better approximation of pi?
    Mostly they use series expressions for pi. Lots of examples of series are on the wikipedia page. Here's one:



    This gets more and more accurate as you take more and more terms in the series. For example, the first term gives:



    The first two terms give:



    The first three terms give:



    This particular series requires a LOT of terms to get more and more decimal digits of pi correct, but some of the other series on the wikipedia page get more digits with many fewer terms (in technical terms, the series converge more rapidly than the example I have used here).

    And are the decimal places in 3.141592654 (from my calculator) accepted as the first few decimal places of the very best approximation, or can these first few numbers still change / be refined?
    If we go just a few more places we have:



    compared to your calculator display:



    As you can see, your calculator's value rounds up at the last displayed digit. However, this approximation of pi is accurate except at the very last digit.

    I'm not entirely sure what you mean about changing or refining the first few numbers. Pi is what it is. You can round it off at any number of decimal digits you want, but up to the point where you choose to stop taking the digits, the digits must agree with everybody else's value of pi.

  3. #3
    Registered Senior Member
    Posts
    224
    Quote Originally Posted by Lilalena View Post
    Well, how do people actually go about getting a better and better approximation of pi?
    Pi can be calculated to an arbitrary degree of accuracy, given any random procedure which can be matched to the positive integers, because the probability of any two randomly selected positive integers being co-prime, is 6/pi^2.

  4. #4
    ughaibu:

    Perhaps an example would be good. Also, it is possible that not everybody knows what "co-prime" means.

  5. #5
    Registered Senior Member
    Posts
    224
    Quote Originally Posted by James R View Post
    ughaibu:

    Perhaps an example would be good. Also, it is possible that not everybody knows what "co-prime" means.
    Here is a site which provides suitable numbers: http://www.random.org/integers/ Two integers are "co-prime" if they have no common factor, and here's a short proof of the relevant result: http://www.physics.harvard.edu/acade...week/sol44.pdf

  6. #6
    Registered Senior Member
    Posts
    130

  7. #7
    Registered Senior Member
    Posts
    261
    Quote Originally Posted by James R View Post
    Partial answer...



    Mostly they use series expressions for pi. Lots of examples of series are on the wikipedia page. Here's one:



    This gets more and more accurate as you take more and more terms in the series. For example, the first term gives:



    The first two terms give:



    The first three terms give:



    This particular series requires a LOT of terms to get more and more decimal digits of pi correct, but some of the other series on the wikipedia page get more digits with many fewer terms (in technical terms, the series converge more rapidly than the example I have used here).


    Questions:

    1. Why should these numbers end up giving you pi? Has it to do with polygons i.e. is your example related to this Wikipedia entry?

    Another geometry-based approach, attributed to Archimedes,[33] is to calculate the perimeter, Pn, of a regular polygon with n sides circumscribed around a circle with diameter d. Then compute the limit of a sequence as n increases to infinity:

    \pi = \lim_{n \to \infty}\frac{P_{n}}{d}.

    This sequence converges because the more sides the polygon has, the smaller its maximum distance from the circle.

    2. Or is your example a 'non-geometric' approach. From Wikipedia:
    mathematicians often prefer to define π without reference to geometry, instead selecting one of its analytic properties as a definition.

    - I was shocked by this line actually. How do you divorce pi from geometry?
    What are the uses of pi outside of geometry?


    * * *


    Quote Originally Posted by James R View Post

    I'm not entirely sure what you mean about changing or refining the first few numbers. Pi is what it is. You can round it off at any number of decimal digits you want, but up to the point where you choose to stop taking the digits, the digits must agree with everybody else's value of pi.

    I was wondering if the scenario that someone turns up and claims pi is for instance 3.14142631118741 etc.. giving completely different digits from the accepted ones, and says he can prove it is the best approximation -- is such a scenario possible at all? Or are the first few digits of pi pretty much set in stone by now?

    I mean how do people prove that their approach to calculating pi is the one that has the best chance of yielding the closest approximation?

  8. #8
    Natural Philosopher RJBeery's Avatar
    Posts
    3,086
    Quote Originally Posted by ughaibu View Post
    Here is a site which provides suitable numbers: http://www.random.org/integers/ Two integers are "co-prime" if they have no common factor, and here's a short proof of the relevant result: http://www.physics.harvard.edu/acade...week/sol44.pdf
    Cool idea..! I would presume the number approached is dependent upon the range from which the integers are drawn. It would be interesting to see how the range and ultimate accuracy are related...

  9. #9
    By using analytic geometry, one can discover a scheme to approximate to any degree necessary. This method is attributed to Archimedes.
    Take a circle of radius 1. Construct the circumscribing and inscribing equilateral triangles, which have perimeters of and , respectively. Divide the angles in half and construct the regular circumscribing and inscribing hexagons, with perimeters of and 6, respectively. Divide the angles in half and construct the regular circumscribing and inscribing 12-gons, with perimeters of and , respectively. It turns out that there is a relation between these numbers for regular polygons of n sides and regular polygons of 2n sides.



    So this method converges on from above and from below, but you need the equivalent of nearly a 100-sided polygon to get just a few digits of accuracy. Archimedes then proved that which is a useful result we use today.

    http://mathworld.wolfram.com/ArchimedesAlgorithm.html

    is also the unique smallest positive solution to the equation . Using analysis, we can use this definition and write it like this:

    here is divorced from geometry by its definition in terms of analysis:

  10. #10
    Natural Philosopher RJBeery's Avatar
    Posts
    3,086
    Thanks rpenner. When I need to calculate pi I prefer my method though:

    Start with , and simply solve for

  11. #11
    You won't know which solution you will get since all numbers of the form are solutions for

  12. #12
    Natural Philosopher RJBeery's Avatar
    Posts
    3,086
    Quote Originally Posted by rpenner View Post
    You won't know which solution you will get since all numbers of the form are solutions for
    Drat!

  13. #13
    Quote Originally Posted by Lilalena View Post
    Well, how do people actually go about getting a better and better approximation of pi?
    by using a method known as an arithmetic series.

    And are the decimal places in 3.141592654 (from my calculator) accepted as the first few decimal places of the very best approximation, or can these first few numbers still change / be refined?
    the numbers you quoted are exact and will never change except for rounding.

  14. #14
    Quote Originally Posted by leopold View Post
    the numbers you quoted are exact and will never change except for rounding.
    If you write a number down as a decimal and round it off it is not . It may be a good approximation to but is defined to be the exact number that is given by the ratio of a circles circumference to it's diameter.

  15. #15
    . . . so . . .is the value of pi the same in 'curled-up' dimensions (ala string theory spaces)?

  16. #16
    Yes, and the value of 1 is the same also.

  17. #17
    Natural Philosopher RJBeery's Avatar
    Posts
    3,086
    Quote Originally Posted by rpenner View Post
    Yes, and the value of 1 is the same also.
    ...but Prom said
    pi is defined to be the exact number that is given by the ratio of a circles circumference to it's diameter.
    ...with no mention of "flat" space; is that part of the definition? Because the ratio of circle's circumference to its diameter could take on any value.

  18. #18
    Quote Originally Posted by RJBeery View Post
    ...with no mention of "flat" space; is that part of the definition? Because the ratio of circle's circumference to its diameter could take on any value.
    yes because a circle is based on, and derived by, plane geometry.

    it seems to me if you want to talk "curved space" then you must resort to something other than plane geometry, spherical geometry perhaps.

  19. #19
    Natural Philosopher RJBeery's Avatar
    Posts
    3,086
    Quote Originally Posted by leopold View Post
    yes because a circle is based on, and derived by, plane geometry.

    it seems to me if you want to talk "curved space" then you must resort to something other than plane geometry, spherical geometry perhaps.
    You can have non-Euclidean plane geometry. You usage of "flat" differs from mine in this context.

  20. #20
    Quote Originally Posted by wlminex View Post
    . . . so . . .is the value of pi the same in 'curled-up' dimensions (ala string theory spaces)?
    Rpenner . . . let me restate . . . . is the geometric construction and mathematical solution for pi, the same in string theory space as it is in "flat" geometric space?

Similar Threads

  1. By thall53 in forum Physics & Math
    Last Post: 02-23-11, 04:11 PM
    Replies: 12
  2. By wynn in forum Religion Archives
    Last Post: 01-26-11, 11:31 AM
    Replies: 28
  3. By cnidocyte in forum Chemistry
    Last Post: 12-12-10, 02:13 PM
    Replies: 5
  4. By coberst in forum Human Science
    Last Post: 09-22-08, 02:33 PM
    Replies: 0

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •