[math-fun] Interactive virtual planimeter
Does anyone know of a good interactive virtual planimeter that will tell you the signed area of a region that you've specified by dragging around a cursor? Even a version that only works for polygons (where the user clicks successive vertices) would be better than nothing. I've looked on the web, but I couldn't find what I need. Maybe one of you is inclined to build one? I would feature it (with credit, of course) in my upcoming Mathematical Enchantments essay about signed area (later this year). I want something that runs from a browser, so readers of my blog can just click on a link and a new tab will open. I am not interested in explaining the mechanics of how physical planimeters work (though I suppose I wouldn't be opposed to a webpage that explained that too, as long as the visuals associated with the wheels and arms didn't submerge the main message). I'd much rather have extra visuals that reinforce the concept of signed area. For instance, if the demo does just polygons, then every time a new vertex gets added, one could see a new triangle joining the new vertex, the previous vertex, and the origin, with shading or color to indicate whether it's oriented clockwise or counterclockwise, and with appropriate cancellation of positive and negative area being represented visually. It'd be especially nice if the demo handled reentrant polygons sensitively, so that regions encircled m times had a different color than regions encircled n times, when the integers m and n (positive, negative, or zero) are unequal. Jim Propp
Here's a cheap one I just whipped up: https://www.khanacademy.org/computer-programming/planimeter/5456307495501824 On Tue, Jul 26, 2016 at 10:33 AM, James Propp <jamespropp@gmail.com> wrote:
Does anyone know of a good interactive virtual planimeter that will tell you the signed area of a region that you've specified by dragging around a cursor? Even a version that only works for polygons (where the user clicks successive vertices) would be better than nothing.
I've looked on the web, but I couldn't find what I need. Maybe one of you is inclined to build one? I would feature it (with credit, of course) in my upcoming Mathematical Enchantments essay about signed area (later this year).
I want something that runs from a browser, so readers of my blog can just click on a link and a new tab will open. I am not interested in explaining the mechanics of how physical planimeters work (though I suppose I wouldn't be opposed to a webpage that explained that too, as long as the visuals associated with the wheels and arms didn't submerge the main message). I'd much rather have extra visuals that reinforce the concept of signed area. For instance, if the demo does just polygons, then every time a new vertex gets added, one could see a new triangle joining the new vertex, the previous vertex, and the origin, with shading or color to indicate whether it's oriented clockwise or counterclockwise, and with appropriate cancellation of positive and negative area being represented visually.
It'd be especially nice if the demo handled reentrant polygons sensitively, so that regions encircled m times had a different color than regions encircled n times, when the integers m and n (positive, negative, or zero) are unequal.
Jim Propp _______________________________________________ math-fun mailing list math-fun@mailman.xmission.com https://mailman.xmission.com/cgi-bin/mailman/listinfo/math-fun
-- Mike Stay - metaweta@gmail.com http://www.cs.auckland.ac.nz/~mike http://reperiendi.wordpress.com
participants (2)
-
James Propp -
Mike Stay