I'm working on the following exercise:
"Let $\Sigma:=\{(x,y,z)\in\mathbb{R}^3:x^2+y^2=z^2+1,-1\leq z\leq3\}$ be a surface with orientation $\omega$.
Compute $\int\int_{\Sigma}(\nabla\times F)\cdot\omega\ dS$ knowing that $F=(-\frac{y}{3},-\frac{z}{3},-\frac{x}{3})$ and $\omega (0,1,0)=(0,1,0)$. Verify the result you have obtained using Stokes' Theorem."
Here's what I've done:
-> $\nabla\times F=(\frac{1}{3},\frac{1}{3},\frac{1}{3})$;
-> I've divided the surface in three pieces:
(+) $0 $\omega_+=\varphi_{+_x}\times\varphi_{+_y}=(-\frac{x}{\sqrt{x^2+y^2-1}},-\frac{y}{\sqrt{x^2+y^2-1}},1)$ ($0$)$\ z=0$: $\omega_0=(x,y,0)$ (ok, since $\omega (0,1,0)=(0,1,0)$; (-)$\varphi_{-}:=(x,y,-\sqrt{x^2+y^2-1})\to \varphi_{-_x}=(1,0,-\frac{x}{\sqrt{(x^2+y^2-1)}}), \varphi_{-_y}=(0,1,-\frac{y}{\sqrt{(x^2+y^2-1)}})\to$ $\omega_-=\varphi_{-_x}\times\varphi_{-_y}=(\frac{x}{\sqrt{x^2+y^2-1}},\frac{y}{\sqrt{x^2+y^2-1}},1)$ (Notice that I've not normalized the normal vector since when computing the flux of a vector field across a surface in space we have $\int\int_S F\cdot n dS=\int\int_S F\cdot (\varphi_x \times\varphi_y)dxdy$) So $\int\int_{\Sigma_+}(\nabla\times F)\cdot\omega_+ dS=\int\int_{\Sigma_+}(\frac{1}{3},\frac{1}{3},\frac{1}{3})\cdot (-\frac{x}{\sqrt{x^2+y^2-1}},-\frac{y}{\sqrt{x^2+y^2-1}},1)dxdy=\frac{1}{3}\int\int_{\Sigma_+}(-\frac{x}{\sqrt{x^2+y^2-1}}-\frac{y}{\sqrt{x^2+y^2-1}}+1)=?$ Here is where I get stuck, since I can't figure out what the bounds for this double integral should be; can anyone give me an hint about this?