#How to determine boundary conditions for triple integral
7 messages · Page 1 of 1 (latest)
everything (integrand, boundary functions) is smooth so basically all you need to do is to rewrite the system of inequalities as an equivalent one that isolate the variables the way you want to integrate
I would do the following:
The original system of inequalities (defining the region R) is
0 =< x, y, z
x/7 + y/6 + z/9 =< 1
This is equivalent to
0 =< y =< 6
0 =< x =< 1 - y/6
0 =< z =< 1 - y/6 - x/7
so you can integrate first in z, then in x and then in y using those boundaries
That makes sense. Also got some help & did it with collapsing I think it’s called 🙂
collapsing? never heard of this...