Calculate the volume of points in a cube where a function f(x,y,z) satisfies given conditions












1












$begingroup$


A value for each point in my data-set is defined as $$v=xyz$$where $$ale xle b$$$$cle yle d$$$$ele zle f$$
for ease of visualisation, for now I will assume the following:
$$a=c=e=0$$$$b=d=f=1$$$$0le Lle 1$$



Treating $xyz$ as a cube, I am trying to calculate the volume of the cube where $v<L$. I have plotted a visualisation bellow as an aid in understanding my problem, where $L=0.2$.



Figure 1



For example, in the above cube I am trying to compute the volume of the yellow isovolume.



I thought that I might acheive this by setting $xyz=0.2$, and then triple integrating the function as follows:
$$int_a^bint_c^dint_e^f(xyz-0.2),dz,dy,dx$$
Which with my limits of $0$ and $1$ gives the following:
$$volume=frac{x^2y^2z^2}{8} - 0.2xyz$$



However, the result of this function is $-0.075$, which is both smaller than expected, and also negative. I am unsure if this behaviour is due to the asymptotes in the function?



Does anyone have any idea how I can acheive my goal, and also point out the errors in my method? It would be much appreciated.



Thank you in advance!










share|cite|improve this question











$endgroup$












  • $begingroup$
    You are subtracting from your cube's 'volume' another one with constant value $0.2$ at each point. There's no reason a subtraction can't yield a negative result. What's $v<L$ supposed to mean?
    $endgroup$
    – lightxbulb
    Feb 2 at 22:56












  • $begingroup$
    $L$ is an arbitrary number between $0$ and $1$ sorry I should have listed that in my question. I gave the example value of 0.2 for use in the attached image. With the equation given that may be true, but I would not expect it to be possible to calculate a negative volume? I am not sure my method is correct.
    $endgroup$
    – CynicalBrit
    Feb 2 at 23:26












  • $begingroup$
    It's possible to get a negative number, the reason however why you get a negative number here is that you subtract volumes. If I understood correctly what you want to do, then subtracting is wrong. You seem to simply want $v<L$, in which case this should transfer over to the limits. Note that $f(x,y,z)= xyz - L = 0$ defines a surface. You want to integrate below that surface, that is your integral limits should be dependent.
    $endgroup$
    – lightxbulb
    Feb 3 at 0:05










  • $begingroup$
    Yes that's it exactly. Forgive me, what little calculus I do know is very rusty. Please could you explain how I would insert the $v<L$ into the limits of my integration. I thought that the limits of my integrals with respect to $x$, $y$, and $z$ were setting the bounding box within which I want to calculate the volume below the surface?
    $endgroup$
    – CynicalBrit
    Feb 3 at 0:35
















1












$begingroup$


A value for each point in my data-set is defined as $$v=xyz$$where $$ale xle b$$$$cle yle d$$$$ele zle f$$
for ease of visualisation, for now I will assume the following:
$$a=c=e=0$$$$b=d=f=1$$$$0le Lle 1$$



Treating $xyz$ as a cube, I am trying to calculate the volume of the cube where $v<L$. I have plotted a visualisation bellow as an aid in understanding my problem, where $L=0.2$.



Figure 1



For example, in the above cube I am trying to compute the volume of the yellow isovolume.



I thought that I might acheive this by setting $xyz=0.2$, and then triple integrating the function as follows:
$$int_a^bint_c^dint_e^f(xyz-0.2),dz,dy,dx$$
Which with my limits of $0$ and $1$ gives the following:
$$volume=frac{x^2y^2z^2}{8} - 0.2xyz$$



However, the result of this function is $-0.075$, which is both smaller than expected, and also negative. I am unsure if this behaviour is due to the asymptotes in the function?



Does anyone have any idea how I can acheive my goal, and also point out the errors in my method? It would be much appreciated.



Thank you in advance!










share|cite|improve this question











