Rectangular coordinates - polar coordinates online conversion


Rectangular coordinates
Polar Coordinates

App description

Rectangular coordinates - polar coordinates conversion

Enter the value, click on "Calculate" and the result will be displayed.

The rectangular coordinates are (x, y), where x and y are the horizontal and vertical distances of the origin to that point.

The polar coordinates are (R, Q), where R is the starting point to the point, the distance between the two points, and Q is the angle between the positive x-axis and the point.

Calculation formula

Point 1 coordinates (x1, y1), point 2 coordinates (x2, y2)

If x1 > x2, then x = x1 - x2, whereas if x2 > x1, then x = x2 - x1.

If y1 > y2, then y = y1 - y2, whereas if y2 > y1, then y = y2 - y1.

\(R=√(x^2+y^2)\)

\(angle=tan^{-1} (\frac{Y}{X})\)

Usage example

Input data: X1 is 5; Y1 is 8; X2 is 3; Y2 is 6, click “Calculate” to display the result.

Output: Polar coordinate R is 2.8284; angle is 45 degrees.

 

    Sign in for comments!
Comment list (0)

Powered by TorCMS (https://github.com/bukun/TorCMS).