how to find the “orientation” of parameterized surface, and use it to setup integral? ...
First paper to introduce the "principal-agent problem"
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
Does a random sequence of vectors span a Hilbert space?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Inverse square law not accurate for non-point masses?
Is there a verb for listening stealthily?
Where and when has Thucydides been studied?
How does TikZ render an arc?
calculator's angle answer for trig ratios that can work in more than 1 quadrant on the unit circle
Calculation of line of sight system gain
malloc in main() or malloc in another function: allocating memory for a struct and its members
Did John Wesley plagiarize Matthew Henry...?
Why are current probes so expensive?
How to infer difference of population proportion between two groups when proportion is small?
Statistical analysis applied to methods coming out of Machine Learning
Keep at all times, the minus sign above aligned with minus sign below
Noise in Eigenvalues plot
The Nth Gryphon Number
Fit odd number of triplets in a measure?
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Problem with display of presentation
How to make triangles with rounded sides and corners? (squircle with 3 sides)
An isoperimetric-type inequality inside a cube
How does the body cool itself in a stillsuit?
how to find the “orientation” of parameterized surface, and use it to setup integral?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Evaluate the inward flux of the vector field $F=<y,-x,z>$ over the surface $S$ of the solid bounded by $z=sqrt{x^2+y^2}$ and $z=3$.Calculate surface integral of point charge located outside the surfacecalculating a surface integral $iintvec{F}cdotvec{n}dA$Surface Integrals, orientation and parametrizations.Calculate surface area of a F using the surface integralVerifying Stokes' Theorem on two intersecting cylindersDefinite Integral $ 4piint_{0}^{1}cosh(t)sqrt{cosh^{2}(t)+sinh^{2}(t)} dt $How to calculate the integral on surface which cannot be expressed in functions easily?How can I find the curl of velocity in spherical coordinates?line intergral problemSurface Integral formed by Paraboloid of revolution and Cylinder
$begingroup$
From "Advanced Calculus: Demystified: A Self-teaching Guide", 2007, David Bachman, Example 10-3, page 141:
Let vector field:
$$W = (y,x,z)$$
Let S be the portion of a cylinder parameterized by:
$$psi(theta, z) = (cos theta, sin theta, z)$$
$$0 le theta le frac{pi}{4}$$
$$0 le z le 1$$
The vector $(-1, 0, 0)$ defines an orientation on S at point (1,0,0).
Integral W over the surface S with orientation vector (-1, 0, 0) at point (1,0,0).
For the integral below, why does the parameterization of $psi$ disagree with the specified orientation? and therefore the final result need to be negated?
$$
int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
I can kind of see that if you pick point (1,0,0) and evaluate W at this point, then:
W(1,0,0) = (0,1,0)
Which is basically the unit $vec{j}$ vector.
then, if you take the the cross product of the two tangents vectors of the surface S at the point (1,0,0) then it gives you a normal vector to the surface:
$$begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} = (1,0,0)
$$
Which is basically the unit $vec{i}$ vector at point (1,0,0).
But, they say the orientation of the integral setup is $-vec{i} = (-1, 0, 0)$.
Why?
Continuation of solution from book:
$$int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} (sin theta, cos theta, z) cdot (cos theta, sin theta, 0) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} 2 sin theta cos theta dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} sin 2theta cos theta dtheta dz$$
$$=int_{1}^{0} frac{1}{2} dz $$
$$=frac{1}{2} $$
At this point, they say, orientation of $psi$ disagrees with the specified orientation therefore the correct answer is $-frac{1}{2}$.
how are they settings up the integral such that its orientation disagrees?
multivariable-calculus
$endgroup$
add a comment |
$begingroup$
From "Advanced Calculus: Demystified: A Self-teaching Guide", 2007, David Bachman, Example 10-3, page 141:
Let vector field:
$$W = (y,x,z)$$
Let S be the portion of a cylinder parameterized by:
$$psi(theta, z) = (cos theta, sin theta, z)$$
$$0 le theta le frac{pi}{4}$$
$$0 le z le 1$$
The vector $(-1, 0, 0)$ defines an orientation on S at point (1,0,0).
Integral W over the surface S with orientation vector (-1, 0, 0) at point (1,0,0).
For the integral below, why does the parameterization of $psi$ disagree with the specified orientation? and therefore the final result need to be negated?
$$
int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
I can kind of see that if you pick point (1,0,0) and evaluate W at this point, then:
W(1,0,0) = (0,1,0)
Which is basically the unit $vec{j}$ vector.
then, if you take the the cross product of the two tangents vectors of the surface S at the point (1,0,0) then it gives you a normal vector to the surface:
$$begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} = (1,0,0)
$$
Which is basically the unit $vec{i}$ vector at point (1,0,0).
But, they say the orientation of the integral setup is $-vec{i} = (-1, 0, 0)$.
Why?
Continuation of solution from book:
$$int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} (sin theta, cos theta, z) cdot (cos theta, sin theta, 0) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} 2 sin theta cos theta dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} sin 2theta cos theta dtheta dz$$
$$=int_{1}^{0} frac{1}{2} dz $$
$$=frac{1}{2} $$
At this point, they say, orientation of $psi$ disagrees with the specified orientation therefore the correct answer is $-frac{1}{2}$.
how are they settings up the integral such that its orientation disagrees?
multivariable-calculus
$endgroup$
$begingroup$
What is the specified orientation?
$endgroup$
– StackTD
Mar 26 at 10:29
$begingroup$
they guess an orientation of $vec{N} =(-1, 0, 0)$ normal to surface at point (1,0,0)... which should be specified by the ordering of the integral upper and lower limits? I don't really see why the integral ranges setup in the integral specifies this orientation.. nor do i understand how to set the range up correctly the first time with out needing to flip the sign at the end.
$endgroup$
– DiscreteMath
Mar 26 at 10:31
$begingroup$
The order of the limits of integration is fine (run from lower to upper limit). The only reason you might need to flip the sign is if you want e.g. the inward flux (of the vector field through the surface) but the integral computes the outward flux (or vice versa). See How to find outward-pointing normal vector for surface flux problems? Example problem included. for example.
$endgroup$
– StackTD
Mar 26 at 11:00
add a comment |
$begingroup$
From "Advanced Calculus: Demystified: A Self-teaching Guide", 2007, David Bachman, Example 10-3, page 141:
Let vector field:
$$W = (y,x,z)$$
Let S be the portion of a cylinder parameterized by:
$$psi(theta, z) = (cos theta, sin theta, z)$$
$$0 le theta le frac{pi}{4}$$
$$0 le z le 1$$
The vector $(-1, 0, 0)$ defines an orientation on S at point (1,0,0).
Integral W over the surface S with orientation vector (-1, 0, 0) at point (1,0,0).
For the integral below, why does the parameterization of $psi$ disagree with the specified orientation? and therefore the final result need to be negated?
$$
int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
I can kind of see that if you pick point (1,0,0) and evaluate W at this point, then:
W(1,0,0) = (0,1,0)
Which is basically the unit $vec{j}$ vector.
then, if you take the the cross product of the two tangents vectors of the surface S at the point (1,0,0) then it gives you a normal vector to the surface:
$$begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} = (1,0,0)
$$
Which is basically the unit $vec{i}$ vector at point (1,0,0).
But, they say the orientation of the integral setup is $-vec{i} = (-1, 0, 0)$.
Why?
Continuation of solution from book:
$$int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} (sin theta, cos theta, z) cdot (cos theta, sin theta, 0) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} 2 sin theta cos theta dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} sin 2theta cos theta dtheta dz$$
$$=int_{1}^{0} frac{1}{2} dz $$
$$=frac{1}{2} $$
At this point, they say, orientation of $psi$ disagrees with the specified orientation therefore the correct answer is $-frac{1}{2}$.
how are they settings up the integral such that its orientation disagrees?
multivariable-calculus
$endgroup$
From "Advanced Calculus: Demystified: A Self-teaching Guide", 2007, David Bachman, Example 10-3, page 141:
Let vector field:
$$W = (y,x,z)$$
Let S be the portion of a cylinder parameterized by:
$$psi(theta, z) = (cos theta, sin theta, z)$$
$$0 le theta le frac{pi}{4}$$
$$0 le z le 1$$
The vector $(-1, 0, 0)$ defines an orientation on S at point (1,0,0).
Integral W over the surface S with orientation vector (-1, 0, 0) at point (1,0,0).
For the integral below, why does the parameterization of $psi$ disagree with the specified orientation? and therefore the final result need to be negated?
$$
int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
I can kind of see that if you pick point (1,0,0) and evaluate W at this point, then:
W(1,0,0) = (0,1,0)
Which is basically the unit $vec{j}$ vector.
then, if you take the the cross product of the two tangents vectors of the surface S at the point (1,0,0) then it gives you a normal vector to the surface:
$$begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} = (1,0,0)
$$
Which is basically the unit $vec{i}$ vector at point (1,0,0).
But, they say the orientation of the integral setup is $-vec{i} = (-1, 0, 0)$.
Why?
Continuation of solution from book:
$$int_{S} textbf{W} cdot dtextbf{s} = int^{1}_0 int^{frac{pi}{4}}_{0} textbf{W}(psi(theta,z)) cdot left(begin{vmatrix}
frac{partial{psi}}{partial{theta}} times
frac{partial{psi}}{partial{z}}
end{vmatrix} right) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} (sin theta, cos theta, z) cdot (cos theta, sin theta, 0) dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} 2 sin theta cos theta dtheta dz$$
$$=int_{1}^{0} int_{0}^{frac{pi}{4}} sin 2theta cos theta dtheta dz$$
$$=int_{1}^{0} frac{1}{2} dz $$
$$=frac{1}{2} $$
At this point, they say, orientation of $psi$ disagrees with the specified orientation therefore the correct answer is $-frac{1}{2}$.
how are they settings up the integral such that its orientation disagrees?
multivariable-calculus
multivariable-calculus
edited Mar 26 at 16:10
DiscreteMath
asked Mar 26 at 10:27
DiscreteMathDiscreteMath
677
677
$begingroup$
What is the specified orientation?
$endgroup$
– StackTD
Mar 26 at 10:29
$begingroup$
they guess an orientation of $vec{N} =(-1, 0, 0)$ normal to surface at point (1,0,0)... which should be specified by the ordering of the integral upper and lower limits? I don't really see why the integral ranges setup in the integral specifies this orientation.. nor do i understand how to set the range up correctly the first time with out needing to flip the sign at the end.
$endgroup$
– DiscreteMath
Mar 26 at 10:31
$begingroup$
The order of the limits of integration is fine (run from lower to upper limit). The only reason you might need to flip the sign is if you want e.g. the inward flux (of the vector field through the surface) but the integral computes the outward flux (or vice versa). See How to find outward-pointing normal vector for surface flux problems? Example problem included. for example.
$endgroup$
– StackTD
Mar 26 at 11:00
add a comment |
$begingroup$
What is the specified orientation?
$endgroup$
– StackTD
Mar 26 at 10:29
$begingroup$
they guess an orientation of $vec{N} =(-1, 0, 0)$ normal to surface at point (1,0,0)... which should be specified by the ordering of the integral upper and lower limits? I don't really see why the integral ranges setup in the integral specifies this orientation.. nor do i understand how to set the range up correctly the first time with out needing to flip the sign at the end.
$endgroup$
– DiscreteMath
Mar 26 at 10:31
$begingroup$
The order of the limits of integration is fine (run from lower to upper limit). The only reason you might need to flip the sign is if you want e.g. the inward flux (of the vector field through the surface) but the integral computes the outward flux (or vice versa). See How to find outward-pointing normal vector for surface flux problems? Example problem included. for example.
$endgroup$
– StackTD
Mar 26 at 11:00
$begingroup$
What is the specified orientation?
$endgroup$
– StackTD
Mar 26 at 10:29
$begingroup$
What is the specified orientation?
$endgroup$
– StackTD
Mar 26 at 10:29
$begingroup$
they guess an orientation of $vec{N} =(-1, 0, 0)$ normal to surface at point (1,0,0)... which should be specified by the ordering of the integral upper and lower limits? I don't really see why the integral ranges setup in the integral specifies this orientation.. nor do i understand how to set the range up correctly the first time with out needing to flip the sign at the end.
$endgroup$
– DiscreteMath
Mar 26 at 10:31
$begingroup$
they guess an orientation of $vec{N} =(-1, 0, 0)$ normal to surface at point (1,0,0)... which should be specified by the ordering of the integral upper and lower limits? I don't really see why the integral ranges setup in the integral specifies this orientation.. nor do i understand how to set the range up correctly the first time with out needing to flip the sign at the end.
$endgroup$
– DiscreteMath
Mar 26 at 10:31
$begingroup$
The order of the limits of integration is fine (run from lower to upper limit). The only reason you might need to flip the sign is if you want e.g. the inward flux (of the vector field through the surface) but the integral computes the outward flux (or vice versa). See How to find outward-pointing normal vector for surface flux problems? Example problem included. for example.
$endgroup$
– StackTD
Mar 26 at 11:00
$begingroup$
The order of the limits of integration is fine (run from lower to upper limit). The only reason you might need to flip the sign is if you want e.g. the inward flux (of the vector field through the surface) but the integral computes the outward flux (or vice versa). See How to find outward-pointing normal vector for surface flux problems? Example problem included. for example.
$endgroup$
– StackTD
Mar 26 at 11:00
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
For a surface integral, the orientation is chosen by the person setting up the problem to represents the direction in which the flux of the vector field needs to pass through the surface for the resulting surface integral to be positive in value.
For a given surface, there are generally, two choice for the orientation vectors:
(1) normal vectors on "top" of the surface, and
(2) normal vectors on the "bottom" of the surface.
For some surfaces, the orientation could also be interpreted as a choice between:
(1) normal vectors on the "inner surface"
(2) normal vectors on the "outer surface"
If the cross product in the surface integral disagree with this chosen orientation for a given surface, then it is necessary to negate the surface integral to match the orientation. (This is just the rule.)
If the surface integral problem says, assume the induced orientation for the surface integral, then, this just means that we will choose the orientation vector to be the same direction as the cross product in the surface integral. (thus, no sign flipping required in this case, we just need to obtain the orientation vector from the cross product in the surface integral to make sense of the sign of the resultant integral value.)
$endgroup$
add a comment |
Your Answer
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%2f3163002%2fhow-to-find-the-orientation-of-parameterized-surface-and-use-it-to-setup-inte%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$
For a surface integral, the orientation is chosen by the person setting up the problem to represents the direction in which the flux of the vector field needs to pass through the surface for the resulting surface integral to be positive in value.
For a given surface, there are generally, two choice for the orientation vectors:
(1) normal vectors on "top" of the surface, and
(2) normal vectors on the "bottom" of the surface.
For some surfaces, the orientation could also be interpreted as a choice between:
(1) normal vectors on the "inner surface"
(2) normal vectors on the "outer surface"
If the cross product in the surface integral disagree with this chosen orientation for a given surface, then it is necessary to negate the surface integral to match the orientation. (This is just the rule.)
If the surface integral problem says, assume the induced orientation for the surface integral, then, this just means that we will choose the orientation vector to be the same direction as the cross product in the surface integral. (thus, no sign flipping required in this case, we just need to obtain the orientation vector from the cross product in the surface integral to make sense of the sign of the resultant integral value.)
$endgroup$
add a comment |
$begingroup$
For a surface integral, the orientation is chosen by the person setting up the problem to represents the direction in which the flux of the vector field needs to pass through the surface for the resulting surface integral to be positive in value.
For a given surface, there are generally, two choice for the orientation vectors:
(1) normal vectors on "top" of the surface, and
(2) normal vectors on the "bottom" of the surface.
For some surfaces, the orientation could also be interpreted as a choice between:
(1) normal vectors on the "inner surface"
(2) normal vectors on the "outer surface"
If the cross product in the surface integral disagree with this chosen orientation for a given surface, then it is necessary to negate the surface integral to match the orientation. (This is just the rule.)
If the surface integral problem says, assume the induced orientation for the surface integral, then, this just means that we will choose the orientation vector to be the same direction as the cross product in the surface integral. (thus, no sign flipping required in this case, we just need to obtain the orientation vector from the cross product in the surface integral to make sense of the sign of the resultant integral value.)
$endgroup$
add a comment |
$begingroup$
For a surface integral, the orientation is chosen by the person setting up the problem to represents the direction in which the flux of the vector field needs to pass through the surface for the resulting surface integral to be positive in value.
For a given surface, there are generally, two choice for the orientation vectors:
(1) normal vectors on "top" of the surface, and
(2) normal vectors on the "bottom" of the surface.
For some surfaces, the orientation could also be interpreted as a choice between:
(1) normal vectors on the "inner surface"
(2) normal vectors on the "outer surface"
If the cross product in the surface integral disagree with this chosen orientation for a given surface, then it is necessary to negate the surface integral to match the orientation. (This is just the rule.)
If the surface integral problem says, assume the induced orientation for the surface integral, then, this just means that we will choose the orientation vector to be the same direction as the cross product in the surface integral. (thus, no sign flipping required in this case, we just need to obtain the orientation vector from the cross product in the surface integral to make sense of the sign of the resultant integral value.)
$endgroup$
For a surface integral, the orientation is chosen by the person setting up the problem to represents the direction in which the flux of the vector field needs to pass through the surface for the resulting surface integral to be positive in value.
For a given surface, there are generally, two choice for the orientation vectors:
(1) normal vectors on "top" of the surface, and
(2) normal vectors on the "bottom" of the surface.
For some surfaces, the orientation could also be interpreted as a choice between:
(1) normal vectors on the "inner surface"
(2) normal vectors on the "outer surface"
If the cross product in the surface integral disagree with this chosen orientation for a given surface, then it is necessary to negate the surface integral to match the orientation. (This is just the rule.)
If the surface integral problem says, assume the induced orientation for the surface integral, then, this just means that we will choose the orientation vector to be the same direction as the cross product in the surface integral. (thus, no sign flipping required in this case, we just need to obtain the orientation vector from the cross product in the surface integral to make sense of the sign of the resultant integral value.)
edited Mar 26 at 17:47
answered Mar 26 at 17:33
DiscreteMathDiscreteMath
677
677
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%2f3163002%2fhow-to-find-the-orientation-of-parameterized-surface-and-use-it-to-setup-inte%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$
What is the specified orientation?
$endgroup$
– StackTD
Mar 26 at 10:29
$begingroup$
they guess an orientation of $vec{N} =(-1, 0, 0)$ normal to surface at point (1,0,0)... which should be specified by the ordering of the integral upper and lower limits? I don't really see why the integral ranges setup in the integral specifies this orientation.. nor do i understand how to set the range up correctly the first time with out needing to flip the sign at the end.
$endgroup$
– DiscreteMath
Mar 26 at 10:31
$begingroup$
The order of the limits of integration is fine (run from lower to upper limit). The only reason you might need to flip the sign is if you want e.g. the inward flux (of the vector field through the surface) but the integral computes the outward flux (or vice versa). See How to find outward-pointing normal vector for surface flux problems? Example problem included. for example.
$endgroup$
– StackTD
Mar 26 at 11:00