Using GeoGebra

GeoGebra 3.2 is available for download or web start by clicking here.  For your own computer, you might as well download and install GeoGebra.  When you work in a computer lab, use web start.

GeoGebra is free, runs well, and allows you to make high quality graphics easily.  It is particularly well-suited to making graphics of lines, points, functions, derivatives, and integrals.

Exporting a GeoGebra worksheet as a web page

To save your worksheet as a webpage, pull down File, Export, Dynamic Worksheet as Webpage, then fill in the title for the page, text you want to go above the worksheet, and text you want below.  I recommend that you click the Advanced tab and click all the boxes so that the GeoGebra window in the worksheet will have full GeoGebra capabilities.  Finally, click Export.  GeoGebra will prompt you for a name for the .html file and where you want to put it.  Probably you want to save it in a GeoGebra subfolder of your public_html folder.  In addition to the .html file, GeoGebra may also save a geogebra.jar file and a .ggb file specific to the worksheet you made.  Remember not to use spaces in the filename because personal.bgsu.edu will not accept them.

Linear regression

Version 3.2 has support for linear regression.  Very briefly, input a dataset this way:  M = {(1,2),(2,2),(3,4),(5,4)}.  This is the list of data points.  By right clicking it in the list of free objects, you can Show Object.  Then, input L = FitLine[M] and GeoGebra will put a linear regression line L through the datapoints.  Better yet, input P=(1,2) then Q=(2,2) and R=(3,5), then M = {P, Q, R}, then W = FitLine[M].  Now you can move the points around and the regression line will follow!

Miscellaneous

Difficulties with exporting image files in previous versions of GeoGebra

/ / Department of Mathematics and Statistics / Math 592 / Disclaimer