3rd international conference issep lászló csink - károly farkas turtle’s curves

16
3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

Upload: ruby-dawson

Post on 18-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

3rd International Conference ISSEP

László CSINK - Károly FARKAS

Turtle’s Curves

Page 2: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

Our institute

Budapest TechPolytechnical Institution

John von Neumann Faculty

Page 3: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• When we were children we loved to draw circles using bows. It was also big fun to draw an ellipse with two pins and some thread. Later we could use an ellipsograph. We could not draw, however, any other mathematical curves. Now we have the computer at our disposal by which many geometrical shapes can be produced and presented with desired precision.

Page 4: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• To view these is great fun. On the other hand, getting to know the algorithms that produce these curves strengthens the connection between geometry and mathematics in general and it helps understand the connections between various processes and structures.

Page 5: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• Mathematical curves can be generated by several programs. Logo usually uses the polar coordinate system instead of Descartes coordinates. This way the drawing will be more syntonic, we can more easily identify ourselves with the motion.

Page 6: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

Citation from Papert

• , I believe that Turtle geometry lends itself so well to Polya’s principles that the best way to explain Polya students is let them learn Turtle geometry. Thus Turtle geometry serves as a carrier for the general ideas of a heuristic strategy.’

Page 7: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• We met the turtle-curves first at the VI. EuroLogo Conference in [1996]. Some functions we described in Porto [2003], a competition was inspired by our Polish colleague at the last EuroLogo Conference [2007]. Now we generate some new curves in OOP paradigm.

Page 8: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• Inadequate teaching of mathematics may cause a phobia in many children. The expression mathphobia will be used, after Papert, as a phobia against something that appears to be too hard to learn. Any subject, even informatics can cause it, although this subject usually starts with causing satisfaction.

Page 9: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• Prevention can be achieved by making the subject loveable.

This may be even more important than teaching.

Page 10: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• We claim that the computer is an outstanding and indispensable tool for learning. It is useful not only for searching and sorting information but more importantly an experimental tool for the student that can be used for mental experiments.

Page 11: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• " ...children can learn to use computers in a masterful way, and that learning to use computers can change the way they learn everything else" (Papert)

Page 12: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• The mathematical curves to be presented not only yield aesthetic pleasure but they also serve as a good example of thinking development.

Page 13: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• In case the various curves are created by turtle motions mathematical knowledge can be discovered by ourselves. Understanding and memory are more effective if connected to inner stimuli. Turtle geometry is effective because of visual experience as well as the dynamism of motion. Somatic syntony, the option that the drawing steps can be linked to our bodily motion, greatly enhances understanding the algorithms.

Page 14: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

And now some samples

Page 15: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

Conclusion

• The above examples are clearly understandable to most students.

• The presentation of our examples is didactic.• „We have heard we will forget, what we have

seen we will remember and what we have done that we have learnt.”

• To learn programming, drawing is a motivating factor

• Teaching programming, just as mathematics, is important to develop thinking in an effective way

Page 16: 3rd International Conference ISSEP László CSINK - Károly FARKAS Turtle’s Curves

• Our examples are used in informatics classes for our grammar school students. Examples keep up the interest of most students and they actively participate in class work.

• In higher education, our methodology was used in technical engineering education courses. Some of our university students have participated in collecting example Logo programs.