Determining between direct evaluation or vector theorems

Click For Summary
SUMMARY

This discussion focuses on determining when to apply fundamental theorems of vector calculus, specifically Gauss's, Stokes', and Green's theorems, versus direct evaluation of integrals. The participants analyze two specific problems involving vector fields and flux calculations. For the first problem, they conclude that Gauss's theorem is more suitable due to the closed surface, while for the second, direct evaluation is recommended as Stokes' theorem does not apply. The conversation emphasizes the importance of understanding the context and characteristics of the integral to choose the appropriate method.

PREREQUISITES
  • Understanding of vector calculus fundamentals
  • Familiarity with Gauss's theorem, Stokes' theorem, and Green's theorem
  • Knowledge of surface and line integrals
  • Proficiency in evaluating integrals in polar and cylindrical coordinates
NEXT STEPS
  • Study the application of Gauss's theorem in various scenarios
  • Learn how to effectively use Stokes' theorem for line integrals
  • Explore Green's theorem and its applications in two-dimensional vector fields
  • Practice evaluating surface and line integrals with complex vector fields
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with vector calculus, particularly those involved in fluid dynamics, electromagnetism, or any field requiring the evaluation of flux through surfaces.

elements
Messages
29
Reaction score
0
So the main thing I'm wondering is given a question how do we determine whether to use one of the fundamentals theorems of vector calculus or just directly evaluate the integral, and if usage of one of the theorems is required how do we determine which one to use in the situation? Examples are the questions below

1. Homework Statement

(a) For a vector field ##\vec F = x^3 \vec {a_x} + x^2y \vec {a_y} +x^2z \vec {a_z}## determine the total flux
##\oint \vec {F} \cdot \vec {ds} ##passing through the surface of a cylinder of radius 4 and
bounded by planes at z = 0 and z = 2.

(b) If the flux density ##\vec D## in a region is given as ##\vec D = (2+16\rho^2)\hat k## , determine
the total flux ##\int \vec D \cdot \vec {ds}## passing through a circular surface of radius ρ = 2
in the xy plane.

Homework Equations


Greens, Stokes and Gauss theorems.

The Attempt at a Solution


[/B]
For (a) I can't figure out whether I should be evaluating it with stokes theorem like such:
$$\oint \vec {F} \cdot \vec {ds} = \iint_S ( \vec {\nabla} \times {\vec F}) \cdot |r_r \times r_\theta|dS$$
or using Gauss divergence theorem
$$\oint_S \vec {F} \cdot \vec {ds} = \iiint_V (\vec {\nabla} \cdot \vec F)dV$$

where as with B the wording of it has me confused so I'm relatively unsure whether I'm supposed to just directly evaluate the surface integral as is or whether I should be using Stokes/Greens theorem to find the flux:
$$\iint_S \vec D \cdot \vec {ds} = \iint_D \vec D \cdot \hat n \vec {dA}$$
- direct eval in polar coordinates
or Stokes:

$$\int_S \vec D \cdot \vec {ds} = \oint_S (\vec {\nabla} \times \vec D) \cdot |r_\rho \times r_\phi|dS$$

or maybe using greens theorem since its bounded in the x/y plane? - unsure how to set up the greens integral though.
 
Physics news on Phys.org
For a), I would say both the integrand and the region to be integrated over are simpler with Gauss.
For b), you could just do the plane integral with polar coordinates in less time than it would take to compare approaches.
 
haruspex said:
For a), I would say both the integrand and the region to be integrated over are simpler with Gauss.
For b), you could just do the plane integral with polar coordinates in less time than it would take to compare approaches.
Thank you, in general what's the best way to determine what to do, to use a theorem or direct evaluation? and how do you decide when to use gauss vs stokes vs greens
 