$endgroup$












  • $begingroup$
    You are subtracting from your cube's 'volume' another one with constant value $0.2$ at each point. There's no reason a subtraction can't yield a negative result. What's $v<L$ supposed to mean?
    $endgroup$
    – lightxbulb
    Feb 2 at 22:56












  • $begingroup$
    $L$ is an arbitrary number between $0$ and $1$ sorry I should have listed that in my question. I gave the example value of 0.2 for use in the attached image. With the equation given that may be true, but I would not expect it to be possible to calculate a negative volume? I am not sure my method is correct.
    $endgroup$
    – CynicalBrit
    Feb 2 at 23:26












  • $begingroup$
    It's possible to get a negative number, the reason however why you get a negative number here is that you subtract volumes. If I understood correctly what you want to do, then subtracting is wrong. You seem to simply want $v<L$, in which case this should transfer over to the limits. Note that $f(x,y,z)= xyz - L = 0$ defines a surface. You want to integrate below that surface, that is your integral limits should be dependent.
    $endgroup$
    – lightxbulb
    Feb 3 at 0:05










  • $begingroup$
    Yes that's it exactly. Forgive me, what little calculus I do know is very rusty. Please could you explain how I would insert the $v<L$ into the limits of my integration. I thought that the limits of my integrals with respect to $x$, $y$, and $z$ were setting the bounding box within which I want to calculate the volume below the surface?
    $endgroup$
    – CynicalBrit
    Feb 3 at 0:35














1












1








1





$begingroup$


A value for each point in my data-set is defined as $$v=xyz$$where $$ale xle b$$$$cle yle d$$$$ele zle f$$
for ease of visualisation, for now I will assume the following:
$$a=c=e=0$$$$b=d=f=1$$$$0le Lle 1$$



Treating $xyz$ as a cube, I am trying to calculate the volume of the cube where $v<L$. I have plotted a visualisation bellow as an aid in understanding my problem, where $L=0.2$.



Figure 1



For example, in the above cube I am trying to compute the volume of the yellow isovolume.



I thought that I might acheive this by setting $xyz=0.2$, and then triple integrating the function as follows:
$$int_a^bint_c^dint_e^f(xyz-0.2),dz,dy,dx$$
Which with my limits of $0$ and $1$ gives the following:
$$volume=frac{x^2y^2z^2}{8} - 0.2xyz$$



However, the result of this function is $-0.075$, which is both smaller than expected, and also negative. I am unsure if this behaviour is due to the asymptotes in the function?



Does anyone have any idea how I can acheive my goal, and also point out the errors in my method? It would be much appreciated.



Thank you in advance!










share|cite|improve this question











$endgroup$




A value for each point in my data-set is defined as $$v=xyz$$where $$ale xle b$$$$cle yle d$$$$ele zle f$$
for ease of visualisation, for now I will assume the following:
$$a=c=e=0$$$$b=d=f=1$$$$0le Lle 1$$



Treating $xyz$ as a cube, I am trying to calculate the volume of the cube where $v<L$. I have plotted a visualisation bellow as an aid in understanding my problem, where $L=0.2$.



Figure 1



For example, in the above cube I am trying to compute the volume of the yellow isovolume.



I thought that I might acheive this by setting $xyz=0.2$, and then triple integrating the function as follows:
$$int_a^bint_c^dint_e^f(xyz-0.2),dz,dy,dx$$
Which with my limits of $0$ and $1$ gives the following:
$$volume=frac{x^2y^2z^2}{8} - 0.2xyz$$



However, the result of this function is $-0.075$, which is both smaller than expected, and also negative. I am unsure if this behaviour is due to the asymptotes in the function?



Does anyone have any idea how I can acheive my goal, and also point out the errors in my method? It would be much appreciated.



Thank you in advance!







integration geometry limits volume






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Feb 3 at 8:04









choco_addicted

8,08461947




8,08461947










asked Feb 2 at 22:51









CynicalBritCynicalBrit

85




