A vessel at rest explodes, breaking into three pieces

  • Thread starter Thread starter Deleote
  • Start date Start date
  • Tags Tags
    Rest Vessel
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 8K views
Deleote
Messages
2
Reaction score
0
1. Ok, I've been working on this problem for ever and it seems easy but I know that there is something wrong.
A vessel at rest explodes, breaking into three pieces. Two pieces, having equal mass, fly off perpendicular to one another with the same speed of 90 m/s. One goes along the negative x-axis and the other along the negative y-axis. The third piece has three times the mass of each other piece. What are the direction and magnitude of its velocity immediately after the explosion? a) What is the angle with respect to the x-axis?
b)What is the magnitude of its velocity?
for A) I understand that the value is 45 degrees however I do not exactly understand why it is 45 degrees. and for B) I have no idea where to start...I know that momentum is involved but that's about it.


2. P=mv ? not sure where to go from there.
 
Physics news on Phys.org
Leave the formulae aside for a moment and try to intuit the problem. Then the formulae should make more sense.

The explosion is gonig to be symmetric. Since it started with 0 momentum, the sum of the pieces will also have to be 0 momentum. i.e. everything will have to cancel out. The vector sum of the known pieces m(a) and m(b) has to be equal and opposite to the unknown third piece's m(c) vector to maintain 0 momentum. This means it has to be opposite in both angle AND magnitude.


Code:
[FONT="Courier New"]       [B]O[/B] m(c)
m(a)  /
  90 /
[B].[/B]---*
|  /|
| / | 90  
|/  |
 ---[B].[/B]  m(b)


/ = sum of vectors of known m(a) and m(b)
/ = vector of unknown m(c)

angle of / must be equal & opposite angle of /
magnitude of / must be equal to magnitude of / [B]times the ratio of masses[/B]

Momentum comes in when we calculate the magnitude of the unknown vector. m(c)'s momentum will have to exactly balance the sum of the momenta of the m(a) and m(b). So m(c)v(c) = m(a)v(a)+m(b)v(b). Tripling the object's mass while maintaining the same momentum will require the object to go one third as far.
 
Last edited:
At least, that seems right. I only studied this in High School - 30 years ago...

How'm I doin? :rolleyes:
 
Thats what I believed to be true also but that would yield an answer of 60 m/s for the magnitude of the final speed which is incorrect...
I attempted to solve using that method...3m(c)v(c)=m(a)*90 m/s + m(b)*90 m/s.
 
You need to incorporate the angles. Again intuitively: if A and B flew directly apart from each other, C's velocity would have to be zero. (A and B already satisfy the conservation law, any C velocity would violate it.) Conversely, if A and B flew off in exactly the same direction, then we would have DaveC426913's equation above, and C's speed would be 60 m/s.

Since neither of the above is exactly the case here, you're probably going to have a sine or cosine somewhere in the mix. Make sense?