elements said:
Thank you, in general what's the best way to determine what to do, to use a theorem or direct evaluation? and how do you decide when to use gauss vs stokes vs greens
I have no general rule. But then, it's not something I have much occasion to do.
I would have thought that in most situations it is fairly quickly apparent whether one of those theorems will help.
Do you have more examples?
 
haruspex said:
I have no general rule. But then, it's not something I have much occasion to do.
I would have thought that in most situations it is fairly quickly apparent whether one of those theorems will help.
Do you have more examples?

examples such as:
(a) ##\vec F = xy^2 \hat i + (x^2y+y) \hat j##
Determine the total flux through a surface of a circle with radius 3.

(b) If ##\vec D = (2 + 16 r^2) \vec{a_z}##, calculate ##\int \vec D \cdot \vec {dS}## over a hemispherical surface
bounded by r = 2 and 0 ≤ θ π/2

(c) If $$f=xyz$$, evaluate$$\int fds$$ on the curved surface of a cylinder of
radius 2 in the first quadrant and bounded by the planes z = 0 and
z = 1.

(d) Compute the outward flux of $$ \vec {F}(x,y,z) = \frac {{x \mathbf i + y \mathbf j + z \mathbf k}} {
\sqrt {(x^2+y^2+z^2)}^3}$$ through the elipsloid ##4x^2+9y^2+6z^2=36##
 
elements said:
So the main thing I'm wondering is given a question how do we determine whether to use one of the fundamentals theorems of vector calculus or just directly evaluate the integral, and if usage of one of the theorems is required how do we determine which one to use in the situation? Examples are the questions below

1. Homework Statement

(a) For a vector field ##\vec F = x^3 \vec {a_x} + x^2y \vec {a_y} +x^2z \vec {a_z}## determine the total flux
##\oint \vec {F} \cdot \vec {ds} ##passing through the surface of a cylinder of radius 4 and
bounded by planes at z = 0 and z = 2.

(b) If the flux density ##\vec D## in a region is given as ##\vec D = (2+16\rho^2)\hat k## , determine
the total flux ##\int \vec D \cdot \vec {ds}## passing through a circular surface of radius ρ = 2
in the xy plane.

First of all, you need to be careful to distinguish between a line-integration element ##d\vec{s}## and a surface-integral element ##d\vec{S}##.

In general, if you have a surface integral over a closed surface, you can try Gauss or direct integration. If you have a line integral around a closed loop you can try Stokes or direct integration.

In part (a) you can try to use Gauss, since it fits the required scenario. In part (b) you can integrate directly; Stokes will not apply unless you can figure out an appropriate ##\vec{V}## that makes ##\nabla \times \vec{V} = \vec{D}##; then you could do the line integral ##\oint \vec V \cdot d\vec s##.
 
Last edited:
elements said:
(a)##\vec F = xy^2 \hat i + (x^2y+y) \hat j##
Determine the total flux through a surface of a circle with radius 3.
I don't understand the question. This seems to be vectors lying in a 2D plane. How is there any flux through a surface?
elements said:
(b) If ##\vec D = (2 + 16 r^2) \vec{a_z}##, calculate ##\int \vec D \cdot \vec {dS}## over a hemispherical surface
bounded by r = 2 and 0 ≤ θ π/2
I don't understand the definition of this hemisphere. Looks like this is in cylindrical coordinates, but the bounds describe a quarter of a cylindrical shell.
elements said:
(c) If
f=xyz​
This is just a scalar. Why do anything other integrate in the obvious way?
elements said:
(d) Compute the outward flux of
It will be hard constructing the ##\vec{dS}## element, so I would go for the volume integral and Gauss.

In refreshing myself on the subject, I came across an article which describes these theorems as extensions of ∫abF'.dx=F(b)-F(a) to higher dimensions. I can see that is true for Gauss, expressing a volume integral in terms of a net change at the boundary, but Stokes'/Green's is a little different. It effectively adds up little rotations around area elements to equate to one big rotation around the loop boundary of a 2D manifold.
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
3
Views
2K
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K