85












  • $begingroup$
    You are subtracting from your cube's 'volume' another one with constant value $0.2$ at each point. There's no reason a subtraction can't yield a negative result. What's $v<L$ supposed to mean?
    $endgroup$
    – lightxbulb
    Feb 2 at 22:56












  • $begingroup$
    $L$ is an arbitrary number between $0$ and $1$ sorry I should have listed that in my question. I gave the example value of 0.2 for use in the attached image. With the equation given that may be true, but I would not expect it to be possible to calculate a negative volume? I am not sure my method is correct.
    $endgroup$
    – CynicalBrit
    Feb 2 at 23:26












  • $begingroup$
    It's possible to get a negative number, the reason however why you get a negative number here is that you subtract volumes. If I understood correctly what you want to do, then subtracting is wrong. You seem to simply want $v<L$, in which case this should transfer over to the limits. Note that $f(x,y,z)= xyz - L = 0$ defines a surface. You want to integrate below that surface, that is your integral limits should be dependent.
    $endgroup$
    – lightxbulb
    Feb 3 at 0:05










  • $begingroup$
    Yes that's it exactly. Forgive me, what little calculus I do know is very rusty. Please could you explain how I would insert the $v<L$ into the limits of my integration. I thought that the limits of my integrals with respect to $x$, $y$, and $z$ were setting the bounding box within which I want to calculate the volume below the surface?
    $endgroup$
    – CynicalBrit
    Feb 3 at 0:35


















  • $begingroup$
    You are subtracting from your cube's 'volume' another one with constant value $0.2$ at each point. There's no reason a subtraction can't yield a negative result. What's $v<L$ supposed to mean?
    $endgroup$
    – lightxbulb
    Feb 2 at 22:56












  • $begingroup$
    $L$ is an arbitrary number between $0$ and $1$ sorry I should have listed that in my question. I gave the example value of 0.2 for use in the attached image. With the equation given that may be true, but I would not expect it to be possible to calculate a negative volume? I am not sure my method is correct.
    $endgroup$
    – CynicalBrit
    Feb 2 at 23:26












  • $begingroup$
    It's possible to get a negative number, the reason however why you get a negative number here is that you subtract volumes. If I understood correctly what you want to do, then subtracting is wrong. You seem to simply want $v<L$, in which case this should transfer over to the limits. Note that $f(x,y,z)= xyz - L = 0$ defines a surface. You want to integrate below that surface, that is your integral limits should be dependent.
    $endgroup$
    – lightxbulb
    Feb 3 at 0:05










  • $begingroup$
    Yes that's it exactly. Forgive me, what little calculus I do know is very rusty. Please could you explain how I would insert the $v<L$ into the limits of my integration. I thought that the limits of my integrals with respect to $x$, $y$, and $z$ were setting the bounding box within which I want to calculate the volume below the surface?
    $endgroup$
    – CynicalBrit
    Feb 3 at 0:35
















$begingroup$
You are subtracting from your cube's 'volume' another one with constant value $0.2$ at each point. There's no reason a subtraction can't yield a negative result. What's $v<L$ supposed to mean?
$endgroup$
– lightxbulb
Feb 2 at 22:56






$begingroup$
You are subtracting from your cube's 'volume' another one with constant value $0.2$ at each point. There's no reason a subtraction can't yield a negative result. What's $v<L$ supposed to mean?
$endgroup$
– lightxbulb
Feb 2 at 22:56














$begingroup$
$L$ is an arbitrary number between $0$ and $1$ sorry I should have listed that in my question. I gave the example value of 0.2 for use in the attached image. With the equation given that may be true, but I would not expect it to be possible to calculate a negative volume? I am not sure my method is correct.
$endgroup$
– CynicalBrit
Feb 2 at 23:26






$begingroup$
$L$ is an arbitrary number between $0$ and $1$ sorry I should have listed that in my question. I gave the example value of 0.2 for use in the attached image. With the equation given that may be true, but I would not expect it to be possible to calculate a negative volume? I am not sure my method is correct.
$endgroup$
– CynicalBrit
Feb 2 at 23:26














$begingroup$
It's possible to get a negative number, the reason however why you get a negative number here is that you subtract volumes. If I understood correctly what you want to do, then subtracting is wrong. You seem to simply want $v<L$, in which case this should transfer over to the limits. Note that $f(x,y,z)= xyz - L = 0$ defines a surface. You want to integrate below that surface, that is your integral limits should be dependent.
$endgroup$
– lightxbulb
Feb 3 at 0:05




