$ int_{S_{c}} underset{bar{}}{F}.d underset{bar{}}{S};$ where $S_{c}$ is the curved part of the truncated...
$begingroup$
$ int_{S_{c}} underset{bar{}}{F}.d underset{bar{}}{S};$ where $S_{c}$ is the curved part of the truncated cone $x^2 + y^2 = (a-z)^2 , 0≤z≤(1/2)a$
Where $underset{bar{}}{F}$ = $(2x + y^2)underset{bar{}}{i} + (y+xz)underset{bar{}}{j} + zunderset{bar{}}{k}$. Use a normal to $S_{c}$ that points away from the z axis.
My first thought is to split the surface area $S_{c}$ of the truncated cone into 3 parts and use the divergence theorem. $S_{1}$ = the top, $S_{2}$ = the bottom, $S_{3}$= the sides(middle part).
$S_{c}$ is the union $S_{1}$∪$S_{2}$∪$S_{3}$.
For the divergence theorem you need a double integral but the question gives a single integral. How can i overcome this?
vector-fields divergence
$endgroup$
add a comment |
$begingroup$
$ int_{S_{c}} underset{bar{}}{F}.d underset{bar{}}{S};$ where $S_{c}$ is the curved part of the truncated cone $x^2 + y^2 = (a-z)^2 , 0≤z≤(1/2)a$
Where $underset{bar{}}{F}$ = $(2x + y^2)underset{bar{}}{i} + (y+xz)underset{bar{}}{j} + zunderset{bar{}}{k}$. Use a normal to $S_{c}$ that points away from the z axis.
My first thought is to split the surface area $S_{c}$ of the truncated cone into 3 parts and use the divergence theorem. $S_{1}$ = the top, $S_{2}$ = the bottom, $S_{3}$= the sides(middle part).
$S_{c}$ is the union $S_{1}$∪$S_{2}$∪$S_{3}$.
For the divergence theorem you need a double integral but the question gives a single integral. How can i overcome this?
vector-fields divergence
$endgroup$
$begingroup$
“The curved part” says to me that you’re not meant to integrate over the top or bottom.
$endgroup$
– amd
Jan 6 at 22:02
$begingroup$
is the 'curved part' supposed to be the middle part (the sides)?
$endgroup$
– Neels
Jan 6 at 22:20
add a comment |
$begingroup$
$ int_{S_{c}} underset{bar{}}{F}.d underset{bar{}}{S};$ where $S_{c}$ is the curved part of the truncated cone $x^2 + y^2 = (a-z)^2 , 0≤z≤(1/2)a$
Where $underset{bar{}}{F}$ = $(2x + y^2)underset{bar{}}{i} + (y+xz)underset{bar{}}{j} + zunderset{bar{}}{k}$. Use a normal to $S_{c}$ that points away from the z axis.
My first thought is to split the surface area $S_{c}$ of the truncated cone into 3 parts and use the divergence theorem. $S_{1}$ = the top, $S_{2}$ = the bottom, $S_{3}$= the sides(middle part).
$S_{c}$ is the union $S_{1}$∪$S_{2}$∪$S_{3}$.
For the divergence theorem you need a double integral but the question gives a single integral. How can i overcome this?
vector-fields divergence
$endgroup$
$ int_{S_{c}} underset{bar{}}{F}.d underset{bar{}}{S};$ where $S_{c}$ is the curved part of the truncated cone $x^2 + y^2 = (a-z)^2 , 0≤z≤(1/2)a$
Where $underset{bar{}}{F}$ = $(2x + y^2)underset{bar{}}{i} + (y+xz)underset{bar{}}{j} + zunderset{bar{}}{k}$. Use a normal to $S_{c}$ that points away from the z axis.
My first thought is to split the surface area $S_{c}$ of the truncated cone into 3 parts and use the divergence theorem. $S_{1}$ = the top, $S_{2}$ = the bottom, $S_{3}$= the sides(middle part).
$S_{c}$ is the union $S_{1}$∪$S_{2}$∪$S_{3}$.
For the divergence theorem you need a double integral but the question gives a single integral. How can i overcome this?
vector-fields divergence
vector-fields divergence
asked Jan 6 at 21:45
NeelsNeels
367
367
$begingroup$
“The curved part” says to me that you’re not meant to integrate over the top or bottom.
$endgroup$
– amd
Jan 6 at 22:02
$begingroup$
is the 'curved part' supposed to be the middle part (the sides)?
$endgroup$
– Neels
Jan 6 at 22:20
add a comment |
$begingroup$
“The curved part” says to me that you’re not meant to integrate over the top or bottom.
$endgroup$
– amd
Jan 6 at 22:02
$begingroup$
is the 'curved part' supposed to be the middle part (the sides)?
$endgroup$
– Neels
Jan 6 at 22:20
$begingroup$
“The curved part” says to me that you’re not meant to integrate over the top or bottom.
$endgroup$
– amd
Jan 6 at 22:02
$begingroup$
“The curved part” says to me that you’re not meant to integrate over the top or bottom.
$endgroup$
– amd
Jan 6 at 22:02
$begingroup$
is the 'curved part' supposed to be the middle part (the sides)?
$endgroup$
– Neels
Jan 6 at 22:20
$begingroup$
is the 'curved part' supposed to be the middle part (the sides)?
$endgroup$
– Neels
Jan 6 at 22:20
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
First, choose a surface internal parameters:
$$ P = { (u,v) in ([0..2pi],[0..(1/2)a]) } $$
Then describe the surface based on those parameters:
$$ S(a)(u,v) = { (x,y,z)in ((a-v)*cos(u),(a-v)*sin(u),v) }$$
Calculating surface area:
$$ A = pi r_0 s_0 - pi r_1 s_1 $$
where $r_0$ and $s_0$ are the radius and slant height of the cone, and the $r_1$ and $s_1$ are the radius and slant height of the (invisible) cone removed from the larger cone.
Then the integral is simply average of all samples picked from the surface multiplied by the surface area:
$$ int_{S_c}{Fcdot dS} = A timesfrac{sum_{n=1}^{k}F(S(a)(u_n,v_n))}{k}, k>10000 $$, where $(u_n,v_n)$ are randomly picked surface point from $P$.
Note: edited the cone surface area formula to more correct one.
$endgroup$
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
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%2f3064414%2fint-s-c-underset-barf-d-underset-bars-where-s-c-is-t%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$
First, choose a surface internal parameters:
$$ P = { (u,v) in ([0..2pi],[0..(1/2)a]) } $$
Then describe the surface based on those parameters:
$$ S(a)(u,v) = { (x,y,z)in ((a-v)*cos(u),(a-v)*sin(u),v) }$$
Calculating surface area:
$$ A = pi r_0 s_0 - pi r_1 s_1 $$
where $r_0$ and $s_0$ are the radius and slant height of the cone, and the $r_1$ and $s_1$ are the radius and slant height of the (invisible) cone removed from the larger cone.
Then the integral is simply average of all samples picked from the surface multiplied by the surface area:
$$ int_{S_c}{Fcdot dS} = A timesfrac{sum_{n=1}^{k}F(S(a)(u_n,v_n))}{k}, k>10000 $$, where $(u_n,v_n)$ are randomly picked surface point from $P$.
Note: edited the cone surface area formula to more correct one.
$endgroup$
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
add a comment |
$begingroup$
First, choose a surface internal parameters:
$$ P = { (u,v) in ([0..2pi],[0..(1/2)a]) } $$
Then describe the surface based on those parameters:
$$ S(a)(u,v) = { (x,y,z)in ((a-v)*cos(u),(a-v)*sin(u),v) }$$
Calculating surface area:
$$ A = pi r_0 s_0 - pi r_1 s_1 $$
where $r_0$ and $s_0$ are the radius and slant height of the cone, and the $r_1$ and $s_1$ are the radius and slant height of the (invisible) cone removed from the larger cone.
Then the integral is simply average of all samples picked from the surface multiplied by the surface area:
$$ int_{S_c}{Fcdot dS} = A timesfrac{sum_{n=1}^{k}F(S(a)(u_n,v_n))}{k}, k>10000 $$, where $(u_n,v_n)$ are randomly picked surface point from $P$.
Note: edited the cone surface area formula to more correct one.
$endgroup$
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
add a comment |
$begingroup$
First, choose a surface internal parameters:
$$ P = { (u,v) in ([0..2pi],[0..(1/2)a]) } $$
Then describe the surface based on those parameters:
$$ S(a)(u,v) = { (x,y,z)in ((a-v)*cos(u),(a-v)*sin(u),v) }$$
Calculating surface area:
$$ A = pi r_0 s_0 - pi r_1 s_1 $$
where $r_0$ and $s_0$ are the radius and slant height of the cone, and the $r_1$ and $s_1$ are the radius and slant height of the (invisible) cone removed from the larger cone.
Then the integral is simply average of all samples picked from the surface multiplied by the surface area:
$$ int_{S_c}{Fcdot dS} = A timesfrac{sum_{n=1}^{k}F(S(a)(u_n,v_n))}{k}, k>10000 $$, where $(u_n,v_n)$ are randomly picked surface point from $P$.
Note: edited the cone surface area formula to more correct one.
$endgroup$
First, choose a surface internal parameters:
$$ P = { (u,v) in ([0..2pi],[0..(1/2)a]) } $$
Then describe the surface based on those parameters:
$$ S(a)(u,v) = { (x,y,z)in ((a-v)*cos(u),(a-v)*sin(u),v) }$$
Calculating surface area:
$$ A = pi r_0 s_0 - pi r_1 s_1 $$
where $r_0$ and $s_0$ are the radius and slant height of the cone, and the $r_1$ and $s_1$ are the radius and slant height of the (invisible) cone removed from the larger cone.
Then the integral is simply average of all samples picked from the surface multiplied by the surface area:
$$ int_{S_c}{Fcdot dS} = A timesfrac{sum_{n=1}^{k}F(S(a)(u_n,v_n))}{k}, k>10000 $$, where $(u_n,v_n)$ are randomly picked surface point from $P$.
Note: edited the cone surface area formula to more correct one.
edited Jan 7 at 0:13
answered Jan 6 at 22:48
tp1tp1
31648
31648
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
add a comment |
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
$begingroup$
what are s0 and s1 suppose to be?
$endgroup$
– Neels
Jan 6 at 22:56
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%2f3064414%2fint-s-c-underset-barf-d-underset-bars-where-s-c-is-t%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$
“The curved part” says to me that you’re not meant to integrate over the top or bottom.
$endgroup$
– amd
Jan 6 at 22:02
$begingroup$
is the 'curved part' supposed to be the middle part (the sides)?
$endgroup$
– Neels
Jan 6 at 22:20