- #1
aa_o
- 24
- 4
Homework Statement
Homework Equations
Conservation of momentum:
m1*v1 + m2*v2 = k
Conservation of mech. energy
1/2 * m * v^2 + m * g * h = k
The Attempt at a Solution
Why can't i just use conservation of energy to solve this one?
I know that the bullet contains all the kinetic energy before hitting:
K.E = 1/2 * m_b * v_b^2
After hitting we can observe the amplitude of the swing (where kinetic energy is 0 and write):
P.E = (m_b + m_p) * g * h
Where h is the height above the initial position, given by:
h = L * (1 - cos(x))
Solving for v_b we get:
v_b = sqrt[2*(M + m) / m * g * L * (1-cos(x))]
The 'well known' solution to this problem solved with conservation of both energy and yields this solution:
v_b = 2*(M + m) / m * sqrt[g * L * (1-cos(x))]
Which of my assumptions are wrong?