Difference between revisions of "Locus Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
{{command|geometry}}
+
; Locus( <Point Creating Locus Line Q>, <Point P>): Returns the locus curve of the point ''Q'', which depends on the point ''P''.  
; Locus[ <Point Creating Locus Line Q>, <Point P>]: Returns the locus curve of the point ''Q'', which depends on the point ''P''.  
 
 
:{{Note| Point ''P'' needs to be a point on an object (e. g. line, segment, circle).}}  
 
:{{Note| Point ''P'' needs to be a point on an object (e. g. line, segment, circle).}}  
; Locus[ <Point Creating Locus Line Q>, <Slider t>]: Returns the locus curve of the point ''Q'', which depends on the values assumed by the slider ''t''.  
+
; Locus( <Point Creating Locus Line Q>, <Slider t>): Returns the locus curve of the point ''Q'', which depends on the values assumed by the slider ''t''.  
;Locus[ <Slopefield>, <Point>  ]: Returns the locus curve which equates to the slopefield at the given point.  
+
;Locus( <Slopefield>, <Point>  ): Returns the locus curve which equates to the slopefield at the given point.  
;Locus[ <f(x, y)>, <Point>  ]: Returns the locus curve which equates to the solution of the differential equation <math>\frac{dy}{dx}=f(x,y)</math>. The solution is calculated numerically.
+
;Locus( <f(x, y)>, <Point>  ): Returns the locus curve which equates to the solution of the differential equation <math>\frac{dy}{dx}=f(x,y)</math> in the given point. The solution is calculated numerically.
  
 
Loci are specific object types, and appear as [[Free, Dependent and Auxiliary Objects|auxiliary objects]]. Besides Locus command, they are the result of some [[Discrete Math Commands]] and [[SolveODE Command]].  Loci are [[Geometric Objects#Paths|paths]] and can be used within path-related commands such as [[Point Command|Point]]. Their properties depend on how they were obtained, see e.g. [[Perimeter Command]] and [[First Command]].
 
Loci are specific object types, and appear as [[Free, Dependent and Auxiliary Objects|auxiliary objects]]. Besides Locus command, they are the result of some [[Discrete Math Commands]] and [[SolveODE Command]].  Loci are [[Geometric Objects#Paths|paths]] and can be used within path-related commands such as [[Point Command|Point]]. Their properties depend on how they were obtained, see e.g. [[Perimeter Command]] and [[First Command]].
  
{{Note| See also [[Image:Tool_Locus.gif]] [[Locus Tool|Locus]] tool.}}
+
{{Note| See also [[File:Mode locus.svg|link=|22px]] [[Locus Tool|Locus]] tool.}}
  
 
{{warning|A locus is undefined when the dependent point is the result of a [[Point Command]] with two parameters, or a [[PathParameter Command]].}}
 
{{warning|A locus is undefined when the dependent point is the result of a [[Point Command]] with two parameters, or a [[PathParameter Command]].}}
 
<br>
 
<br>

Latest revision as of 16:17, 7 October 2017


Locus( <Point Creating Locus Line Q>, <Point P>)
Returns the locus curve of the point Q, which depends on the point P.
Note: Point P needs to be a point on an object (e. g. line, segment, circle).
Locus( <Point Creating Locus Line Q>, <Slider t>)
Returns the locus curve of the point Q, which depends on the values assumed by the slider t.
Locus( <Slopefield>, <Point> )
Returns the locus curve which equates to the slopefield at the given point.
Locus( <f(x, y)>, <Point> )
Returns the locus curve which equates to the solution of the differential equation \frac{dy}{dx}=f(x,y) in the given point. The solution is calculated numerically.

Loci are specific object types, and appear as auxiliary objects. Besides Locus command, they are the result of some Discrete Math Commands and SolveODE Command. Loci are paths and can be used within path-related commands such as Point. Their properties depend on how they were obtained, see e.g. Perimeter Command and First Command.

Note: See also Mode locus.svg Locus tool.
Warning Warning: A locus is undefined when the dependent point is the result of a Point Command with two parameters, or a PathParameter Command.


© 2024 International GeoGebra Institute