Algebra

Cartesian to Polar

Convert (x, y) to polar (r, θ). Free online Cartesian to Polar. Calculate cartesian to polar online — fast, accurate, mobile-friendly, no signup needed.

r
5
θ (°)
53.130102

Derivation

  1. ├── 01Givenx = 3, y = 4
  2. ├── 02Formular: √(t²+a²)
  3. ├── 03Compute r5
  4. ├── 04Formulaθ (°): 180 × atan2(a,t) / π
  5. └── 05Compute θ (°)53.130102
Did you know?

Every calculator here runs 100% in your browser — nothing is sent to a server or stored in a database.

§01What is

Understanding the Cartesian to Polar

The Cartesian to Polar computes r from 2 inputs: x, y. Convert (x, y) to polar (r, θ).

Algebra is the art of solving for the unknown. Rearranging a formula to isolate the variable you actually need is the single most common real-world math skill — and doing it with real numbers under time pressure is where errors happen. The Cartesian to Polar sits in that toolkit — it convert (x, y) to polar (r, θ). Enter your numbers above and the result updates instantly; every step of the math is shown in the Derivation panel so you can see exactly how the answer was reached.

§02The Formula

How it’s calculated

r = √(t²+a²) | θ (°) = 180 × atan2(a,t) / π

Where

x
x
y
y
r
Output value
θ (°)
Output value
§03Practical Example

Step-by-step walkthrough

Scenario

Apply the formula to a realistic set of inputs: x = 3, y = 4.

  1. 01Start by noting the input — x: 3.
  2. 02Start by noting the input — y: 4.
  3. 03Substitute these values into the formula: r = √(t²+a²) | θ (°) = 180 × atan2(a,t) / π
  4. 04Compute r: the calculator returns 5.
  5. 05Compute θ (°): the calculator returns 53.1301.
  6. 06Cross-check the answer by opening the Derivation panel above — every line of math is shown so you can follow the computation end-to-end.
§04Variants

Common Cartesian to Polar Problems

The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.

01 · PATTERN

x halved

x = 1.5 (from 3)

Keep every other input at its default and halve the x. See how r responds.

  1. 01New x: 1.5
  2. 02Baseline r: 5
  3. 03New r: 4.272
  4. 04r decreases by 14.6% → use this sensitivity to plan for real-world variation.
02 · PATTERN

x doubled

x = 6 (from 3)

Keep every other input at its default and double the x. See how r responds.

  1. 01New x: 6
  2. 02Baseline r: 5
  3. 03New r: 7.2111
  4. 04r increases by 44.2% → use this sensitivity to plan for real-world variation.
03 · PATTERN

y halved

y = 2 (from 4)

Keep every other input at its default and halve the y. See how r responds.

  1. 01New y: 2
  2. 02Baseline r: 5
  3. 03New r: 3.60555
  4. 04r decreases by 27.9% → use this sensitivity to plan for real-world variation.
04 · PATTERN

y doubled

y = 8 (from 4)

Keep every other input at its default and double the y. See how r responds.

  1. 01New y: 8
  2. 02Baseline r: 5
  3. 03New r: 8.544
  4. 04r increases by 70.9% → use this sensitivity to plan for real-world variation.
§05FAQ

Frequently asked questions

Yes. The calculator implements the standard formula as documented and returns exact floating-point results. No approximations are used unless noted in the formula.
Your feedback

How useful was this calculator?

Your ratings stay in your browser — they help us learn which tools people actually rely on.

Rate it
Was this helpful?