Conservation Of Kinetic Energy Problem

Click For Summary

Homework Help Overview

The problem involves an elastic collision between two bodies, where one body of mass 2.0 kg collides with another body at rest and continues moving in the same direction at one-fourth of its original speed. The goal is to determine the mass of the struck body using the conservation of kinetic energy and momentum principles.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the application of conservation of kinetic energy and momentum to solve for the unknown mass. Some question the assumptions made about the velocities of the bodies post-collision, particularly the assumption that the second body's velocity can be directly inferred from the first body's final velocity.

Discussion Status

There is ongoing exploration of different methods to approach the problem, including suggestions to use the center of momentum frame and the coefficient of restitution. Some participants have attempted to derive expressions for the velocities involved but express frustration over the complexity of the equations and the lack of clarity regarding the initial conditions.

Contextual Notes

Participants note the challenge of working with the given information, particularly the initial speed of the first body, which is not explicitly stated. There is also mention of the need to consider both conservation laws simultaneously to arrive at a solution.

FredericChopin
Messages
101
Reaction score
0

Homework Statement


A body of mass 2.0 kg makes an elastic collision with another body at rest and continues to move in the same direction but with one-fourth of its original speed. What is the mass of the struck body?

Homework Equations


Conservation of Kinetic Energy

EK = (1/2)*m*v^2

(1/2)*m1*u1^2 + (1/2)*m2*u2^2 = (1/2)*m1*v1^2 + (1/2)*m2*v2^2

The Attempt at a Solution



m1 is given to be 2 kg, u2 is given to be 0 m/s, v1 is given to be 1/4 of u1 and because of this, v2 must be 3/4 of u1 (Conservation Of Kinetic Energy)(1/2)*m1*u1^2 = (1/2)*m1*((1/4)*u1)^2 + (1/2)*m2*((3/4)*u1)^2

(Simplifying)

(1/2)*m1*u1^2 = (1/2)*m1*(u1^2/16) + (1/2)*m2*(9*u1^2)/16)

(Simplifying)

(1/2)*m1*u1^2 = (1/2)*m1*(u1^2/16) + (1/2)*m2*(9*u1^2)/16)

(Simplifying)

(1/2)*m1*u1^2 = (m1*u1^2)/32 + (9*m2*u1^2)/32

(Changing 1/2 to 16/32)

(16*m1*u1^2)/32 = (m1*u1^2)/32 + (9*m2*u1^2)/32

(Subtracting (m1*u1^2)/32 from both sides of the equation)

(15*m1*u1^2)/32 = (9*m2*u1^2)/32

(Multiplying both sides of the equation by 32)

15*m1*u1 = 9*m2*u1^2

(Substituting m1 = 2 kg)

30*m1*u1 = 9*m2*u1^2

(Dividing both sides of the equation by 9*u1^2)

m2= 3.33 kgUnfortunately, the answer was 1.2 kg. I think the problem was that I falsely assumed that if the first body had a final velocity one-fourth that of its initial velocity, then the second body would have three-fourths that of the first body's initial velocity, however this still makes sense since the second body was a rest before the collision and the collision was elastic.

I have been struggling to get this question right for 3 days!

Hints, anybody?

Thank you.
 
Physics news on Phys.org
FredericChopin said:
m1 is given to be 2 kg, u2 is given to be 0 m/s, v1 is given to be 1/4 of u1 and because of this, v2 must be 3/4 of u1 (Conservation Of Kinetic Energy)
No, that's not correct. You should solve for v2 and see what it actually equals. (KE is conserved, not velocity.)
 
While it's true that ##1 = 1/4 + 3/4##,

It is not true that ##1^2 = (1/4)^2 + (3/4)^2##.
 
You can use first the conservation of momentum (taking your system as the two cars) and then conservation of kinetic energy. The former will allow you to obtain an expression for the velocity of the second car after the collision.
 
In 1-D collisions of this nature, it is usually easier to transform to the centre of momentum frame. In that frame, an elastic collision is very simple. Then transform back to the lab frame. So the magnitudes of the COM frame velocities before the collision are gotten from these.

Vc1 m1 = Vc2 m2 (momentums total to zero in the COM frame)
Vc1 + Vc2 = V (closing speed still V)

Vc1 is the COM speed of mass 1
Vc2 is the COM speed of mass 2

