Derivation of formula for surface integral











up vote
0
down vote

favorite












Let $S$ be a surface given by the parametrization $vec{r}(u,v)= x(u,v)vec{i} + y(u,v)vec{j} + z(u,v)vec{k}$ for $(u,v)in D$. If $f(x,y,z)$ is a function defined on $S$, then the surface integral can be found using the formula
$$
iint_S f(x,y,z) dS = iint_D f(vec{r}(u,v))lvert vec{r}_utimesvec{r}_urvert dA
$$



I have seen how to derive this by drawing some pictures, but I am wondering if there is a proof that makes use of the change of variable formula. I have tried a few things, but I can't find anything that gives a Jacobian of $lvert vec{r}_utimesvec{r}_urvert$.



Is this possible?










share|cite|improve this question






















  • Every derivation I have seen of this is geometric. The $|vec r_utimesvec r_v|dA$ term is the calculation of $dS$ so strictly speaking, we are not changing variables. We are given a parametrization of a surface and calculating the surface integral based on that.
    – John Douma
    Nov 19 at 13:15

















up vote
0
down vote

favorite












Let $S$ be a surface given by the parametrization $vec{r}(u,v)= x(u,v)vec{i} + y(u,v)vec{j} + z(u,v)vec{k}$ for $(u,v)in D$. If $f(x,y,z)$ is a function defined on $S$, then the surface integral can be found using the formula
$$
iint_S f(x,y,z) dS = iint_D f(vec{r}(u,v))lvert vec{r}_utimesvec{r}_urvert dA
$$



I have seen how to derive this by drawing some pictures, but I am wondering if there is a proof that makes use of the change of variable formula. I have tried a few things, but I can't find anything that gives a Jacobian of $lvert vec{r}_utimesvec{r}_urvert$.



Is this possible?










share|cite|improve this question






















  • Every derivation I have seen of this is geometric. The $|vec r_utimesvec r_v|dA$ term is the calculation of $dS$ so strictly speaking, we are not changing variables. We are given a parametrization of a surface and calculating the surface integral based on that.
    – John Douma
    Nov 19 at 13:15















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Let $S$ be a surface given by the parametrization $vec{r}(u,v)= x(u,v)vec{i} + y(u,v)vec{j} + z(u,v)vec{k}$ for $(u,v)in D$. If $f(x,y,z)$ is a function defined on $S$, then the surface integral can be found using the formula
$$
iint_S f(x,y,z) dS = iint_D f(vec{r}(u,v))lvert vec{r}_utimesvec{r}_urvert dA
$$



I have seen how to derive this by drawing some pictures, but I am wondering if there is a proof that makes use of the change of variable formula. I have tried a few things, but I can't find anything that gives a Jacobian of $lvert vec{r}_utimesvec{r}_urvert$.



Is this possible?










share|cite|improve this question













Let $S$ be a surface given by the parametrization $vec{r}(u,v)= x(u,v)vec{i} + y(u,v)vec{j} + z(u,v)vec{k}$ for $(u,v)in D$. If $f(x,y,z)$ is a function defined on $S$, then the surface integral can be found using the formula
$$
iint_S f(x,y,z) dS = iint_D f(vec{r}(u,v))lvert vec{r}_utimesvec{r}_urvert dA
$$



I have seen how to derive this by drawing some pictures, but I am wondering if there is a proof that makes use of the change of variable formula. I have tried a few things, but I can't find anything that gives a Jacobian of $lvert vec{r}_utimesvec{r}_urvert$.



Is this possible?







calculus integration surfaces alternative-proof






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 19 at 12:31









John Doe

23621346




23621346












  • Every derivation I have seen of this is geometric. The $|vec r_utimesvec r_v|dA$ term is the calculation of $dS$ so strictly speaking, we are not changing variables. We are given a parametrization of a surface and calculating the surface integral based on that.
    – John Douma
    Nov 19 at 13:15




















  • Every derivation I have seen of this is geometric. The $|vec r_utimesvec r_v|dA$ term is the calculation of $dS$ so strictly speaking, we are not changing variables. We are given a parametrization of a surface and calculating the surface integral based on that.
    – John Douma
    Nov 19 at 13:15


















Every derivation I have seen of this is geometric. The $|vec r_utimesvec r_v|dA$ term is the calculation of $dS$ so strictly speaking, we are not changing variables. We are given a parametrization of a surface and calculating the surface integral based on that.
– John Douma
Nov 19 at 13:15






