$v=(y_1e^{y_2}-e^{y_1},y_2e^{y_3}-e^{y_2},y_3e^{y_1}-e^{y_3})$
$Y = (y_1^2+y_2^2+y_3^2=r^2, y_2>=0, y_3>=0)$
Calculate flux of v through Y.
My first intuition was to use spherical coordinates so I set $\varphi(x)=(r\sin x_2\cos x_1, r\sin x_2 \sin x_1, r\cos x_2)$, with $x_1$ between $0$ and $\pi$ and $x_2$ between $0$ and $\pi/2$.
Then I wanted to use the Stokes-Ampère theorem, but I don't really know how to use it. I saw that div v = $0$ and found $\omega_v^2$. Then I found $\omega_u^1$ with $u=(0,y_3e^{y_1}-y_1e^{y_3},y_1y_2e^{y_3}-y_1e^{y_2})$.
But what now? How do I set the integral? In class we saw an example with polar coordinates and a simple u and it seemed easy with just one variable. But here I have spherical coordinates and the vector u is very confusing.
Could someone please explain how to use this theorem correctly and how do I integrate from here?
I just got the correction back and this is how we were supposed to do the exercise. Note that we only saw the divergence theorem this week, so we were supposed to solve this without using it.
So, as I wrote before, the divergence of $v$ is $0$.
Since the divergence of $v$ is $0$, there exists a $u$ such that rot$u=v$. And, by Stokes-Ampère, $\Phi=\int_{\partial Y}\omega_u^1$. We're also going to be using Green-Riemann: $\int_{\varphi (K)}d\omega = \int_{\varphi (\partial K)}\omega$
So we have:
$\omega_v^2 = (y_3e^{y_1}-e^{y_3})dy_1\wedge dy_2 - (y_2e^{y_3}-e^{y_2})dy_1\wedge dy_3+(y_1e^{y_2}-e^{y_1})dy_2\wedge dy_3$ = $d(y_3e^{y_1}dy_2)+d(y_1e^{y_2}dy_3)+d(y_2e^{y_3}dy_1)$
And so $\omega_u^1=y_2e^{y_3}dy_1+y_3e^{y_1}dy_2+y_1e^{y_2}dy_3$
We need to calculate $\Phi=\int_{\partial Y}\omega_u^1$.
How do we parametrise $\partial Y$?
$\gamma_1 = r(-\cos t, \sin t,0)$, $\gamma_2 = r(\cos t, 0, \sin t)$, $t=(0,\pi)$
And so:
$\int_{\partial Y}\omega_u^1$ = $\int_{\gamma_1}\omega_u^1 + \int_{\gamma_2}\omega_u^1$=$r^2\int_0^{\pi}((\sin t) e^0 (\sin t) +0 +0)dt+r^2\int_0^{\pi}(0+0+(\cos t) e^0 (\cos t) dt$ = $r^2\int_0^{\pi}(\cos^2 t +\sin^2 t)dt = \pi r^2$