Kinetic energy of runner race question

AI Thread Summary
In the discussion, a father with double the mass of his son has half the kinetic energy initially. When the father increases his speed by one m/s, their kinetic energies become equal. The calculations reveal that the father's velocity should be approximately 2.41 m/s, leading to the son's velocity being around 4.82 m/s. The confusion arises from incorrect assumptions in the kinetic energy equations, particularly in relating the father's and son's velocities and masses. Correcting these calculations aligns with the book's values of 2.4 m/s for the father and 4.8 m/s for the son.
OVB
Messages
32
Reaction score
0
Say a father who has a mass that is two times that of his son is racing against him, and his kinetic energy is half of his son. When the father increases his speed by one m/s, the kinetic energies are equal.

I do this:
M = mass of father
V = velocity of father
0.5MV^2 = 0.5(0.5mv^2)

2MV^2 = mv^2
(4m)V^2 = mv^2

4V^2 = v^2

2V = v

0.5M(V+1)^2 = 0.5m(2V)^2
(V+1)^2 = 4V^2
V^2 + 2V + 1 = 4V^2

-3V^2 +2V + 1 = 0

(3V +1) (-V + 1)

V = 1, -1/3

so V = 1 m/s

However, my book says the speeds are 2.4 m/s and 4/8 m/s for father and son, respectively. What am I doing wrong?
 
Physics news on Phys.org
M & V =mass and velocity of father right?
m & v =mass and velocity of son?
since the father initial KE is half his son, why did u multiply .5 on the KE of the son instead of the father?

btw,my ans for velocity of son is 3.414m/s
 
Last edited:
No, that is how it should be. KE of F = 0.5(KE of son)

Does anyone know why the answers are 2.4 and 4.8?
 
OVB said:
Say a father who has a mass that is two times that of his son is racing against him, and his kinetic energy is half of his son. When the father increases his speed by one m/s, the kinetic energies are equal.

I do this:
M = mass of father
V = velocity of father
0.5MV^2 = 0.5(0.5mv^2)

2MV^2 = mv^2
(4m)V^2 = mv^2

4V^2 = v^2

2V = v

0.5M(V+1)^2 = 0.5m(2V)^2
2m(V+1)^2 = m(2V)^2 <== added
(V+1)^2 = 2V^2
V^2 + 2V + 1 = 2V^2

-1V^2 +2V + 1 = 0

etc.

(3V +1) (-V + 1)

V = 1, -1/3

so V = 1 m/s
However, my book says the speeds are 2.4 m/s and 4/8 m/s for father and son, respectively. What am I doing wrong?
See the colors
 
The first thing we do is relate the father's kinetic energy to the son's according to the question. I will keep the father on the LHS and son on the RHS. I will used lowercase v for the father's velocity and uppercase V for the son's velocity.

1) (0.5)(m)(v*v) = (0.5)(0.5)(0.5m)(V*V)
// Now multiply by 8 to remove fraction...
4m(v*v) = m(V*V)
// Now divide by m to simplify...
4(v*v) = (V*V)
// Now take square root of both sides.
2v = V
// This gives us the son's velovity V in terms of the
// father's velocity v. ie: V = 2v.

Now in order to have the father's K equal the son's K we do two things.
- Add 1 to the father's velocity on the LHS.
- Multiply the RHS by 2 since we are not relating the father's K to
half the son's K anymore. ie: Instead of K = 0.5K we now have
K = K since that's what happens when we add 1 to the father's
velocity.

2) (0.5)(m)(v+1)(v+1) = (0.5)(0.5m)(2v)(2v)
// Remember V = 2v
// Multiply by 2 and divide by m to simplify...
(v+1)(v+1) = (2)(v*v)
// Take the square root of both sides...
v+1 = sqrt(2)*v
v = 1 / (sqrt(2) - 1)
v = 2.41 m/s.

Now all we have to do is substitute into V = 2v to get the son's original
velocity...
V = 2 * 2.41 = 4.82 m/s.
 
you went wrong on this part:

0.5M(V+1)^2 = 0.5m(2V)^2
(V+1)^2 = 4V^2
V^2 + 2V + 1 = 4V^2

-3V^2 +2V + 1 = 0

(3V +1) (-V + 1)

V = 1, -1/3

so V = 1 m/s

0.5M(V+1)^2 = 0.5m(2V)^2 ... subtitute M=2m here. this will give you ..
2(V+1)^2 = 4V^2
V^2 + 2V + 1 = 2V^2

-V^2 +2V + 1 = 0
0r V^2-2V-1=0
solving I get V= 2.4142 m/sec.

use this to calculate v=2V=2*2.4142=4.8284 meters per second.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged 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