Evaluate this triple integral (volume)
$begingroup$
I need to calculate this volume of
$$D={x^2+y^2-2yle 0,0le zle 10-3sqrt{x^2+y^2} }.$$
My attempt. So the first one is a shifted cylinder $x^2+(y-1)^2le 1$ , and the second one is an upside-down cone with vertex $z=10$.
By using cylindrical coordinates I get:
$$int_{0}^{2pi}int_{0}^{sqrt{2sin{theta}}}int_{0}^{10-3r}rdzdrdtheta$$
Is this the correct way to approach a shifted region? $x^2+y^2=2y$ implies $r^2=2sin{theta}$.
I think I got the integral wrong.
calculus integration multivariable-calculus definite-integrals
$endgroup$
add a comment |
$begingroup$
I need to calculate this volume of
$$D={x^2+y^2-2yle 0,0le zle 10-3sqrt{x^2+y^2} }.$$
My attempt. So the first one is a shifted cylinder $x^2+(y-1)^2le 1$ , and the second one is an upside-down cone with vertex $z=10$.
By using cylindrical coordinates I get:
$$int_{0}^{2pi}int_{0}^{sqrt{2sin{theta}}}int_{0}^{10-3r}rdzdrdtheta$$
Is this the correct way to approach a shifted region? $x^2+y^2=2y$ implies $r^2=2sin{theta}$.
I think I got the integral wrong.
calculus integration multivariable-calculus definite-integrals
$endgroup$
add a comment |
$begingroup$
I need to calculate this volume of
$$D={x^2+y^2-2yle 0,0le zle 10-3sqrt{x^2+y^2} }.$$
My attempt. So the first one is a shifted cylinder $x^2+(y-1)^2le 1$ , and the second one is an upside-down cone with vertex $z=10$.
By using cylindrical coordinates I get:
$$int_{0}^{2pi}int_{0}^{sqrt{2sin{theta}}}int_{0}^{10-3r}rdzdrdtheta$$
Is this the correct way to approach a shifted region? $x^2+y^2=2y$ implies $r^2=2sin{theta}$.
I think I got the integral wrong.
calculus integration multivariable-calculus definite-integrals
$endgroup$
I need to calculate this volume of
$$D={x^2+y^2-2yle 0,0le zle 10-3sqrt{x^2+y^2} }.$$
My attempt. So the first one is a shifted cylinder $x^2+(y-1)^2le 1$ , and the second one is an upside-down cone with vertex $z=10$.
By using cylindrical coordinates I get:
$$int_{0}^{2pi}int_{0}^{sqrt{2sin{theta}}}int_{0}^{10-3r}rdzdrdtheta$$
Is this the correct way to approach a shifted region? $x^2+y^2=2y$ implies $r^2=2sin{theta}$.
I think I got the integral wrong.
calculus integration multivariable-calculus definite-integrals
calculus integration multivariable-calculus definite-integrals
edited Jan 16 at 8:03
Robert Z
101k1071144
101k1071144
asked Jan 16 at 7:43
NPLSNPLS
7812
7812
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You are almost correct. The angle $theta$ should be in the interval $[0,pi]$, so $0leq rleq 2sinthetageq 0$ (note that $r^2leq 2rsintheta$). Thus your triple integral should be
$$int_{0}^{pi}int_{0}^{2sin{theta}}int_{0}^{10-3r}rdzdrdtheta.$$
So what is the final result?
$endgroup$
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
|
show 7 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%2f3075432%2fevaluate-this-triple-integral-volume%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$
You are almost correct. The angle $theta$ should be in the interval $[0,pi]$, so $0leq rleq 2sinthetageq 0$ (note that $r^2leq 2rsintheta$). Thus your triple integral should be
$$int_{0}^{pi}int_{0}^{2sin{theta}}int_{0}^{10-3r}rdzdrdtheta.$$
So what is the final result?
$endgroup$
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
|
show 7 more comments
$begingroup$
You are almost correct. The angle $theta$ should be in the interval $[0,pi]$, so $0leq rleq 2sinthetageq 0$ (note that $r^2leq 2rsintheta$). Thus your triple integral should be
$$int_{0}^{pi}int_{0}^{2sin{theta}}int_{0}^{10-3r}rdzdrdtheta.$$
So what is the final result?
$endgroup$
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
|
show 7 more comments
$begingroup$
You are almost correct. The angle $theta$ should be in the interval $[0,pi]$, so $0leq rleq 2sinthetageq 0$ (note that $r^2leq 2rsintheta$). Thus your triple integral should be
$$int_{0}^{pi}int_{0}^{2sin{theta}}int_{0}^{10-3r}rdzdrdtheta.$$
So what is the final result?
$endgroup$
You are almost correct. The angle $theta$ should be in the interval $[0,pi]$, so $0leq rleq 2sinthetageq 0$ (note that $r^2leq 2rsintheta$). Thus your triple integral should be
$$int_{0}^{pi}int_{0}^{2sin{theta}}int_{0}^{10-3r}rdzdrdtheta.$$
So what is the final result?
edited Jan 16 at 7:57
answered Jan 16 at 7:52
Robert ZRobert Z
101k1071144
101k1071144
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
|
show 7 more comments
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Could you explain why It is from 0 to $pi$?
$endgroup$
– NPLS
Jan 16 at 7:56
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Draw your circle: it is centered in $(0,1)$ with radius $1$. It is completely contained in the upper half-plane and therefore the angle $theta$ varies in $[0,pi]$ (the ray starts in the origin in cylindrical coordinates).
$endgroup$
– Robert Z
Jan 16 at 8:00
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
Thanks, you are magic!
$endgroup$
– NPLS
Jan 16 at 8:07
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
@NPLS Fine! Let me know if you obtain the correct result.
$endgroup$
– Robert Z
Jan 16 at 8:12
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
$begingroup$
yup $10pi -32/3$
$endgroup$
– NPLS
Jan 16 at 8:55
|
show 7 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%2f3075432%2fevaluate-this-triple-integral-volume%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