Things You'll Need
Instructions
Draw a Cartesian coordinate system on the graph paper by choosing an origin point in the center of the graph, then drawing one vertical line and one horizontal line through the origin. The horizontal line is the x-axis and the vertical line is the y-axis. The origin point, in (x,y) coordinates, is at (0,0). Each line on the graph paper is assigned an arbitrary unit value of 1. Each additional value in the Fibonacci Sequence will be plotted on either the x-axis or the y-axis using Cartesian coordinates.
Draw the first point in the Fibonacci sequence at (1,0). The values of the x-coordinate and the y-coordinate will alternate between a value in the Fibonacci sequence and zero, depending on the last coordinates to create a spiral.
Draw the second point in the Fibonacci sequence at (0,1). This is because the x-coordinate has alternated back to 0, after having a Fibonacci value in the previous point, and the next value in the Fibonacci sequence is again 1.
Place the third point at (2,0) because 2 is the next value in the sequence and the value has again, alternated between the x-axis and the y-axis. The fourth point has the coordinates (0,3).
Connect the points with curved lines in the order in which they were drawn.
Continue inserting points by summing the previous two values and alternating the x-axis and the y-axis with Fibonacci values and zeroes.
Connect those points with smoothly graded curves.
Repeat until the spiral is as large as you want it to be.