You are not logged in.
Hi, I'm confused about how to convert something like (0,2) to Polar coordinates. The correct formula is this right?:
r^2= (x^2 + y^2)^1/2
Θ = tan^-1 (y/x)
When I plug in the values, I'd get something like Θ = tan^-1 (2/0). How would you continue in a situation like this? Am I doing something wrong?
Offline
Hi genericname;
You do not use the atan function you use the atan2 function:
So for (0,2)
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Awesome. Thank you!
Offline
Hi genericname;
Your welcome.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline