Divergence of a parametrized vector field
$begingroup$
Here's the problem:
Use Gauss's divergence theorem to calculate the total flux through the solid,$V$, enclosed by the set $M={(x,y,z)in mathbb{R^3}: z=x^2+y^2, 0leq zleq 1}$ and the vector field $X:mathbb{R^3} to mathbb{R^{3times 1}}, (x,y,z)to begin{bmatrix} xz \ z \ -frac{z^2}{2}end{bmatrix}$.
My attempt:
$$Phi_X(M)=int_Vdiv(X)dV$$
A parametrization for M is:
$$psi :]-pi;pi[times]0;1[tomathbb{R^3} \ (theta,v)to (sqrt{v}costheta,sqrt{v}sin(theta),v)$$
The divergence of $X$ is (And it I think it is here where I got it wrong):
$$div(X)=frac{1}{sqrt{det(G(psi;(theta,v))}}trbigg(Jbig(sqrt{det(G(psi;(theta,v)))}Xcircpsi;(theta,v)big)bigg)$$
Where $G(psi;(theta,v))$ is the Gram matrix of $psi$ at $(theta,v)$ and $J$ denotes the Jacobian matrix.
But if this definition is correct then it is not clear how I can compute the trace of that Jacobian matrix because it is not a square matrix, and if the definion is incorrect how do I compute the divergent of $X$ when using the parametrization $psi$?
differential-geometry vector-fields divergence
$endgroup$
add a comment |
$begingroup$
Here's the problem:
Use Gauss's divergence theorem to calculate the total flux through the solid,$V$, enclosed by the set $M={(x,y,z)in mathbb{R^3}: z=x^2+y^2, 0leq zleq 1}$ and the vector field $X:mathbb{R^3} to mathbb{R^{3times 1}}, (x,y,z)to begin{bmatrix} xz \ z \ -frac{z^2}{2}end{bmatrix}$.
My attempt:
$$Phi_X(M)=int_Vdiv(X)dV$$
A parametrization for M is:
$$psi :]-pi;pi[times]0;1[tomathbb{R^3} \ (theta,v)to (sqrt{v}costheta,sqrt{v}sin(theta),v)$$
The divergence of $X$ is (And it I think it is here where I got it wrong):
$$div(X)=frac{1}{sqrt{det(G(psi;(theta,v))}}trbigg(Jbig(sqrt{det(G(psi;(theta,v)))}Xcircpsi;(theta,v)big)bigg)$$
Where $G(psi;(theta,v))$ is the Gram matrix of $psi$ at $(theta,v)$ and $J$ denotes the Jacobian matrix.
But if this definition is correct then it is not clear how I can compute the trace of that Jacobian matrix because it is not a square matrix, and if the definion is incorrect how do I compute the divergent of $X$ when using the parametrization $psi$?
differential-geometry vector-fields divergence
$endgroup$
add a comment |
$begingroup$
Here's the problem:
Use Gauss's divergence theorem to calculate the total flux through the solid,$V$, enclosed by the set $M={(x,y,z)in mathbb{R^3}: z=x^2+y^2, 0leq zleq 1}$ and the vector field $X:mathbb{R^3} to mathbb{R^{3times 1}}, (x,y,z)to begin{bmatrix} xz \ z \ -frac{z^2}{2}end{bmatrix}$.
My attempt:
$$Phi_X(M)=int_Vdiv(X)dV$$
A parametrization for M is:
$$psi :]-pi;pi[times]0;1[tomathbb{R^3} \ (theta,v)to (sqrt{v}costheta,sqrt{v}sin(theta),v)$$
The divergence of $X$ is (And it I think it is here where I got it wrong):
$$div(X)=frac{1}{sqrt{det(G(psi;(theta,v))}}trbigg(Jbig(sqrt{det(G(psi;(theta,v)))}Xcircpsi;(theta,v)big)bigg)$$
Where $G(psi;(theta,v))$ is the Gram matrix of $psi$ at $(theta,v)$ and $J$ denotes the Jacobian matrix.
But if this definition is correct then it is not clear how I can compute the trace of that Jacobian matrix because it is not a square matrix, and if the definion is incorrect how do I compute the divergent of $X$ when using the parametrization $psi$?
differential-geometry vector-fields divergence
$endgroup$
Here's the problem:
Use Gauss's divergence theorem to calculate the total flux through the solid,$V$, enclosed by the set $M={(x,y,z)in mathbb{R^3}: z=x^2+y^2, 0leq zleq 1}$ and the vector field $X:mathbb{R^3} to mathbb{R^{3times 1}}, (x,y,z)to begin{bmatrix} xz \ z \ -frac{z^2}{2}end{bmatrix}$.
My attempt:
$$Phi_X(M)=int_Vdiv(X)dV$$
A parametrization for M is:
$$psi :]-pi;pi[times]0;1[tomathbb{R^3} \ (theta,v)to (sqrt{v}costheta,sqrt{v}sin(theta),v)$$
The divergence of $X$ is (And it I think it is here where I got it wrong):
$$div(X)=frac{1}{sqrt{det(G(psi;(theta,v))}}trbigg(Jbig(sqrt{det(G(psi;(theta,v)))}Xcircpsi;(theta,v)big)bigg)$$
Where $G(psi;(theta,v))$ is the Gram matrix of $psi$ at $(theta,v)$ and $J$ denotes the Jacobian matrix.
But if this definition is correct then it is not clear how I can compute the trace of that Jacobian matrix because it is not a square matrix, and if the definion is incorrect how do I compute the divergent of $X$ when using the parametrization $psi$?
differential-geometry vector-fields divergence
differential-geometry vector-fields divergence
edited Dec 17 '18 at 23:18
Bidon
asked Dec 17 '18 at 20:39
BidonBidon
967
967
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Calculate the divergence first
$$
nabla cdot F = frac{partial}{partial x}(xz) + frac{partial}{partial y}(z) - frac{partial}{partial z}left(frac{z^2}{2}right) = z - z = 0
$$
$endgroup$
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
1
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
|
show 2 more comments
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%2f3044419%2fdivergence-of-a-parametrized-vector-field%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
$begingroup$
Calculate the divergence first
$$
nabla cdot F = frac{partial}{partial x}(xz) + frac{partial}{partial y}(z) - frac{partial}{partial z}left(frac{z^2}{2}right) = z - z = 0
$$
$endgroup$
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
1
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
|
show 2 more comments
$begingroup$
Calculate the divergence first
$$
nabla cdot F = frac{partial}{partial x}(xz) + frac{partial}{partial y}(z) - frac{partial}{partial z}left(frac{z^2}{2}right) = z - z = 0
$$
$endgroup$
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
1
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
|
show 2 more comments
$begingroup$
Calculate the divergence first
$$
nabla cdot F = frac{partial}{partial x}(xz) + frac{partial}{partial y}(z) - frac{partial}{partial z}left(frac{z^2}{2}right) = z - z = 0
$$
$endgroup$
Calculate the divergence first
$$
nabla cdot F = frac{partial}{partial x}(xz) + frac{partial}{partial y}(z) - frac{partial}{partial z}left(frac{z^2}{2}right) = z - z = 0
$$
answered Dec 17 '18 at 20:49
caveraccaverac
14.8k31130
14.8k31130
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
1
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
|
show 2 more comments
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
1
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
And then I make a sort of representation of it in the parametrization $psi$? And is that definition wrong? and why?
$endgroup$
– Bidon
Dec 17 '18 at 20:52
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
@Bidon Yes, calculate the divergence and then evaluate the parametrization. The problem I see is that $X: mathbb{R}^color{red}{3} to mathbb{R}^color{red}{3}$, that's what is giving you the trouble with the dimensions
$endgroup$
– caverac
Dec 17 '18 at 20:57
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
How come? I think it's quite common to that kind of vector fields, gravitational and electric for example...
$endgroup$
– Bidon
Dec 17 '18 at 23:08
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
$begingroup$
@Bidon But you say $X(x, y) = (xz, z, -z^2/2)$, what is $z$ then?
$endgroup$
– caverac
Dec 17 '18 at 23:14
1
1
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
$begingroup$
@Bidon If you do not know how the field behaves inside the region, there's not much of a point in calculating the divergence (you need the divergence inside the region to integrate it)
$endgroup$
– caverac
Dec 18 '18 at 18:37
|
show 2 more comments
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%2f3044419%2fdivergence-of-a-parametrized-vector-field%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