$begingroup$
It's possible to get a negative number, the reason however why you get a negative number here is that you subtract volumes. If I understood correctly what you want to do, then subtracting is wrong. You seem to simply want $v<L$, in which case this should transfer over to the limits. Note that $f(x,y,z)= xyz - L = 0$ defines a surface. You want to integrate below that surface, that is your integral limits should be dependent.
$endgroup$
– lightxbulb
Feb 3 at 0:05












$begingroup$
Yes that's it exactly. Forgive me, what little calculus I do know is very rusty. Please could you explain how I would insert the $v<L$ into the limits of my integration. I thought that the limits of my integrals with respect to $x$, $y$, and $z$ were setting the bounding box within which I want to calculate the volume below the surface?
$endgroup$
– CynicalBrit
Feb 3 at 0:35




$begingroup$
Yes that's it exactly. Forgive me, what little calculus I do know is very rusty. Please could you explain how I would insert the $v<L$ into the limits of my integration. I thought that the limits of my integrals with respect to $x$, $y$, and $z$ were setting the bounding box within which I want to calculate the volume below the surface?
$endgroup$
– CynicalBrit
Feb 3 at 0:35










1 Answer
1






active

oldest

votes


















1












$begingroup$

It's vague to me which quantity are you trying to compute.



We want to have $xyz le L$, that is upon fixing $x, y$ where they are positive, we want $z$ to satisfy $z le frac{L}{xy}$.



If you want to compute the regular volume.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}1,,, dzdydx \&=int_0^1int_0^1 cdot minleft(frac{L}{xy},1right),,dydx\&=int_0^1int_{min(1, frac{L}{x})}^1 minleft(frac{L}{xy},1right),,dydx + int_0^1int_0^{min(1,frac{L}{x})} minleft(frac{L}{xy},1right),,dydx\
&=int_0^1int_{min(1, frac{L}{x})}^1frac{L}{xy},,dydx + int_0^1int_0^{min(1,frac{L}{x})}1 ,,dydx
\&=int_0^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx +int_0^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx \&+int_0^Lmin(1,frac{L}{x}) ,dx+int_L^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(frac{L}{x} right) right),dx +int_0^L1 ,dx+int_L^1frac{L}{x} ,dx\
&=Lleft[frac12ln^2 left(frac{L}x right) right]_L^1 +L+L(-ln L)\
&=Lleft( frac{ln^2 L}2-ln L+1 right)
end{align}



Suppose you want to integrate $xyz$ over the region.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}{xyz},,, dzdydx \&=frac{1}2int_0^1int_0^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\
&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1frac{L^2}{xy},,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy ,,dydx
\&=frac{1}2int_0^1frac{L^2}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx + frac{1}4int_0^1xmin(1,frac{L^2}{x^2}) ,dx\
&=-frac{L^2}2int_L^1frac{1}{x}left(lnleft(frac{L}{x} right) right),dx + frac{1}4int_L^1frac{L^2}{x} ,dx+frac{1}4int_0^Lx ,dx\
&=-frac{L^2}{2}left[-frac12 ln^2 left( frac{L}{x}right) right]_L^1 + frac{L^2}4(-ln L)+frac{L^2}8\
&=frac{(Lln L)^2}{4} - frac{L^2ln L}4+frac{L^2}8end{align}






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
    $endgroup$
    – CynicalBrit
    Feb 3 at 18:52










  • $begingroup$
    ah, yes, that is the regular volume then.
    $endgroup$
    – Siong Thye Goh
    Feb 3 at 18:59










  • $begingroup$
    Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
    $endgroup$
    – CynicalBrit
    Feb 8 at 19:35












  • $begingroup$
    ah, thanks for the correction.
    $endgroup$
    – Siong Thye Goh
    Feb 8 at 19:56












Your Answer








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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3097903%2fcalculate-the-volume-of-points-in-a-cube-where-a-function-fx-y-z-satisfies-giv%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









1












$begingroup$

It's vague to me which quantity are you trying to compute.



We want to have $xyz le L$, that is upon fixing $x, y$ where they are positive, we want $z$ to satisfy $z le frac{L}{xy}$.



