What is the volume of the region $S ={(x, y, z) : |x| + |y| + |z| ≤ 1}$?
$begingroup$
What is the volume of the region $S ={(x, y, z) : |x| + |y| + |z| ≤ 1}$ ?
How can i find the volume
any hints /solution
geometry multivariable-calculus volume
$endgroup$
add a comment |
$begingroup$
What is the volume of the region $S ={(x, y, z) : |x| + |y| + |z| ≤ 1}$ ?
How can i find the volume
any hints /solution
geometry multivariable-calculus volume
$endgroup$
add a comment |
$begingroup$
What is the volume of the region $S ={(x, y, z) : |x| + |y| + |z| ≤ 1}$ ?
How can i find the volume
any hints /solution
geometry multivariable-calculus volume
$endgroup$
What is the volume of the region $S ={(x, y, z) : |x| + |y| + |z| ≤ 1}$ ?
How can i find the volume
any hints /solution
geometry multivariable-calculus volume
geometry multivariable-calculus volume
edited Jan 6 at 7:56
StubbornAtom
6,28631339
6,28631339
asked Jan 6 at 3:25
santoshsantosh
989
989
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The region $S$ looks somewhat like this:

If you consider only the first octant, you have the simplex:

Due to symmetry, the volume of $S$ is $8$ times the volume of this simplex.
That is, $operatorname{vol}(S)=8times $$iiint_{substack{x+y+zle 1\ x,,y,,z,ge, 0}}mathrm{d}x,mathrm{d}y,mathrm{d}z$
$endgroup$
add a comment |
$begingroup$
First of all, you have to understand what $|x|+|y|+|z|=1$ means.
Obviously this equation is fully symmetric when changing the octants. Thus one can restrict to the first one and we get then $x+y+z=1$ instead. But this is nothing but the plane through the points $X=(1,0,0)$, $Y=(0,1,0)$, and $Z=(0,0,1)$.
Therefore your set $S$ is nothing but the octahedron, centered at the origin $O=(0,0,0)$, with circumradius $$r=overline{OX}=overline{OY}=overline{OZ}=1$$ i.e. with edge length $$s=overline{XY}=overline{XZ}=overline{YZ}=sqrt2$$
Next one calculates the area $A_O$ of the triangle $OXY$ as $$A_O=frac12 overline{OX} overline{OY}=frac12$$ Then the volume $V$ of the octahedral octant $OXYZ$ would be $$V=frac13 A_O overline{OZ}=frac16$$ Thus the searched for volume of the full octahedron is $$vol(S)=8 V=frac86=frac43$$
You even could derive the total surface area of that octahedron. Let $M$ be the center of $X$ and $Y$. Thus $M=(frac12, frac12, 0)$. Then you'll have the distances
$$overline{XM}=overline{MY}=frac12 overline{XY}=frac{sqrt2}2=frac1{sqrt2}$$
and
$$overline{ZM}^2=overline{XZ}^2-overline{XM}^2=2-frac12=frac32$$
Then the area $A_Z$ of the triangle $XYZ$ becomes
$$A_Z=frac12 overline{XZ} overline{ZM}=overline{XM} overline{ZM}=frac1{sqrt2}cdot frac{sqrt3}{sqrt2}=frac{sqrt3}2$$
and therefore finally
$$textit{surf},(S)=8 A_Z=8cdotfrac{sqrt3}2=4sqrt3$$
--- rk
$endgroup$
add a comment |
$begingroup$
S is a diamond, to find the volume easily we can consider each octant, in which it is a tetrahedron of side length 1. So in each octant it has volume $frac{1}{6}$ and thus the overall volume is $frac43$.
$endgroup$
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
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%2f3063441%2fwhat-is-the-volume-of-the-region-s-x-y-z-x-y-z-%25e2%2589%25a4-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The region $S$ looks somewhat like this:

If you consider only the first octant, you have the simplex:

Due to symmetry, the volume of $S$ is $8$ times the volume of this simplex.
That is, $operatorname{vol}(S)=8times $$iiint_{substack{x+y+zle 1\ x,,y,,z,ge, 0}}mathrm{d}x,mathrm{d}y,mathrm{d}z$
$endgroup$
add a comment |
$begingroup$
The region $S$ looks somewhat like this:

If you consider only the first octant, you have the simplex:

Due to symmetry, the volume of $S$ is $8$ times the volume of this simplex.
That is, $operatorname{vol}(S)=8times $$iiint_{substack{x+y+zle 1\ x,,y,,z,ge, 0}}mathrm{d}x,mathrm{d}y,mathrm{d}z$
$endgroup$
add a comment |
$begingroup$
The region $S$ looks somewhat like this:

If you consider only the first octant, you have the simplex:

