Daniel B. answered 01/29/23
A retired computer professional to teach math, physics
Let
d = 71.6 m be the distance between the outfielder and the catcher,
h1 = 2.28 m be the height at which the ball is thrown,
h2 = 2.17 m be the height at which the ball is caught,
h (unknown) be the maximum height the ball reaches,
t = 1.94 s be the time the ball is flying,
t1 (unknown) be the time for the ball to reach the maximum height after the throw,
t2 (unknown) be the time for the ball to fly from the maximum height to the catcher,
g = 9.81 m/s² be gravitational acceleration,
vx (to be computed) be the horizontal velocity,
vy (to be computed) be the vertical velocity at the throw,
θ (to be computed) be the angle of throw.
Horizontal velocity:
Horizontal velocity is constant because there is no horizontal force to cause any horizontal acceleration.
Therefore
vx = d/t = 71.6/1.94 = 36.9 m/s
Vertical velocity:
For time t1 the ball travels upward total vertical distance h - h1, and then
for time t2 it travels downward total vertical distance h - h2.
We have the following kinematic equations:
h - h1 = gt1²/2 (1)
h - h2 = gt2²/2 (2)
vy = gt1 (3)
In addition
t1 + t2 = t (4)
So we have four equations and four unknowns -- h, t1, t2, vy.
Combine (1) and (2) eliminating h:
gt1²/2 + h1 = gt2²/2 + h2
Manipulate to get t1 and t2 on the left side
t1² - t2² = 2(h2 - h1)/g
Rewrite t1² - t2²
(t1 + t2)(t1 - t2) = 2(h2 - h1)/g
Substitute from (4)
t(t1 - t2) = 2(h2 - h1)/g
Manipulate to get t1 and t2 on the left side
t1 - t2 = 2(h2 - h1)/gt (5)
Add (4) and (5)
2t1 = t + 2(h2 - h1)/gt
Express t1
t1 = t/2 + (h2 - h1)/gt
Substitute into (3)
vy = gt/2 + (h2 - h1)/t
Substitute actual numbers
vy = 9.81×1.94/2 + (2.17 - 2.28)/1.94 = 9.46 m/s
Angle of throw:
tan(θ) = vy/vx
θ = arctan(vy/vx) = arctan(9.46/36.9) = 14.3°