<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3APolar_Mode</id>
	<title>TI-BASIC:Polar Mode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3APolar_Mode"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Polar_Mode&amp;action=history"/>
	<updated>2026-04-17T19:17:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Polar_Mode&amp;diff=932&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Polar_Mode&amp;diff=932&amp;oldid=prev"/>
		<updated>2016-02-24T18:25:59Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=POLAR-MODE.GIF&lt;br /&gt;
|summary=Enables polar graphing mode.&lt;br /&gt;
|syntax=Polar&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# MODE to access the mode menu.&lt;br /&gt;
# Use arrows to select Pol.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Polar command enables the [[TI-BASIC:Graphing_Mode#polar|polar]] graphing mode.&lt;br /&gt;
&lt;br /&gt;
Unlike the previous modes, polar mode doesn&amp;#039;t use the more common (x,y) coordinates. Instead, the coordinates (r,θ) are used, where θ is the counterclockwise angle made with the positive x-axis, and r is the distance away from the origin (the point (0,0)). Although it&amp;#039;s possible to translate from one system to the other, polar coordinates are more useful for some expressions (and, of course, less useful for others). &lt;br /&gt;
&lt;br /&gt;
In particular, they&amp;#039;re very good at graphing anything circle-related. The equation for a circle in polar mode is just r=1 (or any other number, for a circle of different radius). &lt;br /&gt;
&lt;br /&gt;
Like in parametric mode, the parameter θ uses the window variables θmin, θmax, and θstep to determine which points are graphed. A common situation is θmin=0, θmax=2π: in [[TI-BASIC:Radian_Mode|Radian]] mode, this corresponds to going all the way around the circle. Of course, you could use [[TI-BASIC:Degree_Mode|Degree]] mode and set θmax to be 360, but this is uncommon in mathematics.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
The [[TI-BASIC:System_Variables#window|window variables]] that apply to polar mode are:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;θmin&amp;#039;&amp;#039;&amp;#039; -- Determines the minimum θ-value graphed for equations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;θmax&amp;#039;&amp;#039;&amp;#039; -- Determines the maximum θ-value graphed for equations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;θstep&amp;#039;&amp;#039;&amp;#039; -- Determines the difference between consecutive θ-values.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Xmin&amp;#039;&amp;#039;&amp;#039; -- Determines the minimum X-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Xmax&amp;#039;&amp;#039;&amp;#039; -- Determines the maximum X-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Xscl&amp;#039;&amp;#039;&amp;#039; -- Determines the horizontal space between marks on the X-axis in [[TI-BASIC:Axeson|AxesOn]] mode or dots in [[TI-BASIC:Gridon|GridOn]] mode.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Ymin&amp;#039;&amp;#039;&amp;#039; -- Determines the minimum Y-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Ymax&amp;#039;&amp;#039;&amp;#039; -- Determines the maximum Y-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Yscl&amp;#039;&amp;#039;&amp;#039; -- Determines the vertical space between marks on the Y-axis in [[TI-BASIC:Axeson|AxesOn]] mode or dots in [[TI-BASIC:Gridon|GridOn]] mode.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Func|Func]]&lt;br /&gt;
* [[TI-BASIC:Param|Param]]&lt;br /&gt;
* [[TI-BASIC:Seq_Mode|Seq]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>