Cartesian to Polar Coordinates Converter

Converting between Cartesian and polar coordinates is essential in maths, physics, and engineering. Cartesian coordinates describe a point’s position on a flat plane with x and y values. Polar coordinates express the same location with a radius (r) and angle (θ). Both systems represent identical points but suit different problems.

Results

Radius (r):
Angle (θ):
Quadrant:

How We Got Here:

    Results

    X Coordinate:
    Y Coordinate:
    Distance from Origin:

    How We Got Here:

      Recent Conversions

        Coordinate Systems Explained

        Cartesian System

        Two perpendicular axes intersect at the origin (0,0). Any point has coordinates (x,y) showing horizontal and vertical distances from the origin.

        Example: Point (3,4) sits 3 units right and 4 units up from the origin.

        Polar System

        A fixed point (the pole) serves as the centre. Points are defined by distance (r) from the pole and angle (θ) from the polar axis.

        Example: Point (5, 53.13°) lies 5 units from the pole at a 53.13° angle.

        These systems describe the same points differently. Cartesian coordinates work brilliantly for graphs and grids. Polar coordinates shine when dealing with circles, spirals, and rotational motion.

        Conversion Formulas

        Cartesian to Polar

        When you’ve got a point (x,y) in Cartesian form and need polar coordinates (r,θ), apply these formulas:

        r = √(x² + y²)
        θ = arctan(y/x)

        The radius r represents straight-line distance from the origin to your point. The angle θ shows the counter-clockwise rotation from the positive x-axis.

        Mind the quadrant: Standard calculators sometimes give incorrect angles for negative x or y values. Check which quadrant your point occupies and adjust accordingly:

        • Quadrant I (x > 0, y > 0): Use the calculator value directly
        • Quadrant II (x < 0, y > 0): Add 180° to the calculator value
        • Quadrant III (x < 0, y < 0): Add 180° to the calculator value
        • Quadrant IV (x > 0, y < 0): Add 360° to the calculator value (or keep it negative)

        Polar to Cartesian

        Converting from polar (r,θ) to Cartesian (x,y) is straightforward:

        x = r × cos(θ)
        y = r × sin(θ)

        These formulas always work regardless of quadrant. The trigonometric functions handle positive and negative values automatically.

        Common Cartesian to Polar Conversions

        Cartesian (x, y) Radius (r) Angle (θ) – Degrees Angle (θ) – Radians Quadrant
        (1, 0) 1 0 Positive x-axis
        (0, 1) 1 90° π/2 Positive y-axis
        (1, 1) √2 ≈ 1.414 45° π/4 I
        (3, 4) 5 53.13° 0.927 I
        (-1, 1) √2 ≈ 1.414 135° 3π/4 II
        (-3, 4) 5 126.87° 2.214 II
        (-1, -1) √2 ≈ 1.414 225° 5π/4 III
        (-3, -4) 5 233.13° 4.069 III
        (1, -1) √2 ≈ 1.414 315° 7π/4 IV
        (3, -4) 5 306.87° 5.356 IV
        (5, 12) 13 67.38° 1.176 I
        (8, 15) 17 61.93° 1.081 I

        Worked Examples

        Example 1: Converting (12, 5) to Polar

        Let’s convert the Cartesian point (12, 5) into polar coordinates.

        Step 1: Work out the radius
        r = √(12² + 5²) = √(144 + 25) = √169 = 13

        Step 2: Calculate the angle
        θ = arctan(5/12) = arctan(0.4167) = 22.62°

        Step 3: Check the quadrant
        Both x and y are positive, so we’re in Quadrant I. No adjustment needed.

        Answer: The polar coordinates are (13, 22.62°) or (13, 0.395 rad).

        Example 2: Converting (-3, 10) to Polar

        Now for a trickier one with a negative x value.

        Step 1: Work out the radius
        r = √((-3)² + 10²) = √(9 + 100) = √109 ≈ 10.44

        Step 2: Calculate the raw angle
        θ = arctan(10/-3) = arctan(-3.333) ≈ -73.30°

        Step 3: Adjust for Quadrant II
        Since x < 0 and y > 0, we’re in Quadrant II. Add 180°:
        θ = -73.30° + 180° = 106.70°

        Answer: The polar coordinates are (10.44, 106.70°) or (10.44, 1.862 rad).

        Example 3: Converting (5, 53.13°) to Cartesian

        Going the other direction from polar to Cartesian.

        Step 1: Calculate x
        x = 5 × cos(53.13°) = 5 × 0.6 = 3

        Step 2: Calculate y
        y = 5 × sin(53.13°) = 5 × 0.8 = 4

        Answer: The Cartesian coordinates are (3, 4).

        Special Cases Worth Noting

        The Origin

        The point (0,0) in Cartesian becomes (0, θ) in polar form. The angle θ can be any value since the radius is zero. By convention, we typically write it as (0,0) in polar form too.

        Points on Axes

        Points sitting directly on the x or y axes have neat polar representations:

        • (a, 0) becomes (a, 0°) for positive a, or (|a|, 180°) for negative a
        • (0, b) becomes (b, 90°) for positive b, or (|b|, 270°) for negative b

        Negative Radius Values

        Some maths texts allow negative radius values. A point (r, θ) with r < 0 represents the same location as (|r|, θ + 180°). Most applications stick with r ≥ 0 to avoid confusion.

        Common Polar Equations

        Shape Cartesian Form Polar Form Description
        Circle (centred at origin) x² + y² = a² r = a Constant radius
        Vertical line x = a r = a/cos(θ) Parallel to y-axis
        Horizontal line y = b r = b/sin(θ) Parallel to x-axis
        Line through origin y = mx θ = arctan(m) Constant angle
        Circle (off-centre) (x-a)² + (y-b)² = c² Complex polar form Centre at (a,b)
        Spiral Complex r = aθ Archimedean spiral

        Which System Should You Pick?

        Choose Cartesian When:

        • Plotting data on standard graphs and charts
        • Working with rectangular grids or city maps
        • Describing motion along straight lines
        • Solving problems with perpendicular components
        • Dealing with computer graphics and screen coordinates

        Choose Polar When:

        • Describing circular or rotational motion
        • Working with angles and distances from a central point
        • Analysing waves and oscillations
        • Solving navigation and astronomy problems
        • Dealing with radar, sonar, or radio signals
        • Studying spirals, roses, and other curves

        FAQs

        Why do calculators sometimes give wrong angles when converting?

        The arctan function only returns values between -90° and 90°. When your point sits in Quadrant II or III, the calculator gives you an angle in the wrong half of the circle. You need to add 180° to place it correctly. Always check which quadrant your point occupies before trusting the calculator.

        Can polar coordinates be negative?

        The radius r must be non-negative in standard polar coordinates (r ≥ 0). Some advanced maths books allow negative radius values where (r, θ) with r < 0 means the same spot as (|r|, θ + 180°). The angle θ typically ranges from -180° to 180° or 0° to 360°, depending on your preference.

        What happens at the origin?

        The origin (0,0) has an undefined angle in polar form since any angle works when r = 0. We write it as (0, 0) by convention, though (0, θ) for any θ technically represents the same point.

        Should I use degrees or radians?

        Both work perfectly well. Degrees feel more intuitive for everyday problems (0° to 360° for a full circle). Radians (0 to 2π) appear more often in higher maths, physics, and engineering because they simplify many formulas. Pick whichever suits your field or personal preference.

        Are there coordinate systems beyond Cartesian and polar?

        Absolutely. Cylindrical coordinates extend polar coordinates into three dimensions by adding a z-axis. Spherical coordinates use two angles and a radius for 3D space. Different fields adopt coordinate systems that match their problems best.

        How do I convert polar equations to Cartesian form?

        Replace r with √(x² + y²), cos(θ) with x/r, and sin(θ) with y/r in your polar equation. Then substitute r again and simplify. The resulting equation will be in x and y only. Some polar equations become messy in Cartesian form.

        What’s the relationship between polar and complex numbers?

        Complex numbers connect beautifully with polar coordinates. A complex number z = x + yi can be written as z = r(cos θ + i sin θ) or z = re^(iθ) in polar form. This link makes polar coordinates incredibly powerful in electrical engineering and signal processing.

        Can I use these formulas for vectors?

        Yes. Vectors from the origin to a point follow identical conversion rules. The radius r becomes the vector magnitude, and θ shows the vector’s direction. This works in both 2D and (with modifications) 3D vector problems.

        Scroll to Top