After some correspondence with Mimi who suggested this applet, I think I have a better idea now. The followup comments she put in the original post for GeoGebra Applet Request also helped.
Mimi :
“Fix” is a term (I guess used more commonly in science??) that means that a variable has taken on a particular value. Last year I tried to explain to kids, like, if you have a rigid plane (ie. cardboard paper) and you “fix” (ie. stop moving / assign a location to) two of its corners, the piece of paper can still flap around that hinge, but once you hold onto the third corner, the paper is now fixed in place and can’t rotate anymore. Does that make more sense?
Like, a door doesn’t move because it’s got three “fixed” points: doorstop, top of the door hinge, and bottom of the door hinge. If you take away the door stop, the plane is now free to move / become other planes.
I think this version is much closer to the original request than my last previous attempt where I was moving an airplane around. I have no idea why I thought that. I’m going to say it is because I don’t teach Geometry. For some reason, planes don’t conjure up “abstract surface which has infinite width and length, zero thickness, and zero curvature” or, if you prefer, “surface which lies evenly with the straight lines on itself.”
Some things I learned working on this applet.
- determinant[] was useful for this application. Just give it a matrix and GeoGebra will do the calculations.
- A matrix in GeoGebra is a list of lists. It was much easier to use than expected.
- Sliders can be switched from oscillating to increasing or decreasing. Use a trigonometric function like sine or cosine and increase the number of periods by some random integer factor and offset the trigonometric function and we get a randomized but periodic motion starting at randomized locations. F9 key which recalculates the GeoGebra applet will also recalculate the random function to give a new value.
- Polygon[] takes points and creates a polygon with those points as vertices. A nice feature to have for a future version will be for the Polygon[] command to be able to take a list of points instead. It would’ve been helpful in this case when I wanted to draw a polygon for the portion of the plane under the XY plane. I used a clunky if[] statement to test for all 3 possible scenarios.
Remember to right-click on the slider and click on Animation On. Double-click or right-click and edit object properties of the slider if you want the slider to go faster or slower. It’s the textbox under Animation, Speed.

I highly recommend that you save the applet and run it from your computer. Click below for the applet.

You can determine for yourself if the applet is an effective visual.
UPDATE: Here’s the updated applet with those additional controls along with options to keep the applet window decluttered. Version 2 is no longer available. For some reason it wasn’t loading properly. Try version 3 below instead.

UPDATE2: Click below for version 3. Just click play button on the bottom left. Once you’re ready, try the other drawing options and experiment with the slider controls.

Recent Comments