German C. answered 11/19/21
Calculus / Physics / Civil Engineering / Professional Engineering
Using kinematics equations
h(t) = h0 + v0t + (1/2)at2
dh(t)/dt = v0 + at
Plug in your given values
h(t) = 2.3 + 58t - (1/2)(9.81)t2
v(t) = 58 - 9.81t
Part (b)
First find time of max height, this is when v(t) = 0
v(t) = 58 - 9.81t = 0, solve for t
t = 5.912 seconds
So from t = 2 seconds to t = 5.912 seconds, it is increasing in height
Now find the time when the ball hits the ground, this is when h(t) = 0
h(t) = 2.3 + 58t - 4.905t2 = 0, solve for t using quadratic formula
t = -0.040 and 11.864 seconds, ignore the negative value.
So from t = 5.912 seconds to t = 11.864 seconds, it is decreasing in height.
Next, calculate the max height, this is when t = 5.912 seconds
h(5.912) = 2.3 + 58(5.912) - 4.905(5.912)2
h = 173.758 m
So from t = 2 seconds to t = 5.912 seconds, the ball travels a distance of 173.758 - 2.3 = 171.458 m
Next calculate height at t = 9 seconds
h(9) = 2.3 + 58(9) - 4.905(9)2 = 126.995 m
So from t = 5.912 seconds to t = 9 seconds, the ball travels a distance of 173.758 - 126.995 = 46.763 m
Add up both distances and this is the total distanced traveled
171.458 + 46.763 = 218.221 m
Hope this helps