What's The Cylindrical coordinates for this $int_0^6int_-sqrt6x-x^2^sqrt6x-x^2int_0^6x-x^2-y^2left(x^2+y^2right)dzdydx$convert triple integral $int_-6^6int_-sqrt36-x^2^sqrt36-x^2int_x^2+y^2^36x,dz,dy,dx$ to spherical coordinatesConvert the integral from rectangular to cylindrical coordinates and solveFind volume of the region bounded by… using cylindrical coordinates.Problem with cartesian to cylindrical coordinatesConvert this integral to cylindrical and spherical coordinates: $int_-2^2 int_-sqrt4-x^2^sqrt4-x^2int_x^2+y^2^4 x dz dy dx$Converting a double Integral from Cartesian to Cylindrical CoordinatesConverting the coordinates of a point to cylindrical coordinates with positive values.How to evaluate the integrals in the cylindrical coordinatesCalculate this triple integral in cylindrical coordinates, the result is different with triple integral in cartesian coordinatesUsing cylindrical coordinates, find the volume of the region $D =y^2+z^2le5+x^2,4x^2+y^2+z^2le25$
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
Are objects structures and/or vice versa?
What to wear for invited talk in Canada
Symmetry in quantum mechanics
Information to fellow intern about hiring?
Why airport relocation isn't done gradually?
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
Is every set a filtered colimit of finite sets?
Does a dangling wire really electrocute me if I'm standing in water?
Unbreakable Formation vs. Cry of the Carnarium
Can I legally use front facing blue light in the UK?
COUNT(*) or MAX(id) - which is faster?
Calculate Levenshtein distance between two strings in Python
Doomsday-clock for my fantasy planet
What do the Banks children have against barley water?
Finding files for which a command fails
Typesetting a double Over Dot on top of a symbol
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
Where else does the Shulchan Aruch quote an authority by name?
Is domain driven design an anti-SQL pattern?
What is the meaning of "of trouble" in the following sentence?
Where to refill my bottle in India?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
How to move the player while also allowing forces to affect it
What's The Cylindrical coordinates for this $int_0^6int_-sqrt6x-x^2^sqrt6x-x^2int_0^6x-x^2-y^2left(x^2+y^2right)dzdydx$
convert triple integral $int_-6^6int_-sqrt36-x^2^sqrt36-x^2int_x^2+y^2^36x,dz,dy,dx$ to spherical coordinatesConvert the integral from rectangular to cylindrical coordinates and solveFind volume of the region bounded by… using cylindrical coordinates.Problem with cartesian to cylindrical coordinatesConvert this integral to cylindrical and spherical coordinates: $int_-2^2 int_-sqrt4-x^2^sqrt4-x^2int_x^2+y^2^4 x dz dy dx$Converting a double Integral from Cartesian to Cylindrical CoordinatesConverting the coordinates of a point to cylindrical coordinates with positive values.How to evaluate the integrals in the cylindrical coordinatesCalculate this triple integral in cylindrical coordinates, the result is different with triple integral in cartesian coordinatesUsing cylindrical coordinates, find the volume of the region $D =y^2+z^2le5+x^2,4x^2+y^2+z^2le25$
$begingroup$
I want to convert this to cylindrical coordinates
$$V=int_0^6int_-sqrt6x-x^2^sqrt6x-x^2int_0^6x-x^2-y^2left(x^2+y^2right)dzdydx = 486π$$
I want to write it like this:
$$V=int_ ^ int_ ^ int_ ^ r^3dzdrdtheta$$
if you don't know how to do it at least vote please!
calculus integration definite-integrals cylindrical-coordinates
$endgroup$
add a comment |
$begingroup$
I want to convert this to cylindrical coordinates
$$V=int_0^6int_-sqrt6x-x^2^sqrt6x-x^2int_0^6x-x^2-y^2left(x^2+y^2right)dzdydx = 486π$$
I want to write it like this:
$$V=int_ ^ int_ ^ int_ ^ r^3dzdrdtheta$$
if you don't know how to do it at least vote please!
calculus integration definite-integrals cylindrical-coordinates
$endgroup$
add a comment |
$begingroup$
I want to convert this to cylindrical coordinates
$$V=int_0^6int_-sqrt6x-x^2^sqrt6x-x^2int_0^6x-x^2-y^2left(x^2+y^2right)dzdydx = 486π$$
I want to write it like this:
$$V=int_ ^ int_ ^ int_ ^ r^3dzdrdtheta$$
if you don't know how to do it at least vote please!
calculus integration definite-integrals cylindrical-coordinates
$endgroup$
I want to convert this to cylindrical coordinates
$$V=int_0^6int_-sqrt6x-x^2^sqrt6x-x^2int_0^6x-x^2-y^2left(x^2+y^2right)dzdydx = 486π$$
I want to write it like this:
$$V=int_ ^ int_ ^ int_ ^ r^3dzdrdtheta$$
if you don't know how to do it at least vote please!
calculus integration definite-integrals cylindrical-coordinates
calculus integration definite-integrals cylindrical-coordinates
edited Mar 22 at 15:56
jon wick
asked Mar 22 at 15:28
jon wickjon wick
157
157
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
$zin[0,6x-x^2-y^2]$ tells you the region is "vertically" bounded between the plane $z=0$ and the paraboloid $z=6x-x^2-y^2$. Complete the square to write the latter as $z=9-(x-3)^2-y^2$, which is a paraboloid whose vertex is located at $(3,0,9)$.
$yin[-sqrt6x-x^2,sqrt6x-x^2]$, or $yin[-sqrt9-(x-3)^2,sqrt9-(x-3)^2]$, tells you that for any $z$, $y$ is confined by the upper and lower halves of a circle with radius $3$ and centered at $(3,0,z)$. This describes a cylinder in $mathbb R^3$.
$xin[0,6]$ tells you the integration region covers the interior of the cylinder.
Now you can convert to a modified cylindrical coordinate system with
$$begincasesx=rcostheta+3\y=rsintheta\z=zendcases$$
and the region you're interested in (I'll call it $E$) is obtained with $0le rle3$, $0lethetale2pi$, and $0le zle9-r^2$. The Jacobian is the same as with the conversion to standard cylindrical coordinates. So the integral is
$$beginalign*
iiint_E(x^2+y^2),mathrm dV&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2left((rcostheta+3)^2+(rsintheta)^2right)r,mathrm dz,mathrm dr,mathrm dtheta\[1ex]
&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2(r^2+6rcostheta+9)r,mathrm dz,mathrm dr,mathrm dtheta
endalign*$$
$endgroup$
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
add a comment |
$begingroup$
Hint: the limits give the set:
$$0le xle 6,$$
$$y^2le 6x - x^2,$$
$$0le zle 6x - x^2 - y^2.$$
Now, do $x = rcostheta$, $y = rsintheta$...
$endgroup$
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%2f3158293%2fwhats-the-cylindrical-coordinates-for-this-int-06-int-sqrt6x-x2-sqr%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$zin[0,6x-x^2-y^2]$ tells you the region is "vertically" bounded between the plane $z=0$ and the paraboloid $z=6x-x^2-y^2$. Complete the square to write the latter as $z=9-(x-3)^2-y^2$, which is a paraboloid whose vertex is located at $(3,0,9)$.
$yin[-sqrt6x-x^2,sqrt6x-x^2]$, or $yin[-sqrt9-(x-3)^2,sqrt9-(x-3)^2]$, tells you that for any $z$, $y$ is confined by the upper and lower halves of a circle with radius $3$ and centered at $(3,0,z)$. This describes a cylinder in $mathbb R^3$.
$xin[0,6]$ tells you the integration region covers the interior of the cylinder.
Now you can convert to a modified cylindrical coordinate system with
$$begincasesx=rcostheta+3\y=rsintheta\z=zendcases$$
and the region you're interested in (I'll call it $E$) is obtained with $0le rle3$, $0lethetale2pi$, and $0le zle9-r^2$. The Jacobian is the same as with the conversion to standard cylindrical coordinates. So the integral is
$$beginalign*
iiint_E(x^2+y^2),mathrm dV&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2left((rcostheta+3)^2+(rsintheta)^2right)r,mathrm dz,mathrm dr,mathrm dtheta\[1ex]
&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2(r^2+6rcostheta+9)r,mathrm dz,mathrm dr,mathrm dtheta
endalign*$$
$endgroup$
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
add a comment |
$begingroup$
$zin[0,6x-x^2-y^2]$ tells you the region is "vertically" bounded between the plane $z=0$ and the paraboloid $z=6x-x^2-y^2$. Complete the square to write the latter as $z=9-(x-3)^2-y^2$, which is a paraboloid whose vertex is located at $(3,0,9)$.
$yin[-sqrt6x-x^2,sqrt6x-x^2]$, or $yin[-sqrt9-(x-3)^2,sqrt9-(x-3)^2]$, tells you that for any $z$, $y$ is confined by the upper and lower halves of a circle with radius $3$ and centered at $(3,0,z)$. This describes a cylinder in $mathbb R^3$.
$xin[0,6]$ tells you the integration region covers the interior of the cylinder.
Now you can convert to a modified cylindrical coordinate system with
$$begincasesx=rcostheta+3\y=rsintheta\z=zendcases$$
and the region you're interested in (I'll call it $E$) is obtained with $0le rle3$, $0lethetale2pi$, and $0le zle9-r^2$. The Jacobian is the same as with the conversion to standard cylindrical coordinates. So the integral is
$$beginalign*
iiint_E(x^2+y^2),mathrm dV&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2left((rcostheta+3)^2+(rsintheta)^2right)r,mathrm dz,mathrm dr,mathrm dtheta\[1ex]
&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2(r^2+6rcostheta+9)r,mathrm dz,mathrm dr,mathrm dtheta
endalign*$$
$endgroup$
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
add a comment |
$begingroup$
$zin[0,6x-x^2-y^2]$ tells you the region is "vertically" bounded between the plane $z=0$ and the paraboloid $z=6x-x^2-y^2$. Complete the square to write the latter as $z=9-(x-3)^2-y^2$, which is a paraboloid whose vertex is located at $(3,0,9)$.
$yin[-sqrt6x-x^2,sqrt6x-x^2]$, or $yin[-sqrt9-(x-3)^2,sqrt9-(x-3)^2]$, tells you that for any $z$, $y$ is confined by the upper and lower halves of a circle with radius $3$ and centered at $(3,0,z)$. This describes a cylinder in $mathbb R^3$.
$xin[0,6]$ tells you the integration region covers the interior of the cylinder.
Now you can convert to a modified cylindrical coordinate system with
$$begincasesx=rcostheta+3\y=rsintheta\z=zendcases$$
and the region you're interested in (I'll call it $E$) is obtained with $0le rle3$, $0lethetale2pi$, and $0le zle9-r^2$. The Jacobian is the same as with the conversion to standard cylindrical coordinates. So the integral is
$$beginalign*
iiint_E(x^2+y^2),mathrm dV&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2left((rcostheta+3)^2+(rsintheta)^2right)r,mathrm dz,mathrm dr,mathrm dtheta\[1ex]
&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2(r^2+6rcostheta+9)r,mathrm dz,mathrm dr,mathrm dtheta
endalign*$$
$endgroup$
$zin[0,6x-x^2-y^2]$ tells you the region is "vertically" bounded between the plane $z=0$ and the paraboloid $z=6x-x^2-y^2$. Complete the square to write the latter as $z=9-(x-3)^2-y^2$, which is a paraboloid whose vertex is located at $(3,0,9)$.
$yin[-sqrt6x-x^2,sqrt6x-x^2]$, or $yin[-sqrt9-(x-3)^2,sqrt9-(x-3)^2]$, tells you that for any $z$, $y$ is confined by the upper and lower halves of a circle with radius $3$ and centered at $(3,0,z)$. This describes a cylinder in $mathbb R^3$.
$xin[0,6]$ tells you the integration region covers the interior of the cylinder.
Now you can convert to a modified cylindrical coordinate system with
$$begincasesx=rcostheta+3\y=rsintheta\z=zendcases$$
and the region you're interested in (I'll call it $E$) is obtained with $0le rle3$, $0lethetale2pi$, and $0le zle9-r^2$. The Jacobian is the same as with the conversion to standard cylindrical coordinates. So the integral is
$$beginalign*
iiint_E(x^2+y^2),mathrm dV&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2left((rcostheta+3)^2+(rsintheta)^2right)r,mathrm dz,mathrm dr,mathrm dtheta\[1ex]
&=int_theta=0^theta=2piint_r=0^r=3int_z=0^z=9-r^2(r^2+6rcostheta+9)r,mathrm dz,mathrm dr,mathrm dtheta
endalign*$$
answered Mar 22 at 16:45
user170231user170231
4,21511429
4,21511429
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
add a comment |
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
$begingroup$
thanks very much that's Correct
$endgroup$
– jon wick
Mar 22 at 17:38
add a comment |
$begingroup$
Hint: the limits give the set:
$$0le xle 6,$$
$$y^2le 6x - x^2,$$
$$0le zle 6x - x^2 - y^2.$$
Now, do $x = rcostheta$, $y = rsintheta$...
$endgroup$
add a comment |
$begingroup$
Hint: the limits give the set:
$$0le xle 6,$$
$$y^2le 6x - x^2,$$
$$0le zle 6x - x^2 - y^2.$$
Now, do $x = rcostheta$, $y = rsintheta$...
$endgroup$
add a comment |
$begingroup$
Hint: the limits give the set:
$$0le xle 6,$$
$$y^2le 6x - x^2,$$
$$0le zle 6x - x^2 - y^2.$$
Now, do $x = rcostheta$, $y = rsintheta$...
$endgroup$
Hint: the limits give the set:
$$0le xle 6,$$
$$y^2le 6x - x^2,$$
$$0le zle 6x - x^2 - y^2.$$
Now, do $x = rcostheta$, $y = rsintheta$...
answered Mar 22 at 16:45
Martín-Blas Pérez PinillaMartín-Blas Pérez Pinilla
35.4k42972
35.4k42972
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%2f3158293%2fwhats-the-cylindrical-coordinates-for-this-int-06-int-sqrt6x-x2-sqr%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