7. A stone is thrown with an initial velocity of
100 fps upward at 60 to the horizontal. Compute
the radius of curvature of its path at the point
where it is 50 ft horizontally from its initial
position.
We can use the equations of motion for constant acceleration if we split the initial velocity into its horizontal and vertical components.
ux = u*cosθ
100 fps = 30.48 m/s
ux = 30.48 m/s * cos 60
ux = 15.24 m/s
uy = u*sinθ
uy = 30.48 m/s * sin60
uy = 26.40 m/s
In the horizontal direction, assuming no air resistance, there will be no resultant force. This means that the acceleration will be zero in the horizontal direction, so we can just use:
s = ut + at2/2
sx = uxt + 0t2/2
sx = uxt
50 ft = 15.24 m
15.24 m = 15.24 m/s * t
t = 1 s
The time of flight of the stone is therefore 10 seconds. We can now use the same equation but for the vertical component. In the vertical component, we can use g for acceleration.
sy = uyt + gt2/2
sy = 26.40 m/s * 1 s - (9.8 m/s2 * (1 s)2)/2
sy = 21.5 m
r = 21.5 m
Comments
Leave a comment