home
>
area
>
rectangular-polar-conversion

Rectangular to Polar Conversion Calculator

X1 Value
Y1 Value
X2 Value
Y2 Value
R=
t (in degrees)=

 
   
  
Code to add this calci to your website Expand embed code Minimize embed code
Just copy and paste the below code to your webpage where you want to display this calculator.



Formula Used:

R = sqrt(x * x + y * y) , angle=atan(y/x)
Where,
Rectangle coordinates:
x and y - horizontal and vertical distances from the origin.
Polar coordinates(r,q):
r - the distance from the origin to the point.
q - the angle measured from the positive x axis to the point.
t - angle (in degrees).

The rectangular to polar conversion calculator displays the result of the conversion to polar with two dimensional coordinates.