Proof of Zero Value for Vector Field Integral on Closed Surface

Click For Summary

Discussion Overview

The discussion centers around the value of a surface integral over a closed, continuous surface of a vector field, specifically focusing on vector fields that are normal to the surface. Participants explore the implications of the divergence theorem and the conditions under which the integral might yield a zero result.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that the integral of a vector field normal to a closed surface is zero, referencing the divergence theorem.
  • Others argue that the integral's value depends on the specific nature of the vector field, particularly if it consists of unit normals or if it varies in magnitude.
  • A participant suggests that if the vector field is exclusively normal to the surface, the integral should be zero, but this claim is challenged by another participant who provides a counterexample involving a non-uniform field.
  • There is a discussion about the analogy between surface integrals and line integrals, with some participants questioning the validity of this analogy in the context of their examples.
  • One participant clarifies that a flux integral will yield a positive value if the vector field aligns with the normal direction, and that it is the direction of the vector field relative to the normal that determines the integral's value.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether the integral is always zero. Multiple competing views remain regarding the conditions under which the integral yields a zero result, particularly concerning the nature of the vector field involved.

Contextual Notes

Participants note limitations in their assumptions about the vector fields, particularly regarding uniformity and directionality, which may affect the outcomes of the integrals discussed.

afallingbomb
Messages
16
Reaction score
0
What is the value of a surface integral over a closed, continuous surface of a vector field of vectors normal to the surface? The integral of ndS over S.

I believe the answer is zero. Can someone direct me to a proof for an aribitrary closed surface?
 
Physics news on Phys.org
afallingbomb said:
What is the value of a surface integral over a closed, continuous surface of a vector field of vectors normal to the surface? The integral of ndS over S.

I believe the answer is zero. Can someone direct me to a proof for an aribitrary closed surface?

I presume n is understood to be a unit outward normal and dS the scalar surface element. If so, the resulting integral is a vector, so perhaps you mean the result is the zero vector.

That is true. For example, look at the i component:

i \cdot \iint_S \hat n\, dS = \iint_S i \cdot \hat n\, dS<br /> =\iiint_V \nabla \cdot i \, dV = 0

by the divergence theorem. Similarly for the other two components.
 
LCKurtz, afallingbomb specifically asked about the integration of "a vector field of vectors normal to the surface" and your choice of \vec{i} does not satisfy that. Certainly the integral of a constant vector, if that was what afallingbomb intended, over a closed smooth surface is 0 because, for each point on the surface, there is a "polar opposite" point where the normal vectors are equal in length and opposite in direction and so cancel.

However, one example of "a vector field of vectors normal to the surface" is the field that, to each point on the surface, assigns the unit normal at that point. In that case,
\int |\vec{n}| dS= \int dS
which is the total area of the surface, not 0.
 
LCKurtz said:
I presume n is understood to be a unit outward normal and dS the scalar surface element. If so, the resulting integral is a vector, so perhaps you mean the result is the zero vector.

That is true. For example, look at the i component:

i \cdot \iint_S \hat n\, dS = \iint_S i \cdot \hat n\, dS<br /> =\iiint_V \nabla \cdot i \, dV = 0

by the divergence theorem. Similarly for the other two components.

HallsofIvy said:
LCKurtz, afallingbomb specifically asked about the integration of "a vector field of vectors normal to the surface" and your choice of \vec{i} does not satisfy that.
You have misunderstood my argument. I said above to look at just the i componentof the answer. You are given the vector integral

\vec V = \iint_S \hat n\, dS= V_1i + V_2j + V_3k

