Crazy “up” and “down”? Crazy “up” and “down”!
Have you ever thought about
making a paper into several ups and downs by folding it in a certain way and
then record the result for each fold to create an algorithm for it? I always
feel this kind of questions should be put on mathematic competition paper.
However, we are actually doing this on our computer science class, which make me,
a math girl, feel excited so much!
Before getting answer of this question, there
are several steps we can follow. We need to follow the instructions first, and
then write down each step’s result, next we need to analyze those records, and
finally we can get the answer.
(Understand
the question and follow the instructions)
We were told to fold the paper
in a certain way. This is really important; because you need to follow the
rules and then we can get the correct results. As we did in class, some people
fold in a different way, which means that they did not follow the instructions
so much; thereby they got a completely different answer. And our instruction is
that we fold the paper from left-hand side to the right-hand side, and record
the direction of the crease, and then fold the paper again from the left
(closed side) to right (open side).Keep doing this folding, and write down
every result, we can hopefully find a pattern of all those results. However, it’s
impossible to fold the paper as many times as we want, because as we fold the
paper for six or seven times, the folded paper now is too thick that human
cannot have such strength to fold it anymore. So the only thing we can do is to
analyze the results we already get so far and estimate the following ones,
which means we need to create an algorithm for the patter.
(Pattern I tried to find and some sample pattern)
The
one I tried:
Q%25JQ%7DP66Y.jpg)
Sample
answers:

2. For
the second one, we write down each fold’s creases. ( "U" means "UP", "D" means "DOWN".)
①
D
②
UDD
③
UUDDUDD
④
UUDUUDDDUUDDUDD
⑤
UUDUUDDUUUDDUDDDUUDUUDDDUUDDUDD
⑥UUDUUDDUUUDDUDDUUUDUUDDDUUDDUDDDUUDUUDDUUUDDUDDDUUDUUDDDUUDDUDD
So from the above records, we can find that the right side of each fold is exactly the previous one, and except for the middle D, we also notice that that each “up” and “down” is just opposite to the one it faces on the right side. So the same theory, we still need the previous one to get our next pattern of the creases. And if we want to do maybe the 1000th fold, it is really a huge work to do. But as long as we follow the ways we found from the above three methods, we can get it, even though we need enormous amount of time!