Conservation of Momentum.Boat Question

  • Thread starter Thread starter mfianist
  • Start date Start date
  • Tags Tags
    Conservation
Click For Summary

Homework Help Overview

The discussion revolves around a physics problem involving conservation of momentum, specifically focusing on a boat carrying bricks and the effects of throwing the bricks either all at once or one at a time. The original poster is trying to understand how the method of throwing affects the final speed of the boat.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to analyze the problem by considering the differences in throwing methods and their impact on the boat's velocity. They express confusion about whether to use the velocity of the bricks relative to the earth or the boat, and how the changing mass affects the calculations.
  • Some participants suggest starting with a simpler case of two bricks to understand the momentum conservation principles involved.
  • There are discussions about using differential calculus to approximate the velocity changes as bricks are thrown, and the original poster questions the integration process involved in this approach.

Discussion Status

Participants are actively engaging with the problem, offering various methods for analysis and clarification. Some guidance has been provided regarding the use of differential calculus and momentum equations, but there is no explicit consensus on a single approach. The original poster expresses gratitude for the help received, indicating a productive exchange.

Contextual Notes

The problem is constrained by the assumption of neglecting friction and the mass of the individuals involved, focusing solely on the mechanics of the boat and bricks. The original poster also notes the complexity introduced by the changing mass and velocity as bricks are thrown.

mfianist
Messages
7
Reaction score
0
A boat of mass m is carrying a load of bricks with a total number of N and mass M, and is floating freely on water. SUPERMAN, in a show of strength, throws the entire load of bricks backward at once with a relative speed of v0. A GENIUS, in a show of intelligence, throws the bricks backward with a relative speed of v0 one at a time. Argue and explain how and why GENIUS achieves a much higher speed than SUPERMAN. Take N >> 1 and M >> m. Neglect the friction between the boat and water, and the mass of GENIUS and SUPERMAN.

I think i know how to get the velocity of the boat in the case where SUPERMAN throws the bricks all at once.

But the problem comes when the bricks are thrown one by one. In this case, the velocity of the brick,relative to the eart, is decreasing everytime the brick is thrown. Should i use the velocity of the brick relative to the earth, or relative to the boat to do this question?
Also the mass constantly decreases... for every throw, velocity and mass changes...
i have no clue on how to show that GENIUS achieves higher speed than SUPERMAN.

I need some help... somebody.. please help me~~!
 
Last edited:
Physics news on Phys.org
Try starting with just two bricks and see if you can understand what is happening. Since the momentum of the boat and bricks together is 0 (relative to the surface of the water), the total momentum of the system will remain 0. If superman throws both bricks with total mass M with velocity v relative to the boat (which is the same as relative to the water_, he gives them momentum Mv and so the momentum of the boat must be -Mv: Taking u to be the velocity of the boat, mu= -Mv and u= -(M/m)v.

Throwing only one brick, of mass M/2, at velocity v relative to the boat (and water), "genius" give the brick momentum (M/2)v and so for the boat we have
u= -(M/(2(m+M/2))v= -(M/(2m+M))v (the "m+ M/2" is because the second brick is still in the boat).
Throwing the second brick, of mass M/2, at velocity v relative to the boat means that he is throwing it at velocity v- (M/(2m+M))v = (2m/(2m-M))v relative to the water: The boats increase in momentum is now mu= -(2Mm/(2m-M)) v so
u= -(M/(2m+M))v- (2M/(2m-M))v= -4mM/(4m2-M2).
Now show that that is always larger (in absolute value) than -(M/m)v.
 
mfianist said:
But the problem comes when the bricks are thrown one by one. In this case, the velocity of the brick,relative to the earth, is decreasing every time the brick is thrown. Should i use the velocity of the brick relative to the earth, or relative to the boat to do this question?
Also the mass constantly decreases... for every throw, velocity and mass changes...
i have no clue on how to show that GENIUS achieves higher speed than SUPERMAN.

You feel the problem quite well :smile: . I think it is easier to solve the problem relative to the earth.
As N>>1 you can approximate the problem by applying differential calculus for the velocity of the boat in terms of the bricks still present.

Assume that Genius has thrown some bricks already so the boat has v velocity and there remained n bricks on the boat, when he throws the next.
He throws the brick with -vo velocity with respect to the boat, that is v-vo with respect to the earth. The mass of one brick is
[tex]m_B=M/N[/tex]


The change of the velocity of the boat by throwing one brick is 1*dv/dn. We get the following equation for the momentum before and after the one next brick is thrown:

[tex](m+n*m_B)v=[m+(n-1)*m_B]*(v+dv/dn)+(v-v_0)*m_B[/tex]

Arranging this equation, some terms cancel and you get:

[tex] <br /> m_B*v_0=[m+(n-1)*m_B]*\frac{dv}{dn}[/tex],


so the derivative of v(n) wit respect to n is

[tex]\frac{dv}{dn}=\frac{m_B*v_0}{m+(n-1)*m_B}[/tex]

You have to integrate from n=N to n=1. The result is:

[tex]v=v_0\ln(\frac{m+(N-1)m_B}{m})\sim{v_0\ln(\frac{m+M}{m})}[/tex]

ehild
 
ehild said:
You feel the problem quite well :smile: . I think it is easier to solve the problem relative to the earth.
As N>>1 you can approximate the problem by applying differential calculus for the velocity of the boat in terms of the bricks still present.

Assume that Genius has thrown some bricks already so the boat has v velocity and there remained n bricks on the boat, when he throws the next.
He throws the brick with -vo velocity with respect to the boat, that is v-vo with respect to the earth. The mass of one brick is
[tex]m_B=M/N[/tex]


The change of the velocity of the boat by throwing one brick is 1*dv/dn. We get the following equation for the momentum before and after the one next brick is thrown:

[tex](m+n*m_B)v=[m+(n-1)*m_B]*(v+dv/dn)+(v-v_0)*m_B[/tex]

Arranging this equation, some terms cancel and you get:

[tex] <br /> m_B*v_0=[m+(n-1)*m_B]*\frac{dv}{dn}[/tex],


so the derivative of v(n) wit respect to n is

[tex]\frac{dv}{dn}=\frac{m_B*v_0}{m+(n-1)*m_B}[/tex]

You have to integrate from n=N to n=1. The result is:

[tex]v=v_0\ln(\frac{m+(N-1)m_B}{m})\sim{v_0\ln(\frac{m+M}{m})}[/tex]

ehild

i kinda get what you are saying...
i've never thought of looking at this problem with dv/dn...
but i don't get the integration part...
so what you are saying is the area under the curve when n=1 and n=N is the velocity achieved by GENIUS?...
 
mfianist said:
i kinda get what you are saying...
i've never thought of looking at this problem with dv/dn...
but i don't get the integration part...
so what you are saying is the area under the curve when n=1 and n=N is the velocity achieved by GENIUS?...

Something like that. Haven't you learned about definite integral or differential equations yet? In this case you should do what HallsofIvy suggested. I just wanted to show an alternative way.

ehild
 
Thank you ehild!

i got it! i learned about integrals.. i just forgot that moment...

i spent 2 days and nights for this problem.. and couldn't found a way to solve the problem...

u r my life savior!
 

Similar threads

Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K