hbomb said:
That's what I don't understand, I don't know how to use the integration setup properly. This is what I should be using:
R=1/M*integral of rp(r)dV
ρ is constant throughout the plate. So for this problem it can be takenout of the integral. Let Int[] be "the integral of"
R=ρ/M*Int[rdV]
R and r are vectors in this equation. The equality holds for each component. So you actually have three equations
X=ρ/M*Int[xdV]
Y=ρ/M*Int[ydV]
Z=ρ/M*Int[zdV]
In all of these the mass is found by integrating over the volume of the plate
M=ρ*Int[dV]=ρ*Int[dxdydz]
Since there are no functions of position in the integrand, the integral is partially separable. The limits of the z integral are independent of x and y coordinates so we can write
M=ρ*Int[dxdydz]=ρ*Int[dz]*Int[dxdy]
The origin is at the vertex of the plate and let's say it is in the middle of the thickness of the plate, which I will call T. The z integral is easy; it is the thickness of the plate.
M=ρ*T*Int[dxdy]
It is customary to define the product ρ*T to be the surface mass density σ, so this becomes
M=σ*Int[dxdy]
It is in fact so easy to do the z-integral that when approaching a problem for a uniform plate it is customary to sart with this expression instead of the integral over volume.
The limits of integration for one of the remaining integrals is a function of the other variable, so these cannot be separated. Either integral can be done first as long as the limits are handled correctly. Let me use Int[<L,U>ƒ(ξ)dξ] to show the limits, where L is lower, U is upper, and ξ is whatever the integration variable is. Then
M=σ*Int[<0,H>Int[<-w(y),+w(y)>dx]dy]
where w(y) is found by solving the boundary equation of the parabola that was given and H is the given height of the parabola. Doing the x integral gives
M=σ*Int[<0,H>2w(y)dy]
From y = 1.600*x^2 we get w(y) = sqrt(y/1.600). So
M=(2σ/sqrt1.600)*Int[<0,H>sqrt(y)dy]
Now you can follow the exact procedure I used here for the three remaining integrals to find X, Y, and Z. Or you can simplify things by taking advantage of symmetry. The plate is a mirror image of itself in the z-y plane. So Z must lie in the x-y plane. Hence Z = 0. The plate is a mirror image of itself in the y-z plane. Hence X = 0. That just leaves X. You should be able to follow what I did for M to set up the integral for X. When you do, the division by M will cancel some constants and you will be left with a ratio of two integrals.