I have started an Multivariable course, and I'm learning about spherical coordinates. My problem now is learn how to graph this kind of shapes.
This is the problem:
What shapes are described when...?
Solution:
a) $\rho = 1$ : Sphere with radius 1.
b) $\phi = \frac{\pi}{3}$ : Cone with angle $\frac{\pi}{3}$.
c) $\theta = \frac{\pi}{4}$ : Semi-circular cross-section with diameter along z-axis
d) $\rho = \cos{(\phi)}$ : ?
e) $\rho = \cos{(2\theta)}$ : ...?
Are they correct? How to describe, verbally, the last two -d) and e).




SphericalPlot3D[Cos[phi], {theta, 0, 2 Pi}, {phi, 0, Pi}]andSphericalPlot3D[Cos[2theta], {theta, 0, 2 Pi}, {phi, 0, Pi}]. – InfZero Aug 07 '16 at 21:19