Due to symmetry, the volume of $S$ is $8$ times the volume of this simplex.
That is, $operatorname{vol}(S)=8times $$iiint_{substack{x+y+zle 1\ x,,y,,z,ge, 0}}mathrm{d}x,mathrm{d}y,mathrm{d}z$
$endgroup$
The region $S$ looks somewhat like this:

If you consider only the first octant, you have the simplex:

Due to symmetry, the volume of $S$ is $8$ times the volume of this simplex.
That is, $operatorname{vol}(S)=8times $$iiint_{substack{x+y+zle 1\ x,,y,,z,ge, 0}}mathrm{d}x,mathrm{d}y,mathrm{d}z$
answered Jan 6 at 7:51
StubbornAtomStubbornAtom
6,28631339
6,28631339
add a comment |
add a comment |
$begingroup$
First of all, you have to understand what $|x|+|y|+|z|=1$ means.
Obviously this equation is fully symmetric when changing the octants. Thus one can restrict to the first one and we get then $x+y+z=1$ instead. But this is nothing but the plane through the points $X=(1,0,0)$, $Y=(0,1,0)$, and $Z=(0,0,1)$.
Therefore your set $S$ is nothing but the octahedron, centered at the origin $O=(0,0,0)$, with circumradius $$r=overline{OX}=overline{OY}=overline{OZ}=1$$ i.e. with edge length $$s=overline{XY}=overline{XZ}=overline{YZ}=sqrt2$$
Next one calculates the area $A_O$ of the triangle $OXY$ as $$A_O=frac12 overline{OX} overline{OY}=frac12$$ Then the volume $V$ of the octahedral octant $OXYZ$ would be $$V=frac13 A_O overline{OZ}=frac16$$ Thus the searched for volume of the full octahedron is $$vol(S)=8 V=frac86=frac43$$
You even could derive the total surface area of that octahedron. Let $M$ be the center of $X$ and $Y$. Thus $M=(frac12, frac12, 0)$. Then you'll have the distances
$$overline{XM}=overline{MY}=frac12 overline{XY}=frac{sqrt2}2=frac1{sqrt2}$$
and
$$overline{ZM}^2=overline{XZ}^2-overline{XM}^2=2-frac12=frac32$$
Then the area $A_Z$ of the triangle $XYZ$ becomes
$$A_Z=frac12 overline{XZ} overline{ZM}=overline{XM} overline{ZM}=frac1{sqrt2}cdot frac{sqrt3}{sqrt2}=frac{sqrt3}2$$
and therefore finally
$$textit{surf},(S)=8 A_Z=8cdotfrac{sqrt3}2=4sqrt3$$
--- rk
$endgroup$
add a comment |
$begingroup$
First of all, you have to understand what $|x|+|y|+|z|=1$ means.
Obviously this equation is fully symmetric when changing the octants. Thus one can restrict to the first one and we get then $x+y+z=1$ instead. But this is nothing but the plane through the points $X=(1,0,0)$, $Y=(0,1,0)$, and $Z=(0,0,1)$.
Therefore your set $S$ is nothing but the octahedron, centered at the origin $O=(0,0,0)$, with circumradius $$r=overline{OX}=overline{OY}=overline{OZ}=1$$ i.e. with edge length $$s=overline{XY}=overline{XZ}=overline{YZ}=sqrt2$$
Next one calculates the area $A_O$ of the triangle $OXY$ as $$A_O=frac12 overline{OX} overline{OY}=frac12$$ Then the volume $V$ of the octahedral octant $OXYZ$ would be $$V=frac13 A_O overline{OZ}=frac16$$ Thus the searched for volume of the full octahedron is $$vol(S)=8 V=frac86=frac43$$
You even could derive the total surface area of that octahedron. Let $M$ be the center of $X$ and $Y$. Thus $M=(frac12, frac12, 0)$. Then you'll have the distances
$$overline{XM}=overline{MY}=frac12 overline{XY}=frac{sqrt2}2=frac1{sqrt2}$$
and
$$overline{ZM}^2=overline{XZ}^2-overline{XM}^2=2-frac12=frac32$$
Then the area $A_Z$ of the triangle $XYZ$ becomes
$$A_Z=frac12 overline{XZ} overline{ZM}=overline{XM} overline{ZM}=frac1{sqrt2}cdot frac{sqrt3}{sqrt2}=frac{sqrt3}2$$
and therefore finally
$$textit{surf},(S)=8 A_Z=8cdotfrac{sqrt3}2=4sqrt3$$
--- rk
$endgroup$
add a comment |
$begingroup$
First of all, you have to understand what $|x|+|y|+|z|=1$ means.
Obviously this equation is fully symmetric when changing the octants. Thus one can restrict to the first one and we get then $x+y+z=1$ instead. But this is nothing but the plane through the points $X=(1,0,0)$, $Y=(0,1,0)$, and $Z=(0,0,1)$.
Therefore your set $S$ is nothing but the octahedron, centered at the origin $O=(0,0,0)$, with circumradius $$r=overline{OX}=overline{OY}=overline{OZ}=1$$ i.e. with edge length $$s=overline{XY}=overline{XZ}=overline{YZ}=sqrt2$$
Next one calculates the area $A_O$ of the triangle $OXY$ as $$A_O=frac12 overline{OX} overline{OY}=frac12$$ Then the volume $V$ of the octahedral octant $OXYZ$ would be $$V=frac13 A_O overline{OZ}=frac16$$ Thus the searched for volume of the full octahedron is $$vol(S)=8 V=frac86=frac43$$
You even could derive the total surface area of that octahedron. Let $M$ be the center of $X$ and $Y$. Thus $M=(frac12, frac12, 0)$. Then you'll have the distances
$$overline{XM}=overline{MY}=frac12 overline{XY}=frac{sqrt2}2=frac1{sqrt2}$$
and
$$overline{ZM}^2=overline{XZ}^2-overline{XM}^2=2-frac12=frac32$$
Then the area $A_Z$ of the triangle $XYZ$ becomes
$$A_Z=frac12 overline{XZ} overline{ZM}=overline{XM} overline{ZM}=frac1{sqrt2}cdot frac{sqrt3}{sqrt2}=frac{sqrt3}2$$
and therefore finally
$$textit{surf},(S)=8 A_Z=8cdotfrac{sqrt3}2=4sqrt3$$
--- rk
$endgroup$
First of all, you have to understand what $|x|+|y|+|z|=1$ means.
Obviously this equation is fully symmetric when changing the octants. Thus one can restrict to the first one and we get then $x+y+z=1$ instead. But this is nothing but the plane through the points $X=(1,0,0)$, $Y=(0,1,0)$, and $Z=(0,0,1)$.
Therefore your set $S$ is nothing but the octahedron, centered at the origin $O=(0,0,0)$, with circumradius $$r=overline{OX}=overline{OY}=overline{OZ}=1$$ i.e. with edge length $$s=overline{XY}=overline{XZ}=overline{YZ}=sqrt2$$
Next one calculates the area $A_O$ of the triangle $OXY$ as $$A_O=frac12 overline{OX} overline{OY}=frac12$$ Then the volume $V$ of the octahedral octant $OXYZ$ would be $$V=frac13 A_O overline{OZ}=frac16$$ Thus the searched for volume of the full octahedron is $$vol(S)=8 V=frac86=frac43$$
You even could derive the total surface area of that octahedron. Let $M$ be the center of $X$ and $Y$. Thus $M=(frac12, frac12, 0)$. Then you'll have the distances
$$overline{XM}=overline{MY}=frac12 overline{XY}=frac{sqrt2}2=frac1{sqrt2}$$
and
$$overline{ZM}^2=overline{XZ}^2-overline{XM}^2=2-frac12=frac32$$
Then the area $A_Z$ of the triangle $XYZ$ becomes
$$A_Z=frac12 overline{XZ} overline{ZM}=overline{XM} overline{ZM}=frac1{sqrt2}cdot frac{sqrt3}{sqrt2}=frac{sqrt3}2$$
and therefore finally
$$textit{surf},(S)=8 A_Z=8cdotfrac{sqrt3}2=4sqrt3$$
--- rk
edited Jan 7 at 21:13
answered Jan 6 at 10:21
Dr. Richard KlitzingDr. Richard Klitzing
1,78016
1,78016
add a comment |
add a comment |
$begingroup$
S is a diamond, to find the volume easily we can consider each octant, in which it is a tetrahedron of side length 1. So in each octant it has volume $frac{1}{6}$ and thus the overall volume is $frac43$.
$endgroup$
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
add a comment |
$begingroup$
S is a diamond, to find the volume easily we can consider each octant, in which it is a tetrahedron of side length 1. So in each octant it has volume $frac{1}{6}$ and thus the overall volume is $frac43$.
$endgroup$
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
add a comment |
$begingroup$
S is a diamond, to find the volume easily we can consider each octant, in which it is a tetrahedron of side length 1. So in each octant it has volume $frac{1}{6}$ and thus the overall volume is $frac43$.
$endgroup$
S is a diamond, to find the volume easily we can consider each octant, in which it is a tetrahedron of side length 1. So in each octant it has volume $frac{1}{6}$ and thus the overall volume is $frac43$.
edited Jan 6 at 5:30
answered Jan 6 at 3:31
Erik ParkinsonErik Parkinson
1,17519
1,17519
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
add a comment |
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
@user376343 Good catch, just changed it!
$endgroup$
– Erik Parkinson
Jan 6 at 5:31
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
$begingroup$
The sides have to be specified, some of them have the length 1, but ..
$endgroup$
– user376343
Jan 6 at 20:14
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%2f3063441%2fwhat-is-the-volume-of-the-region-s-x-y-z-x-y-z-%25e2%2589%25a4-1%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