How to calculate this surface area? (portion of a cylinder inside a sphere )
up vote
4
down vote
favorite
The surface area of the portion of the cylinder $x^2+y^2=8y$ located inside of the sphere $x^2+y^2+z^2=64$

I'm stuck, so any tip will be helpful
Thanks in advance!
multivariable-calculus
add a comment |
up vote
4
down vote
favorite
The surface area of the portion of the cylinder $x^2+y^2=8y$ located inside of the sphere $x^2+y^2+z^2=64$

I'm stuck, so any tip will be helpful
Thanks in advance!
multivariable-calculus
By area do you mean surface area?
– theyaoster
May 22 '17 at 19:30
yes, I do! surface area
– user418360
May 22 '17 at 19:31
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
The surface area of the portion of the cylinder $x^2+y^2=8y$ located inside of the sphere $x^2+y^2+z^2=64$

I'm stuck, so any tip will be helpful
Thanks in advance!
multivariable-calculus
The surface area of the portion of the cylinder $x^2+y^2=8y$ located inside of the sphere $x^2+y^2+z^2=64$

I'm stuck, so any tip will be helpful
Thanks in advance!
multivariable-calculus
multivariable-calculus
edited May 22 '17 at 19:30
asked May 22 '17 at 19:17
user418360
365
365
By area do you mean surface area?
– theyaoster
May 22 '17 at 19:30
yes, I do! surface area
– user418360
May 22 '17 at 19:31
add a comment |
By area do you mean surface area?
– theyaoster
May 22 '17 at 19:30
yes, I do! surface area
– user418360
May 22 '17 at 19:31
By area do you mean surface area?
– theyaoster
May 22 '17 at 19:30
By area do you mean surface area?
– theyaoster
May 22 '17 at 19:30
yes, I do! surface area
– user418360
May 22 '17 at 19:31
yes, I do! surface area
– user418360
May 22 '17 at 19:31
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
$A = iint dS$
$S: x^2 + y^2 = 8y$
Convert to cylindrical.
$x = rcostheta\
y = rsintheta\
z = z$
Plug these into the equation of the cylinder.
$r = 8sintheta$
And substitute back for parameterization of the surface
$x = 8sinthetacostheta = 4sin 2theta\
y = 8sin^2theta = 4 - 4cos 2theta\
z = z$
$dS = $$|(frac {partial x}{partial theta}, frac {partial y}{partial theta},frac {partial z}{partial theta})times (frac {partial x}{partial z}, frac {partial y}{partial z},frac {partial z}{partial z})|\
|(8cos2theta, 8sin 2theta, 0) times (0,0,1)| = |(8sin2theta, -8cos 2theta, 0)| = 8 dz dtheta$
$iint 8 dz dtheta$
The sphere will establish the limits for z.
$16sin^2 2theta + 16 -32cos 2theta + 16cos^2 2theta + z^2 = 64\
z^2 = 32 + 32cos 2theta = 64cos^2theta$
$2int_0^{pi}int_0^{8costheta} 8 dz dtheta$
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
That is better...
– Doug M
May 22 '17 at 20:00
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
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',
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%2f2292416%2fhow-to-calculate-this-surface-area-portion-of-a-cylinder-inside-a-sphere%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
up vote
0
down vote
accepted
$A = iint dS$
$S: x^2 + y^2 = 8y$
Convert to cylindrical.
$x = rcostheta\
y = rsintheta\
z = z$
Plug these into the equation of the cylinder.
$r = 8sintheta$
And substitute back for parameterization of the surface
$x = 8sinthetacostheta = 4sin 2theta\
y = 8sin^2theta = 4 - 4cos 2theta\
z = z$
$dS = $$|(frac {partial x}{partial theta}, frac {partial y}{partial theta},frac {partial z}{partial theta})times (frac {partial x}{partial z}, frac {partial y}{partial z},frac {partial z}{partial z})|\
|(8cos2theta, 8sin 2theta, 0) times (0,0,1)| = |(8sin2theta, -8cos 2theta, 0)| = 8 dz dtheta$
$iint 8 dz dtheta$
The sphere will establish the limits for z.
$16sin^2 2theta + 16 -32cos 2theta + 16cos^2 2theta + z^2 = 64\
z^2 = 32 + 32cos 2theta = 64cos^2theta$
$2int_0^{pi}int_0^{8costheta} 8 dz dtheta$
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
That is better...
– Doug M
May 22 '17 at 20:00
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
add a comment |
up vote
0
down vote
accepted
$A = iint dS$
$S: x^2 + y^2 = 8y$
Convert to cylindrical.
$x = rcostheta\
y = rsintheta\
z = z$
Plug these into the equation of the cylinder.
$r = 8sintheta$
And substitute back for parameterization of the surface
$x = 8sinthetacostheta = 4sin 2theta\
y = 8sin^2theta = 4 - 4cos 2theta\
z = z$
$dS = $$|(frac {partial x}{partial theta}, frac {partial y}{partial theta},frac {partial z}{partial theta})times (frac {partial x}{partial z}, frac {partial y}{partial z},frac {partial z}{partial z})|\
|(8cos2theta, 8sin 2theta, 0) times (0,0,1)| = |(8sin2theta, -8cos 2theta, 0)| = 8 dz dtheta$
$iint 8 dz dtheta$
The sphere will establish the limits for z.
$16sin^2 2theta + 16 -32cos 2theta + 16cos^2 2theta + z^2 = 64\
z^2 = 32 + 32cos 2theta = 64cos^2theta$
$2int_0^{pi}int_0^{8costheta} 8 dz dtheta$
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
That is better...
– Doug M
May 22 '17 at 20:00
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
$A = iint dS$
$S: x^2 + y^2 = 8y$
Convert to cylindrical.
$x = rcostheta\
y = rsintheta\
z = z$
Plug these into the equation of the cylinder.
$r = 8sintheta$
And substitute back for parameterization of the surface
$x = 8sinthetacostheta = 4sin 2theta\
y = 8sin^2theta = 4 - 4cos 2theta\
z = z$
$dS = $$|(frac {partial x}{partial theta}, frac {partial y}{partial theta},frac {partial z}{partial theta})times (frac {partial x}{partial z}, frac {partial y}{partial z},frac {partial z}{partial z})|\
|(8cos2theta, 8sin 2theta, 0) times (0,0,1)| = |(8sin2theta, -8cos 2theta, 0)| = 8 dz dtheta$
$iint 8 dz dtheta$
The sphere will establish the limits for z.
$16sin^2 2theta + 16 -32cos 2theta + 16cos^2 2theta + z^2 = 64\
z^2 = 32 + 32cos 2theta = 64cos^2theta$
$2int_0^{pi}int_0^{8costheta} 8 dz dtheta$
$A = iint dS$
$S: x^2 + y^2 = 8y$
Convert to cylindrical.
$x = rcostheta\
y = rsintheta\
z = z$
Plug these into the equation of the cylinder.
$r = 8sintheta$
And substitute back for parameterization of the surface
$x = 8sinthetacostheta = 4sin 2theta\
y = 8sin^2theta = 4 - 4cos 2theta\
z = z$
$dS = $$|(frac {partial x}{partial theta}, frac {partial y}{partial theta},frac {partial z}{partial theta})times (frac {partial x}{partial z}, frac {partial y}{partial z},frac {partial z}{partial z})|\
|(8cos2theta, 8sin 2theta, 0) times (0,0,1)| = |(8sin2theta, -8cos 2theta, 0)| = 8 dz dtheta$
$iint 8 dz dtheta$
The sphere will establish the limits for z.
$16sin^2 2theta + 16 -32cos 2theta + 16cos^2 2theta + z^2 = 64\
z^2 = 32 + 32cos 2theta = 64cos^2theta$
$2int_0^{pi}int_0^{8costheta} 8 dz dtheta$
edited Nov 19 at 21:42
Matheus Ramos
32
32
answered May 22 '17 at 19:36
Doug M
43.5k31854
43.5k31854
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
That is better...
– Doug M
May 22 '17 at 20:00
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
add a comment |
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
That is better...
– Doug M
May 22 '17 at 20:00
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
But I need the cylinder surface area, this would be the surface sphere area
– user418360
May 22 '17 at 19:41
That is better...
– Doug M
May 22 '17 at 20:00
That is better...
– Doug M
May 22 '17 at 20:00
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Thank you so much! it's perfect.
– user418360
May 22 '17 at 20:06
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
Can you explain the bounds?
– ifly6
Dec 5 at 16:11
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f2292416%2fhow-to-calculate-this-surface-area-portion-of-a-cylinder-inside-a-sphere%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
By area do you mean surface area?
– theyaoster
May 22 '17 at 19:30
yes, I do! surface area
– user418360
May 22 '17 at 19:31