Can anyone help me to understand what is the difference between a sphere and a symmetrical sphere? I have to deal with spherical coordinates and I can find two different formulations, one without including the angle and the one where the angle is included. See example below:
$$\nabla\cdot A = \frac{1}{r^2}\frac{\partial}{\partial r}\left(r^2\frac{\partial A}{\partial r}\right) + \frac{1}{r^2 sin^2\phi}\frac{\partial}{\partial \phi }\left(\frac{\partial A}{\partial \phi}\right)+\frac{1}{r^2 sin \theta}\frac{\partial}{\partial \theta }\left(sin\theta \frac{\partial A}{\partial \theta}\right) \tag{1}$$ and: $$\nabla\cdot A = \frac{1}{r^2}\frac{\partial}{\partial r}\left(r^2\frac{\partial A}{\partial r}\right)\tag{2}$$
It appears that the angles are 0, 180 or 360 in the second formulation. Does that make it symmetrical? Isn't a sphere already symmetrical? Can anyone help me to understand this?