
Gary L. answered 10/20/20
Mathematics, VBA/Excel, Engineering Numerical Methods
Jule,
I applied trigonometry, as follows, to solve the problem. (BTW, I could not find the problem statement's referenced diagram.)
Step 1: Decompose the player's 62.9° run into its x and y components:
H = Hypotenuse Distance = 8.57m
θ = 62.9°
Vertical Distance Component = H * Sin(θ) = 7.63m (call this y1 - see Step 2, below)
Horizontal Distance Component = H * Cos(θ) = 3.904m (see Step 3, below)
Step 2: Determine total vertical distance of the run:
Total Vertical Distance = y1 + 10.58m = 7.63 + 10.58 = 18.21m (see Step 3, below)
Step 3: Determine Total Direct Distance and Total Time for the run (if it was made directly from Start Point to End Point):
Applying the Pythagorean Theorem:
Total Direct Distance = √(Horizontal Distance Component)2 + (Total Vertical Distance)2
= √(3.9042 + 18.212) = 18.624m (ANS)
Total Time = 1.21s + 1.59s = 2.8s
Step 4: Determine the Average Velocity and Angle of the run (if it was made directly from Start Point to End Point):
Run Average Velocity = Total Direct Distance / Total Time = 18.624m / 2.8s = 6.65m/s (ANS)
Note: True Velocity = Sum of Distances / Total Time = 19.15m / 2.8s = 6.84m/s
θavgX = The angle of the run w/r/t the x-axis = ArcTan(18.21 / 3.904) = 77.9°
θavgY = The angle of the run w/r/t the y-axis = 90° - 77.9° = 12.1° (ANS)
I hope this helps you.
Gary