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."
← Back to Stories (view on slashdot.org)
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
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.
You don't have to include XOR. You can create it out of ((x OR y) AND (NOT (x AND y)))
Mooniacs for iOS and Android
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.
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.
you need only NANDs to make all other gates, y'know ? ... (even a=>b, the logical implication, which is not a or b)
NOT (X) = NAND (x,x)
AND x y = not(nand(x,y))
OR = nand(not(x),not(y))
nor = not or
etc
http://fabrice.bellard.free.fr/pi
And try this one if you can view raw postscript.
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...
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.
If you have access to a decent paper cutter, some wrapping paper makes good folding paper, as well.
And be really careful... I thought that was handy, too, until I started doing complex models. My first try on a rhino tore about 1/2 way through because of too-strong creasing. Not that I've gotten it right yet, but still.
I'm not shy, I'm stalking my prey
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
Tom is definatly one of the leaders in this field. Those who haven't read his paper The Combinatorics of Flat Folds: a Survey are missing out.
You might also check out Robert Lang's upcoming book Origami Design Secrets: Mathematical Methods for an Ancient Art
Anyone who cannot cope with mathematics is not fully human.
Interesting that you should mention Engel. The introduction to his book Origami From Angelfish To Zen deals with the mathematical aspects of origami, including its fractal aspects.
Someone you trust is one of us.
OK, in layman's terms:
You give me a line segment and call it a "unitary" segment (that is, you define your unit of measure to be the length of the line).
To construct sqrt(2), I can build (using only pencil, ruler and compass) a square with unitary sides and it's diagonal. This is analogous to your isosceles triangle. The length of the diagonal is sqrt(2) units.
To construct pi, I build a circle with unitary diagonal (again using only pencil, ruler and compass). The (length of the) circumference of the circle is pi units.
So, what's the difference? Well, the diagonal is a straight line, the circumference is not. You can construct straight lines which lengths are algebraic numbers, you cannot construct them with transcendental lengths.
that were a form of folded triangles on which one could perform flexing operations he found non-trivial to think about. When he was at MIT, I think...before we were born. Martin Gardner of SciAm made them into a fad...
"Knowing everything doesn't help..."