Convert (3, 4) to polar coordinates
Find the radius and angle of a point given in Cartesian coordinates.
Solution
- Cartesian point (3, 4)
- Radius r = √(x² + y²) = √(9 + 16) = 5
- Angle θ = atan2(y, x) = 53.1301° = 0.927295 rad
Try a similar problem yourself
Use the Cartesian to Polar Coordinates to solve a similar problem with your own values.
Open the solver