Find center of mass and coordinates using double integrals?

monnapomona
Messages
39
Reaction score
0

Homework Statement


Find the mass and center of mass of the lamina that occupies the region D and has the given density function ρ.
D is bounded by the parabolas y = x^2 and x = y^2; ρ(x, y) = 23√x

Homework Equations



m = \int\int_{D} ρ(x, y) dA
x-bar = \int\int_{D} x*ρ(x, y) dA
y-bar = \int\int_{D} y*ρ(x, y) dA

The Attempt at a Solution


I integrated 23√x using order dydx with limits: x^2 ≤ y ≤ √x and 0 ≤ x ≤ 1.
m = 69/14.

The problem I'm having is with the coordinates. I first got (x-bar,y-bar) as (14/62, 28/1265) but that was wrong in my online assignment. I used the same limits of integration and the above equations to find x-bar and y-bar. I don't know where I'm going wrong with the coordinates... Am I suppose to be using different limits?
 
Last edited:
Physics news on Phys.org
monnapomona said:

Homework Statement


Find the mass and center of mass of the lamina that occupies the region D and has the given density function ρ.
D is bounded by the parabolas y = x^2 and x = y^2; ρ(x, y) = 23

Homework Equations



m = \int\int_{D} ρ(x, y) dA
x-bar = \int\int_{D} x*ρ(x, y) dA
y-bar = \int\int_{D} y*ρ(x, y) dA

The Attempt at a Solution


I integrated 23√x using order dydx with limits: x^2 ≤ y ≤ √x and 0 ≤ x ≤ 1.
m = 69/14.

The problem I'm having is with the coordinates. I first got (x-bar,y-bar) as (14/62, 28/1265) but that was wrong in my online assignment. I used the same limits of integration and the above equations to find x-bar and y-bar. I don't know where I'm going wrong with the coordinates... Am I suppose to be using different limits?

If you are trying to compute m you just integrate 23. Why are you integrating sqrt(x) as well? m isn't 69/14. Can you spell out what you are doing in a little more detail?
 
Your equations for x-bar and y-bar are incorrect. What you have are the expressions for the moments of D about the x and y axes. In order to find x-bar and y-bar, you must divide the moment values by the mass of the region D.
 
SteamKing said:
Your equations for x-bar and y-bar are incorrect. What you have are the expressions for the moments of D about the x and y axes. In order to find x-bar and y-bar, you must divide the moment values by the mass of the region D.

Oh my mistake, I used:

y-bar = 1/m \int\int_{D} y*ρ(x, y) dA
x-bar = 1/m \int\int_{D} x*ρ(x, y) dA

to find the coordinates.
 
monnapomona said:
Oh my mistake, I used:

y-bar = 1/m \int\int_{D} y*ρ(x, y) dA
x-bar = 1/m \int\int_{D} x*ρ(x, y) dA

to find the coordinates.
And in your case, \rho(x,y)= 23, a constant. So
\overline{x}= \frac{23}{m}\int\int x dxdy
\overline{y}= \frac{23}{m}\int\int y dxdy
with
m= 23\int\int dxdy

You are given "D is bounded by the parabolas y = x^2 and x = y^2". Those, of course, intersect at x= 0 and at x= 1. What will the limits of integration be?
 
Dick said:
If you are trying to compute m you just integrate 23. Why are you integrating sqrt(x) as well? m isn't 69/14. Can you spell out what you are doing in a little more detail?

Sorry for the confusion, the question was asking to integrate 23√x. I edited my first post.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top