Calculating the area of the plane $x+z=1$ portion that is enclosed by $x^2+y^2=2$ with $z≤0$
$begingroup$
the exercise is the text in the title. I'm studying surface integrals.
To start I thougt to make a change to cartecian coordinates with z as a function of $x$ and $y$, that is, $z=1-x$. With this I make the following parameterization: $O(x,y)=[x,y, x-1]$
Then I calculated the norm: $N=2^{1/2}$ of the normal vector: $[1,0,-1]$ of $O(x,y)$.
This is all I did because I do not understand how to project the surface on the xy plane or how to find between the limits of x and y.
In addition, how the $z≤0$ condition influences the projection.
Another question I have is: is the area of the plane enclosed in the cylinder the same as the area of the portion of the cylinder intersected by the plane?
calculus integration multivariable-calculus
$endgroup$
add a comment |
$begingroup$
the exercise is the text in the title. I'm studying surface integrals.
To start I thougt to make a change to cartecian coordinates with z as a function of $x$ and $y$, that is, $z=1-x$. With this I make the following parameterization: $O(x,y)=[x,y, x-1]$
Then I calculated the norm: $N=2^{1/2}$ of the normal vector: $[1,0,-1]$ of $O(x,y)$.
This is all I did because I do not understand how to project the surface on the xy plane or how to find between the limits of x and y.
In addition, how the $z≤0$ condition influences the projection.
Another question I have is: is the area of the plane enclosed in the cylinder the same as the area of the portion of the cylinder intersected by the plane?
calculus integration multivariable-calculus
$endgroup$
$begingroup$
Is $2^{frac12}$ a vector?
$endgroup$
– Chris Custer
Dec 14 '18 at 1:00
$begingroup$
Sorry, $N$ is the norm of the vector $(1,0, -1)$
$endgroup$
– Ayesca
Dec 14 '18 at 1:03
add a comment |
$begingroup$
the exercise is the text in the title. I'm studying surface integrals.
To start I thougt to make a change to cartecian coordinates with z as a function of $x$ and $y$, that is, $z=1-x$. With this I make the following parameterization: $O(x,y)=[x,y, x-1]$
Then I calculated the norm: $N=2^{1/2}$ of the normal vector: $[1,0,-1]$ of $O(x,y)$.
This is all I did because I do not understand how to project the surface on the xy plane or how to find between the limits of x and y.
In addition, how the $z≤0$ condition influences the projection.
Another question I have is: is the area of the plane enclosed in the cylinder the same as the area of the portion of the cylinder intersected by the plane?
calculus integration multivariable-calculus
$endgroup$
the exercise is the text in the title. I'm studying surface integrals.
To start I thougt to make a change to cartecian coordinates with z as a function of $x$ and $y$, that is, $z=1-x$. With this I make the following parameterization: $O(x,y)=[x,y, x-1]$
Then I calculated the norm: $N=2^{1/2}$ of the normal vector: $[1,0,-1]$ of $O(x,y)$.
This is all I did because I do not understand how to project the surface on the xy plane or how to find between the limits of x and y.
In addition, how the $z≤0$ condition influences the projection.
Another question I have is: is the area of the plane enclosed in the cylinder the same as the area of the portion of the cylinder intersected by the plane?
calculus integration multivariable-calculus
calculus integration multivariable-calculus
edited Dec 14 '18 at 1:14
Ayesca
asked Dec 14 '18 at 0:54
AyescaAyesca
1999
1999
$begingroup$
Is $2^{frac12}$ a vector?
$endgroup$
– Chris Custer
Dec 14 '18 at 1:00
$begingroup$
Sorry, $N$ is the norm of the vector $(1,0, -1)$
$endgroup$
– Ayesca
Dec 14 '18 at 1:03
add a comment |
$begingroup$
Is $2^{frac12}$ a vector?
$endgroup$
– Chris Custer
Dec 14 '18 at 1:00
$begingroup$
Sorry, $N$ is the norm of the vector $(1,0, -1)$
$endgroup$
– Ayesca
Dec 14 '18 at 1:03
$begingroup$
Is $2^{frac12}$ a vector?
$endgroup$
– Chris Custer
Dec 14 '18 at 1:00
$begingroup$
Is $2^{frac12}$ a vector?
$endgroup$
– Chris Custer
Dec 14 '18 at 1:00
$begingroup$
Sorry, $N$ is the norm of the vector $(1,0, -1)$
$endgroup$
– Ayesca
Dec 14 '18 at 1:03
$begingroup$
Sorry, $N$ is the norm of the vector $(1,0, -1)$
$endgroup$
– Ayesca
Dec 14 '18 at 1:03
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I don't think the other answer is correct, the constraint that $zleq 0$ changes things quite a bit.
When you project upwards, this means you are integrating over
$$
{ (x,y):;x^2+y^2leq 2}cap { (x,y):xgeq 1}
$$
Since the combination $zleq 0$ and $x+z=1$ yields $xgeq 1$.
So as you found, the norm of the unit vector is $sqrt{2}=||(1,0,1||$ and your integral is
$$
int_{1}^{2}int_{-sqrt{2-x^2}}^{sqrt{2-x^2}} sqrt{2};mathrm dy mathrm dx
$$
Or much more easily in polar coordinates
$$
sqrt{2}int_1^2 int_{-pi/4}^{pi/4}r;mathrm drmathrm dtheta\
=frac{3pi sqrt{2}}{4}
$$
$endgroup$
add a comment |
$begingroup$
It is probably easier not to convert coordinates. To answer your second question: yes the portion enclosed by the cylinder is the same as the area of the intersection.
The intersection between cylinder and the plane is an ellipse. Its semi-minor axis ($a$) is the same as the radius ($R$) of the cylinder. Its semi-major axis ($b$) is $sqrt2R$ since the plane is at a $45^o$ angle with the base of the cylinder. So we have:
$areaspace of space enclosedspace ellipse=pi ab = pi R(sqrt2R)=sqrt2pi R^2=sqrt2pi times2=2sqrt2pi.$
$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%2f3038791%2fcalculating-the-area-of-the-plane-xz-1-portion-that-is-enclosed-by-x2y2%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$
I don't think the other answer is correct, the constraint that $zleq 0$ changes things quite a bit.
When you project upwards, this means you are integrating over
$$
{ (x,y):;x^2+y^2leq 2}cap { (x,y):xgeq 1}
$$
Since the combination $zleq 0$ and $x+z=1$ yields $xgeq 1$.
So as you found, the norm of the unit vector is $sqrt{2}=||(1,0,1||$ and your integral is
$$
int_{1}^{2}int_{-sqrt{2-x^2}}^{sqrt{2-x^2}} sqrt{2};mathrm dy mathrm dx
$$
Or much more easily in polar coordinates
$$
sqrt{2}int_1^2 int_{-pi/4}^{pi/4}r;mathrm drmathrm dtheta\
=frac{3pi sqrt{2}}{4}
$$
$endgroup$
add a comment |
$begingroup$
I don't think the other answer is correct, the constraint that $zleq 0$ changes things quite a bit.
When you project upwards, this means you are integrating over
$$
{ (x,y):;x^2+y^2leq 2}cap { (x,y):xgeq 1}
$$
Since the combination $zleq 0$ and $x+z=1$ yields $xgeq 1$.
So as you found, the norm of the unit vector is $sqrt{2}=||(1,0,1||$ and your integral is
$$
int_{1}^{2}int_{-sqrt{2-x^2}}^{sqrt{2-x^2}} sqrt{2};mathrm dy mathrm dx
$$
Or much more easily in polar coordinates
$$
sqrt{2}int_1^2 int_{-pi/4}^{pi/4}r;mathrm drmathrm dtheta\
=frac{3pi sqrt{2}}{4}
$$
$endgroup$
add a comment |
$begingroup$
I don't think the other answer is correct, the constraint that $zleq 0$ changes things quite a bit.
When you project upwards, this means you are integrating over
$$
{ (x,y):;x^2+y^2leq 2}cap { (x,y):xgeq 1}
$$
Since the combination $zleq 0$ and $x+z=1$ yields $xgeq 1$.
So as you found, the norm of the unit vector is $sqrt{2}=||(1,0,1||$ and your integral is
$$
int_{1}^{2}int_{-sqrt{2-x^2}}^{sqrt{2-x^2}} sqrt{2};mathrm dy mathrm dx
$$
Or much more easily in polar coordinates
$$
sqrt{2}int_1^2 int_{-pi/4}^{pi/4}r;mathrm drmathrm dtheta\
=frac{3pi sqrt{2}}{4}
$$
$endgroup$
I don't think the other answer is correct, the constraint that $zleq 0$ changes things quite a bit.
When you project upwards, this means you are integrating over
$$
{ (x,y):;x^2+y^2leq 2}cap { (x,y):xgeq 1}
$$
Since the combination $zleq 0$ and $x+z=1$ yields $xgeq 1$.
So as you found, the norm of the unit vector is $sqrt{2}=||(1,0,1||$ and your integral is
$$
int_{1}^{2}int_{-sqrt{2-x^2}}^{sqrt{2-x^2}} sqrt{2};mathrm dy mathrm dx
$$
Or much more easily in polar coordinates
$$
sqrt{2}int_1^2 int_{-pi/4}^{pi/4}r;mathrm drmathrm dtheta\
=frac{3pi sqrt{2}}{4}
$$
edited Dec 14 '18 at 2:07
answered Dec 14 '18 at 1:52
qbertqbert
22.1k32561
22.1k32561
add a comment |
add a comment |
$begingroup$
It is probably easier not to convert coordinates. To answer your second question: yes the portion enclosed by the cylinder is the same as the area of the intersection.
The intersection between cylinder and the plane is an ellipse. Its semi-minor axis ($a$) is the same as the radius ($R$) of the cylinder. Its semi-major axis ($b$) is $sqrt2R$ since the plane is at a $45^o$ angle with the base of the cylinder. So we have:
$areaspace of space enclosedspace ellipse=pi ab = pi R(sqrt2R)=sqrt2pi R^2=sqrt2pi times2=2sqrt2pi.$
$endgroup$
add a comment |
$begingroup$
It is probably easier not to convert coordinates. To answer your second question: yes the portion enclosed by the cylinder is the same as the area of the intersection.
The intersection between cylinder and the plane is an ellipse. Its semi-minor axis ($a$) is the same as the radius ($R$) of the cylinder. Its semi-major axis ($b$) is $sqrt2R$ since the plane is at a $45^o$ angle with the base of the cylinder. So we have:
$areaspace of space enclosedspace ellipse=pi ab = pi R(sqrt2R)=sqrt2pi R^2=sqrt2pi times2=2sqrt2pi.$
$endgroup$
add a comment |
$begingroup$
It is probably easier not to convert coordinates. To answer your second question: yes the portion enclosed by the cylinder is the same as the area of the intersection.
The intersection between cylinder and the plane is an ellipse. Its semi-minor axis ($a$) is the same as the radius ($R$) of the cylinder. Its semi-major axis ($b$) is $sqrt2R$ since the plane is at a $45^o$ angle with the base of the cylinder. So we have:
$areaspace of space enclosedspace ellipse=pi ab = pi R(sqrt2R)=sqrt2pi R^2=sqrt2pi times2=2sqrt2pi.$
$endgroup$
It is probably easier not to convert coordinates. To answer your second question: yes the portion enclosed by the cylinder is the same as the area of the intersection.
The intersection between cylinder and the plane is an ellipse. Its semi-minor axis ($a$) is the same as the radius ($R$) of the cylinder. Its semi-major axis ($b$) is $sqrt2R$ since the plane is at a $45^o$ angle with the base of the cylinder. So we have:
$areaspace of space enclosedspace ellipse=pi ab = pi R(sqrt2R)=sqrt2pi R^2=sqrt2pi times2=2sqrt2pi.$
answered Dec 14 '18 at 1:23
IndominusIndominus
1,041316
1,041316
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%2f3038791%2fcalculating-the-area-of-the-plane-xz-1-portion-that-is-enclosed-by-x2y2%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$
Is $2^{frac12}$ a vector?
$endgroup$
– Chris Custer
Dec 14 '18 at 1:00
$begingroup$
Sorry, $N$ is the norm of the vector $(1,0, -1)$
$endgroup$
– Ayesca
Dec 14 '18 at 1:03