Polar coordinates
This is an old revision of this page, as edited by RandRover (talk | contribs) at 18:21, September 28, 2011. It may differ significantly from current revision.
Polar coordinates are an alternative way of representing points on the coordinate plane. Under the standard system, a point is represented as an ordered pair (x, y) of coordinates for distance 'x' along the horizontal axis and distance 'y' along the vertical axis from a fixed point, called the origin. Under the polar coordinate system, a point is represented as an angle <math>\theta</math> from the origin and a distance 'r' extended in that direction. Thus, a point under rectangular coordinates can be transformed to polar coordinates using the following rule:
- <math>
x = rcos(\theta)</math>
- <math>y = rsin(\theta)</math>