Changing Order of Triple Integration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
njo
Messages
20
Reaction score
0

Homework Statement


[tex]\int_0^5 \int_0^2 \int_0^{4-y^2}\ \, dxdydx[/tex]

Change order to dydxdz

Homework Equations

The Attempt at a Solution


I'm confused mainly because the limits are mostly numbers, not functions. I graphed the limits in @D and #d and this is what I got: [tex]\int_0^{4-y^2} \int_0^5 \int_0^2\ \, dydxdz[/tex]

Not sure if its correct because I have a function on the outer integral, I can't check my work.

I'd appreciate any help. Thanks.
 
Physics news on Phys.org
njo said:

Homework Statement


[tex]\int_0^5 \int_0^2 \int_0^{4-y^2}\ \, dxdydx[/tex]

Change order to dydxdz

Homework Equations

The Attempt at a Solution


I'm confused mainly because the limits are mostly numbers, not functions. I graphed the limits in @D and #d and this is what I got: [tex]\int_0^{4-y^2} \int_0^5 \int_0^2\ \, dydxdz[/tex]

Not sure if its correct because I have a function on the outer integral, I can't check my work.

I'd appreciate any help. Thanks.

It is clearly incorrect because you have variables in the outer integral limits. You need to start by sketching, or at least describing carefully, the volume being enclosed.
 
The limits on the "innermost" integration can be functions of the other two variables. The limits on the "middle" integration can be functions only of the one remaining variable and the limits of integration on the "outermost" integral must be constants. For example, integrating "dydzdx" we must have something like [itex]\int_a^b\int_{c(x)}^{d(x)}\int_{e(x,y)}^{f(x,y)} F(x,y,z) dydzdx[/itex].

With [itex]\int_0^2\int_0^{x^2}\int_0^{x+ y} F(x, y, z) dzdydx[/itex] then x varies from 0 to 2, for each x, y varies from 0 to x^2, and, for each x and y, z varies from 0 to x+ y. If you were to graph the first two, it would be a "curved triangle" with one side the x-axis, one side the line x= 2, and the third side the curve [itex]y= x^2[/itex] which crosses x= 2 at (2, 4). If we only wanted to reverse dx and dy, to dzdxdy, note that, overall, y goes from 0 to 4 and that, for every y, x goes from 0 on the left to y= x^2, so [itex]x= \sqrt{y}[/itex]. The integral, in that order, would be [itex]\int_0^4\int_0^\sqrt{y} F(x, y, z) dzdxdy[/itex].
 
Last edited by a moderator: