An example
According to Wikipedia, locus is a set of points whose location satisfies or is determined by one or more specified conditions. Being more specific, in GeoGebra locus is the set of output points P' constructed by given steps while the input point P is running on a certain path. In other words, let point P be an element of a path, and let point P' is the output point for the chosen input P after some transformations of P into P'.
In general the locus is a curve as the output set of points P', since also the input points P build up a curve. For example, let the input curve be circle c and P is a perimeter point of c. Let the center of the circle be C. Now let us construct point P' such that P' is the midpoint of PC. Clearly, the locus curve here is also a circle described by center C and half of the radius of c.
This example can be entered into GeoGebra either by using the graphical user interface with the mouse, or by the keyboard in the Algebra Input (here we put point C into (2,3) and use radius 4):
- C=(2,3)
- c=Circle[C,4]
- P=Point[c]
- P'=Midpoint[P,C]
- Locus[P',P]
Here the user can add command LocusEquation[loc1] to make GeoGebra compute the equation automatically. By clicking on the marble to the left of the input line GeoGebra will also display the geometric form of the equation, i.e. another circle will be drawn (the same as loc1).