After the collision, in the COM frame, mass m1 simply flips its direction, keeping the same speed. And after the collision its speed in the lab frame is V/4. But the speed at which the COM frame is moving relative to the lab frame is V - Vc1. So:

V - 2 Vc1 = V/4

Those are three very easy to solve equations for the unknowns Vc1, Vc2, and m2. You know m1, and V can be eliminated.

The COM frame makes a lot of collision calculations much simpler.
Dan
 
For elastic collisions the "coefficient of restitution" makes things a LOT easier.
 
Thank you all.

I tried making v2^2 the subject of the equation, but here is what I got:

(1/2)*m1*u1^2 = (1/2)*m1*((1/4)*u1)^2 + (1/2)*m2*v2^2

(Simplifying)

(1/2)*m1*u1^2 = (1/2)*m1*(u1)^2/16) + (1/2)*m2*v2^2

(Simplifying)

(1/2)*m1*u1^2 = (m1*u1^2)/32 + (1/2)*m2*v2^2

(Changing 1/2 to 16/32)

(16*m1*u1^2)/32 = (m1*u1^2)/32 + (16*m2*v2^2)/32

(Subtracting (m1*u1^2)/32 from both sides of the equation)

(15*m1*u1^2)/32 = (16*m2*v2^2)/32

(Multiplying both sides of the equation by 32)

15*m1*u1^2 = 16*m2*v2^2

(Substituting m1 = 2 kg)

30*u1^2 = 16*m2*v2^2

(Dividing both sides of the equation by 16*m2)

v2^2 = (30*u1^2)/(16*m2)

(Simplifying)

v2^2 = (15*u1^2)/(8*m2)Hm... I'm either not looking at it right or this doesn't tell me much since I still don't know u1. I tried substituting it back into the original equation but the m2's cancel each other out.

Ugh... 4 days now...
 
FredericChopin said:
I tried making v2^2 the subject of the equation, but here is what I got:

(1/2)*m1*u1^2 = (1/2)*m1*((1/4)*u1)^2 + (1/2)*m2*v2^2
That's fine.

Hm... I'm either not looking at it right or this doesn't tell me much since I still don't know u1. I tried substituting it back into the original equation but the m2's cancel each other out.
You've used conservation of KE, but that's not enough by itself. What else is conserved in any collision?
 
Last edited:
Momentum is conserved!

O.K., let's see if it works:

If v2 = √((15*u12)/(8*m2))

, then:

m1*u1 + m2*u2 = m1*v1 + m2*v2

(Substituting u2 = 0 m/s, v1 = (1/4)*u1 and v22 = √((15*u12)/(8*m2)))

m1*u1 = m1*(1/4)*u1 + m2*√((15*u12)/(8*m2))

(Simplifying)

m1*u1 = (m1*u1)/4 + m2*√((15*u12)/(8*m2))

(Changing 1/1 to 4/4)

(4*m1*u1)/4 = (m1*u1)/4 + m2*√((15*u12)/(8*m2))

(Subtracting (m1*u1)/4 from both sides of the equation)

(3*m1*u1)/4 = m2*√((15*u12)/(8*m2))

(Squaring both sides of the equation)

(9*m12*u12)/16 = m22*(15*u12)/(8*m2)

(Simplifying)

(9*m12*u12)/16 = (15*u12*m22)/(8*m2)

(Changing 15/8 to 30/16)

(9*m12*u12)/16 = (30*u12*m22)/(16*m2)

(Simplifying)

(9*m12*u12)/16 = (30*u12*m2)/16

(Multiplying both sides of the equation by 16)

9*m12*u12 = 30*u12*m2

(Substituting m1 = 2 kg)

36*u12 = 30*u12*m2

(Dividing both sides of the equation by 30*u12)

m2 = 1.2 kg


Thank you so much! :biggrin:
 
  • #10
FredericChopin said:
m2 = 1.2 kg


Thank you so much! :biggrin:
Excellent!

Now it's time to learn a shortcut.

For a perfectly elastic straight-line collision, the relative velocity is reversed during the collision:

[tex]u_1 - u_2 = v_2 - v_1[/tex]
(This can be proven by combining conservation of energy with conservation of momentum.)

Thus: u = v2 - u/4
Which leads to v2 = (5/4)u

Now combine this with conservation of momentum and you'll be able to solve for the mass in one line.

All this is perfectly consistent with what you did. (It's the same thing, really.)
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
28
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
5
Views
3K
Replies
4
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 14 ·
Replies
14
Views
3K