Eric C. answered 01/05/16
Tutor
5.0
(180)
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Anakin.
This is an impulse-momentum problem. An "impulse" is defined as a "change in momentum." That means we have to find the momentum of the ball before it was kicked, and the momentum after it was kicked, and then calculate their difference.
Momentum = mass*velocity, so we have some velocities to figure out. Let's declare up and to the right as positive.
The ball fell a meter at 9.8 m/s^2.
d = 1/2*g*t^2
1 = 4.9*t^2
t^2 = 1/4.9
t = 0.45 sec
9.8 m/sec^2 * 0.45 sec = 4.43 m/sec downward = -4.43 m/sec j
The mass of the ball is 0.41 kg.
Initial Momentum of the ball (Pi) before kick is:
Pi = 0.41kg*(-4.43 m/sec j)
= -1.82 N*sec j.
The problem then gets a little tricky when we think about the kick. Our initial momentum only has a vertical component, but when the ball is kicked, it has both a vertical component and a horizontal component as given by the 55º angle. Since momentum is a vector quantity, we can't discount the horizontal component.
It's launched with a velocity of 18 m/sec at an angle of 55º. That means that:
Vx = 18*cos(55)
Vy = 18*sin(55)
and thus the final momentum (Pf) is:
Pf_x = 0.41*18*cos(55) = 4.23 N*sec i
Pf_y = 0.41*18*sin(55) = 6.05 N*sec j
The change in momentum is Pf - Pi:
(4.23 i + 6.05 j) - (-1.82 j) = 4.23 i + 7.87 j
Now do a vector sum:
√(4.232 + 7.872) = 8.93 N*sec
To find the angle, recognize that tan = y/x, so arctan(y/x) = theta
arctan(7.87/4.23) = ~62 degrees
8.93 N*sec at an angle of 62 degrees.
This is your impulse.
Hope this helps.