Triple integral for bounded regions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Sociomath
Messages
9
Reaction score
0
Checking my steps and answer. Thanks in advance!

Compute [tex]\int_0^3 \int_0^2 \int_1^3 xyz\ dz\ dy\ dx[/tex].

[tex]\int_0^3 \int_0^2 \frac{xyz^2}{2} \Big|_1^3 = \frac{9xy}{2}-\frac{xy}{2} = \frac{8xy}{2} = 4xy[/tex]
[tex]\int_0^3 2xy^2 \Big|_0^2[/tex]
[tex]\int_0^3 8x\ 4x^2 \Big|_0^3 = 36[/tex]
 
Last edited by a moderator:
Physics news on Phys.org
Yes, it's right.
 
  • Like
Likes   Reactions: Sociomath
Sociomath said:
Checking my steps and answer. Thanks in advance!

Compute [tex]\int_0^3 \int_0^2 \int_1^3 xyz\ dz\ dy\ dx[/tex].

Because the limits of integration on all integrals are constants, and the integrand is a simple product, this can be done as
[tex]\left(\int_0^3 x dx\right)\left(\int_0^3 dy\right)\left(\int_1^3 z dz\right)[/tex]
[tex]\left(\frac{1}{2}x^2\right)_0^3\left(\frac{1}{2}y^2\right)_0^2\left(\frac{1}{2}z^2\right)_1^3[/tex]
[tex]\left(\frac{9}{2}- 0\right)\left(2- 0\right)\left(\frac{9}{2}- \frac{1}{2}\right)[/tex]
[tex]\left(\frac{9}{2}\right)\left(2\right)\left(4\right)= 9(4)= 36[/tex]

[tex]\int_0^3 \int_0^2 \frac{xyz^2}{2} \Big|_1^3 = \frac{9xy}{2}-\frac{xy}{2} = \frac{8xy}{2} = 4xy[/tex]
[tex]\int_0^3 2xy^2 \Big|_0^2[/tex]
[tex]\int_0^3 8x\ 4x^2 \Big|_0^3 = 36[/tex]
 
  • Like
Likes   Reactions: Sociomath