where I have assumed that the field on the surface gives unit normals. (The OP hasn't clarified this). Now, if you look at the i component of this you get

V_1 =i \cdot \iint_S \hat n\, dS = \iint_S i \cdot \hat n\, dS<br /> =\iiint_V \nabla \cdot i \, dV = 0

Similarly, dotting j and k into that shows that all three components of V are zero.

Certainly the integral of a constant vector, if that was what afallingbomb intended, over a closed smooth surface is 0 because, for each point on the surface, there is a "polar opposite" point where the normal vectors are equal in length and opposite in direction and so cancel.

However, one example of "a vector field of vectors normal to the surface" is the field that, to each point on the surface, assigns the unit normal at that point. In that case,
\int |\vec{n}| dS= \int dS
which is the total area of the surface, not 0.

But that is a scalar integral, not of the type the OP wrote. Also, if the OP doesn't mean unit vectors on the surface, he needs to specify more details. The vector integral is surely not the zero vector for arbitrary fields.
 
Thanks for the replies and I apologize if I wasn't clear enough.

I agree with LCKurtz. The integral you presented, HallsofIvy, is over a scalar field. I was referring to a vector field which at the boundary only has normal components.

LCKurtz, I did mean unit vectors, but now that I think about it... wouldn't it also be zero for any vector field that is only normal to the surface at the surface?

A surface integral can be viewed as the double integral analog of a line integral and a line integral can be viewed as a summation of all the tangential components across the surface. If the vector field is exclusively normal to the surface, regardless of its magnitude, the integral over the entire closed surface should be zero. Am I correct?

Thanks!
 
afallingbomb said:
If the vector field is exclusively normal to the surface, regardless of its magnitude, the integral over the entire closed surface should be zero. Am I correct?

Thanks!

No. Think about a vector field on a sphere that is directed outward and very large magnitude in the first octant and almost zero magnitude on the rest of the sphere. You need unit vectors, or at least constant magnitude, and uniformly directed either outwards or inwards to guarantee a zero vector answer.
 
So I am wrong to interpret a surface integral as the analog of a line integral to double integrals? I can think of a problem on a plane that gives me a zero line integral over the unit circle with fields of varying magnitudes.

Consider the two vector fields:

<br /> F_1(x,y)=(\frac{x}{\sqrt{x^2+y^2}},\frac{y}{\sqrt{x^2+y^2}}) <br />
<br /> F_2(x,y)=(\frac{2x}{\sqrt{x^2+y^2}},\frac{2y}{\sqrt{x^2+y^2}})<br />

Where F1 is valid in the domain x>0 (on the unit circle from t = 0 to pi) and F2 exists in x<0 (on the unit circle from t = \pi to 2\pi).

Integrating over the unit circle, parameterized by x = cos(t) and y = sin(t), using the expression for the line integral

<br /> \oint_C \vec{F}(c(t)) \cdot c&#039;(t) dt<br />

where c(t)= cos(t)\textbf{i}+sin(t)\textbf{j} and c&#039;(t)= -sin(t)\textbf{i}+cos(t)\textbf{j}

<br /> \int_{0}^{\pi} (cos(t)\textbf{i}+sin(t)\textbf{j}) \cdot (-sin(t)\textbf{i}+cos(t)\textbf{j}) dt + \int_{\pi}^{2\pi} (2cos(t)\textbf{i}+2sin(t)\textbf{j}) \cdot (-sin(t)\textbf{i}+cos(t)\textbf{j}) dt <br />

Both those integrals vanish when the dot product operation is performed. The field from 0 to pi (on the right) has half the magnitude of the field from pi to 2*pi (on the left). Yet they are both still exclusively normal to the unit circle.

I must be making some conceptual mistake.
 
Last edited:
A line integral of the form

\oint_C \vec F \cdot d\vec R

can be thought of the work done by a force in moving around a closed curve. The integrand effectively calculates the work using the component of F in the direction tangent to the curve. So, of course, when F is normal to the curve you get zero. No problem there.

Upping the dimension one level, suppose you have a flux integral of the form

\iint_S \vec F \cdot \hat n\, dS

(Note this is not the type of integral you asked about.) This will always give you a positive value if F is in the direction of n, which makes sense since the flux is in the positive orientation direction of the surface. What will make the flux integral equal to zero is if the direction of F is perpendicular to the normal to surface, i.e., parallel to the surface. This means there is no flux flowing through the surface.

I'm afraid it makes me wonder if what you wrote in your original question was what you meant to ask. :confused:

Hopefully this helps.
 
Yes it does. Thank you very much for your time!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K