I need to parameterize the negative half of the y-axis in spherical and cylindrical coordinates. I know what spherical and cylindrical coordinates are, just not sure where to start to parameterize the negative half of the y-axis
2026-04-06 11:02:18.1775473338
Parameterization of the negative half of the y-axis
171 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You've probably got some equations that look something like this:
$x = r\cos(\phi),$
$y = r\sin(\phi),$
$z = z,$
but your class may use different names than I did.
For the negative y-axis, you want x=0, z=0, and y negative.