The Compendium Geometry is an eBook providing facts, formulas and explanations about geometry.



Conversion between Polar and Cartesian Coordinates

Conversion from cartesian to polar coordinates:

Cartesian [x, y] Polar [r, j]

 
j = arctan(y/x) for x > 0
j = p/2 for x = 0 and y > 0
j = p + arctan(y/x)  for x < 0
j = 3p/2 for x = 0 and y < 0

Conversion from polar to cartesian coordinates:

Polar [r, j] Cartesian [x, y]

x = rcos j
y = rsin j


Last Update: 2007-Sep-03