What is discrete mathematics? What does the modifier "discrete" get us? What other kinds of mathematics are there?
I thought that we'd explore a problem that I have been thinking about lately. It involves several different things that we're going to talk about throughout this course.
Consider a recursive process, called a "Fibonacci spiral".
- Construct a square.
- To this rectangle, we attach the largest square possible to result in another rectangle.
- Repeat! (but move always in either a clockwise or counter-clockwise direction)
Now: first we'll make a spiral, using graph paper to do it. Then I'd like you to answer these questions (and hand in your answers on Thursday):
- We want to color this "map" so that no adjoining squares have
the same color, but use the fewest colors necessary. How many colors are necessary?
- Is there a sensible repeating pattern to how we do the coloration? How might
we represent it?