toesockshoe
- 265
- 2
Homework Statement
A ball with mass M moving horizontally at a speed v, collides elastically with a block of mass 3m that is initially hanging at rest from a celing on the end of a wire of length L. Find the maximum angle through which the block swings after it is hit.
Homework Equations
F=dp/dt
The Attempt at a Solution
I split the problem into 2 parts. Part 1 is trying to find the initial velocity of the block and part 2 is trying to find the angle.
PART 1:
let M1 equal the mass of ball and M2 be the mass of the block. (M2=3M1) V1 be the velocity of the ball abd V2 the velcotiy of the block.
F=\frac{dp}{dt}
No forces in the x direction:
0 = \Delta p
P_i = P_f
M_1V_1=-M_1V_1+M_2V_2
V_2=\frac{2M_1V_1}{M_2}
PART 2:
you can use energy because the contact is elastic... so conservation of energy is valid:
system mass, earth, and bloc
W=deltaE
0=-\frac{1}{2}mv_2^2+mgh
we found v2 in Part 1... substitute it and simply:
h = \frac{2M_1^2V_1^2}{gM_2^2}
(L-\frac{2M_1^2V_1^2}{gM_2^2})/L
\theta = cos^{-1}((L-\frac{2M_1^2V_1^2}{gM_2^2})/L)
M2 = 3M1...
\theta = cos^{-1}((L-\frac{2M_1^2V_1^2}{g3M_1^2})/L)
is this correct?