aaaa202 said:
Homework Statement
For a particular material the density varies with position as ρ(r)=x2yz
Find the total mass of a unit cube with one edge in the origin made by a such a material.
Isn't it "one
vertex at the origin"?
aaaa202 said:
Homework Equations
We have dm = ρ(r)dV = ρ(r)dxdydz
So we want to calculate the volume integral (all from 0 to 1):
∫∫∫x2yz dxdydz = 1/12
First of all: Is this correct?
Now if so, my problem is just that I don't find the approach quite intuitive. You want to sum up all small volume contributions. What is that then makes you able to split the integral into integration over 3 directions? Can you explain to me what happens intuitively?
The base of the cube is on the square whose vertices are at (0, 0), (0, 1), (1, 1), and (1, 0). The square is divided into a grid of squares, each of which is Δx by Δy. The interval along the z-axis is divided into intervals of length Δz, so now we have layers of grids stacked on top of each other.
Assuming that 1/Δx = m, and 1/Δy = n, and 1/Δz = p, the cube is divided into m*n*p small cubes, each of which has a volume of Δx * Δy * Δz.
If the density happened to be constant (which for this problem it isn't), the mass would be density * volume = density * 1.
Since the density varies by position, we have to take that into account. In your integral, you are first integrating with respect to x, then wrt y, and finally wrt z.
The first integration sums the cubes in a particular layer, running from x = 0 to x = 1. This gives you the mass for the cubes in a straight line.
The next integration sums the lines in a particular layer, running now from y = 0 to y = 1. This gives the the mass for the cubes in one of the layers.
The final integration sums the layers from z = 0 to z = 1, which gives you the total mass of the larger cube.