SpirolateralsIntroductionA spirolateral is "created by drawing a set of lines; the first at a unit, then each additional line increasing by one unit length while turning a constant direction." (The Art of Spirolaterals by Robert J. Krawczyk.) Here is a paper relating spirolaterals to multiplication: http://educ.queensu.ca/~fmc/january2003/Spirolaterals.html. Here are some examples using different angles and number of sides before repeating the process.
turn 90 degrees Now repeat these three operational pairs and you will find that you eventually end up where you started. Another example: turn 45 degreesRepeat this septet of paired turn-move commands and sure enough, you are at the beginning. Not all combinations of angles and operation lengths produce closed forms. For example: turn 90 degrees will work its way off the page. InstructionsTo run the program:Set the angle (angle) and the number of steps in one iteration (nTurns).Click the green flag to clear the display before trying another spirolateral. The x and y position of the drawing tool ( a sprite) is displayed to see when the drawing is closed. Drawings begin at (0, 0), so (x, y) at (0, 0) shows closure. Beware: "computer error" will cause closed figures to return to (x, y) very close to (0, 0), but not necessarily exactly (0, 0). The ProgramCodaWhile all the turns must be the same degree, they need not be in the same direction. (OK, that means they are not the same degree.) This program makes clockwise turns. An extension of the program would be to select some turns to go counterclockwise. For now, I leave this as an exercise for the reader. |
||||