Question on surface integral. The question uses the normal unit vector instead of just the normal vector , don't understand why.

1.2k Views Asked by At

As the title states. I do not know why the solution used the normal unit vector. I would just use r(u,v) = ui + vj + (-u-v)k and ru x rv = i+j+k to get the result. The question and the solution are attached.Question

enter image description here

1

There are 1 best solutions below

8
On

That normal unit vector is always the right way to go. That said, let's start from the surface integral $$ \int_S\operatorname{curl} F\cdot\hat{n}\ \mathrm{d}\sigma $$ where $S$ is the surface, $\hat{n}$ is the unit normal vector and $\mathrm{d} \sigma$ the "surface measure".

Let's call $\varphi=\varphi(u,v)$ a function that maps a set $D\subset\mathbb R^2$ onto the surface $S$. Using this parameterization of $S$, you find the normal vector from $\frac{\partial\varphi}{\partial u}(u,v)\times\frac{\partial\varphi}{\partial v}(u,v)$. The normal unit vector will be $$ \hat{n}(x,y,z)=\hat{n}\big(\varphi(u,v)\big)=\frac{\varphi_u(u,v)\times\varphi_v(u,v)}{\|\varphi_u(u,v)\times\varphi_v(u,v)\|} $$ but if you use the same parameterization to transform the surface integral to a 2d integral you get $$ \int_D\operatorname{curl}F\big(\varphi(u,v)\big)\cdot\frac{\varphi_u(u,v)\times\varphi_v(u,v)}{\|\varphi_u(u,v)\times\varphi_v(u,v)\|} \|\varphi_u(u,v)\times\varphi_v(u,v)\|\ \mathrm{d}u\ \mathrm{d}v $$

In the end, in this cases it doesn't really matter that the normal vector (as long as the parameterization is the same!) has norm 1, you get the same result.