Every derivation I have seen of this is geometric. The $|vec r_utimesvec r_v|dA$ term is the calculation of $dS$ so strictly speaking, we are not changing variables. We are given a parametrization of a surface and calculating the surface integral based on that.
– John Douma
Nov 19 at 13:15












1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










The formula you have written down is merely the definition of the surface integral(and as such doesn't need any proof). Ok, to be slightly more precise, if you define the integral as the sum of surface "area elements" times the value of the function at any point inside that surface, then you see that this gives you the above formula after noting that the vector product is the same as the area of the surface element.



The change of variable formula just shows that you may parametrize your surface S in any way you like and still get the same answer. The Jacobian comes up when we have an integral of the type $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy$ and some other params $u,v$ and $u=u(x,y)$ and $v=v(x,y)$ and then $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy = int_{r}^{s} int_{m}^{n}J(u,v)f(u,v) ,dx,dy$.



In our case, assuming you have some other set of parameters $(p,q)$ such that $vec{r}(p,q) = x(p,q)vec{i}+y(p,q)vec{j}+z(p,q)vec{k}$ , then
$|vec{r}_u wedge vec{r}_v|dudv= J(u,v)|vec{r}_p wedge vec{r}_q|dpdq$(write down this computation in full if you don't believe me!) and by the change of variable formula, the two integrals(one in which we parametrized using $p,q$ and the other with $u,v$) will be equal.






share|cite|improve this answer



















  • 1




    The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
    – John Doe
    Nov 19 at 12:43






  • 2




    @John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
    – Sorin Tirc
    Nov 19 at 13:25












  • Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
    – John Doe
    Nov 19 at 17:01













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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3004871%2fderivation-of-formula-for-surface-integral%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote



accepted










The formula you have written down is merely the definition of the surface integral(and as such doesn't need any proof). Ok, to be slightly more precise, if you define the integral as the sum of surface "area elements" times the value of the function at any point inside that surface, then you see that this gives you the above formula after noting that the vector product is the same as the area of the surface element.



The change of variable formula just shows that you may parametrize your surface S in any way you like and still get the same answer. The Jacobian comes up when we have an integral of the type $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy$ and some other params $u,v$ and $u=u(x,y)$ and $v=v(x,y)$ and then $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy = int_{r}^{s} int_{m}^{n}J(u,v)f(u,v) ,dx,dy$.



In our case, assuming you have some other set of parameters $(p,q)$ such that $vec{r}(p,q) = x(p,q)vec{i}+y(p,q)vec{j}+z(p,q)vec{k}$ , then
$|vec{r}_u wedge vec{r}_v|dudv= J(u,v)|vec{r}_p wedge vec{r}_q|dpdq$(write down this computation in full if you don't believe me!) and by the change of variable formula, the two integrals(one in which we parametrized using $p,q$ and the other with $u,v$) will be equal.






share|cite|improve this answer



















  • 1




    The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
    – John Doe
    Nov 19 at 12:43






  • 2




    @John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
    – Sorin Tirc
    Nov 19 at 13:25












  • Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
    – John Doe
    Nov 19 at 17:01

















up vote
2
down vote



accepted










The formula you have written down is merely the definition of the surface integral(and as such doesn't need any proof). Ok, to be slightly more precise, if you define the integral as the sum of surface "area elements" times the value of the function at any point inside that surface, then you see that this gives you the above formula after noting that the vector product is the same as the area of the surface element.



The change of variable formula just shows that you may parametrize your surface S in any way you like and still get the same answer. The Jacobian comes up when we have an integral of the type $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy$ and some other params $u,v$ and $u=u(x,y)$ and $v=v(x,y)$ and then $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy = int_{r}^{s} int_{m}^{n}J(u,v)f(u,v) ,dx,dy$.



In our case, assuming you have some other set of parameters $(p,q)$ such that $vec{r}(p,q) = x(p,q)vec{i}+y(p,q)vec{j}+z(p,q)vec{k}$ , then
$|vec{r}_u wedge vec{r}_v|dudv= J(u,v)|vec{r}_p wedge vec{r}_q|dpdq$(write down this computation in full if you don't believe me!) and by the change of variable formula, the two integrals(one in which we parametrized using $p,q$ and the other with $u,v$) will be equal.






share|cite|improve this answer



















  • 1




    The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
    – John Doe
    Nov 19 at 12:43






  • 2




    @John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
    – Sorin Tirc
    Nov 19 at 13:25












  • Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
    – John Doe
    Nov 19 at 17:01















up vote
2
down vote



accepted







up vote
2
down vote



accepted






The formula you have written down is merely the definition of the surface integral(and as such doesn't need any proof). Ok, to be slightly more precise, if you define the integral as the sum of surface "area elements" times the value of the function at any point inside that surface, then you see that this gives you the above formula after noting that the vector product is the same as the area of the surface element.



The change of variable formula just shows that you may parametrize your surface S in any way you like and still get the same answer. The Jacobian comes up when we have an integral of the type $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy$ and some other params $u,v$ and $u=u(x,y)$ and $v=v(x,y)$ and then $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy = int_{r}^{s} int_{m}^{n}J(u,v)f(u,v) ,dx,dy$.



In our case, assuming you have some other set of parameters $(p,q)$ such that $vec{r}(p,q) = x(p,q)vec{i}+y(p,q)vec{j}+z(p,q)vec{k}$ , then
$|vec{r}_u wedge vec{r}_v|dudv= J(u,v)|vec{r}_p wedge vec{r}_q|dpdq$(write down this computation in full if you don't believe me!) and by the change of variable formula, the two integrals(one in which we parametrized using $p,q$ and the other with $u,v$) will be equal.






share|cite|improve this answer














The formula you have written down is merely the definition of the surface integral(and as such doesn't need any proof). Ok, to be slightly more precise, if you define the integral as the sum of surface "area elements" times the value of the function at any point inside that surface, then you see that this gives you the above formula after noting that the vector product is the same as the area of the surface element.



The change of variable formula just shows that you may parametrize your surface S in any way you like and still get the same answer. The Jacobian comes up when we have an integral of the type $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy$ and some other params $u,v$ and $u=u(x,y)$ and $v=v(x,y)$ and then $int_{a}^{b} int_{c}^{d}f(x,y) ,dx,dy = int_{r}^{s} int_{m}^{n}J(u,v)f(u,v) ,dx,dy$.



In our case, assuming you have some other set of parameters $(p,q)$ such that $vec{r}(p,q) = x(p,q)vec{i}+y(p,q)vec{j}+z(p,q)vec{k}$ , then
$|vec{r}_u wedge vec{r}_v|dudv= J(u,v)|vec{r}_p wedge vec{r}_q|dpdq$(write down this computation in full if you don't believe me!) and by the change of variable formula, the two integrals(one in which we parametrized using $p,q$ and the other with $u,v$) will be equal.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Nov 19 at 13:38

























answered Nov 19 at 12:37









Sorin Tirc

77210




77210








  • 1




    The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
    – John Doe
    Nov 19 at 12:43






  • 2




    @John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
    – Sorin Tirc
    Nov 19 at 13:25












  • Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
    – John Doe
    Nov 19 at 17:01
















  • 1




    The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
    – John Doe
    Nov 19 at 12:43






  • 2




    @John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
    – Sorin Tirc
    Nov 19 at 13:25












  • Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
    – John Doe
    Nov 19 at 17:01










1




1




The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
– John Doe
Nov 19 at 12:43




The above formula was presented to me as a theorem. The definition was the things with "area elements". So there is no way to choose some change of variables so that the $lvert vec{r}_utimesvec{r}_urvert$ becomes the jacobian?
– John Doe
Nov 19 at 12:43




2




2




@John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
– Sorin Tirc
Nov 19 at 13:25






@John Doe: I edited my answer to include a small discussion about the Jacobian, but I have to insist that the formula above is a consequence of the definition of the integral and has, strictly speaking, nothing to do with a Jacobian. However, given that when you define an integral you don't define it in terms of a certain parametrization, you may actually deduce the formula of change of variables(which does indeed involve the Jacobian) from this integral formula(but not the other way round).
– Sorin Tirc
Nov 19 at 13:25














Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
– John Doe
Nov 19 at 17:01






Ok, thanks for the answer. It just really looked to me like the $lvert vec{r}_utimesvec{r}_vrvert$ factor is some kind of Jacobian.
– John Doe
Nov 19 at 17:01




















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3004871%2fderivation-of-formula-for-surface-integral%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?