Investigating a Spiral Sequence.
The spiral sequence is constructed as follows.
- Draw a square. (You could use 1 square in your exercise book.)
- Draw in one of the diagonals.
- Now construct a square which has this as one of its sides.
- Carry the process on for several more squares such that they spiral around the origin.
Challenge
Tell me as much as you can about the properties of this spiral.
Logo Investigation | |
This a procedure which will draw the basic spiral shape. These commands can just be typed or pasted into the command line.
make "size 20 Or you can write a procedure to do the job.
to bwsqsp :size :number This is called using the command.
cs ht bwsqsp 40 6 Investigation IdeasGet Logo to print out the value of :size (the edge of the squares). |
|
Last modified 9th may 2007