Results 1 to 40 of 40

Thread: pi

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    7

    pi

    I know what pi is used for and everything, but what exactly is it?
    I know that it 180 degrees of a circle and everything like that, but what is it's significance, or how did they start to say "hey, we need to calculate this number to do such and such things."
    this would help me better understand how to make certain programs.

  2. #2

  3. #3
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Pi is the constant ratio between the circumference and the diameter of any circle.
    Merry Math Making!

  4. #4
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    a law is being debated in indiana as to how pi is 3.2
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  5. #5
    Addicted Member
    Join Date
    Aug 2002
    Location
    London UK
    Posts
    255
    There's Indiana for you...
    Not at all related to sheep...

  6. #6
    New Member
    Join Date
    Dec 2002
    Location
    England and Bombay
    Posts
    1
    If you divide the circumference of any circle by its diameter, you get Pi. That is basically what it is. It isn't a rational number, hence why we get computers to calculate more and more digits of it. The more digits you have, the better you can estimate circumferences and areas based on knowing the circumference (or more usually the radius).

    Because triangles can be considered as slices of a circle, and similar in 3D space, pi relates to angles in general. The degree system just divides a circle into 360 divisions - 360 because you can divide 360 by many whole numbers and still get a whole number. You can also say it contains 2pi radians, which is a more accurate description used in engineering and physics as it doesn't divide it up into 360 arbitrary units.

    Why 2pi? Think about what pi is again. Given a diameter, multiply it by pi and you get the length of the circumference. Angles start from the centre of the circle and cycle round, so the length is the radius or 0.5 x the circumference. Therefore, to trace the path and get the length, you multiply it by 2pi instead. I had many lectures of it in my maths degree 7-8 years ago, but seeing as I don't use maths any more, the finer details have disappeared.

  7. #7
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397
    Originally posted by andrewpolshaw
    The degree system just divides a circle into 360 divisions - 360 because you can divide 360 by many whole numbers and still get a whole number. You can also say it contains 2pi radians, which is a more accurate description used in engineering and physics as it doesn't divide it up into 360 arbitrary units.
    Now, can you explain why radians are more accurate than degrees?

    And why you claim a Degree is Arbitrary?


  8. #8
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Draw a circle whose radius is 1. (1 unit, doesn't matter what unit.)
    Draw two radiuses (radii?) so that the length of the arc between them is 1.
    The angle between the radiuses/radii is defined as "1 radian".

    A little geometry shows there are 2pi radians in a circle.

    The ancient Egyptians used base 60 for their arithmetic (much like we use base 10 today). For their own arithmetic convenience, they split the circle to 360 degrees. That's why it's arbitrary.

    In mathematics, engineering, physics, you always work with radians. In real life, you usually use degrees.
    (The difference between 10 and 20 degrees is more obvious than the difference between 0.17453292519943295769236907684886 and 0.34906585039886591538473815369772 radians.)

  9. #9
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    Yonatan has a basic concept of why we use 2pi as 360 degrees. If you guys remember the winding function thread a while back. That gives a thorough explanation as to what sin, cos, and radians have to do with anything. A reminder, the winding function is a circle with radius 1. Any point on the winding funtion is called (cos(a),sin(a)) where a is the angle of rotation from the x-axis going counter-clockwise. On the winding function, the angle of rotation is also equal to the arc length made by the angle of rotation, and notice that the circumference of the winding function is 2pi. So a complete rotation around the winding function is 2pi, 180 degrees is pi and etc.

    Have fun!
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  10. #10
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    degrees (so called babylonean religious unit) is less useful because it has no meaning other than the measurement of an angle.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  11. #11
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    Sure..Anyways bugz knows his stuff so i'll let him talk about stuff :P
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  12. #12
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Oh yeah, Babylonian, not Egyptian

  13. #13
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    andrewpolshaw said the following:

    "Why 2pi? Think about what pi is again. Given a diameter, multiply it by pi and you get the length of the circumference. Angles start from the centre of the circle and cycle round, so the length is the radius or 0.5 x the circumference. Therefore, to trace the path and get the length, you multiply it by 2pi instead. "

    However, it may be more accurate to say that we use 2*pi radians for the rotation around a circle, because the unit circle has a radius of 1, and the circumference would be 2*pi*r=2*pi in this case.

    Btw, does anyone know the relationship between e, i, and pi?
    Merry Math Making!

  14. #14
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Code:
    e^(i*pi)+1=0

    In general:
    Code:
    e^(i*x)=cis(x)
    With the above formula (Euler's Formula) as a special case for x=pi.

  15. #15
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    e^((i*pi)+1)=0
    or
    e^(i*pi) + 1=0?

    And what is cis?
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  16. #16
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    e^(i*pi)+1=0

    cis(t) is cos(t)+isin(t)
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  17. #17
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    another relationship between e,i,pi

    e*0=i*0=pi*0=0

    so e*0+i*0+pi*0=0(e+i+pi)=0

    this is Bugz's Formula
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  18. #18
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Nice bugz, you'll be the next Euler

  19. #19
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    How does that work bugz? Is it not true that e^0=pi^0=i^0=1???
    Merry Math Making!

  20. #20
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    what do you mean? what are you talking about Kalk?
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  21. #21
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Actually, never mind...I'm being the slow person that I am...
    Merry Math Making!

  22. #22
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    e^0=pi^0=i^0=1 too

    anything to the power of 0 = 1

    bugz is also correct, hardly a formula though

  23. #23
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    0^0=1?
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  24. #24
    Addicted Member
    Join Date
    Aug 2002
    Location
    London UK
    Posts
    255
    00 = 0/0 which is undefined so 00 does not equal 1, it doesnt equal anything.
    Not at all related to sheep...

  25. #25
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    Your wrong. 0^0 and 0/0 are indeterminante. Not undefined.
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  26. #26
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    Welcome Back A$$ Bandit, havent seen you here in a while? Wassup?
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  27. #27
    Addicted Member
    Join Date
    Nov 2002
    Posts
    155
    These guys have Pi to 1.24 trillion places. It took 5 years to design the prog which did the calc. They say having Pi to so many places serves no practical purppse regarding Pi itself, but improves scientific knowhow wrt calculations. Personally, I think they should chill a bit. Get day jobs.
    Last edited by Spooner; Dec 9th, 2002 at 09:09 AM.

  28. #28
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Originally posted by Spooner
    They say having Pi to so many places serves no practical purppse regarding Pi itself, but improves scientific knowhow wrt calculations.
    By the way, you "only" need 49 digits of pi to calculate the circumference of the universe with an error of an atom's radius.
    That ought to be enough for anybody. Still, it is natural for scientists to want higher precision, and for mathematicians to want infinite precision.

  29. #29
    Addicted Member
    Join Date
    Aug 2002
    Location
    London UK
    Posts
    255
    They are undefined. Something like the exact value of pi, is indeterminable. There's a difference.
    Not at all related to sheep...

  30. #30
    Hyperactive Member Q_Me's Avatar
    Join Date
    Dec 2001
    Posts
    327
    Originally posted by A$$Bandit
    00 = 0/0 which is undefined so 00 does not equal 1, it doesnt equal anything.
    Actually 0^0 = 0/0 of a unit = "to" and "of" 1

    It is both 0 & 1.
    53323737 15 743 313402 05 740313063. 17 15 4150 743 313402 05 140393403437 5203 743 30210.


  31. #31
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    Hence Indeterminate !
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  32. #32
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    you guys are missing the point. infinity is not a numerical value, therefore you can't work algebra on it! and in the context of limits, 0/0, 0^0, inf/inf all of these sorts are indeterminate. values like 10/0 is not infinity, it is undefined (and you know why, from your own examples).
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  33. #33
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    10/0 is not infinity, AND it is NOT undefined. 10/0 has infinite answers, therefore no answer is 100% correct or 100% incorrect.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  34. #34
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  35. #35
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    Originally posted by blindlizard
    10/0 has infinite answers
    give me ONE answer to 10/0
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  36. #36
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    10 - - You have 10 apples, and divide them by 0 people. Each person gets 10
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  37. #37
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    therefore 10*0=10 right?

    10 apples per person, times 0 ppl, equals 10 apples!
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  38. #38
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    If you have ten apples and they are sitting on a table, and you get zero people to come and eat them, they will remain forever sitting on the table. No one gets any apples!
    Merry Math Making!

  39. #39
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    Then you are saying 10/0 = 0. That is a possible answer
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  40. #40
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    yes you are right, 0*0=10 also
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

Posting Permissions

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



Click Here to Expand Forum to Full Width