Given these Cartesian coordinates: $(2,-3)$
This is my fourth problem of this type, I solved the other 3, but this one has weird numbers and I don't know what to do.
$$\tan\theta = -\frac{3}{2}$$
what would $\theta$ be? The number isn't convenient, if that makes sense. I don't know how to calculate it. I tried entering that into google and it just said it was $.98$ radians. That didn't work as the answer.
As for finding $r$, since I need $(r,\theta)$
I did $$x^2 + y^2 = r^2\implies 4 + 9 = r^2\Longrightarrow r^2=13\Longrightarrow r=\sqrt{13}$$
I'm pretty sure that's right but I can't check it because I can't find the accompanying theta value to submit the answer.
When working with polar coordinates you must use two relations:
$$r = \sqrt{x^2 + y^2}$$ $$\theta = \arctan(y/x)$$ In the case on hand, these relations give us the point: $$(r,\theta)=(\sqrt{13}, -56.3º)$$ You can check its correctness by the relation: $$(x,y)=(r*\cos(\theta), r*\sin(\theta))$$ You can always calculate the $arctan(y/x)$ without the sign and add the necessary quantity to displace the angle to the quadrant it's placed on; in our case, you just need to change the sign of the angle in question.
Hope this helps.