Slashdot Mirror


Origami and Math

TheBoostedBrain writes "I found a nice site that explains a little bit about the math in Origami. Origami is one of my favorite hobbies, but I never thought about it being related to science."

8 of 222 comments (clear)

  1. Another Link by feed_me_cereal · · Score: 4, Informative

    A math professor at the school I go to (OSU) also has a page about math and origami. I think she gave a talk over this subject not too long ago at our math club. Anyway, the page has some pictures, notes, and a bunch of relevant links at the bottom.

    --
    "Question with boldness even the existence of a god." - Thomas Jefferson
    1. Re:Another Link by Wingie · · Score: 3, Informative

      Ahh, her origami models for her undergrad math thesis still floats gloriously in the Amherst College math building. Here's another link: http://web.merrimack.edu/hullt/OrigamiMath.html Tom's a graph theorist who's been studying this subject basically for as long as mathematics and origami were linked. There are some very interesting stuff there, like curricula to courses involving origami that he's taught.

  2. Computational Origami and protein folding by megazoid81 · · Score: 4, Informative
    Don't dismiss origami immediately - it could have implications for things like protein folding. As it stands, computing and examining the number of ways a protein can fold is an NP-complete problem. Imagine the insights into molecular biology we might get with further research into the computational complexity of origami.

    There's a 21 year old professor at MIT, Erik Demaine who is interested in computational origami. Check out his page for some interesting papers and a story of some very untraditional education.

  3. Re: Pi by Dylan+Zimmerman · · Score: 3, Informative

    Well, they are wrong. There IS a pattern to it. Just not in decimal. There is a formula that you can use to get any digit of the hexidecimal expansion of Pi without calculating the previous digits. This has been known for years.

  4. Re: Pi by Dylan+Zimmerman · · Score: 3, Informative

    http://www.lacim.uqam.ca/~plouffe/articles/Miracul ous.pdf

    It's a PDF (obviously), but that's the only good way I've found to express the formula.

  5. Re: Pi by Omkar · · Score: 4, Informative

    Pi is irrational. Pi has been proved irrational long ago. That means there is no repeating pattern. A formula to calculate a digit (in any base) is not a pattern, just a formula. There is still no pattern.

    Honestly, some people...

  6. Polygons from circles by pongo000 · · Score: 3, Informative

    I teach high school geometry, and believe the only way to learn geometry is by doing. There's an excellent book I use that is also used in many Chicago-area schools called "Wholemovement Geometry," which involves constructing various 3-D polyhedra using only paper plates (the cheaper the better) and tape. No cutting necessary, as the unused parts of the circles are simply extra information that are folded away. Here's a link to some of the things you never thought were possible to create from paper plates.

  7. Re: Pi by Ed+Avis · · Score: 3, Informative

    No repeating pattern does not mean no formula. Take the number .010110111011110111110... where you have groups of 1 digits getting one digit longer each time. This is an irrational number in that it can't be represented as M/N where M and N are integer. But clearly it's possible to write a formula to calculate the digit at a given position.

    Although what matters is not finding *a formula* but an 'efficient' formula in some sense. The digits of pi are certainly computable and you can write a program to give any digit asked for. But can you do this without calculating the whole expansion of pi up to that point, or to put it in terms of time taken, can you write a program that does better than taking linear time in the 'depth' of the digit chosen?

    About your second point - given two hex digits, how do you work out the corresponding decimal digit? Let's number the digits with zero for the digit immediately after the (hexa)decimal point. If I told you that the hex digits at positions 5 and 6 were 'A' and 'B', what decimal digit could you work out from that? Don't you need to know the preceding digits as well?

    --
    -- Ed Avis ed@membled.com