Getting line equation in polar coords from cartesian coords

54 Views Asked by At

I have a line equation y = kx + b in cartesian coords. I need to get it in polar coords. I know, I should use a Jacobian, but I don't understand how to use it. Can anybody show a simple example? Thanks

2

There are 2 best solutions below

0
On BEST ANSWER

HINT: In polar coordinates, $(r,\theta)$:

$$x=r\cos \theta, \ y=r\sin \theta$$

0
On

you only need to substitute $x=r\cos \theta$ and $y=r\sin \theta$