What is the solution to the Center of Mass Canoe Problem?

AI Thread Summary
The discussion revolves around solving the Center of Mass Canoe Problem, where a woman walks in a canoe, affecting its position. The initial calculations for the center of mass were incorrect due to misinterpretation of the coordinate system. It was clarified that the position of the canoe can be set at different points without affecting the outcome, as long as the calculations are consistent. The correct approach involves adjusting the coordinates based on the chosen reference point, leading to the correct movement of the canoe. Ultimately, understanding the coordinate system's impact is crucial for solving the problem accurately.
itsme24
Messages
8
Reaction score
0
Hi there,

I have a question about what I'm doing wrong with the following problem:

A 45.0-kg woman stands up in a 60.0-kg canoe of length 5.00 m. She walks from a point 1.00 m from one end to a point 1.00 m from the other end. If you ignore resistance to motion of the canoe in the water, how far does the canoe move during this process?

What I did was found the x coordinate of the center of mass by doing the following math:

m_w= 45.0kg, x_w1 = 1m
m_c= 60.0kg, x_c1= 0m

x_cm = [(45.0kg*1m) + 0] / (45.0kg + 60.0kg)
x_cm = 0.429m

Then I used the same x-coordinate of the center of mass and used the second coordinate for the woman to find the second coordinate of the canoe:

x_w2 = 4m

0.429m = [(45.0kg*4m) + (60.0kg*x_c2)] / (45.0kg + 60.0kg)
x_c2 = -2.25m

Now that seems right since the ratio between the masses is 45/60 and the distance the woman traveled was 3m so 3m*0.75 = 2.25, but the answer listed is 1.29m... I would like to know if someone can see anything that I'm missing or have done wrong, it is really frustrating me. :(
 
Physics news on Phys.org
Your center of mass calculation seems to be wrong, since the canoe is not included.
 
Well I included the mass of the canoe when I divided. I have the initial position of the canoe equal to 0 is there a different number I should use for that?
 
itsme24 said:
Well I included the mass of the canoe when I divided. I have the initial position of the canoe equal to 0 is there a different number I should use for that?

How you set the coordinate system does not matter. Let's say you set it on the beginning of the canoe. You would have: Xc = (Mw Xw + Mc Xc) / (Mw + Mc) = (45*1 + 60*2.5)/(60 + 45) = 1.857. If you set the coordinate system in the middle of the canou, you would have Xc = (45*(-1.5) + 60*0)/(60 + 45) = -0.643. You can convince yourself easily that this is the same point.
 
awww I see, so if I want the initial position of the canoe to be 0 I would have to set the coordinate in the center of the canoe making the woman's initial position -1.5. Ok, well that makes sense, thanks Radou.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top