Orientation of double integrals

  • Context: High School 
  • Thread starter Thread starter etotheipi
  • Start date Start date
  • Tags Tags
    Integrals Orientation
Click For Summary

Discussion Overview

The discussion revolves around the orientation of double integrals, particularly in the context of changing the order of integration and the implications of antisymmetry in differential forms. Participants explore the mathematical properties of integrals over regions in the plane, including the effects of coordinate transformations and the relationship between integration paths and orientation.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants note that the product of differentials is antisymmetric, leading to the conclusion that changing the order of integration should affect the sign of the integral, but this is not always the case in practice.
  • There is a discussion about the orientation of integration being defined from bottom to top, and how this relates to the limits of integration when swapping the order.
  • Some participants question the correctness of claims regarding the orientation of integrals being equivalent due to both "going anticlockwise."
  • One participant suggests using Stokes' theorem to understand the orientation of integrals over surfaces, while others seek clarification on its applicability to scalar fields.
  • There is a mention of parameterizing integration paths and how this relates to the orientation of integrals, with some confusion about reducing surface integrals to one-dimensional parameterizations.
  • Participants discuss the equivalence of different forms of iterated integrals and the conditions under which they hold, highlighting the importance of the function's properties in changing the order of integration.

Areas of Agreement / Disagreement

Participants express differing views on the implications of changing the order of integration and the associated signs. While some agree on certain properties of integrals, there remains no consensus on the interpretation of orientation and its effects on the integrals discussed.

Contextual Notes

Some participants note that the orientation of integrals can depend on the specific paths taken and the definitions used, which may not be universally applicable. Additionally, the discussion touches on the limitations of applying certain theorems, such as Stokes', to scalar fields without a clear consensus on the implications.

etotheipi
I learned that, because ##du \, dv = \frac{\partial(u,v)}{\partial(x,y)} dx \, dy##, if you set ##u=y## and ##v=x## then you get that ##dx \, dy = - dy \, dx##. And that the product of two differentials is a wedge product, which is antisymmetric. If coordinates are orthogonal, then ##dx \, dy = dx \wedge dy = - dy \wedge dx = - dy \, dx##.

Now take a double integral, over the unit square:$$\int_0^1 \left( \int_0^1f(x,y) dy \right) dx = \int_C f(x,y) (dx \wedge dy) = \int_0^1 \left( \int_0^1f(x,y) dx \right) dy$$The two integrals on either side have the same orientation; what does this mean? I'm guessing it has to do with whether you go around the integration path clockwise or anti-clockwise in the ##x##-##y## space, but how do you judge this from the limits on the integral?
 
Last edited by a moderator:
Physics news on Phys.org
The orientation of integration is from bottom to top. And you already used an abbreviation:
$$
\int_a^b \left(\int_c^d f(x,y)\,dy\right)\,dx = \int_{x=a}^{x=b} \left(\int_{y=c}^{y=d} f(x,y)\,dy\right)\,dx
$$
This is sometimes important, because ##a,b;c,d## can change if you swap integration order, since the variables are not always independent. Orientation is already given in the basic case: ##\int_0^1 = -\int_1^0.## Orientation in physical three dimensional problems is usually denoted by whether the normal vector of a surface points in- or outward.
 
  • Like
Likes   Reactions: etotheipi
Thanks. I saw one explanation on MSE (link here) which claimed that the following two integrals should be equal because they both "go anticlockwise".

1600092973574.png
1600092979535.png


I'm not sure if that's correct.
 
Last edited by a moderator:
If you integrate over the entire area with the help of Stokes theorem, then both are equally oriented. If you only integrate half of the paths, from ##(a,c)## to ##(b,d)## or from ##(b,c)## to ##(a,d)##, then you get different signs:
1600095824622.png

Try a parameterization of the integration paths in your examples and integrate along one variable.
 
  • Like
Likes   Reactions: etotheipi
fresh_42 said:
If you integrate over the entire area with the help of Stokes theorem

Is there a version of Stokes' theorem that applies to scalar fields?
 
