How do I convert Cartesian coordinates to polar coordinates?
Answers
Answered by
0
To convert from Cartesian Coordinates (x,y) to Polar Coordinates (r,θ):
- r = √ ( x2 + y2 )
- θ = tan-1 ( y / x )
Answered by
0
To convert from Cartesian Coordinates (x,y) to Polar Coordinates (r,θ):
r = √ ( x2 + y2 )
θ = tan-1 ( y / x
Attachments:
Similar questions