I've been given a region bounded by the values $z = x^2 + y^2$ and $z = 1$, with a force of $F = 2i + xj + z^3k$.
So with Gauss' theorem I have been able to deduce:
$$\int\int_S -F1f_x - F2f_y + F3dS = \int\int\int_V \frac{\delta}{\delta{x}}F1 + \frac{\delta}{\delta{y}}F2 + \frac{\delta}{\delta{z}}F3dV$$
$$-\int\int_S 2 + z^3dS = \int\int\int_V 2z^2dV$$ S negative as normal is downwards. Bounds for the Surface $S$ would then be: $0 \le r \le 1$ and $0 \le \theta \le 2\pi$, and volume V will be $0 \le r \le 1$, $r^2 \le z \le 1$ and $0 \le \theta \le 2\pi$. As $z = x^2 + y^2 = r^2, z^3 = r^6$.
So now I have: $$-\int_0^{2\pi}\int_0^1 (-2 + r^6)rdrd\theta = \int_0^{2\pi}\int_0^1\int_{r^2}^1 2z^2rdzdrd\theta$$
Which ends up as
$$\frac{7\pi}{4} = \frac{\pi}{2}$$
Not even close. What have I done wrong?