The angle @ which the particle hits the wall

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
ranaroy
Messages
12
Reaction score
0
dear all,

i am working on a problem, but not having found the solution yet.
i have a wall section (in a 2D x-y plane) on which spherical balls hit and get reflected.
i know the x-velocity and y-velocity of the particle when it hits the wall.
i need to calculate the impact (incident) angle of the ball on the wall.

it is easy to calculate when the plane is either along x-axis or y-axis. but, my plane is curvilnear (i know the radius of curvature). can i calculate the incident angle for this curvilinear plane ?

pls help. thank you.
 
Physics news on Phys.org
I don't know this very well, but here's a shot. Take the angle it hits the and copy that same angle it hits on the wall and add the curvilinear to the other side.
 
dear asaplease,

thank you for your try.
can u explain it once more in detail. i didnt understand well.
you mean to say, first i will do theta = atan(V_y/V_x) and calculate the angle.
then, what shoud i do ?

to make it more clear for me, can u do one example case.
say V_y = 3 m/s , V_y = 4 m/s
So, theta = 37 degree.

pls help
 
sorry, the above velocity components should read
V_y = 3 m/s , V_x = 4 m/s

sorry for the mistake.