Coefficient of restitution problem

AI Thread Summary
The discussion revolves around a physics problem involving two identical steel balls colliding with initial velocities of 6 m/s and 8 m/s, and a coefficient of restitution of 0.7. The user calculates the y-component of the velocity for ball A, finding it to be -5.196 m/s. They apply the coefficient of restitution formula to relate the velocities before and after the collision but express uncertainty about the correctness of their method and how to proceed. The user seeks confirmation on their calculations and guidance for solving the problem further. Clarity on the application of the coefficient of restitution and subsequent calculations is essential for resolving the question.
Samtheguy
Messages
10
Reaction score
0

Homework Statement



The two identical steel balls A and B moving with initial velocities VA = 6 m/s and VB = 8 m/s collide, as shown in figure Q4. If the coefficient of restitution is e = 0.7, determine the magnitude and direction of the velocity of each ball just after impact.
(See Attachment, Question 4)

The Attempt at a Solution



Calculate the y-component of VA.
VA(y) = 6*cos(30) = -5.196 m/s (Since it is traveling in the -y direction)

e = (VB' - VA')/(VA - VB)

Where:

(VB' - VA') is the relative velocity of separation after impact (m/s)
(VA - VB) is the relative velocity of approach (m/s)
e is the coefficient of restitution

0.7 = (VB' - VA')/(-5.196 - 8)

0.7*(-5.196 - 8) = (VB' - VA')

-9.2372 = (VB' - VA')

Is this method correct so far? If so, I don't know where to go from here.
 

Attachments

Physics news on Phys.org
Any help on this question would be great as I got this same question on an exam and I am wondering if I got the beginning right or not.
 
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top