Volume integrals
- From: saneman <yyyy@xxxxxx>
- Date: Wed, 31 Oct 2007 01:36:13 +0100
The function f(x,y,z) = y is defined on the domain:
{(x,y,z) | 0 <= y, x^2+ y^2 + z^2 <= 1}
When finding the integral I need to have upper and lower bounds. So far I have found:
y2 <= 1-x2-z2 <=>
y <= sqrt(1-x2-z2)
I then have:
0 <= y <= sqrt(1-x2-z2)
and can then repeat for z and x:
z <= sqrt(1-x2-y2)
x <= sqrt(1-z2-y2)
But then I still need the lower bounds for z and x or am I approaching the problem in a wrong way?
.
- Follow-Ups:
- Re: Volume integrals
- From: matt271829-news
- Re: Volume integrals
- From: Rod
- Re: Volume integrals
- Prev by Date: Re: Two results of set geometry
- Next by Date: Checking fairness of a shuffling algorithm numerically
- Previous by thread: Polar coordinates
- Next by thread: Re: Volume integrals
- Index(es):
Relevant Pages
|