Fubini's Theorem, but $dxdy = -dydx$
$begingroup$
As differential $2$-forms, clearly $dxdy=-dydx$ by alternation. Yet just as clearly, $int_0^1 int_0^1 dxdy neq -int_0^1 int_0^1 dydx$. Where's the abuse of notation here?
integration differential-forms
$endgroup$
add a comment |
$begingroup$
As differential $2$-forms, clearly $dxdy=-dydx$ by alternation. Yet just as clearly, $int_0^1 int_0^1 dxdy neq -int_0^1 int_0^1 dydx$. Where's the abuse of notation here?
integration differential-forms
$endgroup$
$begingroup$
You've written the same on both sides of the second equation. And you haven't explained where and why you see a problem.
$endgroup$
– Henrik
Nov 6 '18 at 6:43
$begingroup$
Sorry, fat fingers.
$endgroup$
– Feryll
Nov 6 '18 at 6:44
$begingroup$
You need to match up the orientation when integrating differential forms by definition, to avoid exactly this problem.
$endgroup$
– user10354138
Nov 6 '18 at 7:08
$begingroup$
Check carefully how the integral of a $2$-form over an oriented $2$-dimensional manifold is defined. In particular, how is the integral of $f,dxwedge dy$ over a region in $Bbb R^2$ (with the usual orientation) defined?
$endgroup$
– Ted Shifrin
Nov 7 '18 at 23:14
add a comment |
$begingroup$
As differential $2$-forms, clearly $dxdy=-dydx$ by alternation. Yet just as clearly, $int_0^1 int_0^1 dxdy neq -int_0^1 int_0^1 dydx$. Where's the abuse of notation here?
integration differential-forms
$endgroup$
As differential $2$-forms, clearly $dxdy=-dydx$ by alternation. Yet just as clearly, $int_0^1 int_0^1 dxdy neq -int_0^1 int_0^1 dydx$. Where's the abuse of notation here?
integration differential-forms
integration differential-forms
edited Nov 6 '18 at 6:44
Feryll
asked Nov 6 '18 at 6:41
FeryllFeryll
544212
544212
$begingroup$
You've written the same on both sides of the second equation. And you haven't explained where and why you see a problem.
$endgroup$
– Henrik
Nov 6 '18 at 6:43
$begingroup$
Sorry, fat fingers.
$endgroup$
– Feryll
Nov 6 '18 at 6:44
$begingroup$
You need to match up the orientation when integrating differential forms by definition, to avoid exactly this problem.
$endgroup$
– user10354138
Nov 6 '18 at 7:08
$begingroup$
Check carefully how the integral of a $2$-form over an oriented $2$-dimensional manifold is defined. In particular, how is the integral of $f,dxwedge dy$ over a region in $Bbb R^2$ (with the usual orientation) defined?
$endgroup$
– Ted Shifrin
Nov 7 '18 at 23:14
add a comment |
$begingroup$
You've written the same on both sides of the second equation. And you haven't explained where and why you see a problem.
$endgroup$
– Henrik
Nov 6 '18 at 6:43
$begingroup$
Sorry, fat fingers.
$endgroup$
– Feryll
Nov 6 '18 at 6:44
$begingroup$
You need to match up the orientation when integrating differential forms by definition, to avoid exactly this problem.
$endgroup$
– user10354138
Nov 6 '18 at 7:08
$begingroup$
Check carefully how the integral of a $2$-form over an oriented $2$-dimensional manifold is defined. In particular, how is the integral of $f,dxwedge dy$ over a region in $Bbb R^2$ (with the usual orientation) defined?
$endgroup$
– Ted Shifrin
Nov 7 '18 at 23:14
$begingroup$
You've written the same on both sides of the second equation. And you haven't explained where and why you see a problem.
$endgroup$
– Henrik
Nov 6 '18 at 6:43
$begingroup$
You've written the same on both sides of the second equation. And you haven't explained where and why you see a problem.
$endgroup$
– Henrik
Nov 6 '18 at 6:43
$begingroup$
Sorry, fat fingers.
$endgroup$
– Feryll
Nov 6 '18 at 6:44
$begingroup$
Sorry, fat fingers.
$endgroup$
– Feryll
Nov 6 '18 at 6:44
$begingroup$
You need to match up the orientation when integrating differential forms by definition, to avoid exactly this problem.
$endgroup$
– user10354138
Nov 6 '18 at 7:08
$begingroup$
You need to match up the orientation when integrating differential forms by definition, to avoid exactly this problem.
$endgroup$
– user10354138
Nov 6 '18 at 7:08
$begingroup$
Check carefully how the integral of a $2$-form over an oriented $2$-dimensional manifold is defined. In particular, how is the integral of $f,dxwedge dy$ over a region in $Bbb R^2$ (with the usual orientation) defined?
$endgroup$
– Ted Shifrin
Nov 7 '18 at 23:14
$begingroup$
Check carefully how the integral of a $2$-form over an oriented $2$-dimensional manifold is defined. In particular, how is the integral of $f,dxwedge dy$ over a region in $Bbb R^2$ (with the usual orientation) defined?
$endgroup$
– Ted Shifrin
Nov 7 '18 at 23:14
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
$(x,y)mapsto(y,x)$ is an orientation-reversing map of the plane to itself.
For orientation-reversing maps one has to introduce a minus sign factor in the
change of variables:
$$int_0^1int_0^1,dxwedge,dy=-int_0^1int_0^1-,dywedge,dx
=int_0^1int_0^1,dywedge,dx.$$
$endgroup$
add a comment |
$begingroup$
Expanding upon Lord Shark's answer: remember that when changing coordinate systems, you need to introduce the determinant of the Jacobian of the coordinate transformation. In your case, the Jacobian is
$$
J(x,y) = begin{bmatrix}
frac{partial y}{partial x} & frac{partial x}{partial x} \
frac{partial y}{partial y} & frac{partial x}{partial y}
end{bmatrix}
=begin{bmatrix} 0 & 1 \ 1 & 0 end{bmatrix} , ,
$$
whose determinant is $-1$. Therefore,
$$
int_0^1 int_0^1 dx wedge dy = int_0^1 int_0^1 det(J(x,y)) , (-dy wedge dx) = int_0^1 int_0^1 dy wedge dx
$$
As Lord Shark pointed out, any orientation-reversing transformation will have a Jacobian whose determinant is $-1$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2986783%2ffubinis-theorem-but-dxdy-dydx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$(x,y)mapsto(y,x)$ is an orientation-reversing map of the plane to itself.
For orientation-reversing maps one has to introduce a minus sign factor in the
change of variables:
$$int_0^1int_0^1,dxwedge,dy=-int_0^1int_0^1-,dywedge,dx
=int_0^1int_0^1,dywedge,dx.$$
$endgroup$
add a comment |
$begingroup$
$(x,y)mapsto(y,x)$ is an orientation-reversing map of the plane to itself.
For orientation-reversing maps one has to introduce a minus sign factor in the
change of variables:
$$int_0^1int_0^1,dxwedge,dy=-int_0^1int_0^1-,dywedge,dx
=int_0^1int_0^1,dywedge,dx.$$
$endgroup$
add a comment |
$begingroup$
$(x,y)mapsto(y,x)$ is an orientation-reversing map of the plane to itself.
For orientation-reversing maps one has to introduce a minus sign factor in the
change of variables:
$$int_0^1int_0^1,dxwedge,dy=-int_0^1int_0^1-,dywedge,dx
=int_0^1int_0^1,dywedge,dx.$$
$endgroup$
$(x,y)mapsto(y,x)$ is an orientation-reversing map of the plane to itself.
For orientation-reversing maps one has to introduce a minus sign factor in the
change of variables:
$$int_0^1int_0^1,dxwedge,dy=-int_0^1int_0^1-,dywedge,dx
=int_0^1int_0^1,dywedge,dx.$$
answered Nov 6 '18 at 7:16
Lord Shark the UnknownLord Shark the Unknown
102k960132
102k960132
add a comment |
add a comment |
$begingroup$
Expanding upon Lord Shark's answer: remember that when changing coordinate systems, you need to introduce the determinant of the Jacobian of the coordinate transformation. In your case, the Jacobian is
$$
J(x,y) = begin{bmatrix}
frac{partial y}{partial x} & frac{partial x}{partial x} \
frac{partial y}{partial y} & frac{partial x}{partial y}
end{bmatrix}
=begin{bmatrix} 0 & 1 \ 1 & 0 end{bmatrix} , ,
$$
whose determinant is $-1$. Therefore,
$$
int_0^1 int_0^1 dx wedge dy = int_0^1 int_0^1 det(J(x,y)) , (-dy wedge dx) = int_0^1 int_0^1 dy wedge dx
$$
As Lord Shark pointed out, any orientation-reversing transformation will have a Jacobian whose determinant is $-1$.
$endgroup$
add a comment |
$begingroup$
Expanding upon Lord Shark's answer: remember that when changing coordinate systems, you need to introduce the determinant of the Jacobian of the coordinate transformation. In your case, the Jacobian is
$$
J(x,y) = begin{bmatrix}
frac{partial y}{partial x} & frac{partial x}{partial x} \
frac{partial y}{partial y} & frac{partial x}{partial y}
end{bmatrix}
=begin{bmatrix} 0 & 1 \ 1 & 0 end{bmatrix} , ,
$$
whose determinant is $-1$. Therefore,
$$
int_0^1 int_0^1 dx wedge dy = int_0^1 int_0^1 det(J(x,y)) , (-dy wedge dx) = int_0^1 int_0^1 dy wedge dx
$$
As Lord Shark pointed out, any orientation-reversing transformation will have a Jacobian whose determinant is $-1$.
$endgroup$
add a comment |
$begingroup$
Expanding upon Lord Shark's answer: remember that when changing coordinate systems, you need to introduce the determinant of the Jacobian of the coordinate transformation. In your case, the Jacobian is
$$
J(x,y) = begin{bmatrix}
frac{partial y}{partial x} & frac{partial x}{partial x} \
frac{partial y}{partial y} & frac{partial x}{partial y}
end{bmatrix}
=begin{bmatrix} 0 & 1 \ 1 & 0 end{bmatrix} , ,
$$
whose determinant is $-1$. Therefore,
$$
int_0^1 int_0^1 dx wedge dy = int_0^1 int_0^1 det(J(x,y)) , (-dy wedge dx) = int_0^1 int_0^1 dy wedge dx
$$
As Lord Shark pointed out, any orientation-reversing transformation will have a Jacobian whose determinant is $-1$.
$endgroup$
Expanding upon Lord Shark's answer: remember that when changing coordinate systems, you need to introduce the determinant of the Jacobian of the coordinate transformation. In your case, the Jacobian is
$$
J(x,y) = begin{bmatrix}
frac{partial y}{partial x} & frac{partial x}{partial x} \
frac{partial y}{partial y} & frac{partial x}{partial y}
end{bmatrix}
=begin{bmatrix} 0 & 1 \ 1 & 0 end{bmatrix} , ,
$$
whose determinant is $-1$. Therefore,
$$
int_0^1 int_0^1 dx wedge dy = int_0^1 int_0^1 det(J(x,y)) , (-dy wedge dx) = int_0^1 int_0^1 dy wedge dx
$$
As Lord Shark pointed out, any orientation-reversing transformation will have a Jacobian whose determinant is $-1$.
answered Nov 30 '18 at 22:45
mcatmcat
1087
1087
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2986783%2ffubinis-theorem-but-dxdy-dydx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
You've written the same on both sides of the second equation. And you haven't explained where and why you see a problem.
$endgroup$
– Henrik
Nov 6 '18 at 6:43
$begingroup$
Sorry, fat fingers.
$endgroup$
– Feryll
Nov 6 '18 at 6:44
$begingroup$
You need to match up the orientation when integrating differential forms by definition, to avoid exactly this problem.
$endgroup$
– user10354138
Nov 6 '18 at 7:08
$begingroup$
Check carefully how the integral of a $2$-form over an oriented $2$-dimensional manifold is defined. In particular, how is the integral of $f,dxwedge dy$ over a region in $Bbb R^2$ (with the usual orientation) defined?
$endgroup$
– Ted Shifrin
Nov 7 '18 at 23:14