Suppose that a ball in 2D with an incoming velocity vector of [8 -6] bounces on a wall defined by the points (7,1) and (8,6). Find its resulting velocity vector after it hits the wall.
Hint: First find the boundary wall vector B=[8-7 6-1] = [1 5]. Thus, the normal vector is
N=[5 -1]. Then, the normalized vector is N' = N/||N|= [.98 -.2].
Possible Answers:
[-3.42 -9.40]
[-9.72 -2.38]
[-9.85 -1.74]
[-7.66 -6.43]
[-4.85 -8.75]
Tags: