Two billiard balls of equal mass move at right angles and meet at the origin of an xy coordinate system. Ball A is moving upward along the y axis at v_A = 2.0m/s , and ball B is moving to the right along the x axis with speed v_B = 5.0m/s . After the collision, assumed elastic, ball B is moving along the positive y axis

To determine the final velocities of the two balls after the collision, we can use the principles of conservation of momentum and conservation of kinetic energy.

1. Conservation of momentum:
In this scenario, since there are no external forces acting on the system of the two balls, the total momentum before and after the collision remains the same.

The initial momentum in the x-direction is zero because ball A was moving in the y-direction and ball B was moving in the x-direction. Therefore, the total momentum in the x-direction both before and after the collision is zero.

In the y-direction, the momentum before the collision is given by the equation:
m_A * v_A + m_B * v_B = m_A * v1 + m_B * v2

Where:
- m_A and m_B are the masses of ball A and ball B, respectively.
- v_A = 2.0 m/s is the initial velocity of ball A.
- v_B = 5.0 m/s is the initial velocity of ball B.
- v1 is the final velocity of ball A in the y-direction after the collision.
- v2 is the final velocity of ball B in the y-direction after the collision.

2. Conservation of kinetic energy:
In an elastic collision, the total kinetic energy before and after the collision is conserved.

The initial kinetic energy before the collision is given by:
KE_initial = (1/2) * m_A * v_A^2 + (1/2) * m_B * v_B^2

The final kinetic energy after the collision is given by:
KE_final = (1/2) * m_A * v1^2 + (1/2) * m_B * v2^2

Since the total kinetic energy is conserved, we can equate the initial and final kinetic energies:
KE_initial = KE_final

Substituting the values and variables, we can solve both equations simultaneously to find the final velocities v1 and v2.

Note: It is essential to know the masses of the balls to calculate the final velocities accurately.

42