I had to look it up. They are all just another version of the fundamental theorem of calculus, adjusted to more dimensions and manifolds. Physicists probably know them better.
Cauchy-Goursat is for complex functions, and Gauß' divergence theorem for vector fields. A scalar field is just a vector field where the values are one dimensional vectors.
cp. https://www.physicsforums.com/insights/pantheon-derivatives-part-v/

You can find example in the solution manuals of our challenge threads:
https://www.physicsforums.com/threads/solution-manuals-for-the-math-challenges.977057/
 
Thanks, I'll start reading the insight in a second!

fresh_42 said:
Try a parameterization of the integration paths in your examples and integrate along one variable.

I'm getting a little bit stuck with this. For a surface integral, I thought we required 2 coordinates to parameterise the surface. I wondered what you mean by an 'integration path' in the context of a surface integral, and how we can reduce it to a 1 coordinate parameterisation?$$\int_c^d \int_a^b f(x,y) dx dy$$
 
Yes, you need two parameters for a surface, or Stokes to reduce the problem to the boundary, which is why the surface integral equals ##\int_0^1\int_0^1f(x,y)\,dx\,dy##. The orientation is determined by ##[0,1]\times [0,1]## as opposed to ##[0,1]\times [1,0]##.

In one dimension we have ##\int_a^b f(x)\,dx = F(b)-F(a)## or if the path is closed ##0= \int_a^a f(x)\,dx =\int_a^b f(x)\,dx +\int_b^a f(x)\,dx.##

However, if you only integrate along the vectors without going back and thus double the minus signs, then it is a line integral ##\int_{(a,c)}^{(b,d)} f(\vec{x})\,d\vec{x}\neq \int_{(b,c)}^{(a,d)} f(\vec{x})\,d\vec{x}## with two different parameterizations.
 
  • Wow
Likes   Reactions: etotheipi
The orientation of the surfaces (squares) in your example are given by ##(1,0,0) \times (0,1,0)## on the left and ##(0,1,0)\times (-1,0,0)## on the right, which are equally ##(0,0,1).##
 
  • #10
I feel like the picture was just trying to get at the reverse of one of the x and y directions of integration when you do dydx, and it confused fresh whether you were talking about a path integral around the boundary or something.
 
  • #11
I think the discussion is about the question: "Why does swapping integration order does not swap the sign while ##dx\wedge dy = -dy\wedge dx\,##?" And the answer is, that we did not swap the signs of combined length and height (see the calculation in post #9) in the first case (Fubini), but did so in the second (Graßmann).
 
  • Like
Likes   Reactions: etotheipi
  • #12
I think I understand it slightly better now. I was just trying to understand what this meant:

1600104689411.png


because it seems to say all 4 are equivalent, but to me at least they are not.
 
  • #13
etotheipi said:
I think I understand it slightly better now. I was just trying to understand what this meant:

View attachment 269402

because it seems to say all 4 are equivalent, but to me at least they are not.
The first two are equivalent and the last two are, assuming that the function allows changing the order of integration.

Edit: I usually add such MS paint pictures as above (quick and dirty, and small) via the buffer: Ctrl+A,Ctrl+C,Ctrl+V.
 
  • Like
Likes   Reactions: etotheipi
  • #14
Yeah, that's what I had in mind. We start off with the multiple integral over the region ##R = [a,b] \times [c,d]##,$$I = \int_R f(x,y) \, d(x,y)$$Then Fubini allows us to re-write this as an iterated integral,$$I = \int_{c}^{d} \left( \int_{a}^{b} f(x,y) dx \right) dy = \int_{a}^{b} \left( \int_{c}^{d} f(x,y) dy \right) dx$$where I've put in the brackets, but they're often left out. Once in this form, we can just use the property that ##\int_a^b f(x) dx = -\int_b^a f(x) dx## to obtain other equivalent expressions, e.g.$$I = \int_d^c \left( \int_b^a f(x,y) dx \right) dy$$
 
Last edited by a moderator:

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 19 ·
Replies
19
Views
5K