Re: [Edu-sig] turtle coordinates: Y increase downards - as in most graphics API?
From: Kevin Cole <kevin.cole@novawebdevelopment.org>
In spite of the common "in computer graphics Y goes down", does that make sense to new learners? I've gotten used to various coordinate systems, but the first time I had to work with graph paper and plotting (and, for that matter, maps) one goes "up" ("north", "forward") for Y. ... ...
From: kirby urner <kirby.urner@gmail.com>
This arrangement of two numbered lines considered "most normal" i.e. this schema is rather ubiquitous and must be considered something of a home base in classroom projects. ...
However if you walk around to the back and look from the other side... my right is your left and so on -- these are terms relative to a point of view, not to the object in front of us, which is where the confusion often begins. Who's left?
Stage left means what again? It's the actor's left, not the audience's left. ... Math texts don't believe in talking about an observer for some reason, or multiple observers. I expect the influence of computer science to be a positive influence in helping address that blind spot over time.
Perhaps teachers of physics could be called to make appreciations in their courses about the relativeness (in most cases) on chosen a coordinate system: right or left-handed or whatever helps to make computations simple (but not simpler). Some issues to keep in mind:
From the The Feynman Lectures on Physics:
http://www.feynmanlectures.caltech.edu/I_52.html """ Fig. 52–1(b)! The first molecule, the one that comes from the living thing, is called L-alanine. The other one, which is the same chemically, in that it has the same kinds of atoms and the same connections of the atoms, is a “right-hand” molecule, compared with the “left-hand” L-alanine, and it is called D-alanine. ... ... So it looks as though the phenomena of life permit a distinction between "right" and "left," ... """ Other Related links: https://phys.org/news/2014-10-handedness-life.html http://www.iflscience.com/space/why-life-left-handed-answer-stars/ Sergio Check out the free first draft of the book: Prealgebra via Python Programming https://www.researchgate.net/publication/325473565 https://github.com/rojassergio/Prealgebra-via-Python-Programming
On Tue, Jun 19, 2018 at 7:27 AM, Sergio Rojas <sergio_r@mail.com> wrote:
Some issues to keep in mind:
From the The Feynman Lectures on Physics:
http://www.feynmanlectures.caltech.edu/I_52.html """ Fig. 52–1(b)! The first molecule, the one that comes from the living thing, is called L-alanine. The other one, which is the same chemically, in that it has the same kinds of atoms and the same connections of the atoms, is a “right-hand” molecule, compared with the “left-hand” L-alanine, and it is called D-alanine. ... ... So it looks as though the phenomena of life permit a distinction between "right" and "left," ... """
Yes, a very excellent suggestion and apropos in this context, Sergio. The Feynman piece is fascinating. I like that he features a "Martian" (see below). Congruent vs. Chiral: I hang out on some math teacher web groups (mostly on Facebook) and one topic that comes up a lot is "congruence". Interestingly, the math concept of "congruence" teaches us to overlook or ignore "chirality" or handedness in structures, despite these enantiomers having completely different chemical properties. We would say the left hand is congruent to the right hand in a math class. I downloaded the PDF of your book and am reading it. Impressive! Mixing math and programming and deriving the benefits of synergy has been one of my themes as well. Regarding coordinate systems, I'm probably the only teacher to use what I call Quadrays in the classroom. Indeed, next week I'll be sharing a summer camp course in "Martian Math" with some Silicon Forest kids that features this alternative coordinate system, with four basis rays from the center of a regular tetrahedron to its four corners, using positive 4-tuples. All points in space are linear combinations of these four basis vectors. I have Python code for converting back and forth to XYZ. The centers of closest packed spheres in the CCP all have positive whole number coordinates. https://en.wikipedia.org/wiki/Quadray_coordinates https://github.com/4dsolutions/Python5/blob/master/Generating%20the%20FCC.ip... I tell them this is what Martians use, acknowledging this is purely science fiction, and suggest that comparing and contrasting a conventional apparatus with something alien (unfamiliar) actually helps students achieve a deeper understanding of the convention. Martians also use triangles and tetrahedrons to model 2nd and 3rd powering such that 3 x 3 x 3 is a tetrahedron of 27, not a cube of 27. We have a constant for going back and forth between XYZ cubic volumes and IVM tetra volumes. http://www.4dsolutions.net/satacad/martianmath/toc.html (from my previous iteration of this class)
Other Related links: https://phys.org/news/2014-10-handedness-life.html http://www.iflscience.com/space/why-life-left-handed-answer-stars/
Yes very useful. Looking for chemical signatures in space leads me to Harold Kroto's discovery of C60 and its subsequent analysis and synthesis as a topic. https://youtu.be/yZ8JDDnyxC4 (another link re chirality) Thanks again! Kirby
Sergio Check out the free first draft of the book: Prealgebra via Python Programming https://www.researchgate.net/publication/325473565 https://github.com/rojassergio/Prealgebra-via-Python-Programming _______________________________________________
participants (2)
-
kirby urner
-
Sergio Rojas