Rectangular to Polar Conversion Calculator

Enter value and click on calculate. Result will be displayed.
For (x1, y1) and (x2, y2)
If (x1 > x2) then x = x1 - x2 else x = x2 - x1
If (y1 > y2) then y = y1 - y2 else y = y2 - y1
R = Sqrt(x2+y2)       Angle = tan -1(y/x)

Enter Your Values:
Rectangular coordinates

X1:
Y1:
X2:
Y2:

Result: Polar Coordinates

R:
Angle:
deg
Rectangular to Polar Conversion Calculator

Rectangular coordinates are in the form (x,y), where x and y are the horizontal and vertical distances from the origin.

Polar coordinates are in the form (r,q), where r is the distance from the origin to the point and q is the angle measured from the positive x axis to the point

x