If you want to compute the regular volume.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}1,,, dzdydx \&=int_0^1int_0^1 cdot minleft(frac{L}{xy},1right),,dydx\&=int_0^1int_{min(1, frac{L}{x})}^1 minleft(frac{L}{xy},1right),,dydx + int_0^1int_0^{min(1,frac{L}{x})} minleft(frac{L}{xy},1right),,dydx\
&=int_0^1int_{min(1, frac{L}{x})}^1frac{L}{xy},,dydx + int_0^1int_0^{min(1,frac{L}{x})}1 ,,dydx
\&=int_0^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx +int_0^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx \&+int_0^Lmin(1,frac{L}{x}) ,dx+int_L^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(frac{L}{x} right) right),dx +int_0^L1 ,dx+int_L^1frac{L}{x} ,dx\
&=Lleft[frac12ln^2 left(frac{L}x right) right]_L^1 +L+L(-ln L)\
&=Lleft( frac{ln^2 L}2-ln L+1 right)
end{align}



Suppose you want to integrate $xyz$ over the region.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}{xyz},,, dzdydx \&=frac{1}2int_0^1int_0^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\
&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1frac{L^2}{xy},,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy ,,dydx
\&=frac{1}2int_0^1frac{L^2}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx + frac{1}4int_0^1xmin(1,frac{L^2}{x^2}) ,dx\
&=-frac{L^2}2int_L^1frac{1}{x}left(lnleft(frac{L}{x} right) right),dx + frac{1}4int_L^1frac{L^2}{x} ,dx+frac{1}4int_0^Lx ,dx\
&=-frac{L^2}{2}left[-frac12 ln^2 left( frac{L}{x}right) right]_L^1 + frac{L^2}4(-ln L)+frac{L^2}8\
&=frac{(Lln L)^2}{4} - frac{L^2ln L}4+frac{L^2}8end{align}






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
    $endgroup$
    – CynicalBrit
    Feb 3 at 18:52










  • $begingroup$
    ah, yes, that is the regular volume then.
    $endgroup$
    – Siong Thye Goh
    Feb 3 at 18:59










  • $begingroup$
    Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
    $endgroup$
    – CynicalBrit
    Feb 8 at 19:35












  • $begingroup$
    ah, thanks for the correction.
    $endgroup$
    – Siong Thye Goh
    Feb 8 at 19:56
















1












$begingroup$

It's vague to me which quantity are you trying to compute.



We want to have $xyz le L$, that is upon fixing $x, y$ where they are positive, we want $z$ to satisfy $z le frac{L}{xy}$.



If you want to compute the regular volume.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}1,,, dzdydx \&=int_0^1int_0^1 cdot minleft(frac{L}{xy},1right),,dydx\&=int_0^1int_{min(1, frac{L}{x})}^1 minleft(frac{L}{xy},1right),,dydx + int_0^1int_0^{min(1,frac{L}{x})} minleft(frac{L}{xy},1right),,dydx\
&=int_0^1int_{min(1, frac{L}{x})}^1frac{L}{xy},,dydx + int_0^1int_0^{min(1,frac{L}{x})}1 ,,dydx
\&=int_0^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx +int_0^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx \&+int_0^Lmin(1,frac{L}{x}) ,dx+int_L^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(frac{L}{x} right) right),dx +int_0^L1 ,dx+int_L^1frac{L}{x} ,dx\
&=Lleft[frac12ln^2 left(frac{L}x right) right]_L^1 +L+L(-ln L)\
&=Lleft( frac{ln^2 L}2-ln L+1 right)
end{align}



Suppose you want to integrate $xyz$ over the region.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}{xyz},,, dzdydx \&=frac{1}2int_0^1int_0^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\
&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1frac{L^2}{xy},,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy ,,dydx
\&=frac{1}2int_0^1frac{L^2}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx + frac{1}4int_0^1xmin(1,frac{L^2}{x^2}) ,dx\
&=-frac{L^2}2int_L^1frac{1}{x}left(lnleft(frac{L}{x} right) right),dx + frac{1}4int_L^1frac{L^2}{x} ,dx+frac{1}4int_0^Lx ,dx\
&=-frac{L^2}{2}left[-frac12 ln^2 left( frac{L}{x}right) right]_L^1 + frac{L^2}4(-ln L)+frac{L^2}8\
&=frac{(Lln L)^2}{4} - frac{L^2ln L}4+frac{L^2}8end{align}






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
    $endgroup$
    – CynicalBrit
    Feb 3 at 18:52










  • $begingroup$
    ah, yes, that is the regular volume then.
    $endgroup$
    – Siong Thye Goh
    Feb 3 at 18:59










  • $begingroup$
    Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
    $endgroup$
    – CynicalBrit
    Feb 8 at 19:35












  • $begingroup$
    ah, thanks for the correction.
    $endgroup$
    – Siong Thye Goh
    Feb 8 at 19:56














