Converting surface integral to line

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


I have the following integral
[tex] \int_{ABC}{\mathbf{v}\cdot \nabla f_id\sigma}[/tex]
where $d\sigma$ is an area element, $\mathbf v$ is a velocity vector and [itex]f_i[/itex] some function. The integral is performed across a triangle ABC and it is assumed that f is linear.

In my book this integral becomes
[tex] \mathbf v\cdot \int_{AB}{f_id\mathbf l} + I_s,[/tex]
where [itex]I_s[/itex] is the flux across [itex]BC[/itex] and [itex]AC[/itex]. Can someone explain to me how this integral is solved?
 
Physics news on Phys.org
Use "Stoke's theorem" that you should remember from Calculus:
[tex]\oint_C \vec{f}\cdot d\vec{r}= \int_\sigma\int \nabla\times\vec{f}dS[/tex]
where C is the boundary of surface [itex]\sigma[/itex].
 
HallsofIvy said:
Use "Stoke's theorem" that you should remember from Calculus:
[tex]\oint_C \vec{f}\cdot d\vec{r}= \int_\sigma\int \nabla\times\vec{f}dS[/tex]
where C is the boundary of surface [itex]\sigma[/itex].

Hi HallsofIvy

Thanks, I remember that. But the RHS is in terms of a rotation operatir, not the gradient as I have.