I'm looking at Lebedev quadrature for the integration of functions of a sphere, where it says:
[...] integrate exactly all polynomials up to a given order. On the unit sphere, this is equivalent to integrating all spherical harmonics up to the same order.
I would like to check this, so I need the exact value of $$ \int_{S^2} Y_l^m \,\text{d}S^2, $$ i.e., the integral of the spherical harmonic over the 2-sphere.
Are those values known explicitly?
The representation $$ Y^m_l(\theta,\phi) = \sqrt{\frac{2l+1}{4\pi}\frac{(l-m)!}{(l+m)!}} P_l^m(\cos(\theta)) \exp(\text{i}m\phi) $$ is instructive here. Clearly $Y^0_0(\theta,\phi)= (4\pi)^{-1/2}$, so the integral over the sphere is $\sqrt{4\pi}$. In all other cases, one can separate the integral into polar component ($\phi$) and zenithal component ($\theta$) and integrate separately. Since $$ \int_0^{2\pi} \exp(\text{i}m\phi)\,d\phi = 0,\quad \int_{0}^{\pi} P_l^m(\cos(\theta))\,d\theta = 0, $$ (the latter being a propery of the associated Legendre polynomials) one has $$ \int_{S^2} Y^m_l(\theta,\phi) = \begin{cases} \sqrt{4\pi} \quad&\text{if } l = 0 \text{ and } m = 0,\\ 0 \quad&\text{otherwise.} \end{cases} $$