Difference between revisions of "Polar Command"

From GeoGebra Manual
Jump to: navigation, search
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|conic}}
{{command|conic}}
+
;Polar( <Point>, <Conic> )
;Polar[ <Point>, <Conic> ]
 
 
:Creates the polar line of the given point relative to the conic section.  
 
:Creates the polar line of the given point relative to the conic section.  
:{{Example|1=<code>Polar[(0,2), y = x^2 - 3x + 5]</code> creates the line 1.5''x'' + 0.5''y'' = 4}}
+
:{{Example|1=<code>Polar((0,2), y = x^2 - 3x + 5)</code> creates the line 1.5''x'' + 0.5''y'' = 4}}
{{Note| See also [[Image:Mode polardiameter.png]] [[Polar or Diameter Line Tool|Polar or Diameter Line]] tool.}}
+
{{Note| See also [[File:Mode polardiameter.svg|link=|24px]] [[Polar or Diameter Line Tool|Polar or Diameter Line]] tool.}}
 +
 
 +
 
 +
;Polar(<Line>, <Conic>)
 +
:Creates the pole, given a polar line and a conic.
 +
:{{Example|1=<code>Polar(1.5x+0.5y=4, y = x^2 - 3x + 5)</code> creates the point ''(0, 2)''}}

Latest revision as of 07:21, 7 May 2021


Polar( <Point>, <Conic> )
Creates the polar line of the given point relative to the conic section.
Example: Polar((0,2), y = x^2 - 3x + 5) creates the line 1.5x + 0.5y = 4
Note: See also Mode polardiameter.svg Polar or Diameter Line tool.


Polar(<Line>, <Conic>)
Creates the pole, given a polar line and a conic.
Example: Polar(1.5x+0.5y=4, y = x^2 - 3x + 5) creates the point (0, 2)
© 2024 International GeoGebra Institute