1












1








1





$begingroup$

It's vague to me which quantity are you trying to compute.



We want to have $xyz le L$, that is upon fixing $x, y$ where they are positive, we want $z$ to satisfy $z le frac{L}{xy}$.



If you want to compute the regular volume.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}1,,, dzdydx \&=int_0^1int_0^1 cdot minleft(frac{L}{xy},1right),,dydx\&=int_0^1int_{min(1, frac{L}{x})}^1 minleft(frac{L}{xy},1right),,dydx + int_0^1int_0^{min(1,frac{L}{x})} minleft(frac{L}{xy},1right),,dydx\
&=int_0^1int_{min(1, frac{L}{x})}^1frac{L}{xy},,dydx + int_0^1int_0^{min(1,frac{L}{x})}1 ,,dydx
\&=int_0^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx +int_0^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx \&+int_0^Lmin(1,frac{L}{x}) ,dx+int_L^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(frac{L}{x} right) right),dx +int_0^L1 ,dx+int_L^1frac{L}{x} ,dx\
&=Lleft[frac12ln^2 left(frac{L}x right) right]_L^1 +L+L(-ln L)\
&=Lleft( frac{ln^2 L}2-ln L+1 right)
end{align}



Suppose you want to integrate $xyz$ over the region.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}{xyz},,, dzdydx \&=frac{1}2int_0^1int_0^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\
&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1frac{L^2}{xy},,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy ,,dydx
\&=frac{1}2int_0^1frac{L^2}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx + frac{1}4int_0^1xmin(1,frac{L^2}{x^2}) ,dx\
&=-frac{L^2}2int_L^1frac{1}{x}left(lnleft(frac{L}{x} right) right),dx + frac{1}4int_L^1frac{L^2}{x} ,dx+frac{1}4int_0^Lx ,dx\
&=-frac{L^2}{2}left[-frac12 ln^2 left( frac{L}{x}right) right]_L^1 + frac{L^2}4(-ln L)+frac{L^2}8\
&=frac{(Lln L)^2}{4} - frac{L^2ln L}4+frac{L^2}8end{align}






share|cite|improve this answer











$endgroup$



It's vague to me which quantity are you trying to compute.



We want to have $xyz le L$, that is upon fixing $x, y$ where they are positive, we want $z$ to satisfy $z le frac{L}{xy}$.



If you want to compute the regular volume.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}1,,, dzdydx \&=int_0^1int_0^1 cdot minleft(frac{L}{xy},1right),,dydx\&=int_0^1int_{min(1, frac{L}{x})}^1 minleft(frac{L}{xy},1right),,dydx + int_0^1int_0^{min(1,frac{L}{x})} minleft(frac{L}{xy},1right),,dydx\
&=int_0^1int_{min(1, frac{L}{x})}^1frac{L}{xy},,dydx + int_0^1int_0^{min(1,frac{L}{x})}1 ,,dydx
\&=int_0^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx +int_0^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx \&+int_0^Lmin(1,frac{L}{x}) ,dx+int_L^1min(1,frac{L}{x}) ,dx\
&=int_L^1frac{L}{x}left(-lnleft(frac{L}{x} right) right),dx +int_0^L1 ,dx+int_L^1frac{L}{x} ,dx\
&=Lleft[frac12ln^2 left(frac{L}x right) right]_L^1 +L+L(-ln L)\
&=Lleft( frac{ln^2 L}2-ln L+1 right)
end{align}



