So I am supposed to find the flux through the surface $x^2+y^2 \leq4$ in the xy-plane. So I find the parameterization of the disk:
$r(u,v)=(R cos(\theta), Rsin(\theta),0)$
Then I find the crossproduct $\frac{\partial r}{\partial R} \times \frac{\partial r}{\partial u}=(0,0,R)$
So the surface integral is
$ \iint_S F\bullet(\frac{\partial r}{\partial R} \times \frac{\partial r}{\partial \theta})r\,dr\,d \theta$
But in the solution they use $(0,0,1)$, and therefore we don't get the same answer. My book tells me however that when you take surface integrals over vector fields, you don't need the unit normal. You only need to find the unit normal if you take the surface integral over a scalar function. So why I am I wrong?