Polar to Cartesian Converter

(r,θ) → (x,y).

x 4.33
y 2.5
Step-by-step with your numbers:
1. Values used:
2. Radius = 5
3. Angle = 30 °
4. x = 4.33
5. y = 2.5
Did we solve your problem today?

x = r·cosθ, y = r·sinθ.

FAQ

Reverse?

r=√(x²+y²); θ=atan2(y,x).