
Chad W. answered 02/02/22
Experienced and Professional Tutor on a Bicycle
h(t) = 3300 − 54t − 300e−0.18t
v(t) = -54-300e-0.18t(-0.18)
v(t) = 54e-0.18t - 54
1)
-40 = 54e-0.18t - 54
t = ln(14/54)/-0.18 = 7.5 seconds
h(7.5) = 2817 meters
2)
2000 = 3300 − 54t − 300e−0.18t
Use a numerical solver. I used Maxima: find_root(3300-54*t-300*exp(-0.18*t)-2000,t,0,100);
t = 24
v(24) = 54e-0.18*24 - 54 = -53.28 m/s
3)
As time approaches infinity, exp(-0.18*t) approaches 0. Thus the terminal velocity is -54.0 m/s.
4)
0.9*(-54) = -48.6
-48.6 = 54e-0.18t - 54
t = ln((-48.6+54)/54)/(-0.18) = 12.79214 sec
h(12.79) = 3300 − 54*12.79 − 300e−0.18*12.79 = 2579 meters