Related Tools
The online cartesian coordinate and polar coordinate conversion tool supports the mutual conversion of Cartesian coordinate system coordinates and Polar coordinate system coordinates. The conversion supports batch operation, and the conversion results can be downloaded locally.
Online polar coordinate and Cartesian plane rectangular coordinate conversion tool, supporting polar coordinates (r, φ) Convert to and from Cartesian coordinates (X, Y).
- Definition of Cartesian coordinate system : The origin is (0,0), the positive direction of the X-axis is left to right, and the positive direction of the Y-axis is 90° counterclockwise rotation of the X-axis. The positive direction of the X-axis points to the right and the positive direction of the Y-axis points top.
- Definition of polar coordinate system : The origin is (0,0), and the polar axis is in the positive direction of the X-axis.
-
Coordinate system diagram :
-
Formula for converting polar and Cartesian coordinatespolar coordinates → Cartesian coordinatesCartesian coordinates → polar coordinatesFormula Description : The range of φ values is (-π, π], and the corresponding degree is (-180, 180]. atan2 is the arctangent function that has taken quadrants into account.
- Input Coordinates : Enter the plane Cartesian coordinates (X, Y) or polar coordinates (r, φ). Use Comma-separated values, and enter one coordinate for each line. Supports input of multiple lines. XY coordinate format is X , Y. rφ coordinate format is r , φ.
- Unit : Select the angle unit in the input or result, supporting degrees (°) and radians (rad).
- Range : Select the range of values for the polar angle in the input or result polar coordinates. Supports (-180,180] or (-π, π], [0,360) or [0,2π).
- Precision : The number of digits reserved after the decimal point of the conversion result. Optional. The range is [0,15].
- XY → rφ : Convert Cartesian coordinates to polar coordinates (r is the radius coordinate, φ Is the angular coordinate).
- rφ → XY : Convert polar coordinates to Cartesian coordinates.
- Open File : Support opening UTF-8 encoded text files.
-
Input Coordinates Example :
a. Input Cartesian coordinates
b. Input polar coordinates( the unis is degree, angel range is (-180,180] )1 , 1 -1 , 1 -1 , -1 1 , -1
c. Input polar coordinates( the unis is radian, angle range is [0, 2π) )1.414 , 45.000 1.414 , 135.000 1.414 , -135.000 1.414 , -45.000
1.414 , 0.785 1.414 , 2.356 1.414 , 3.927 1.414 , 5.498