How do you graph #r = theta, theta in [ 0, 2pi ]#, using its Cartesian equivalent?
1 Answer
Aug 11, 2018
See explanation and graphs.
Explanation:
Range-restricted
in both clockwise and anticlockwise sense, using
graph{sqrt(x^2+y^2) - arctan(y/x) = 0 }
Range-unrestricted combined graph, for
in both clockwise and anticlockwise sense, using the wholesome
inverse
y = x tan (sqrt ( x^2 + y^2 ))
graph{(x tan ((x^2+y^2)^0.5)-y)(x-2pi+0.0001y)(x+2pi+0.0001y)=0}
It appears that the algorithm for the Cartesian
frame has to be improved, to separate the conjoined twin graphs.