Daniel B. answered 08/29/21
A retired computer professional to teach math, physics
As a convention, I will consider upward direction as positive and downward direction as negative.
Let
g = -9.81 m/s² be gravitational acceleration (downward, so negative)
W = -4.25 N be the weight of the stone (downward, so negative),
m = W/g be the mass of the stone,
x(t) be the position of the stone at a time t
x(0) = 0 be the initial position of the stone,
v(t) be the velocity of the stone at a time t,
v(0)= 18 m/s be the initial velocity (upward, so positive),
t1 be the time when stone reaches maximum height, that is when v(t1 ) = 0,
D = 0.25 N be the absolute value of the drag (downward, when the stone is
going up, and upward when the stone is going down),
F be a symbol denoting force in general.
I will assume that you are familiar with the following two equations,
which can be derived from Newton's Second Law:
v(t) = (F/m)t + v(0) (1)
x(t) = (F/2m)t² + v(0)t + x(0) (2)
(a)
To determine x(t1 ) plug into equations (1) and (2) the information we have about t1 .
During the upward flight, both the weight and drag act downward, so
F = W - D = -4.5 N
0 = (F/m)t1 + v(0) (3)
x(t1 ) = (F/2m)t1 ² + v(0)t1 + 0 (4)
From (3) express t1 = -(m/F)v(0)
and plug it in into (4):
x(t1 ) = (F/2m)(m/F)²v(0)² - (m/F)v(0)²
= (m/2F)v(0)² - (m/F)v(0)²
= -(m/2F)v(0)²
= -(W/2gF)v(0)²
Substituting actual numbers:
x(t1 ) = -(-4.25/(2×(-9.81)×(-4.5)))×18 = 15.6 m
(b)
Let v2 be the speed (to be calculated) when the stone hits the ground.
We could use equations (1) and (2), but it is actually
easier to use conservation of energy:
The potential energy at the top gets converted into the kinetic energy at the bottom plus
the work of drag:
P = K + L, (5)
where
P = mgx(t1 ) is the potential energy of the stone at the top,
K = mv2²/2 is the kinetic energy at the bottom,
L = Dx(t1 ) is the work of the drag.
Substituting into (5)
mgx(t1 ) = mv2²/2 + Dx(t1 )
Expressing v2
v2 = √(2x(t1 )×(mg - D)/m) = √(2x(t1 )×(W - D)×g/W)
Substituting actual numbers
v2 = √(2×15.6×(4.25 - 0.25)×9.81/4.25) = 16.97 m/s