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
Enter your values:
|
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
|