Suppose you want to integrate $xyz$ over the region.
begin{align}&int_0^1int_0^1int_0^{min(frac{L}{xy},1)}{xyz},,, dzdydx \&=frac{1}2int_0^1int_0^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy cdot minleft(frac{L^2}{x^2y^2},1right),,dydx\
&=frac{1}2int_0^1int_{min(1, frac{L}{x})}^1frac{L^2}{xy},,dydx + frac{1}2int_0^1int_0^{min(1,frac{L}{x})}xy ,,dydx
\&=frac{1}2int_0^1frac{L^2}{x}left(-lnleft(min(1,frac{L}{x} right) right),dx + frac{1}4int_0^1xmin(1,frac{L^2}{x^2}) ,dx\
&=-frac{L^2}2int_L^1frac{1}{x}left(lnleft(frac{L}{x} right) right),dx + frac{1}4int_L^1frac{L^2}{x} ,dx+frac{1}4int_0^Lx ,dx\
&=-frac{L^2}{2}left[-frac12 ln^2 left( frac{L}{x}right) right]_L^1 + frac{L^2}4(-ln L)+frac{L^2}8\
&=frac{(Lln L)^2}{4} - frac{L^2ln L}4+frac{L^2}8end{align}







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Feb 8 at 19:56

























answered Feb 3 at 5:21









Siong Thye GohSiong Thye Goh

104k1468120




104k1468120












  • $begingroup$
    Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
    $endgroup$
    – CynicalBrit
    Feb 3 at 18:52










  • $begingroup$
    ah, yes, that is the regular volume then.
    $endgroup$
    – Siong Thye Goh
    Feb 3 at 18:59










  • $begingroup$
    Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
    $endgroup$
    – CynicalBrit
    Feb 8 at 19:35












  • $begingroup$
    ah, thanks for the correction.
    $endgroup$
    – Siong Thye Goh
    Feb 8 at 19:56


















  • $begingroup$
    Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
    $endgroup$
    – CynicalBrit
    Feb 3 at 18:52










  • $begingroup$
    ah, yes, that is the regular volume then.
    $endgroup$
    – Siong Thye Goh
    Feb 3 at 18:59










  • $begingroup$
    Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
    $endgroup$
    – CynicalBrit
    Feb 8 at 19:35












  • $begingroup$
    ah, thanks for the correction.
    $endgroup$
    – Siong Thye Goh
    Feb 8 at 19:56
















$begingroup$
Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
$endgroup$
– CynicalBrit
Feb 3 at 18:52




$begingroup$
Hi Siong. Thank you for taking the time to answer my question, sorry I have not articulated it very well! If you look at the image in my post (that some kind soul has turned into an inline image - thank you!) you will see a blue and yellow region. The yellow region is where the $x$, $y$, and $z$ values result in $xyz le L$ (which in the case of that image $L=0.2$). I believe that this means that the first integration you provided is what I am trying to acheive?
$endgroup$
– CynicalBrit
Feb 3 at 18:52












$begingroup$
ah, yes, that is the regular volume then.
$endgroup$
– Siong Thye Goh
Feb 3 at 18:59




$begingroup$
ah, yes, that is the regular volume then.
$endgroup$
– Siong Thye Goh
Feb 3 at 18:59












$begingroup$
Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
$endgroup$
– CynicalBrit
Feb 8 at 19:35






$begingroup$
Thank you very much for your help Siong. I ran through the regular volume example by hand, and compared it to some of my 'empirical' data (used to generate the 3D plot in my question. If $L=0.01$ then the volume should be ~16.21, and for $L=0.1$ it should be ~59.5. I think that there may be a mistake, and that the final line should be $L(frac{ln^2L}{2}-lnL+1)$.
$endgroup$
– CynicalBrit
Feb 8 at 19:35














$begingroup$
ah, thanks for the correction.
$endgroup$
– Siong Thye Goh
Feb 8 at 19:56




$begingroup$
ah, thanks for the correction.
$endgroup$
– Siong Thye Goh
Feb 8 at 19:56


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3097903%2fcalculate-the-volume-of-points-in-a-cube-where-a-function-fx-y-z-satisfies-giv%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

A Topological Invariant for $pi_3(U(n))$