Hannah H. answered 05/27/20
PhD in Physics Specializing in Math and Physics
Hi Dorsa,
I think the easiest way to change the "old" x,y,z ranges to the "new" ranges is to first compare them. We'll end up with 3 algebraic equations that we have to solve.
Let's look at x, y, and z ranges, each individually.
For x...
We have y2+z2<x<1 (old)
and we want 0<x<1 (new)
The maximum for each range is already 1. So we just need to worry about the minimum.
In order for the old range to match the new range, we see that y2+z2=0. This is our first algebraic equation. But, we can't solve it without an equation for y and z.
For y...
We have 0<y<1
and we want 0<y<x1/2
Again, let's compare the max's and min's for each. Both have a minimum of 0. In order for the maxima to be equal, 1=x1/2. This is our second algebraic equation.
For z...
We have 0<z<(1-y)2
and we want 0<z<(x-y2)
Let's compare the max's and min's again. This time, we get (1-y)2=x-y2.
Now, solve your 3 algebraic equations to find x,y,z..
y2+z2 = 0
(1-y)2= x-y2
1 = x1/2
See if you can solve for x, y, z yourself. Hope that helps (: