mistahkurtz
- 4
- 0
Homework Statement
2. The attempt at a solution
It's not hard to find two orders of integration.
(1) Integrate first with respect to x_3, then with respect to x_2, and then with respect to x_1, by dividing D into two regions:
D = \{x \in R^3 \mid -1 \leq x_1 < 0, -\sqrt{1-x_1^2} \leq x_2 \leq \sqrt{1-x_1^2}, -\sqrt{5 - x_1 - x_2} \leq x_3 \leq \sqrt{5 - x_1 - x_2}\} \cup \{x \in R^3 \mid 0 \leq x_1 \leq 1, -\sqrt{1-x_1^2} \leq x_2 \leq 1-x_1, -\sqrt{5 - x_1 - x_2} \leq x_3 \leq \sqrt{5 - x_1 - x_2}\}
(2) Integrate first with respect to x_3, then with respect to x_1, and then with respect to x_2, by dividing D into three regions
D = \{x \in R^3 \mid -1 \leq x_2 < 1, -\sqrt{1-x_2^2} \leq x_1 < 0, -\sqrt{5 - x_1 - x_2} \leq x_3 \leq \sqrt{5 - x_1 - x_2}\} \cup \{x \in R^3 \mid 0 \leq x_2 \leq 1, 0 \leq x_1 \leq 1-x_2, -\sqrt{5 - x_1 - x_2} \leq x_3 \leq \sqrt{5 - x_1 - x_2}\} \cup \{x \in R^3 \mid -1 \leq x_2 \leq 0, 0 \leq x_1 \leq \sqrt{1-x_2^2}, -\sqrt{5 - x_1 - x_2} \leq x_3 \leq \sqrt{5 - x_1 - x_2}\}
(3) I'm having difficulty finding how to define D so that I can integrate first with respect to x_2 or x_1, then with respect to x_3, and last with respect to x_1 or x_2. The problem is that the limits of x_3 depend on both x_1 and x_2, and I can't seem to manipulate the inequalities correctly to give me what I want.
I tried following the method used in Example 5 here (http://www.math.umn.edu/~nykamp/m2374/readings/tripintex/) in order to redefine just the subset of D for which x_1 and x_2 are non-negative, let's call it D_1.
D_1 = \{x \in R^3 \mid 0 \leq x_1 \leq 1, 0 \leq x_2 \leq 1-x_1, 0 \leq x_3 \leq \sqrt{5 - x_1 - x_2}\}
Since it is also true that 0 \leq x_3 \leq \sqrt{5 - x_1} and 0 \leq x_2 \leq 5 -x_1 - x_3^2, that website recommends defining
D_1 = \{x \in R^3 \mid 0 \leq x_1 \leq 1, 0 \leq x_3 \leq \sqrt{5 - x_1}, 0 \leq x_2 \leq 5 -x_1 - x_3^2\}
but I don't think that's right. If that were correct, (0.5,4.5,0) would be a point in D_1, which it isn't since if x_1=1, then it must be the case that 0 \leq x_2 \leq 0.5. So basically, I'm stumped. :(
Last edited: