alterecho
- 19
- 0
Hello,
I have a rectangular object with the following properties:
Mass (m) = 1 units
Moment Of Inertia (I) = 4.41 units
initial velocity (v_{i}) = (5, 0)
initial angular velocity (w_{i}) = 0
If the block collides with a solid rigid wall with distance vector r = (1.1, 1.4) from the center of mass of the body, what will be the final angular velocity and final velocity of the body (velocity of center of mass) after the collision?
This is how i have tried the problem:
- find the velocity of the point on the body, where collision occurs using the formula:
v_{pi} = v_{i} + (w_{i} x r)
[where, v_{pi} = initial velocity of point, v_{i} = initial velocity of center of mass]
- find the final velocity of point using the formula:
v_{pf} = -v_{pi}
[where, v_{pf} = final velocity of point]
- find the angular velocity of the body using formula:
w_{f} = (r x v_{pf}) / I
[where, w_{f} is the final angular velocity]
- find the final velocity of the body using the formula:
v_{f} = v_{pf} - (w_{f} x r)
[since v_{pf} = v_{f} + (w_{f} x r)]
This doesn't seem to work out well. I am not well versed in application of cross products. I would like to know if this approach is valid and what further calculations need to be performed in my approach.
Any help is very much appreciated.
Thanks in advance.
I have a rectangular object with the following properties:
Mass (m) = 1 units
Moment Of Inertia (I) = 4.41 units
initial velocity (v_{i}) = (5, 0)
initial angular velocity (w_{i}) = 0
If the block collides with a solid rigid wall with distance vector r = (1.1, 1.4) from the center of mass of the body, what will be the final angular velocity and final velocity of the body (velocity of center of mass) after the collision?
This is how i have tried the problem:
- find the velocity of the point on the body, where collision occurs using the formula:
v_{pi} = v_{i} + (w_{i} x r)
[where, v_{pi} = initial velocity of point, v_{i} = initial velocity of center of mass]
- find the final velocity of point using the formula:
v_{pf} = -v_{pi}
[where, v_{pf} = final velocity of point]
- find the angular velocity of the body using formula:
w_{f} = (r x v_{pf}) / I
[where, w_{f} is the final angular velocity]
- find the final velocity of the body using the formula:
v_{f} = v_{pf} - (w_{f} x r)
[since v_{pf} = v_{f} + (w_{f} x r)]
This doesn't seem to work out well. I am not well versed in application of cross products. I would like to know if this approach is valid and what further calculations need to be performed in my approach.
Any help is very much appreciated.
Thanks in advance.
Last edited: